Report: Enable pdf version
[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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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]}/"
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     level-1:
5768       - "l2"
5769       - "ip4"
5770       - "ip6"
5771       - "srv6"
5772       - "ip4_tunnels"
5773       - "ip6_tunnels"
5774       - "vm_vhost"
5775       - "container_memif"
5776       - "crypto"
5777       - "vts"
5778       - "lb"
5779       - "nfv_density"
5780       - "hoststack"
5781     level-2:
5782       - "2n-skx"
5783       - "3n-skx"
5784       - "2n-clx"
5785       - "3n-hsw"
5786       - "3n-tsh"
5787       - "2n-dnv"
5788       - "3n-dnv"
5789     level-3:
5790       - "xl710"
5791       - "x520"
5792       - "xxv710"
5793       - "x710"
5794       - "x553"
5795       - "cx556a"
5796       - "vic1227"
5797       - "vic1385"
5798
5799 # VPP Performance Configuration
5800 - type: "file"
5801   title: "VPP Performance Configuration"
5802   algorithm: "file_details_split"
5803   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5804   dir-tables:
5805 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5806 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5807     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5808     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5809     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5810     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5811     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5812   data:
5813 #    - "vpp-perf-results-2n-skx"
5814 #    - "vpp-perf-results-3n-skx"
5815     - "vpp-perf-results-2n-clx"
5816     - "vpp-perf-results-3n-hsw"
5817     - "vpp-perf-results-3n-tsh"
5818     - "vpp-perf-results-2n-dnv"
5819     - "vpp-perf-results-3n-dnv"
5820   filter: "all"
5821   data-start-level: 4
5822   order-chapters:
5823     level-1:
5824       - "l2"
5825       - "ip4"
5826       - "ip6"
5827       - "srv6"
5828       - "ip4_tunnels"
5829       - "ip6_tunnels"
5830       - "vm_vhost"
5831       - "container_memif"
5832       - "crypto"
5833       - "vts"
5834       - "lb"
5835       - "nfv_density"
5836       - "hoststack"
5837     level-2:
5838       - "2n-skx"
5839       - "3n-skx"
5840       - "2n-clx"
5841       - "3n-hsw"
5842       - "3n-tsh"
5843       - "2n-dnv"
5844       - "3n-dnv"
5845     level-3:
5846       - "xl710"
5847       - "x520"
5848       - "xxv710"
5849       - "x710"
5850       - "x553"
5851       - "cx556a"
5852       - "vic1227"
5853       - "vic1385"
5854
5855 # VPP Performance Operational
5856 - type: "file"
5857   title: "VPP Performance Operational"
5858   algorithm: "file_details_split_html"
5859   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5860   dir-tables:
5861 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5862 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5863     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5864     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5865     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5866     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5867     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5868   data:
5869 #    - "vpp-perf-results-2n-skx"
5870 #    - "vpp-perf-results-3n-skx"
5871     - "vpp-perf-results-2n-clx"
5872     - "vpp-perf-results-3n-hsw"
5873     - "vpp-perf-results-3n-tsh"
5874     - "vpp-perf-results-2n-dnv"
5875     - "vpp-perf-results-3n-dnv"
5876   filter: "all"
5877   data-start-level: 4
5878   order-chapters:
5879     level-1:
5880       - "l2"
5881       - "ip4"
5882       - "ip6"
5883       - "srv6"
5884       - "ip4_tunnels"
5885       - "ip6_tunnels"
5886       - "vm_vhost"
5887       - "container_memif"
5888       - "crypto"
5889       - "vts"
5890       - "lb"
5891       - "nfv_density"
5892       - "hoststack"
5893     level-2:
5894       - "2n-skx"
5895       - "3n-skx"
5896       - "2n-clx"
5897       - "3n-hsw"
5898       - "3n-tsh"
5899       - "2n-dnv"
5900       - "3n-dnv"
5901     level-3:
5902       - "xl710"
5903       - "x520"
5904       - "xxv710"
5905       - "x710"
5906       - "x553"
5907       - "cx556a"
5908       - "vic1227"
5909       - "vic1385"
5910
5911 # VPP MRR Results
5912 - type: "file"
5913   title: "VPP MRR Results"
5914   algorithm: "file_details_split"
5915   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5916   dir-tables:
5917 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5918 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5919     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5920     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5921     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5922     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5923     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5924   data:
5925 #    - "vpp-mrr-results-2n-skx"
5926 #    - "vpp-mrr-results-3n-skx"
5927     - "vpp-mrr-results-2n-clx"
5928     - "vpp-mrr-results-3n-hsw"
5929     - "vpp-mrr-results-3n-tsh"
5930     - "vpp-mrr-results-2n-dnv"
5931     - "vpp-mrr-results-3n-dnv"
5932   filter: "all"
5933   data-start-level: 4
5934   order-chapters:
5935     level-1:
5936       - "l2"
5937       - "ip4"
5938       - "ip6"
5939       - "srv6"
5940       - "ip4_tunnels"
5941       - "ip6_tunnels"
5942       - "vm_vhost"
5943       - "container_memif"
5944       - "crypto"
5945       - "vts"
5946       - "lb"
5947       - "nfv_density"
5948       - "hoststack"
5949     level-2:
5950       - "2n-skx"
5951       - "3n-skx"
5952       - "2n-clx"
5953       - "3n-hsw"
5954       - "3n-tsh"
5955       - "2n-dnv"
5956       - "3n-dnv"
5957     level-3:
5958       - "xl710"
5959       - "x520"
5960       - "xxv710"
5961       - "x710"
5962       - "x553"
5963       - "cx556a"
5964       - "vic1227"
5965       - "vic1385"
5966
5967 # VPP MRR Configuration
5968 - type: "file"
5969   title: "VPP MRR Configuration"
5970   algorithm: "file_details_split"
5971   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5972   dir-tables:
5973 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5974 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5975     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5976     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5977     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5978     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5979     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5980   data:
5981 #    - "vpp-mrr-results-2n-skx"
5982 #    - "vpp-mrr-results-3n-skx"
5983     - "vpp-mrr-results-2n-clx"
5984     - "vpp-mrr-results-3n-hsw"
5985     - "vpp-mrr-results-3n-tsh"
5986     - "vpp-mrr-results-2n-dnv"
5987     - "vpp-mrr-results-3n-dnv"
5988   filter: "all"
5989   data-start-level: 4
5990   order-chapters:
5991     level-1:
5992       - "l2"
5993       - "ip4"
5994       - "ip6"
5995       - "srv6"
5996       - "ip4_tunnels"
5997       - "ip6_tunnels"
5998       - "vm_vhost"
5999       - "container_memif"
6000       - "crypto"
6001       - "vts"
6002       - "lb"
6003       - "nfv_density"
6004       - "hoststack"
6005     level-2:
6006       - "2n-skx"
6007       - "3n-skx"
6008       - "2n-clx"
6009       - "3n-hsw"
6010       - "3n-tsh"
6011       - "2n-dnv"
6012       - "3n-dnv"
6013     level-3:
6014       - "xl710"
6015       - "x520"
6016       - "xxv710"
6017       - "x710"
6018       - "x553"
6019       - "cx556a"
6020       - "vic1227"
6021       - "vic1385"
6022
6023 # VPP Device Results - Ubuntu
6024 - type: "file"
6025   title: "VPP Device Results - Ubuntu"
6026   algorithm: "file_test_results"
6027   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6028   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6029   data: "vpp-device-results-ubuntu"
6030   filter: "all"
6031   data-start-level: 4
6032
6033 # VPP Device Configuration - Ubuntu
6034 - type: "file"
6035   title: "VPP Device Configuration - Ubuntu"
6036   algorithm: "file_test_results"
6037   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6038   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6039   data: "vpp-device-results-ubuntu"
6040   filter: "all"
6041   data-start-level: 4
6042
6043 # DPDK Performance Results 3n-hsw
6044 - type: "file"
6045   title: "DPDK Performance Results 3n-hsw"
6046   algorithm: "file_test_results"
6047   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6048   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6049   data: "dpdk-perf-results-3n-hsw"
6050   filter: "all"
6051   data-start-level: 4
6052
6053 ## DPDK Performance Results 3n-skx
6054 #- type: "file"
6055 #  title: "DPDK Performance Results 3n-skx"
6056 #  algorithm: "file_test_results"
6057 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6058 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6059 #  data: "dpdk-perf-results-3n-skx"
6060 #  filter: "all"
6061 #  data-start-level: 4
6062 #
6063 ## DPDK Performance Results 2n-skx
6064 #- type: "file"
6065 #  title: "DPDK Performance Results 2n-skx"
6066 #  algorithm: "file_test_results"
6067 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6068 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6069 #  data: "dpdk-perf-results-2n-skx"
6070 #  filter: "all"
6071 #  data-start-level: 4
6072
6073 # DPDK Performance Results 2n-clx
6074 - type: "file"
6075   title: "DPDK Performance Results 2n-clx"
6076   algorithm: "file_test_results"
6077   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6078   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6079   data: "dpdk-perf-results-2n-clx"
6080   filter: "all"
6081   data-start-level: 4
6082
6083 # DPDK Performance Results 2n-dnv
6084 - type: "file"
6085   title: "DPDK Performance Results 2n-dnv"
6086   algorithm: "file_test_results"
6087   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6088   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6089   data: "dpdk-perf-results-2n-dnv"
6090   filter: "all"
6091   data-start-level: 4
6092
6093 # DPDK Performance Results 3n-dnv
6094 - type: "file"
6095   title: "DPDK Performance Results 3n-dnv"
6096   algorithm: "file_test_results"
6097   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6098   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6099   data: "dpdk-perf-results-3n-dnv"
6100   filter: "all"
6101   data-start-level: 4
6102
6103 # DPDK Performance Results 3n-tsh
6104 - type: "file"
6105   title: "DPDK Performance Results 3n-tsh"
6106   algorithm: "file_test_results"
6107   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6108   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6109   data: "dpdk-perf-results-3n-tsh"
6110   filter: "all"
6111   data-start-level: 4
6112
6113 ################################################################################
6114 ###                                P L O T S                                 ###
6115 ################################################################################
6116
6117 # Hoststack tests 3n-hsw
6118
6119 - type: "plot"
6120   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6121   algorithm: "plot_perf_box_name"
6122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6123   data: "plot-vpp-hoststack-3n-hsw"
6124   include:
6125     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6126     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6127   layout:
6128     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6129     layout: "plot-hoststack"
6130
6131 - type: "plot"
6132   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6133   algorithm: "plot_perf_box_name"
6134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6135   data: "plot-vpp-hoststack-3n-hsw"
6136   include:
6137     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6138     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6139   layout:
6140     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6141     layout: "plot-hoststack"
6142
6143 - type: "plot"
6144   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6145   algorithm: "plot_perf_box_name"
6146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6147   data: "plot-vpp-hoststack-3n-hsw"
6148   include:
6149     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6150     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6151     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6152     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6153   layout:
6154     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6155     layout: "plot-hoststack"
6156
6157 # Plots VPP HTTP Server Performance
6158 - type: "plot"
6159   title: "VPP HTTP Server Performance"
6160   algorithm: "plot_http_server_perf_box"
6161   output-file-type: ".html"
6162   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6163   data:
6164     "plot-vpp-http-server-performance"
6165   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6166   parameters:
6167   - "result"
6168   - "name"
6169   traces:
6170     hoverinfo: "y+name"
6171     boxpoints: "outliers"
6172     whiskerwidth: 0
6173   layout:
6174     title: "VPP HTTP Server Performance"
6175     layout:
6176       "plot-cps"
6177
6178 - type: "plot"
6179   title: "VPP HTTP Server Performance"
6180   algorithm: "plot_http_server_perf_box"
6181   output-file-type: ".html"
6182   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6183   data:
6184     "plot-vpp-http-server-performance"
6185   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6186   parameters:
6187   - "result"
6188   - "name"
6189   traces:
6190     hoverinfo: "y+name"
6191     boxpoints: "outliers"
6192     whiskerwidth: 0
6193   layout:
6194     title: "VPP HTTP Server Performance"
6195     layout:
6196       "plot-rps"
6197
6198 ################################################################################
6199
6200 # Soak Test (PLRsearch), boxes - 2n-clx
6201 - type: "plot"
6202   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6203   algorithm: "plot_perf_box_name"
6204   output-file-type: ".html"
6205   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6206   data: "plot-vpp-soak-2n-clx"
6207   include:
6208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6214   layout:
6215     title: "30 Minutes Soak Test (PLRsearch)"
6216     layout: "plot-soak-throughput"
6217
6218 # Soak Test (PLRsearch), boxes - 2n-clx
6219 - type: "plot"
6220   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6221   algorithm: "plot_perf_box_name"
6222   output-file-type: ".html"
6223   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6224   data: "plot-vpp-soak-2n-clx"
6225   include:
6226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6231     - "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"
6232   layout:
6233     title: "30 Minutes Soak Test (PLRsearch)"
6234     layout: "plot-soak-throughput"
6235
6236 ###############################################################################
6237
6238 # Reconf tests 2n-skx
6239
6240 #- type: "plot"
6241 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6242 #  algorithm: "plot_nf_reconf_box_name"
6243 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6244 #  data: "plot-vpp-nfv-reconf-2n-skx"
6245 #  include:
6246 #    - "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"
6247 #    - "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"
6248 #    - "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"
6249 #    - "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"
6250 #    - "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"
6251 #    - "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"
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-skx-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-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6260 #  data: "plot-vpp-nfv-reconf-2n-skx"
6261 #  include:
6262 #    - "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"
6263 #    - "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"
6264 #    - "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"
6265 #    - "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"
6266 #    - "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"
6267 #    - "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"
6268 #  layout:
6269 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6270 #    layout: "plot-throughput"
6271 #
6272 #- type: "plot"
6273 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6274 #  algorithm: "plot_nf_reconf_box_name"
6275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6276 #  data: "plot-vpp-nfv-reconf-2n-skx"
6277 #  include:
6278 #    - "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"
6279 #    - "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"
6280 #    - "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"
6281 #    - "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"
6282 #    - "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"
6283 #    - "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"
6284 #  layout:
6285 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6286 #    layout: "plot-throughput"
6287
6288 ###############################################################################
6289
6290 # Reconf tests 2n-clx
6291
6292 - type: "plot"
6293   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6294   algorithm: "plot_nf_reconf_box_name"
6295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6296   data: "plot-vpp-nfv-reconf-2n-clx"
6297   include:
6298     - "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"
6299     - "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"
6300     - "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"
6301     - "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"
6302   layout:
6303     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6304     layout: "plot-throughput"
6305
6306 - type: "plot"
6307   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6308   algorithm: "plot_nf_reconf_box_name"
6309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6310   data: "plot-vpp-nfv-reconf-2n-clx"
6311   include:
6312     - "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"
6313     - "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"
6314     - "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"
6315     - "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"
6316   layout:
6317     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6318     layout: "plot-throughput"
6319
6320 - type: "plot"
6321   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6322   algorithm: "plot_nf_reconf_box_name"
6323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6324   data: "plot-vpp-nfv-reconf-2n-clx"
6325   include:
6326     - "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"
6327     - "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"
6328     - "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"
6329     - "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"
6330   layout:
6331     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6332     layout: "plot-throughput"
6333
6334 ################################################################################
6335 ## Plots - NF Density - VSC - MRR 64b
6336 #- type: "plot"
6337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6338 #  algorithm: "plot_nf_heatmap"
6339 #  output-file-type: ".html"
6340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6341 #  data: "plot-vpp-nfv-2n-skx-mrr"
6342 #  filter: "'NIC_Intel-XXV710' and
6343 #           'NF_DENSITY' and
6344 #           'VHOST' and
6345 #           not 'VXLAN' and
6346 #           'CHAIN' and
6347 #           'NF_VPPIP4' and
6348 #           '64B' and
6349 #           '2T1C' and
6350 #           'MRR'"
6351 #  parameters:
6352 #  - "result"
6353 #  - "name"
6354 #  - "tags"
6355 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6356 #  x-axis: "X = VNFs per Service Chain"
6357 #  y-axis: "Y = Number of Service Chains"
6358 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6359 #  layout:
6360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6361 #    layout: "plot-service-density"
6362 #
6363 #- type: "plot"
6364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6365 #  algorithm: "plot_nf_heatmap"
6366 #  output-file-type: ".html"
6367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6368 #  data: "plot-vpp-nfv-2n-skx-mrr"
6369 #  filter: "'NIC_Intel-XXV710' and
6370 #           'NF_DENSITY' and
6371 #           'VHOST' and
6372 #           not 'VXLAN' and
6373 #           'CHAIN' and
6374 #           'NF_VPPIP4' and
6375 #           '64B' and
6376 #           '4T2C' and
6377 #           'MRR'"
6378 #  parameters:
6379 #  - "result"
6380 #  - "name"
6381 #  - "tags"
6382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6383 #  x-axis: "X = VNFs per Service Chain"
6384 #  y-axis: "Y = Number of Service Chains"
6385 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6386 #  layout:
6387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6388 #    layout: "plot-service-density"
6389 #
6390 #- type: "plot"
6391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6392 #  algorithm: "plot_nf_heatmap"
6393 #  output-file-type: ".html"
6394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6395 #  data: "plot-vpp-nfv-2n-skx-mrr"
6396 #  filter: "'NIC_Intel-XXV710' and
6397 #           'NF_DENSITY' and
6398 #           'VHOST' and
6399 #           not 'VXLAN' and
6400 #           'CHAIN' and
6401 #           'NF_VPPIP4' and
6402 #           '64B' and
6403 #           '8T4C' and
6404 #           'MRR'"
6405 #  parameters:
6406 #  - "result"
6407 #  - "name"
6408 #  - "tags"
6409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6410 #  x-axis: "X = VNFs per Service Chain"
6411 #  y-axis: "Y = Number of Service Chains"
6412 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6413 #  layout:
6414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6415 #    layout: "plot-service-density"
6416 #
6417 ## Plots - NF Density - VSC - MRR IMIX
6418 #- type: "plot"
6419 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6420 #  algorithm: "plot_nf_heatmap"
6421 #  output-file-type: ".html"
6422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6423 #  data: "plot-vpp-nfv-2n-skx-mrr"
6424 #  filter: "'NIC_Intel-XXV710' and
6425 #           'NF_DENSITY' and
6426 #           'VHOST' and
6427 #           not 'VXLAN' and
6428 #           'CHAIN' and
6429 #           'NF_VPPIP4' and
6430 #           'IMIX' and
6431 #           '2T1C' and
6432 #           'MRR'"
6433 #  parameters:
6434 #  - "result"
6435 #  - "name"
6436 #  - "tags"
6437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6438 #  x-axis: "X = VNFs per Service Chain"
6439 #  y-axis: "Y = Number of Service Chains"
6440 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6441 #  layout:
6442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6443 #    layout: "plot-service-density"
6444 #
6445 #- type: "plot"
6446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6447 #  algorithm: "plot_nf_heatmap"
6448 #  output-file-type: ".html"
6449 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6450 #  data: "plot-vpp-nfv-2n-skx-mrr"
6451 #  filter: "'NIC_Intel-XXV710' and
6452 #           'NF_DENSITY' and
6453 #           'VHOST' and
6454 #           not 'VXLAN' and
6455 #           'CHAIN' and
6456 #           'NF_VPPIP4' and
6457 #           'IMIX' and
6458 #           '4T2C' and
6459 #           'MRR'"
6460 #  parameters:
6461 #  - "result"
6462 #  - "name"
6463 #  - "tags"
6464 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6465 #  x-axis: "X = VNFs per Service Chain"
6466 #  y-axis: "Y = Number of Service Chains"
6467 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6468 #  layout:
6469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6470 #    layout: "plot-service-density"
6471 #
6472 #- type: "plot"
6473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6474 #  algorithm: "plot_nf_heatmap"
6475 #  output-file-type: ".html"
6476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6477 #  data: "plot-vpp-nfv-2n-skx-mrr"
6478 #  filter: "'NIC_Intel-XXV710' and
6479 #           'NF_DENSITY' and
6480 #           'VHOST' and
6481 #           not 'VXLAN' and
6482 #           'CHAIN' and
6483 #           'NF_VPPIP4' and
6484 #           'IMIX' and
6485 #           '8T4C' and
6486 #           'MRR'"
6487 #  parameters:
6488 #  - "result"
6489 #  - "name"
6490 #  - "tags"
6491 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6492 #  x-axis: "X = VNFs per Service Chain"
6493 #  y-axis: "Y = Number of Service Chains"
6494 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6495 #  layout:
6496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6497 #    layout: "plot-service-density"
6498 #
6499 ## Plots - NF Density - VSC - NDR 64b
6500 #- type: "plot"
6501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6502 #  algorithm: "plot_nf_heatmap"
6503 #  output-file-type: ".html"
6504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6505 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6506 #  filter: "'NIC_Intel-XXV710' and
6507 #           'NF_DENSITY' and
6508 #           'VHOST' and
6509 #           not 'VXLAN' and
6510 #           'CHAIN' and
6511 #           'NF_VPPIP4' and
6512 #           '64B' and
6513 #           '2T1C' and
6514 #           'NDRPDR'"
6515 #  parameters:
6516 #  - "throughput"
6517 #  - "name"
6518 #  - "tags"
6519 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6520 #  x-axis: "X = VNFs per Service Chain"
6521 #  y-axis: "Y = Number of Service Chains"
6522 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6523 #  layout:
6524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6525 #    layout: "plot-service-density"
6526 #
6527 #- type: "plot"
6528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6529 #  algorithm: "plot_nf_heatmap"
6530 #  output-file-type: ".html"
6531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6532 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6533 #  filter: "'NIC_Intel-XXV710' and
6534 #           'NF_DENSITY' and
6535 #           'VHOST' and
6536 #           not 'VXLAN' and
6537 #           'CHAIN' and
6538 #           'NF_VPPIP4' and
6539 #           '64B' and
6540 #           '4T2C' and
6541 #           'NDRPDR'"
6542 #  parameters:
6543 #  - "throughput"
6544 #  - "name"
6545 #  - "tags"
6546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6547 #  x-axis: "X = VNFs per Service Chain"
6548 #  y-axis: "Y = Number of Service Chains"
6549 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6550 #  layout:
6551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6552 #    layout: "plot-service-density"
6553 #
6554 #- type: "plot"
6555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6556 #  algorithm: "plot_nf_heatmap"
6557 #  output-file-type: ".html"
6558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6560 #  filter: "'NIC_Intel-XXV710' and
6561 #           'NF_DENSITY' and
6562 #           'VHOST' and
6563 #           not 'VXLAN' and
6564 #           'CHAIN' and
6565 #           'NF_VPPIP4' and
6566 #           '64B' and
6567 #           '8T4C' and
6568 #           'NDRPDR'"
6569 #  parameters:
6570 #  - "throughput"
6571 #  - "name"
6572 #  - "tags"
6573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6574 #  x-axis: "X = VNFs per Service Chain"
6575 #  y-axis: "Y = Number of Service Chains"
6576 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6577 #  layout:
6578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6579 #    layout: "plot-service-density"
6580 #
6581 ## Plots - NF Density - VSC - NDR IMIX
6582 #- type: "plot"
6583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6584 #  algorithm: "plot_nf_heatmap"
6585 #  output-file-type: ".html"
6586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6587 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6588 #  filter: "'NIC_Intel-XXV710' and
6589 #           'NF_DENSITY' and
6590 #           'VHOST' and
6591 #           not 'VXLAN' and
6592 #           'CHAIN' and
6593 #           'NF_VPPIP4' and
6594 #           'IMIX' and
6595 #           '2T1C' and
6596 #           'NDRPDR'"
6597 #  parameters:
6598 #  - "throughput"
6599 #  - "name"
6600 #  - "tags"
6601 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6602 #  x-axis: "X = VNFs per Service Chain"
6603 #  y-axis: "Y = Number of Service Chains"
6604 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6605 #  layout:
6606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6607 #    layout: "plot-service-density"
6608 #
6609 #- type: "plot"
6610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6611 #  algorithm: "plot_nf_heatmap"
6612 #  output-file-type: ".html"
6613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6615 #  filter: "'NIC_Intel-XXV710' and
6616 #           'NF_DENSITY' and
6617 #           'VHOST' and
6618 #           not 'VXLAN' and
6619 #           'CHAIN' and
6620 #           'NF_VPPIP4' and
6621 #           'IMIX' and
6622 #           '4T2C' and
6623 #           'NDRPDR'"
6624 #  parameters:
6625 #  - "throughput"
6626 #  - "name"
6627 #  - "tags"
6628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6629 #  x-axis: "X = VNFs per Service Chain"
6630 #  y-axis: "Y = Number of Service Chains"
6631 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6632 #  layout:
6633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6634 #    layout: "plot-service-density"
6635 #
6636 #- type: "plot"
6637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6638 #  algorithm: "plot_nf_heatmap"
6639 #  output-file-type: ".html"
6640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6642 #  filter: "'NIC_Intel-XXV710' and
6643 #           'NF_DENSITY' and
6644 #           'VHOST' and
6645 #           not 'VXLAN' and
6646 #           'CHAIN' and
6647 #           'NF_VPPIP4' and
6648 #           'IMIX' and
6649 #           '8T4C' and
6650 #           'NDRPDR'"
6651 #  parameters:
6652 #  - "throughput"
6653 #  - "name"
6654 #  - "tags"
6655 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6656 #  x-axis: "X = VNFs per Service Chain"
6657 #  y-axis: "Y = Number of Service Chains"
6658 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6659 #  layout:
6660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6661 #    layout: "plot-service-density"
6662 #
6663 ## Plots - NF Density - VSC - PDR 64b
6664 #- type: "plot"
6665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6666 #  algorithm: "plot_nf_heatmap"
6667 #  output-file-type: ".html"
6668 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6669 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6670 #  filter: "'NIC_Intel-XXV710' and
6671 #           'NF_DENSITY' and
6672 #           'VHOST' and
6673 #           not 'VXLAN' and
6674 #           'CHAIN' and
6675 #           'NF_VPPIP4' and
6676 #           '64B' and
6677 #           '2T1C' and
6678 #           'NDRPDR'"
6679 #  parameters:
6680 #  - "throughput"
6681 #  - "name"
6682 #  - "tags"
6683 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6684 #  x-axis: "X = VNFs per Service Chain"
6685 #  y-axis: "Y = Number of Service Chains"
6686 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6687 #  layout:
6688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6689 #    layout: "plot-service-density"
6690 #
6691 #- type: "plot"
6692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6693 #  algorithm: "plot_nf_heatmap"
6694 #  output-file-type: ".html"
6695 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6696 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6697 #  filter: "'NIC_Intel-XXV710' and
6698 #           'NF_DENSITY' and
6699 #           'VHOST' and
6700 #           not 'VXLAN' and
6701 #           'CHAIN' and
6702 #           'NF_VPPIP4' and
6703 #           '64B' and
6704 #           '4T2C' and
6705 #           'NDRPDR'"
6706 #  parameters:
6707 #  - "throughput"
6708 #  - "name"
6709 #  - "tags"
6710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6711 #  x-axis: "X = VNFs per Service Chain"
6712 #  y-axis: "Y = Number of Service Chains"
6713 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6714 #  layout:
6715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6716 #    layout: "plot-service-density"
6717 #
6718 #- type: "plot"
6719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6720 #  algorithm: "plot_nf_heatmap"
6721 #  output-file-type: ".html"
6722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6723 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6724 #  filter: "'NIC_Intel-XXV710' and
6725 #           'NF_DENSITY' and
6726 #           'VHOST' and
6727 #           not 'VXLAN' and
6728 #           'CHAIN' and
6729 #           'NF_VPPIP4' and
6730 #           '64B' and
6731 #           '8T4C' and
6732 #           'NDRPDR'"
6733 #  parameters:
6734 #  - "throughput"
6735 #  - "name"
6736 #  - "tags"
6737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6738 #  x-axis: "X = VNFs per Service Chain"
6739 #  y-axis: "Y = Number of Service Chains"
6740 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6741 #  layout:
6742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6743 #    layout: "plot-service-density"
6744 #
6745 ## Plots - NF Density - VSC - PDR IMIX
6746 #- type: "plot"
6747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6748 #  algorithm: "plot_nf_heatmap"
6749 #  output-file-type: ".html"
6750 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6751 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6752 #  filter: "'NIC_Intel-XXV710' and
6753 #           'NF_DENSITY' and
6754 #           'VHOST' and
6755 #           not 'VXLAN' and
6756 #           'CHAIN' and
6757 #           'NF_VPPIP4' and
6758 #           'IMIX' and
6759 #           '2T1C' and
6760 #           'NDRPDR'"
6761 #  parameters:
6762 #  - "throughput"
6763 #  - "name"
6764 #  - "tags"
6765 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6766 #  x-axis: "X = VNFs per Service Chain"
6767 #  y-axis: "Y = Number of Service Chains"
6768 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6769 #  layout:
6770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6771 #    layout: "plot-service-density"
6772 #
6773 #- type: "plot"
6774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6775 #  algorithm: "plot_nf_heatmap"
6776 #  output-file-type: ".html"
6777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6778 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6779 #  filter: "'NIC_Intel-XXV710' and
6780 #           'NF_DENSITY' and
6781 #           'VHOST' and
6782 #           not 'VXLAN' and
6783 #           'CHAIN' and
6784 #           'NF_VPPIP4' and
6785 #           'IMIX' and
6786 #           '4T2C' and
6787 #           'NDRPDR'"
6788 #  parameters:
6789 #  - "throughput"
6790 #  - "name"
6791 #  - "tags"
6792 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6793 #  x-axis: "X = VNFs per Service Chain"
6794 #  y-axis: "Y = Number of Service Chains"
6795 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6796 #  layout:
6797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6798 #    layout: "plot-service-density"
6799 #
6800 #- type: "plot"
6801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6802 #  algorithm: "plot_nf_heatmap"
6803 #  output-file-type: ".html"
6804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6805 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6806 #  filter: "'NIC_Intel-XXV710' and
6807 #           'NF_DENSITY' and
6808 #           'VHOST' and
6809 #           not 'VXLAN' and
6810 #           'CHAIN' and
6811 #           'NF_VPPIP4' and
6812 #           'IMIX' and
6813 #           '8T4C' and
6814 #           'NDRPDR'"
6815 #  parameters:
6816 #  - "throughput"
6817 #  - "name"
6818 #  - "tags"
6819 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6820 #  x-axis: "X = VNFs per Service Chain"
6821 #  y-axis: "Y = Number of Service Chains"
6822 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6823 #  layout:
6824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6825 #    layout: "plot-service-density"
6826 #
6827 ################################################################################
6828 ## Plots - NF Density - VSC - MRR 64b
6829 #- type: "plot"
6830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6831 #  algorithm: "plot_nf_heatmap"
6832 #  output-file-type: ".html"
6833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6834 #  data: "plot-vpp-nfv-2n-skx-mrr"
6835 #  filter: "'NIC_Intel-XXV710' and
6836 #           'NF_DENSITY' and
6837 #           'VHOST' and
6838 #           'VXLAN' and
6839 #           'CHAIN' and
6840 #           '118' and
6841 #           '2T1C' and
6842 #           'MRR'"
6843 #  parameters:
6844 #  - "result"
6845 #  - "name"
6846 #  - "tags"
6847 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6848 #  x-axis: "X = VNFs per Service Chain"
6849 #  y-axis: "Y = Number of Service Chains"
6850 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6851 #  layout:
6852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6853 #    layout: "plot-service-density"
6854 #
6855 #- type: "plot"
6856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6857 #  algorithm: "plot_nf_heatmap"
6858 #  output-file-type: ".html"
6859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6860 #  data: "plot-vpp-nfv-2n-skx-mrr"
6861 #  filter: "'NIC_Intel-XXV710' and
6862 #           'NF_DENSITY' and
6863 #           'VHOST' and
6864 #           'VXLAN' and
6865 #           'CHAIN' and
6866 #           '118' and
6867 #           '4T2C' and
6868 #           'MRR'"
6869 #  parameters:
6870 #  - "result"
6871 #  - "name"
6872 #  - "tags"
6873 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6874 #  x-axis: "X = VNFs per Service Chain"
6875 #  y-axis: "Y = Number of Service Chains"
6876 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6877 #  layout:
6878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6879 #    layout: "plot-service-density"
6880 #
6881 #- type: "plot"
6882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6883 #  algorithm: "plot_nf_heatmap"
6884 #  output-file-type: ".html"
6885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6886 #  data: "plot-vpp-nfv-2n-skx-mrr"
6887 #  filter: "'NIC_Intel-XXV710' and
6888 #           'NF_DENSITY' and
6889 #           'VHOST' and
6890 #           'VXLAN' and
6891 #           'CHAIN' and
6892 #           '118' and
6893 #           '8T4C' and
6894 #           'MRR'"
6895 #  parameters:
6896 #  - "result"
6897 #  - "name"
6898 #  - "tags"
6899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6900 #  x-axis: "X = VNFs per Service Chain"
6901 #  y-axis: "Y = Number of Service Chains"
6902 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6903 #  layout:
6904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6905 #    layout: "plot-service-density"
6906 #
6907 ## Plots - NF Density - VSC - MRR IMIX
6908 #- type: "plot"
6909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6910 #  algorithm: "plot_nf_heatmap"
6911 #  output-file-type: ".html"
6912 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6913 #  data: "plot-vpp-nfv-2n-skx-mrr"
6914 #  filter: "'NIC_Intel-XXV710' and
6915 #           'NF_DENSITY' and
6916 #           'VHOST' and
6917 #           'VXLAN' and
6918 #           'CHAIN' and
6919 #           'IMIX' and
6920 #           '2T1C' and
6921 #           'MRR'"
6922 #  parameters:
6923 #  - "result"
6924 #  - "name"
6925 #  - "tags"
6926 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6927 #  x-axis: "X = VNFs per Service Chain"
6928 #  y-axis: "Y = Number of Service Chains"
6929 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6930 #  layout:
6931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6932 #    layout: "plot-service-density"
6933 #
6934 #- type: "plot"
6935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6936 #  algorithm: "plot_nf_heatmap"
6937 #  output-file-type: ".html"
6938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6939 #  data: "plot-vpp-nfv-2n-skx-mrr"
6940 #  filter: "'NIC_Intel-XXV710' and
6941 #           'NF_DENSITY' and
6942 #           'VHOST' and
6943 #           'VXLAN' and
6944 #           'CHAIN' and
6945 #           'IMIX' and
6946 #           '4T2C' and
6947 #           'MRR'"
6948 #  parameters:
6949 #  - "result"
6950 #  - "name"
6951 #  - "tags"
6952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6953 #  x-axis: "X = VNFs per Service Chain"
6954 #  y-axis: "Y = Number of Service Chains"
6955 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6956 #  layout:
6957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6958 #    layout: "plot-service-density"
6959 #
6960 #- type: "plot"
6961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6962 #  algorithm: "plot_nf_heatmap"
6963 #  output-file-type: ".html"
6964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6965 #  data: "plot-vpp-nfv-2n-skx-mrr"
6966 #  filter: "'NIC_Intel-XXV710' and
6967 #           'NF_DENSITY' and
6968 #           'VHOST' and
6969 #           'VXLAN' and
6970 #           'CHAIN' and
6971 #           'IMIX' and
6972 #           '8T4C' and
6973 #           'MRR'"
6974 #  parameters:
6975 #  - "result"
6976 #  - "name"
6977 #  - "tags"
6978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6979 #  x-axis: "X = VNFs per Service Chain"
6980 #  y-axis: "Y = Number of Service Chains"
6981 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6982 #  layout:
6983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6984 #    layout: "plot-service-density"
6985 #
6986 ## Plots - NF Density - VSC - NDR 64b
6987 #- type: "plot"
6988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6989 #  algorithm: "plot_nf_heatmap"
6990 #  output-file-type: ".html"
6991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6992 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6993 #  filter: "'NIC_Intel-XXV710' and
6994 #           'NF_DENSITY' and
6995 #           'VHOST' and
6996 #           'VXLAN' and
6997 #           'CHAIN' and
6998 #           '118' and
6999 #           '2T1C' and
7000 #           'NDRPDR'"
7001 #  parameters:
7002 #  - "throughput"
7003 #  - "name"
7004 #  - "tags"
7005 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7006 #  x-axis: "X = VNFs per Service Chain"
7007 #  y-axis: "Y = Number of Service Chains"
7008 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7009 #  layout:
7010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7011 #    layout: "plot-service-density"
7012 #
7013 #- type: "plot"
7014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7015 #  algorithm: "plot_nf_heatmap"
7016 #  output-file-type: ".html"
7017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7018 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7019 #  filter: "'NIC_Intel-XXV710' and
7020 #           'NF_DENSITY' and
7021 #           'VHOST' and
7022 #           'VXLAN' and
7023 #           'CHAIN' and
7024 #           '118' and
7025 #           '4T2C' and
7026 #           'NDRPDR'"
7027 #  parameters:
7028 #  - "throughput"
7029 #  - "name"
7030 #  - "tags"
7031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7032 #  x-axis: "X = VNFs per Service Chain"
7033 #  y-axis: "Y = Number of Service Chains"
7034 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7035 #  layout:
7036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7037 #    layout: "plot-service-density"
7038 #
7039 #- type: "plot"
7040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7041 #  algorithm: "plot_nf_heatmap"
7042 #  output-file-type: ".html"
7043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7044 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7045 #  filter: "'NIC_Intel-XXV710' and
7046 #           'NF_DENSITY' and
7047 #           'VHOST' and
7048 #           'VXLAN' and
7049 #           'CHAIN' and
7050 #           '118' and
7051 #           '8T4C' and
7052 #           'NDRPDR'"
7053 #  parameters:
7054 #  - "throughput"
7055 #  - "name"
7056 #  - "tags"
7057 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7058 #  x-axis: "X = VNFs per Service Chain"
7059 #  y-axis: "Y = Number of Service Chains"
7060 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7061 #  layout:
7062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7063 #    layout: "plot-service-density"
7064 #
7065 ## Plots - NF Density - VSC - NDR IMIX
7066 #- type: "plot"
7067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7068 #  algorithm: "plot_nf_heatmap"
7069 #  output-file-type: ".html"
7070 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7071 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7072 #  filter: "'NIC_Intel-XXV710' and
7073 #           'NF_DENSITY' and
7074 #           'VHOST' and
7075 #           'VXLAN' and
7076 #           'CHAIN' and
7077 #           'IMIX' and
7078 #           '2T1C' and
7079 #           'NDRPDR'"
7080 #  parameters:
7081 #  - "throughput"
7082 #  - "name"
7083 #  - "tags"
7084 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7085 #  x-axis: "X = VNFs per Service Chain"
7086 #  y-axis: "Y = Number of Service Chains"
7087 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7088 #  layout:
7089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7090 #    layout: "plot-service-density"
7091 #
7092 #- type: "plot"
7093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7094 #  algorithm: "plot_nf_heatmap"
7095 #  output-file-type: ".html"
7096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7097 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7098 #  filter: "'NIC_Intel-XXV710' and
7099 #           'NF_DENSITY' and
7100 #           'VHOST' and
7101 #           'VXLAN' and
7102 #           'CHAIN' and
7103 #           'IMIX' and
7104 #           '4T2C' and
7105 #           'NDRPDR'"
7106 #  parameters:
7107 #  - "throughput"
7108 #  - "name"
7109 #  - "tags"
7110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7111 #  x-axis: "X = VNFs per Service Chain"
7112 #  y-axis: "Y = Number of Service Chains"
7113 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7114 #  layout:
7115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7116 #    layout: "plot-service-density"
7117 #
7118 #- type: "plot"
7119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7120 #  algorithm: "plot_nf_heatmap"
7121 #  output-file-type: ".html"
7122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7123 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7124 #  filter: "'NIC_Intel-XXV710' and
7125 #           'NF_DENSITY' and
7126 #           'VHOST' and
7127 #           'VXLAN' and
7128 #           'CHAIN' and
7129 #           'IMIX' and
7130 #           '8T4C' and
7131 #           'NDRPDR'"
7132 #  parameters:
7133 #  - "throughput"
7134 #  - "name"
7135 #  - "tags"
7136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7137 #  x-axis: "X = VNFs per Service Chain"
7138 #  y-axis: "Y = Number of Service Chains"
7139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7140 #  layout:
7141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7142 #    layout: "plot-service-density"
7143 #
7144 ## Plots - NF Density - VSC - PDR 64b
7145 #- type: "plot"
7146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7147 #  algorithm: "plot_nf_heatmap"
7148 #  output-file-type: ".html"
7149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7150 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7151 #  filter: "'NIC_Intel-XXV710' and
7152 #           'NF_DENSITY' and
7153 #           'VHOST' and
7154 #           'VXLAN' and
7155 #           'CHAIN' and
7156 #           '118' and
7157 #           '2T1C' and
7158 #           'NDRPDR'"
7159 #  parameters:
7160 #  - "throughput"
7161 #  - "name"
7162 #  - "tags"
7163 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7164 #  x-axis: "X = VNFs per Service Chain"
7165 #  y-axis: "Y = Number of Service Chains"
7166 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7167 #  layout:
7168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7169 #    layout: "plot-service-density"
7170 #
7171 #- type: "plot"
7172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7173 #  algorithm: "plot_nf_heatmap"
7174 #  output-file-type: ".html"
7175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7176 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7177 #  filter: "'NIC_Intel-XXV710' and
7178 #           'NF_DENSITY' and
7179 #           'VHOST' and
7180 #           'VXLAN' and
7181 #           'CHAIN' and
7182 #           '118' and
7183 #           '4T2C' and
7184 #           'NDRPDR'"
7185 #  parameters:
7186 #  - "throughput"
7187 #  - "name"
7188 #  - "tags"
7189 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7190 #  x-axis: "X = VNFs per Service Chain"
7191 #  y-axis: "Y = Number of Service Chains"
7192 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7193 #  layout:
7194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7195 #    layout: "plot-service-density"
7196 #
7197 #- type: "plot"
7198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7199 #  algorithm: "plot_nf_heatmap"
7200 #  output-file-type: ".html"
7201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7202 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7203 #  filter: "'NIC_Intel-XXV710' and
7204 #           'NF_DENSITY' and
7205 #           'VHOST' and
7206 #           'VXLAN' and
7207 #           'CHAIN' and
7208 #           '118' and
7209 #           '8T4C' and
7210 #           'NDRPDR'"
7211 #  parameters:
7212 #  - "throughput"
7213 #  - "name"
7214 #  - "tags"
7215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7216 #  x-axis: "X = VNFs per Service Chain"
7217 #  y-axis: "Y = Number of Service Chains"
7218 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7219 #  layout:
7220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7221 #    layout: "plot-service-density"
7222 #
7223 ## Plots - NF Density - VSC - PDR IMIX
7224 #- type: "plot"
7225 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7226 #  algorithm: "plot_nf_heatmap"
7227 #  output-file-type: ".html"
7228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7229 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7230 #  filter: "'NIC_Intel-XXV710' and
7231 #           'NF_DENSITY' and
7232 #           'VHOST' and
7233 #           'VXLAN' and
7234 #           'CHAIN' and
7235 #           'IMIX' and
7236 #           '2T1C' and
7237 #           'NDRPDR'"
7238 #  parameters:
7239 #  - "throughput"
7240 #  - "name"
7241 #  - "tags"
7242 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7243 #  x-axis: "X = VNFs per Service Chain"
7244 #  y-axis: "Y = Number of Service Chains"
7245 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7246 #  layout:
7247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7248 #    layout: "plot-service-density"
7249 #
7250 #- type: "plot"
7251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7252 #  algorithm: "plot_nf_heatmap"
7253 #  output-file-type: ".html"
7254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7255 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7256 #  filter: "'NIC_Intel-XXV710' and
7257 #           'NF_DENSITY' and
7258 #           'VHOST' and
7259 #           'VXLAN' and
7260 #           'CHAIN' and
7261 #           'IMIX' and
7262 #           '4T2C' and
7263 #           'NDRPDR'"
7264 #  parameters:
7265 #  - "throughput"
7266 #  - "name"
7267 #  - "tags"
7268 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7269 #  x-axis: "X = VNFs per Service Chain"
7270 #  y-axis: "Y = Number of Service Chains"
7271 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7272 #  layout:
7273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7274 #    layout: "plot-service-density"
7275 #
7276 #- type: "plot"
7277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7278 #  algorithm: "plot_nf_heatmap"
7279 #  output-file-type: ".html"
7280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7281 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7282 #  filter: "'NIC_Intel-XXV710' and
7283 #           'NF_DENSITY' and
7284 #           'VHOST' and
7285 #           'VXLAN' and
7286 #           'CHAIN' and
7287 #           'IMIX' and
7288 #           '8T4C' and
7289 #           'NDRPDR'"
7290 #  parameters:
7291 #  - "throughput"
7292 #  - "name"
7293 #  - "tags"
7294 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7295 #  x-axis: "X = VNFs per Service Chain"
7296 #  y-axis: "Y = Number of Service Chains"
7297 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7298 #  layout:
7299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7300 #    layout: "plot-service-density"
7301 #
7302 ################################################################################
7303 ## Plots - NF Density - CSC - MRR 64b
7304 #- type: "plot"
7305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7306 #  algorithm: "plot_nf_heatmap"
7307 #  output-file-type: ".html"
7308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7309 #  data: "plot-vpp-nfv-2n-skx-mrr"
7310 #  filter: "'NIC_Intel-XXV710' and
7311 #           'NF_DENSITY' and
7312 #           'DOCKER' and
7313 #           'CHAIN' and
7314 #           'NF_VPPIP4' and
7315 #           '64B' and
7316 #           '2T1C' and
7317 #           'MRR'"
7318 #  parameters:
7319 #  - "result"
7320 #  - "name"
7321 #  - "tags"
7322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7323 #  x-axis: "X = CNFs per Service Chain"
7324 #  y-axis: "Y = Number of Service Chains"
7325 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7326 #  layout:
7327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7328 #    layout: "plot-service-density"
7329 #
7330 #- type: "plot"
7331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7332 #  algorithm: "plot_nf_heatmap"
7333 #  output-file-type: ".html"
7334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7335 #  data: "plot-vpp-nfv-2n-skx-mrr"
7336 #  filter: "'NIC_Intel-XXV710' and
7337 #           'NF_DENSITY' and
7338 #           'DOCKER' and
7339 #           'CHAIN' and
7340 #           'NF_VPPIP4' and
7341 #           '64B' and
7342 #           '4T2C' and
7343 #           'MRR'"
7344 #  parameters:
7345 #  - "result"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = CNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7361 #  data: "plot-vpp-nfv-2n-skx-mrr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'DOCKER' and
7365 #           'CHAIN' and
7366 #           'NF_VPPIP4' and
7367 #           '64B' and
7368 #           '8T4C' and
7369 #           'MRR'"
7370 #  parameters:
7371 #  - "result"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = CNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7380 #    layout: "plot-service-density"
7381 #
7382 ## Plots - NF Density - CSC - MRR IMIX
7383 #- type: "plot"
7384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7385 #  algorithm: "plot_nf_heatmap"
7386 #  output-file-type: ".html"
7387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7388 #  data: "plot-vpp-nfv-2n-skx-mrr"
7389 #  filter: "'NIC_Intel-XXV710' and
7390 #           'NF_DENSITY' and
7391 #           'DOCKER' and
7392 #           'CHAIN' and
7393 #           'NF_VPPIP4' and
7394 #           'IMIX' and
7395 #           '2T1C' and
7396 #           'MRR'"
7397 #  parameters:
7398 #  - "result"
7399 #  - "name"
7400 #  - "tags"
7401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7402 #  x-axis: "X = CNFs per Service Chain"
7403 #  y-axis: "Y = Number of Service Chains"
7404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7405 #  layout:
7406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7407 #    layout: "plot-service-density"
7408 #
7409 #- type: "plot"
7410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7411 #  algorithm: "plot_nf_heatmap"
7412 #  output-file-type: ".html"
7413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7414 #  data: "plot-vpp-nfv-2n-skx-mrr"
7415 #  filter: "'NIC_Intel-XXV710' and
7416 #           'NF_DENSITY' and
7417 #           'DOCKER' and
7418 #           'CHAIN' and
7419 #           'NF_VPPIP4' and
7420 #           'IMIX' and
7421 #           '4T2C' and
7422 #           'MRR'"
7423 #  parameters:
7424 #  - "result"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = CNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7433 #    layout: "plot-service-density"
7434 #
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7440 #  data: "plot-vpp-nfv-2n-skx-mrr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'DOCKER' and
7444 #           'CHAIN' and
7445 #           'NF_VPPIP4' and
7446 #           'IMIX' and
7447 #           '8T4C' and
7448 #           'MRR'"
7449 #  parameters:
7450 #  - "result"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7454 #  x-axis: "X = CNFs per Service Chain"
7455 #  y-axis: "Y = Number of Service Chains"
7456 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7459 #    layout: "plot-service-density"
7460 #
7461 ## Plots - NF Density - CSC - NDR 64b
7462 #- type: "plot"
7463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7464 #  algorithm: "plot_nf_heatmap"
7465 #  output-file-type: ".html"
7466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7467 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7468 #  filter: "'NIC_Intel-XXV710' and
7469 #           'NF_DENSITY' and
7470 #           'DOCKER' and
7471 #           'CHAIN' and
7472 #           'NF_VPPIP4' and
7473 #           '64B' and
7474 #           '2T1C' and
7475 #           'NDRPDR'"
7476 #  parameters:
7477 #  - "throughput"
7478 #  - "name"
7479 #  - "tags"
7480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7481 #  x-axis: "X = CNFs per Service Chain"
7482 #  y-axis: "Y = Number of Service Chains"
7483 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7484 #  layout:
7485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7486 #    layout: "plot-service-density"
7487 #
7488 #- type: "plot"
7489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7490 #  algorithm: "plot_nf_heatmap"
7491 #  output-file-type: ".html"
7492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7493 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7494 #  filter: "'NIC_Intel-XXV710' and
7495 #           'NF_DENSITY' and
7496 #           'DOCKER' and
7497 #           'CHAIN' and
7498 #           'NF_VPPIP4' and
7499 #           '64B' and
7500 #           '4T2C' and
7501 #           'NDRPDR'"
7502 #  parameters:
7503 #  - "throughput"
7504 #  - "name"
7505 #  - "tags"
7506 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7507 #  x-axis: "X = CNFs per Service Chain"
7508 #  y-axis: "Y = Number of Service Chains"
7509 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7510 #  layout:
7511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7512 #    layout: "plot-service-density"
7513 #
7514 #- type: "plot"
7515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7516 #  algorithm: "plot_nf_heatmap"
7517 #  output-file-type: ".html"
7518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7519 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7520 #  filter: "'NIC_Intel-XXV710' and
7521 #           'NF_DENSITY' and
7522 #           'DOCKER' and
7523 #           'CHAIN' and
7524 #           'NF_VPPIP4' and
7525 #           '64B' and
7526 #           '8T4C' and
7527 #           'NDRPDR'"
7528 #  parameters:
7529 #  - "throughput"
7530 #  - "name"
7531 #  - "tags"
7532 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7533 #  x-axis: "X = CNFs per Service Chain"
7534 #  y-axis: "Y = Number of Service Chains"
7535 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7536 #  layout:
7537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7538 #    layout: "plot-service-density"
7539 #
7540 ## Plots - NF Density - CSC - NDR IMIX
7541 #- type: "plot"
7542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7543 #  algorithm: "plot_nf_heatmap"
7544 #  output-file-type: ".html"
7545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7546 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7547 #  filter: "'NIC_Intel-XXV710' and
7548 #           'NF_DENSITY' and
7549 #           'DOCKER' and
7550 #           'CHAIN' and
7551 #           'NF_VPPIP4' and
7552 #           'IMIX' and
7553 #           '2T1C' and
7554 #           'NDRPDR'"
7555 #  parameters:
7556 #  - "throughput"
7557 #  - "name"
7558 #  - "tags"
7559 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7560 #  x-axis: "X = CNFs per Service Chain"
7561 #  y-axis: "Y = Number of Service Chains"
7562 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7563 #  layout:
7564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7565 #    layout: "plot-service-density"
7566 #
7567 #- type: "plot"
7568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7569 #  algorithm: "plot_nf_heatmap"
7570 #  output-file-type: ".html"
7571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7572 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7573 #  filter: "'NIC_Intel-XXV710' and
7574 #           'NF_DENSITY' and
7575 #           'DOCKER' and
7576 #           'CHAIN' and
7577 #           'NF_VPPIP4' and
7578 #           'IMIX' and
7579 #           '4T2C' and
7580 #           'NDRPDR'"
7581 #  parameters:
7582 #  - "throughput"
7583 #  - "name"
7584 #  - "tags"
7585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7586 #  x-axis: "X = CNFs per Service Chain"
7587 #  y-axis: "Y = Number of Service Chains"
7588 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7589 #  layout:
7590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7591 #    layout: "plot-service-density"
7592 #
7593 #- type: "plot"
7594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7595 #  algorithm: "plot_nf_heatmap"
7596 #  output-file-type: ".html"
7597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7598 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7599 #  filter: "'NIC_Intel-XXV710' and
7600 #           'NF_DENSITY' and
7601 #           'DOCKER' and
7602 #           'CHAIN' and
7603 #           'NF_VPPIP4' and
7604 #           'IMIX' and
7605 #           '8T4C' and
7606 #           'NDRPDR'"
7607 #  parameters:
7608 #  - "throughput"
7609 #  - "name"
7610 #  - "tags"
7611 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7612 #  x-axis: "X = CNFs per Service Chain"
7613 #  y-axis: "Y = Number of Service Chains"
7614 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7615 #  layout:
7616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7617 #    layout: "plot-service-density"
7618 #
7619 ## Plots - NF Density - CSC - PDR 64b
7620 #- type: "plot"
7621 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7622 #  algorithm: "plot_nf_heatmap"
7623 #  output-file-type: ".html"
7624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7625 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7626 #  filter: "'NIC_Intel-XXV710' and
7627 #           'NF_DENSITY' and
7628 #           'DOCKER' and
7629 #           'CHAIN' and
7630 #           'NF_VPPIP4' and
7631 #           '64B' and
7632 #           '2T1C' and
7633 #           'NDRPDR'"
7634 #  parameters:
7635 #  - "throughput"
7636 #  - "name"
7637 #  - "tags"
7638 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7639 #  x-axis: "X = CNFs per Service Chain"
7640 #  y-axis: "Y = Number of Service Chains"
7641 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7642 #  layout:
7643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7644 #    layout: "plot-service-density"
7645 #
7646 #- type: "plot"
7647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7648 #  algorithm: "plot_nf_heatmap"
7649 #  output-file-type: ".html"
7650 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7651 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7652 #  filter: "'NIC_Intel-XXV710' and
7653 #           'NF_DENSITY' and
7654 #           'DOCKER' and
7655 #           'CHAIN' and
7656 #           'NF_VPPIP4' and
7657 #           '64B' and
7658 #           '4T2C' and
7659 #           'NDRPDR'"
7660 #  parameters:
7661 #  - "throughput"
7662 #  - "name"
7663 #  - "tags"
7664 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7665 #  x-axis: "X = CNFs per Service Chain"
7666 #  y-axis: "Y = Number of Service Chains"
7667 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7668 #  layout:
7669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7670 #    layout: "plot-service-density"
7671 #
7672 #- type: "plot"
7673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7674 #  algorithm: "plot_nf_heatmap"
7675 #  output-file-type: ".html"
7676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7677 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7678 #  filter: "'NIC_Intel-XXV710' and
7679 #           'NF_DENSITY' and
7680 #           'DOCKER' and
7681 #           'CHAIN' and
7682 #           'NF_VPPIP4' and
7683 #           '64B' and
7684 #           '8T4C' and
7685 #           'NDRPDR'"
7686 #  parameters:
7687 #  - "throughput"
7688 #  - "name"
7689 #  - "tags"
7690 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7691 #  x-axis: "X = CNFs per Service Chain"
7692 #  y-axis: "Y = Number of Service Chains"
7693 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7694 #  layout:
7695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7696 #    layout: "plot-service-density"
7697 #
7698 ## Plots - NF Density - CSC - PDR IMIX
7699 #- type: "plot"
7700 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7701 #  algorithm: "plot_nf_heatmap"
7702 #  output-file-type: ".html"
7703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7704 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7705 #  filter: "'NIC_Intel-XXV710' and
7706 #           'NF_DENSITY' and
7707 #           'DOCKER' and
7708 #           'CHAIN' and
7709 #           'NF_VPPIP4' and
7710 #           'IMIX' and
7711 #           '2T1C' and
7712 #           'NDRPDR'"
7713 #  parameters:
7714 #  - "throughput"
7715 #  - "name"
7716 #  - "tags"
7717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7718 #  x-axis: "X = CNFs per Service Chain"
7719 #  y-axis: "Y = Number of Service Chains"
7720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7721 #  layout:
7722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7723 #    layout: "plot-service-density"
7724 #
7725 #- type: "plot"
7726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7727 #  algorithm: "plot_nf_heatmap"
7728 #  output-file-type: ".html"
7729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7730 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7731 #  filter: "'NIC_Intel-XXV710' and
7732 #           'NF_DENSITY' and
7733 #           'DOCKER' and
7734 #           'CHAIN' and
7735 #           'NF_VPPIP4' and
7736 #           'IMIX' and
7737 #           '4T2C' and
7738 #           'NDRPDR'"
7739 #  parameters:
7740 #  - "throughput"
7741 #  - "name"
7742 #  - "tags"
7743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7744 #  x-axis: "X = CNFs per Service Chain"
7745 #  y-axis: "Y = Number of Service Chains"
7746 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7747 #  layout:
7748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7749 #    layout: "plot-service-density"
7750 #
7751 #- type: "plot"
7752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7753 #  algorithm: "plot_nf_heatmap"
7754 #  output-file-type: ".html"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'DOCKER' and
7760 #           'CHAIN' and
7761 #           'NF_VPPIP4' and
7762 #           'IMIX' and
7763 #           '8T4C' and
7764 #           'NDRPDR'"
7765 #  parameters:
7766 #  - "throughput"
7767 #  - "name"
7768 #  - "tags"
7769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7770 #  x-axis: "X = CNFs per Service Chain"
7771 #  y-axis: "Y = Number of Service Chains"
7772 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7773 #  layout:
7774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7775 #    layout: "plot-service-density"
7776 #
7777 ################################################################################
7778 #
7779 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7780 #- type: "plot"
7781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7782 #  algorithm: "plot_nf_heatmap"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7784 #  data: "plot-vpp-nfv-3n-skx-mrr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'DOCKER' and
7788 #           'CHAIN' and
7789 #           'NF_VPPIP4' and
7790 #           'IPSEC' and
7791 #           'TNL_4' and
7792 #           'IMIX' and
7793 #           '2T1C' and
7794 #           'MRR'"
7795 #  parameters:
7796 #  - "result"
7797 #  - "name"
7798 #  - "tags"
7799 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7800 #  x-axis: "X = CNFs per Service Chain"
7801 #  y-axis: "Y = Number of Service Chains"
7802 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7803 #  layout:
7804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7805 #    layout: "plot-service-density"
7806 #
7807 #- type: "plot"
7808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7809 #  algorithm: "plot_nf_heatmap"
7810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7811 #  data: "plot-vpp-nfv-3n-skx-mrr"
7812 #  filter: "'NIC_Intel-XXV710' and
7813 #           'NF_DENSITY' and
7814 #           'DOCKER' and
7815 #           'CHAIN' and
7816 #           'NF_VPPIP4' and
7817 #           'IPSEC' and
7818 #           'TNL_4' and
7819 #           'IMIX' and
7820 #           '4T2C' and
7821 #           'MRR'"
7822 #  parameters:
7823 #  - "result"
7824 #  - "name"
7825 #  - "tags"
7826 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7827 #  x-axis: "X = CNFs per Service Chain"
7828 #  y-axis: "Y = Number of Service Chains"
7829 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7830 #  layout:
7831 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7832 #    layout: "plot-service-density"
7833 #
7834 #- type: "plot"
7835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7836 #  algorithm: "plot_nf_heatmap"
7837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7838 #  data: "plot-vpp-nfv-3n-skx-mrr"
7839 #  filter: "'NIC_Intel-XXV710' and
7840 #           'NF_DENSITY' and
7841 #           'DOCKER' and
7842 #           'CHAIN' and
7843 #           'NF_VPPIP4' and
7844 #           'IPSEC' and
7845 #           'TNL_4' and
7846 #           'IMIX' and
7847 #           '8T4C' and
7848 #           'MRR'"
7849 #  parameters:
7850 #  - "result"
7851 #  - "name"
7852 #  - "tags"
7853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7854 #  x-axis: "X = CNFs per Service Chain"
7855 #  y-axis: "Y = Number of Service Chains"
7856 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7857 #  layout:
7858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7859 #    layout: "plot-service-density"
7860 #
7861 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7862 #- type: "plot"
7863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7864 #  algorithm: "plot_nf_heatmap"
7865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7866 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7867 #  filter: "'NIC_Intel-XXV710' and
7868 #           'NF_DENSITY' and
7869 #           'DOCKER' and
7870 #           'CHAIN' and
7871 #           'NF_VPPIP4' and
7872 #           'IPSEC' and
7873 #           'TNL_4' and
7874 #           'IMIX' and
7875 #           '2T1C' and
7876 #           'NDRPDR'"
7877 #  parameters:
7878 #  - "throughput"
7879 #  - "name"
7880 #  - "tags"
7881 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7882 #  x-axis: "X = CNFs per Service Chain"
7883 #  y-axis: "Y = Number of Service Chains"
7884 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7885 #  layout:
7886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7887 #    layout: "plot-service-density"
7888 #
7889 #- type: "plot"
7890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7891 #  algorithm: "plot_nf_heatmap"
7892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7893 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7894 #  filter: "'NIC_Intel-XXV710' and
7895 #           'NF_DENSITY' and
7896 #           'DOCKER' and
7897 #           'CHAIN' and
7898 #           'NF_VPPIP4' and
7899 #           'IPSEC' and
7900 #           'TNL_4' and
7901 #           'IMIX' and
7902 #           '4T2C' and
7903 #           'NDRPDR'"
7904 #  parameters:
7905 #  - "throughput"
7906 #  - "name"
7907 #  - "tags"
7908 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7909 #  x-axis: "X = CNFs per Service Chain"
7910 #  y-axis: "Y = Number of Service Chains"
7911 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7912 #  layout:
7913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7914 #    layout: "plot-service-density"
7915 #
7916 #- type: "plot"
7917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7918 #  algorithm: "plot_nf_heatmap"
7919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7920 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7921 #  filter: "'NIC_Intel-XXV710' and
7922 #           'NF_DENSITY' and
7923 #           'DOCKER' and
7924 #           'CHAIN' and
7925 #           'NF_VPPIP4' and
7926 #           'IPSEC' and
7927 #           'TNL_4' and
7928 #           'IMIX' and
7929 #           '8T4C' and
7930 #           'NDRPDR'"
7931 #  parameters:
7932 #  - "throughput"
7933 #  - "name"
7934 #  - "tags"
7935 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7936 #  x-axis: "X = CNFs per Service Chain"
7937 #  y-axis: "Y = Number of Service Chains"
7938 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7939 #  layout:
7940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7941 #    layout: "plot-service-density"
7942 #
7943 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7944 #- type: "plot"
7945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7946 #  algorithm: "plot_nf_heatmap"
7947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7948 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7949 #  filter: "'NIC_Intel-XXV710' and
7950 #           'NF_DENSITY' and
7951 #           'DOCKER' and
7952 #           'CHAIN' and
7953 #           'NF_VPPIP4' and
7954 #           'IPSEC' and
7955 #           'TNL_4' and
7956 #           'IMIX' and
7957 #           '2T1C' and
7958 #           'NDRPDR'"
7959 #  parameters:
7960 #  - "throughput"
7961 #  - "name"
7962 #  - "tags"
7963 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7964 #  x-axis: "X = CNFs per Service Chain"
7965 #  y-axis: "Y = Number of Service Chains"
7966 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7967 #  layout:
7968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7969 #    layout: "plot-service-density"
7970 #
7971 #- type: "plot"
7972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7973 #  algorithm: "plot_nf_heatmap"
7974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7975 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7976 #  filter: "'NIC_Intel-XXV710' and
7977 #           'NF_DENSITY' and
7978 #           'DOCKER' and
7979 #           'CHAIN' and
7980 #           'NF_VPPIP4' and
7981 #           'IPSEC' and
7982 #           'TNL_4' and
7983 #           'IMIX' and
7984 #           '4T2C' and
7985 #           'NDRPDR'"
7986 #  parameters:
7987 #  - "throughput"
7988 #  - "name"
7989 #  - "tags"
7990 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7991 #  x-axis: "X = CNFs per Service Chain"
7992 #  y-axis: "Y = Number of Service Chains"
7993 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7994 #  layout:
7995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7996 #    layout: "plot-service-density"
7997 #
7998 #- type: "plot"
7999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8000 #  algorithm: "plot_nf_heatmap"
8001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8002 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8003 #  filter: "'NIC_Intel-XXV710' and
8004 #           'NF_DENSITY' and
8005 #           'DOCKER' and
8006 #           'CHAIN' and
8007 #           'NF_VPPIP4' and
8008 #           'IPSEC' and
8009 #           'TNL_4' and
8010 #           'IMIX' and
8011 #           '8T4C' and
8012 #           'NDRPDR'"
8013 #  parameters:
8014 #  - "throughput"
8015 #  - "name"
8016 #  - "tags"
8017 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8018 #  x-axis: "X = CNFs per Service Chain"
8019 #  y-axis: "Y = Number of Service Chains"
8020 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8021 #  layout:
8022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8023 #    layout: "plot-service-density"
8024
8025 ###############################################################################
8026
8027 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8028 - type: "plot"
8029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8030   algorithm: "plot_nf_heatmap"
8031   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8032   data: "plot-vpp-nfv-3n-hsw-mrr"
8033   filter: "'NIC_Intel-XL710' and
8034            'NF_DENSITY' and
8035            'DOCKER' and
8036            'CHAIN' and
8037            'NF_VPPIP4' and
8038            'IMIX' and
8039            'TNL_4' and
8040            '1T1C' and
8041            'MRR'"
8042   parameters:
8043   - "result"
8044   - "name"
8045   - "tags"
8046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8047   x-axis: "X = CNFs per Service Chain"
8048   y-axis: "Y = Number of Service Chains"
8049   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8050   layout:
8051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8052     layout: "plot-service-density"
8053
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8058   data: "plot-vpp-nfv-3n-hsw-mrr"
8059   filter: "'NIC_Intel-XL710' and
8060            'NF_DENSITY' and
8061            'DOCKER' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IPSEC' and
8065            'TNL_4' and
8066            'IMIX' and
8067            '2T2C' and
8068            'MRR'"
8069   parameters:
8070   - "result"
8071   - "name"
8072   - "tags"
8073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8074   x-axis: "X = CNFs per Service Chain"
8075   y-axis: "Y = Number of Service Chains"
8076   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8077   layout:
8078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8079     layout: "plot-service-density"
8080
8081 - type: "plot"
8082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8083   algorithm: "plot_nf_heatmap"
8084   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8085   data: "plot-vpp-nfv-3n-hsw-mrr"
8086   filter: "'NIC_Intel-XL710' and
8087            'NF_DENSITY' and
8088            'DOCKER' and
8089            'CHAIN' and
8090            'NF_VPPIP4' and
8091            'IPSEC' and
8092            'TNL_4' and
8093            'IMIX' and
8094            '4T4C' and
8095            'MRR'"
8096   parameters:
8097   - "result"
8098   - "name"
8099   - "tags"
8100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8101   x-axis: "X = CNFs per Service Chain"
8102   y-axis: "Y = Number of Service Chains"
8103   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8104   layout:
8105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8106     layout: "plot-service-density"
8107
8108 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8109 - type: "plot"
8110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8111   algorithm: "plot_nf_heatmap"
8112   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8113   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8114   filter: "'NIC_Intel-XL710' and
8115            'NF_DENSITY' and
8116            'DOCKER' and
8117            'CHAIN' and
8118            'NF_VPPIP4' and
8119            'IPSEC' and
8120            'TNL_4' and
8121            'IMIX' and
8122            '1T1C' and
8123            'NDRPDR'"
8124   parameters:
8125   - "throughput"
8126   - "name"
8127   - "tags"
8128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8129   x-axis: "X = CNFs per Service Chain"
8130   y-axis: "Y = Number of Service Chains"
8131   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8132   layout:
8133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8134     layout: "plot-service-density"
8135
8136 - type: "plot"
8137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8138   algorithm: "plot_nf_heatmap"
8139   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8140   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8141   filter: "'NIC_Intel-XL710' and
8142            'NF_DENSITY' and
8143            'DOCKER' and
8144            'CHAIN' and
8145            'NF_VPPIP4' and
8146            'IPSEC' and
8147            'TNL_4' and
8148            'IMIX' and
8149            '2T2C' and
8150            'NDRPDR'"
8151   parameters:
8152   - "throughput"
8153   - "name"
8154   - "tags"
8155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8156   x-axis: "X = CNFs per Service Chain"
8157   y-axis: "Y = Number of Service Chains"
8158   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8159   layout:
8160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8161     layout: "plot-service-density"
8162
8163 - type: "plot"
8164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8165   algorithm: "plot_nf_heatmap"
8166   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8167   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8168   filter: "'NIC_Intel-XL710' and
8169            'NF_DENSITY' and
8170            'DOCKER' and
8171            'CHAIN' and
8172            'NF_VPPIP4' and
8173            'IPSEC' and
8174            'TNL_4' and
8175            'IMIX' and
8176            '4T4C' and
8177            'NDRPDR'"
8178   parameters:
8179   - "throughput"
8180   - "name"
8181   - "tags"
8182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8183   x-axis: "X = CNFs per Service Chain"
8184   y-axis: "Y = Number of Service Chains"
8185   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8186   layout:
8187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8188     layout: "plot-service-density"
8189
8190 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8191 - type: "plot"
8192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8193   algorithm: "plot_nf_heatmap"
8194   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8195   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8196   filter: "'NIC_Intel-XL710' and
8197            'NF_DENSITY' and
8198            'DOCKER' and
8199            'CHAIN' and
8200            'NF_VPPIP4' and
8201            'IPSEC' and
8202            'TNL_4' and
8203            'IMIX' and
8204            '1T1C' and
8205            'NDRPDR'"
8206   parameters:
8207   - "throughput"
8208   - "name"
8209   - "tags"
8210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8211   x-axis: "X = CNFs per Service Chain"
8212   y-axis: "Y = Number of Service Chains"
8213   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8214   layout:
8215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8216     layout: "plot-service-density"
8217
8218 - type: "plot"
8219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8220   algorithm: "plot_nf_heatmap"
8221   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8222   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8223   filter: "'NIC_Intel-XL710' and
8224            'NF_DENSITY' and
8225            'DOCKER' and
8226            'CHAIN' and
8227            'NF_VPPIP4' and
8228            'IPSEC' and
8229            'TNL_4' and
8230            'IMIX' and
8231            '2T2C' and
8232            'NDRPDR'"
8233   parameters:
8234   - "throughput"
8235   - "name"
8236   - "tags"
8237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8238   x-axis: "X = CNFs per Service Chain"
8239   y-axis: "Y = Number of Service Chains"
8240   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8241   layout:
8242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8243     layout: "plot-service-density"
8244
8245 - type: "plot"
8246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8247   algorithm: "plot_nf_heatmap"
8248   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8249   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8250   filter: "'NIC_Intel-XL710' and
8251            'NF_DENSITY' and
8252            'DOCKER' and
8253            'CHAIN' and
8254            'NF_VPPIP4' and
8255            'IPSEC' and
8256            'TNL_4' and
8257            'IMIX' and
8258            '4T4C' and
8259            'NDRPDR'"
8260   parameters:
8261   - "throughput"
8262   - "name"
8263   - "tags"
8264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8265   x-axis: "X = CNFs per Service Chain"
8266   y-axis: "Y = Number of Service Chains"
8267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8268   layout:
8269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8270     layout: "plot-service-density"
8271
8272 ###############################################################################
8273
8274 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8279 #  data: "plot-vpp-nfv-3n-skx-mrr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'DOCKER' and
8283 #           'CHAIN' and
8284 #           'NF_VPPIP4' and
8285 #           'IPSEC' and
8286 #           'TNL_1000' and
8287 #           'IMIX' and
8288 #           '2T1C' and
8289 #           'MRR'"
8290 #  parameters:
8291 #  - "result"
8292 #  - "name"
8293 #  - "tags"
8294 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8295 #  x-axis: "X = CNFs per Service Chain"
8296 #  y-axis: "Y = Number of Service Chains"
8297 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8298 #  layout:
8299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8300 #    layout: "plot-service-density"
8301 #
8302 #- type: "plot"
8303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8304 #  algorithm: "plot_nf_heatmap"
8305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8306 #  data: "plot-vpp-nfv-3n-skx-mrr"
8307 #  filter: "'NIC_Intel-XXV710' and
8308 #           'NF_DENSITY' and
8309 #           'DOCKER' and
8310 #           'CHAIN' and
8311 #           'NF_VPPIP4' and
8312 #           'IPSEC' and
8313 #           'TNL_1000' and
8314 #           'IMIX' and
8315 #           '4T2C' and
8316 #           'MRR'"
8317 #  parameters:
8318 #  - "result"
8319 #  - "name"
8320 #  - "tags"
8321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8322 #  x-axis: "X = CNFs per Service Chain"
8323 #  y-axis: "Y = Number of Service Chains"
8324 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8325 #  layout:
8326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8327 #    layout: "plot-service-density"
8328 #
8329 #- type: "plot"
8330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8331 #  algorithm: "plot_nf_heatmap"
8332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8333 #  data: "plot-vpp-nfv-3n-skx-mrr"
8334 #  filter: "'NIC_Intel-XXV710' and
8335 #           'NF_DENSITY' and
8336 #           'DOCKER' and
8337 #           'CHAIN' and
8338 #           'NF_VPPIP4' and
8339 #           'IPSEC' and
8340 #           'TNL_1000' and
8341 #           'IMIX' and
8342 #           '8T4C' and
8343 #           'MRR'"
8344 #  parameters:
8345 #  - "result"
8346 #  - "name"
8347 #  - "tags"
8348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8349 #  x-axis: "X = CNFs per Service Chain"
8350 #  y-axis: "Y = Number of Service Chains"
8351 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8352 #  layout:
8353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8354 #    layout: "plot-service-density"
8355 #
8356 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8361 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8362 #  filter: "'NIC_Intel-XXV710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IPSEC' and
8368 #           'TNL_1000' and
8369 #           'IMIX' and
8370 #           '2T1C' and
8371 #           'NDRPDR'"
8372 #  parameters:
8373 #  - "throughput"
8374 #  - "name"
8375 #  - "tags"
8376 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8377 #  x-axis: "X = CNFs per Service Chain"
8378 #  y-axis: "Y = Number of Service Chains"
8379 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8380 #  layout:
8381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8382 #    layout: "plot-service-density"
8383 #
8384 #- type: "plot"
8385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8386 #  algorithm: "plot_nf_heatmap"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8388 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8389 #  filter: "'NIC_Intel-XXV710' and
8390 #           'NF_DENSITY' and
8391 #           'DOCKER' and
8392 #           'CHAIN' and
8393 #           'NF_VPPIP4' and
8394 #           'IPSEC' and
8395 #           'TNL_1000' and
8396 #           'IMIX' and
8397 #           '4T2C' and
8398 #           'NDRPDR'"
8399 #  parameters:
8400 #  - "throughput"
8401 #  - "name"
8402 #  - "tags"
8403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8404 #  x-axis: "X = CNFs per Service Chain"
8405 #  y-axis: "Y = Number of Service Chains"
8406 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8407 #  layout:
8408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8409 #    layout: "plot-service-density"
8410 #
8411 #- type: "plot"
8412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8413 #  algorithm: "plot_nf_heatmap"
8414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8415 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8416 #  filter: "'NIC_Intel-XXV710' and
8417 #           'NF_DENSITY' and
8418 #           'DOCKER' and
8419 #           'CHAIN' and
8420 #           'NF_VPPIP4' and
8421 #           'IPSEC' and
8422 #           'TNL_1000' and
8423 #           'IMIX' and
8424 #           '8T4C' and
8425 #           'NDRPDR'"
8426 #  parameters:
8427 #  - "throughput"
8428 #  - "name"
8429 #  - "tags"
8430 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8431 #  x-axis: "X = CNFs per Service Chain"
8432 #  y-axis: "Y = Number of Service Chains"
8433 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8434 #  layout:
8435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8436 #    layout: "plot-service-density"
8437 #
8438 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8439 #- type: "plot"
8440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8441 #  algorithm: "plot_nf_heatmap"
8442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8443 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444 #  filter: "'NIC_Intel-XXV710' and
8445 #           'NF_DENSITY' and
8446 #           'DOCKER' and
8447 #           'CHAIN' and
8448 #           'NF_VPPIP4' and
8449 #           'IPSEC' and
8450 #           'TNL_1000' and
8451 #           'IMIX' and
8452 #           '2T1C' and
8453 #           'NDRPDR'"
8454 #  parameters:
8455 #  - "throughput"
8456 #  - "name"
8457 #  - "tags"
8458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459 #  x-axis: "X = CNFs per Service Chain"
8460 #  y-axis: "Y = Number of Service Chains"
8461 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8462 #  layout:
8463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8464 #    layout: "plot-service-density"
8465 #
8466 #- type: "plot"
8467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8468 #  algorithm: "plot_nf_heatmap"
8469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8470 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8471 #  filter: "'NIC_Intel-XXV710' and
8472 #           'NF_DENSITY' and
8473 #           'DOCKER' and
8474 #           'CHAIN' and
8475 #           'NF_VPPIP4' and
8476 #           'IPSEC' and
8477 #           'TNL_1000' and
8478 #           'IMIX' and
8479 #           '4T2C' and
8480 #           'NDRPDR'"
8481 #  parameters:
8482 #  - "throughput"
8483 #  - "name"
8484 #  - "tags"
8485 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8486 #  x-axis: "X = CNFs per Service Chain"
8487 #  y-axis: "Y = Number of Service Chains"
8488 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8489 #  layout:
8490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8491 #    layout: "plot-service-density"
8492 #
8493 #- type: "plot"
8494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8495 #  algorithm: "plot_nf_heatmap"
8496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8497 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8498 #  filter: "'NIC_Intel-XXV710' and
8499 #           'NF_DENSITY' and
8500 #           'DOCKER' and
8501 #           'CHAIN' and
8502 #           'NF_VPPIP4' and
8503 #           'IPSEC' and
8504 #           'TNL_1000' and
8505 #           'IMIX' and
8506 #           '8T4C' and
8507 #           'NDRPDR'"
8508 #  parameters:
8509 #  - "throughput"
8510 #  - "name"
8511 #  - "tags"
8512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8513 #  x-axis: "X = CNFs per Service Chain"
8514 #  y-axis: "Y = Number of Service Chains"
8515 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8516 #  layout:
8517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8518 #    layout: "plot-service-density"
8519
8520 ###############################################################################
8521
8522 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8523 - type: "plot"
8524   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8525   algorithm: "plot_nf_heatmap"
8526   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8527   data: "plot-vpp-nfv-3n-hsw-mrr"
8528   filter: "'NIC_Intel-XL710' and
8529            'NF_DENSITY' and
8530            'DOCKER' and
8531            'CHAIN' and
8532            'NF_VPPIP4' and
8533            'IMIX' and
8534            'TNL_1000' and
8535            '1T1C' and
8536            'MRR'"
8537   parameters:
8538   - "result"
8539   - "name"
8540   - "tags"
8541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8542   x-axis: "X = CNFs per Service Chain"
8543   y-axis: "Y = Number of Service Chains"
8544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8545   layout:
8546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8547     layout: "plot-service-density"
8548
8549 - type: "plot"
8550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8551   algorithm: "plot_nf_heatmap"
8552   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8553   data: "plot-vpp-nfv-3n-hsw-mrr"
8554   filter: "'NIC_Intel-XL710' and
8555            'NF_DENSITY' and
8556            'DOCKER' and
8557            'CHAIN' and
8558            'NF_VPPIP4' and
8559            'IPSEC' and
8560            'TNL_1000' and
8561            'IMIX' and
8562            '2T2C' and
8563            'MRR'"
8564   parameters:
8565   - "result"
8566   - "name"
8567   - "tags"
8568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8569   x-axis: "X = CNFs per Service Chain"
8570   y-axis: "Y = Number of Service Chains"
8571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8572   layout:
8573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8574     layout: "plot-service-density"
8575
8576 - type: "plot"
8577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8578   algorithm: "plot_nf_heatmap"
8579   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8580   data: "plot-vpp-nfv-3n-hsw-mrr"
8581   filter: "'NIC_Intel-XL710' and
8582            'NF_DENSITY' and
8583            'DOCKER' and
8584            'CHAIN' and
8585            'NF_VPPIP4' and
8586            'IPSEC' and
8587            'TNL_1000' and
8588            'IMIX' and
8589            '4T4C' and
8590            'MRR'"
8591   parameters:
8592   - "result"
8593   - "name"
8594   - "tags"
8595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8596   x-axis: "X = CNFs per Service Chain"
8597   y-axis: "Y = Number of Service Chains"
8598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8599   layout:
8600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8601     layout: "plot-service-density"
8602
8603 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8604 - type: "plot"
8605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8606   algorithm: "plot_nf_heatmap"
8607   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8608   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8609   filter: "'NIC_Intel-XL710' and
8610            'NF_DENSITY' and
8611            'DOCKER' and
8612            'CHAIN' and
8613            'NF_VPPIP4' and
8614            'IPSEC' and
8615            'TNL_1000' and
8616            'IMIX' and
8617            '1T1C' and
8618            'NDRPDR'"
8619   parameters:
8620   - "throughput"
8621   - "name"
8622   - "tags"
8623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = CNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8629     layout: "plot-service-density"
8630
8631 - type: "plot"
8632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8633   algorithm: "plot_nf_heatmap"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8635   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8636   filter: "'NIC_Intel-XL710' and
8637            'NF_DENSITY' and
8638            'DOCKER' and
8639            'CHAIN' and
8640            'NF_VPPIP4' and
8641            'IPSEC' and
8642            'TNL_1000' and
8643            'IMIX' and
8644            '2T2C' and
8645            'NDRPDR'"
8646   parameters:
8647   - "throughput"
8648   - "name"
8649   - "tags"
8650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8651   x-axis: "X = CNFs per Service Chain"
8652   y-axis: "Y = Number of Service Chains"
8653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8654   layout:
8655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8656     layout: "plot-service-density"
8657
8658 - type: "plot"
8659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8660   algorithm: "plot_nf_heatmap"
8661   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8662   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8663   filter: "'NIC_Intel-XL710' and
8664            'NF_DENSITY' and
8665            'DOCKER' and
8666            'CHAIN' and
8667            'NF_VPPIP4' and
8668            'IPSEC' and
8669            'TNL_1000' and
8670            'IMIX' and
8671            '4T4C' and
8672            'NDRPDR'"
8673   parameters:
8674   - "throughput"
8675   - "name"
8676   - "tags"
8677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8678   x-axis: "X = CNFs per Service Chain"
8679   y-axis: "Y = Number of Service Chains"
8680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8681   layout:
8682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8683     layout: "plot-service-density"
8684
8685 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8686 - type: "plot"
8687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8688   algorithm: "plot_nf_heatmap"
8689   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8690   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691   filter: "'NIC_Intel-XL710' and
8692            'NF_DENSITY' and
8693            'DOCKER' and
8694            'CHAIN' and
8695            'NF_VPPIP4' and
8696            'IPSEC' and
8697            'TNL_1000' and
8698            'IMIX' and
8699            '1T1C' and
8700            'NDRPDR'"
8701   parameters:
8702   - "throughput"
8703   - "name"
8704   - "tags"
8705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8706   x-axis: "X = CNFs per Service Chain"
8707   y-axis: "Y = Number of Service Chains"
8708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8709   layout:
8710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8711     layout: "plot-service-density"
8712
8713 - type: "plot"
8714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8715   algorithm: "plot_nf_heatmap"
8716   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8717   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8718   filter: "'NIC_Intel-XL710' and
8719            'NF_DENSITY' and
8720            'DOCKER' and
8721            'CHAIN' and
8722            'NF_VPPIP4' and
8723            'IPSEC' and
8724            'TNL_1000' and
8725            'IMIX' and
8726            '2T2C' and
8727            'NDRPDR'"
8728   parameters:
8729   - "throughput"
8730   - "name"
8731   - "tags"
8732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8733   x-axis: "X = CNFs per Service Chain"
8734   y-axis: "Y = Number of Service Chains"
8735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8736   layout:
8737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8738     layout: "plot-service-density"
8739
8740 - type: "plot"
8741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8742   algorithm: "plot_nf_heatmap"
8743   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8744   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8745   filter: "'NIC_Intel-XL710' and
8746            'NF_DENSITY' and
8747            'DOCKER' and
8748            'CHAIN' and
8749            'NF_VPPIP4' and
8750            'IPSEC' and
8751            'TNL_1000' and
8752            'IMIX' and
8753            '4T4C' and
8754            'NDRPDR'"
8755   parameters:
8756   - "throughput"
8757   - "name"
8758   - "tags"
8759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8760   x-axis: "X = CNFs per Service Chain"
8761   y-axis: "Y = Number of Service Chains"
8762   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8763   layout:
8764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8765     layout: "plot-service-density"
8766
8767 ###############################################################################
8768
8769 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8770 #- type: "plot"
8771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8772 #  algorithm: "plot_nf_heatmap"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8774 #  data: "plot-vpp-nfv-3n-skx-mrr"
8775 #  filter: "'NIC_Intel-XXV710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IPSEC' and
8781 #           'TNL_10000' and
8782 #           'IMIX' and
8783 #           '2T1C' and
8784 #           'MRR'"
8785 #  parameters:
8786 #  - "result"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8795 #    layout: "plot-service-density"
8796 #
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8801 #  data: "plot-vpp-nfv-3n-skx-mrr"
8802 #  filter: "'NIC_Intel-XXV710' and
8803 #           'NF_DENSITY' and
8804 #           'DOCKER' and
8805 #           'CHAIN' and
8806 #           'NF_VPPIP4' and
8807 #           'IPSEC' and
8808 #           'TNL_10000' and
8809 #           'IMIX' and
8810 #           '4T2C' and
8811 #           'MRR'"
8812 #  parameters:
8813 #  - "result"
8814 #  - "name"
8815 #  - "tags"
8816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8817 #  x-axis: "X = CNFs per Service Chain"
8818 #  y-axis: "Y = Number of Service Chains"
8819 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8820 #  layout:
8821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8822 #    layout: "plot-service-density"
8823 #
8824 #- type: "plot"
8825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8826 #  algorithm: "plot_nf_heatmap"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8828 #  data: "plot-vpp-nfv-3n-skx-mrr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'CHAIN' and
8833 #           'NF_VPPIP4' and
8834 #           'IPSEC' and
8835 #           'TNL_10000' and
8836 #           'IMIX' and
8837 #           '8T4C' and
8838 #           'MRR'"
8839 #  parameters:
8840 #  - "result"
8841 #  - "name"
8842 #  - "tags"
8843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8844 #  x-axis: "X = CNFs per Service Chain"
8845 #  y-axis: "Y = Number of Service Chains"
8846 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8847 #  layout:
8848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8849 #    layout: "plot-service-density"
8850 #
8851 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8856 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_10000' and
8864 #           'IMIX' and
8865 #           '2T1C' and
8866 #           'NDRPDR'"
8867 #  parameters:
8868 #  - "throughput"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8877 #    layout: "plot-service-density"
8878 #
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8883 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_10000' and
8891 #           'IMIX' and
8892 #           '4T2C' and
8893 #           'NDRPDR'"
8894 #  parameters:
8895 #  - "throughput"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8910 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_10000' and
8918 #           'IMIX' and
8919 #           '8T4C' and
8920 #           'NDRPDR'"
8921 #  parameters:
8922 #  - "throughput"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8931 #    layout: "plot-service-density"
8932 #
8933 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8938 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939 #  filter: "'NIC_Intel-XXV710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IPSEC' and
8945 #           'TNL_10000' and
8946 #           'IMIX' and
8947 #           '2T1C' and
8948 #           'NDRPDR'"
8949 #  parameters:
8950 #  - "throughput"
8951 #  - "name"
8952 #  - "tags"
8953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8954 #  x-axis: "X = CNFs per Service Chain"
8955 #  y-axis: "Y = Number of Service Chains"
8956 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8957 #  layout:
8958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8959 #    layout: "plot-service-density"
8960 #
8961 #- type: "plot"
8962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8963 #  algorithm: "plot_nf_heatmap"
8964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8965 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966 #  filter: "'NIC_Intel-XXV710' and
8967 #           'NF_DENSITY' and
8968 #           'DOCKER' and
8969 #           'CHAIN' and
8970 #           'NF_VPPIP4' and
8971 #           'IPSEC' and
8972 #           'TNL_10000' and
8973 #           'IMIX' and
8974 #           '4T2C' and
8975 #           'NDRPDR'"
8976 #  parameters:
8977 #  - "throughput"
8978 #  - "name"
8979 #  - "tags"
8980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8981 #  x-axis: "X = CNFs per Service Chain"
8982 #  y-axis: "Y = Number of Service Chains"
8983 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8984 #  layout:
8985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8986 #    layout: "plot-service-density"
8987 #
8988 #- type: "plot"
8989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8990 #  algorithm: "plot_nf_heatmap"
8991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8992 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8993 #  filter: "'NIC_Intel-XXV710' and
8994 #           'NF_DENSITY' and
8995 #           'DOCKER' and
8996 #           'CHAIN' and
8997 #           'NF_VPPIP4' and
8998 #           'IPSEC' and
8999 #           'TNL_10000' and
9000 #           'IMIX' and
9001 #           '8T4C' and
9002 #           'NDRPDR'"
9003 #  parameters:
9004 #  - "throughput"
9005 #  - "name"
9006 #  - "tags"
9007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9008 #  x-axis: "X = CNFs per Service Chain"
9009 #  y-axis: "Y = Number of Service Chains"
9010 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9011 #  layout:
9012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9013 #    layout: "plot-service-density"
9014
9015 ###############################################################################
9016
9017 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9018 - type: "plot"
9019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9020   algorithm: "plot_nf_heatmap"
9021   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9022   data: "plot-vpp-nfv-3n-hsw-mrr"
9023   filter: "'NIC_Intel-XL710' and
9024            'NF_DENSITY' and
9025            'DOCKER' and
9026            'CHAIN' and
9027            'NF_VPPIP4' and
9028            'IMIX' and
9029            'TNL_10000' and
9030            '1T1C' and
9031            'MRR'"
9032   parameters:
9033   - "result"
9034   - "name"
9035   - "tags"
9036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9037   x-axis: "X = CNFs per Service Chain"
9038   y-axis: "Y = Number of Service Chains"
9039   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9040   layout:
9041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9042     layout: "plot-service-density"
9043
9044 - type: "plot"
9045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9046   algorithm: "plot_nf_heatmap"
9047   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9048   data: "plot-vpp-nfv-3n-hsw-mrr"
9049   filter: "'NIC_Intel-XL710' and
9050            'NF_DENSITY' and
9051            'DOCKER' and
9052            'CHAIN' and
9053            'NF_VPPIP4' and
9054            'IPSEC' and
9055            'TNL_10000' and
9056            'IMIX' and
9057            '2T2C' and
9058            'MRR'"
9059   parameters:
9060   - "result"
9061   - "name"
9062   - "tags"
9063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9064   x-axis: "X = CNFs per Service Chain"
9065   y-axis: "Y = Number of Service Chains"
9066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9067   layout:
9068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9069     layout: "plot-service-density"
9070
9071 - type: "plot"
9072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9073   algorithm: "plot_nf_heatmap"
9074   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9075   data: "plot-vpp-nfv-3n-hsw-mrr"
9076   filter: "'NIC_Intel-XL710' and
9077            'NF_DENSITY' and
9078            'DOCKER' and
9079            'CHAIN' and
9080            'NF_VPPIP4' and
9081            'IPSEC' and
9082            'TNL_10000' and
9083            'IMIX' and
9084            '4T4C' and
9085            'MRR'"
9086   parameters:
9087   - "result"
9088   - "name"
9089   - "tags"
9090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9091   x-axis: "X = CNFs per Service Chain"
9092   y-axis: "Y = Number of Service Chains"
9093   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9094   layout:
9095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9096     layout: "plot-service-density"
9097
9098 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9099 - type: "plot"
9100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9101   algorithm: "plot_nf_heatmap"
9102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9103   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9104   filter: "'NIC_Intel-XL710' and
9105            'NF_DENSITY' and
9106            'DOCKER' and
9107            'CHAIN' and
9108            'NF_VPPIP4' and
9109            'IPSEC' and
9110            'TNL_10000' and
9111            'IMIX' and
9112            '1T1C' and
9113            'NDRPDR'"
9114   parameters:
9115   - "throughput"
9116   - "name"
9117   - "tags"
9118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9119   x-axis: "X = CNFs per Service Chain"
9120   y-axis: "Y = Number of Service Chains"
9121   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9122   layout:
9123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9124     layout: "plot-service-density"
9125
9126 - type: "plot"
9127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9128   algorithm: "plot_nf_heatmap"
9129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9130   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9131   filter: "'NIC_Intel-XL710' and
9132            'NF_DENSITY' and
9133            'DOCKER' and
9134            'CHAIN' and
9135            'NF_VPPIP4' and
9136            'IPSEC' and
9137            'TNL_10000' and
9138            'IMIX' and
9139            '2T2C' and
9140            'NDRPDR'"
9141   parameters:
9142   - "throughput"
9143   - "name"
9144   - "tags"
9145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9146   x-axis: "X = CNFs per Service Chain"
9147   y-axis: "Y = Number of Service Chains"
9148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9149   layout:
9150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9151     layout: "plot-service-density"
9152
9153 - type: "plot"
9154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9155   algorithm: "plot_nf_heatmap"
9156   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9157   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9158   filter: "'NIC_Intel-XL710' and
9159            'NF_DENSITY' and
9160            'DOCKER' and
9161            'CHAIN' and
9162            'NF_VPPIP4' and
9163            'IPSEC' and
9164            'TNL_10000' and
9165            'IMIX' and
9166            '4T4C' and
9167            'NDRPDR'"
9168   parameters:
9169   - "throughput"
9170   - "name"
9171   - "tags"
9172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9173   x-axis: "X = CNFs per Service Chain"
9174   y-axis: "Y = Number of Service Chains"
9175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9176   layout:
9177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9178     layout: "plot-service-density"
9179
9180 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9181 - type: "plot"
9182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9183   algorithm: "plot_nf_heatmap"
9184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9185   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186   filter: "'NIC_Intel-XL710' and
9187            'NF_DENSITY' and
9188            'DOCKER' and
9189            'CHAIN' and
9190            'NF_VPPIP4' and
9191            'IPSEC' and
9192            'TNL_10000' and
9193            'IMIX' and
9194            '1T1C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Chain"
9202   y-axis: "Y = Number of Service Chains"
9203   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9212   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213   filter: "'NIC_Intel-XL710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IPSEC' and
9219            'TNL_10000' and
9220            'IMIX' and
9221            '2T2C' and
9222            'NDRPDR'"
9223   parameters:
9224   - "throughput"
9225   - "name"
9226   - "tags"
9227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9228   x-axis: "X = CNFs per Service Chain"
9229   y-axis: "Y = Number of Service Chains"
9230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9231   layout:
9232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9233     layout: "plot-service-density"
9234
9235 - type: "plot"
9236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9237   algorithm: "plot_nf_heatmap"
9238   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9239   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9240   filter: "'NIC_Intel-XL710' and
9241            'NF_DENSITY' and
9242            'DOCKER' and
9243            'CHAIN' and
9244            'NF_VPPIP4' and
9245            'IPSEC' and
9246            'TNL_10000' and
9247            'IMIX' and
9248            '4T4C' and
9249            'NDRPDR'"
9250   parameters:
9251   - "throughput"
9252   - "name"
9253   - "tags"
9254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9255   x-axis: "X = CNFs per Service Chain"
9256   y-axis: "Y = Number of Service Chains"
9257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9258   layout:
9259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9260     layout: "plot-service-density"
9261
9262 ###############################################################################
9263
9264 # Plots - NF Density - CSP - MRR 64b
9265
9266 #- type: "plot"
9267 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9268 #  algorithm: "plot_nf_heatmap"
9269 #  output-file-type: ".html"
9270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9271 #  data: "plot-vpp-nfv-2n-skx-mrr"
9272 #  filter: "'NIC_Intel-XXV710' and
9273 #           'NF_DENSITY' and
9274 #           'DOCKER' and
9275 #           'PIPELINE' and
9276 #           'NF_VPPIP4' and
9277 #           '64B' and
9278 #           '2T1C' and
9279 #           'MRR'"
9280 #  parameters:
9281 #  - "result"
9282 #  - "name"
9283 #  - "tags"
9284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9285 #  x-axis: "X = CNFs per Service Pipeline"
9286 #  y-axis: "Y = Number of Service Pipelines"
9287 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9288 #  layout:
9289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9290 #    layout: "plot-service-density"
9291 #
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file-type: ".html"
9296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9297 #  data: "plot-vpp-nfv-2n-skx-mrr"
9298 #  filter: "'NIC_Intel-XXV710' and
9299 #           'NF_DENSITY' and
9300 #           'DOCKER' and
9301 #           'PIPELINE' and
9302 #           'NF_VPPIP4' and
9303 #           '64B' and
9304 #           '4T2C' and
9305 #           'MRR'"
9306 #  parameters:
9307 #  - "result"
9308 #  - "name"
9309 #  - "tags"
9310 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9311 #  x-axis: "X = CNFs per Service Pipeline"
9312 #  y-axis: "Y = Number of Service Pipelines"
9313 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9314 #  layout:
9315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9316 #    layout: "plot-service-density"
9317 #
9318 #- type: "plot"
9319 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9320 #  algorithm: "plot_nf_heatmap"
9321 #  output-file-type: ".html"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9323 #  data: "plot-vpp-nfv-2n-skx-mrr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'PIPELINE' and
9328 #           'NF_VPPIP4' and
9329 #           '64B' and
9330 #           '8T4C' and
9331 #           'MRR'"
9332 #  parameters:
9333 #  - "result"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Pipeline"
9338 #  y-axis: "Y = Number of Service Pipelines"
9339 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9342 #    layout: "plot-service-density"
9343 #
9344 ## Plots - NF Density - CSP - MRR IMIX
9345 #- type: "plot"
9346 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9347 #  algorithm: "plot_nf_heatmap"
9348 #  output-file-type: ".html"
9349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9350 #  data: "plot-vpp-nfv-2n-skx-mrr"
9351 #  filter: "'NIC_Intel-XXV710' and
9352 #           'NF_DENSITY' and
9353 #           'DOCKER' and
9354 #           'PIPELINE' and
9355 #           'NF_VPPIP4' and
9356 #           'IMIX' and
9357 #           '2T1C' and
9358 #           'MRR'"
9359 #  parameters:
9360 #  - "result"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Pipeline"
9365 #  y-axis: "Y = Number of Service Pipelines"
9366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9369 #    layout: "plot-service-density"
9370 #
9371 #- type: "plot"
9372 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9373 #  algorithm: "plot_nf_heatmap"
9374 #  output-file-type: ".html"
9375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9376 #  data: "plot-vpp-nfv-2n-skx-mrr"
9377 #  filter: "'NIC_Intel-XXV710' and
9378 #           'NF_DENSITY' and
9379 #           'DOCKER' and
9380 #           'PIPELINE' and
9381 #           'NF_VPPIP4' and
9382 #           'IMIX' and
9383 #           '4T2C' and
9384 #           'MRR'"
9385 #  parameters:
9386 #  - "result"
9387 #  - "name"
9388 #  - "tags"
9389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9390 #  x-axis: "X = CNFs per Service Pipeline"
9391 #  y-axis: "Y = Number of Service Pipelines"
9392 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9393 #  layout:
9394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9395 #    layout: "plot-service-density"
9396 #
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file-type: ".html"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9402 #  data: "plot-vpp-nfv-2n-skx-mrr"
9403 #  filter: "'NIC_Intel-XXV710' and
9404 #           'NF_DENSITY' and
9405 #           'DOCKER' and
9406 #           'PIPELINE' and
9407 #           'NF_VPPIP4' and
9408 #           'IMIX' and
9409 #           '8T4C' and
9410 #           'MRR'"
9411 #  parameters:
9412 #  - "result"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Pipeline"
9417 #  y-axis: "Y = Number of Service Pipelines"
9418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9421 #    layout: "plot-service-density"
9422 #
9423 ## Plots - NF Density - CSP - NDR 64b
9424 #- type: "plot"
9425 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9426 #  algorithm: "plot_nf_heatmap"
9427 #  output-file-type: ".html"
9428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9429 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9430 #  filter: "'NIC_Intel-XXV710' and
9431 #           'NF_DENSITY' and
9432 #           'DOCKER' and
9433 #           'PIPELINE' and
9434 #           'NF_VPPIP4' and
9435 #           '64B' and
9436 #           '2T1C' and
9437 #           'NDRPDR'"
9438 #  parameters:
9439 #  - "throughput"
9440 #  - "name"
9441 #  - "tags"
9442 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9443 #  x-axis: "X = CNFs per Service Pipeline"
9444 #  y-axis: "Y = Number of Service Pipelines"
9445 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9446 #  layout:
9447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9448 #    layout: "plot-service-density"
9449 #
9450 #- type: "plot"
9451 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9452 #  algorithm: "plot_nf_heatmap"
9453 #  output-file-type: ".html"
9454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9455 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9456 #  filter: "'NIC_Intel-XXV710' and
9457 #           'NF_DENSITY' and
9458 #           'DOCKER' and
9459 #           'PIPELINE' and
9460 #           'NF_VPPIP4' and
9461 #           '64B' and
9462 #           '4T2C' and
9463 #           'NDRPDR'"
9464 #  parameters:
9465 #  - "throughput"
9466 #  - "name"
9467 #  - "tags"
9468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9469 #  x-axis: "X = CNFs per Service Pipeline"
9470 #  y-axis: "Y = Number of Service Pipelines"
9471 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9472 #  layout:
9473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9474 #    layout: "plot-service-density"
9475 #
9476 #- type: "plot"
9477 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9478 #  algorithm: "plot_nf_heatmap"
9479 #  output-file-type: ".html"
9480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9481 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9482 #  filter: "'NIC_Intel-XXV710' and
9483 #           'NF_DENSITY' and
9484 #           'DOCKER' and
9485 #           'PIPELINE' and
9486 #           'NF_VPPIP4' and
9487 #           '64B' and
9488 #           '8T4C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Pipeline"
9496 #  y-axis: "Y = Number of Service Pipelines"
9497 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9500 #    layout: "plot-service-density"
9501 #
9502 ## Plots - NF Density - CSP - NDR IMIX
9503 #- type: "plot"
9504 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9505 #  algorithm: "plot_nf_heatmap"
9506 #  output-file-type: ".html"
9507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9508 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9509 #  filter: "'NIC_Intel-XXV710' and
9510 #           'NF_DENSITY' and
9511 #           'DOCKER' and
9512 #           'PIPELINE' and
9513 #           'NF_VPPIP4' and
9514 #           'IMIX' and
9515 #           '2T1C' and
9516 #           'NDRPDR'"
9517 #  parameters:
9518 #  - "throughput"
9519 #  - "name"
9520 #  - "tags"
9521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9522 #  x-axis: "X = CNFs per Service Pipeline"
9523 #  y-axis: "Y = Number of Service Pipelines"
9524 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9525 #  layout:
9526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9527 #    layout: "plot-service-density"
9528 #
9529 #- type: "plot"
9530 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9531 #  algorithm: "plot_nf_heatmap"
9532 #  output-file-type: ".html"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9534 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9535 #  filter: "'NIC_Intel-XXV710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'PIPELINE' and
9539 #           'NF_VPPIP4' and
9540 #           'IMIX' and
9541 #           '4T2C' and
9542 #           'NDRPDR'"
9543 #  parameters:
9544 #  - "throughput"
9545 #  - "name"
9546 #  - "tags"
9547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9548 #  x-axis: "X = CNFs per Service Pipeline"
9549 #  y-axis: "Y = Number of Service Pipelines"
9550 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9551 #  layout:
9552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9553 #    layout: "plot-service-density"
9554 #
9555 #- type: "plot"
9556 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9557 #  algorithm: "plot_nf_heatmap"
9558 #  output-file-type: ".html"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9560 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9561 #  filter: "'NIC_Intel-XXV710' and
9562 #           'NF_DENSITY' and
9563 #           'DOCKER' and
9564 #           'PIPELINE' and
9565 #           'NF_VPPIP4' and
9566 #           'IMIX' and
9567 #           '8T4C' and
9568 #           'NDRPDR'"
9569 #  parameters:
9570 #  - "throughput"
9571 #  - "name"
9572 #  - "tags"
9573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9574 #  x-axis: "X = CNFs per Service Pipeline"
9575 #  y-axis: "Y = Number of Service Pipelines"
9576 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9577 #  layout:
9578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9579 #    layout: "plot-service-density"
9580 #
9581 ## Plots - NF Density - CSP - PDR 64b
9582 #- type: "plot"
9583 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9584 #  algorithm: "plot_nf_heatmap"
9585 #  output-file-type: ".html"
9586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9587 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9588 #  filter: "'NIC_Intel-XXV710' and
9589 #           'NF_DENSITY' and
9590 #           'DOCKER' and
9591 #           'PIPELINE' and
9592 #           'NF_VPPIP4' and
9593 #           '64B' and
9594 #           '2T1C' and
9595 #           'NDRPDR'"
9596 #  parameters:
9597 #  - "throughput"
9598 #  - "name"
9599 #  - "tags"
9600 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9601 #  x-axis: "X = CNFs per Service Pipeline"
9602 #  y-axis: "Y = Number of Service Pipelines"
9603 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9604 #  layout:
9605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9606 #    layout: "plot-service-density"
9607 #
9608 #- type: "plot"
9609 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9610 #  algorithm: "plot_nf_heatmap"
9611 #  output-file-type: ".html"
9612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9614 #  filter: "'NIC_Intel-XXV710' and
9615 #           'NF_DENSITY' and
9616 #           'DOCKER' and
9617 #           'PIPELINE' and
9618 #           'NF_VPPIP4' and
9619 #           '64B' and
9620 #           '4T2C' and
9621 #           'NDRPDR'"
9622 #  parameters:
9623 #  - "throughput"
9624 #  - "name"
9625 #  - "tags"
9626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9627 #  x-axis: "X = CNFs per Service Pipeline"
9628 #  y-axis: "Y = Number of Service Pipelines"
9629 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9630 #  layout:
9631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9632 #    layout: "plot-service-density"
9633 #
9634 #- type: "plot"
9635 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9636 #  algorithm: "plot_nf_heatmap"
9637 #  output-file-type: ".html"
9638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9639 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9640 #  filter: "'NIC_Intel-XXV710' and
9641 #           'NF_DENSITY' and
9642 #           'DOCKER' and
9643 #           'PIPELINE' and
9644 #           'NF_VPPIP4' and
9645 #           '64B' and
9646 #           '8T4C' and
9647 #           'NDRPDR'"
9648 #  parameters:
9649 #  - "throughput"
9650 #  - "name"
9651 #  - "tags"
9652 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9653 #  x-axis: "X = CNFs per Service Pipeline"
9654 #  y-axis: "Y = Number of Service Pipelines"
9655 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9656 #  layout:
9657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9658 #    layout: "plot-service-density"
9659 #
9660 ## Plots - NF Density - CSP - PDR IMIX
9661 #- type: "plot"
9662 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9663 #  algorithm: "plot_nf_heatmap"
9664 #  output-file-type: ".html"
9665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9666 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9667 #  filter: "'NIC_Intel-XXV710' and
9668 #           'NF_DENSITY' and
9669 #           'DOCKER' and
9670 #           'PIPELINE' and
9671 #           'NF_VPPIP4' and
9672 #           'IMIX' and
9673 #           '2T1C' and
9674 #           'NDRPDR'"
9675 #  parameters:
9676 #  - "throughput"
9677 #  - "name"
9678 #  - "tags"
9679 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9680 #  x-axis: "X = CNFs per Service Pipeline"
9681 #  y-axis: "Y = Number of Service Pipelines"
9682 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9683 #  layout:
9684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9685 #    layout: "plot-service-density"
9686 #
9687 #- type: "plot"
9688 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9689 #  algorithm: "plot_nf_heatmap"
9690 #  output-file-type: ".html"
9691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9692 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9693 #  filter: "'NIC_Intel-XXV710' and
9694 #           'NF_DENSITY' and
9695 #           'DOCKER' and
9696 #           'PIPELINE' and
9697 #           'NF_VPPIP4' and
9698 #           'IMIX' and
9699 #           '4T2C' and
9700 #           'NDRPDR'"
9701 #  parameters:
9702 #  - "throughput"
9703 #  - "name"
9704 #  - "tags"
9705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9706 #  x-axis: "X = CNFs per Service Pipeline"
9707 #  y-axis: "Y = Number of Service Pipelines"
9708 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9709 #  layout:
9710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9711 #    layout: "plot-service-density"
9712 #
9713 #- type: "plot"
9714 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9715 #  algorithm: "plot_nf_heatmap"
9716 #  output-file-type: ".html"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9719 #  filter: "'NIC_Intel-XXV710' and
9720 #           'NF_DENSITY' and
9721 #           'DOCKER' and
9722 #           'PIPELINE' and
9723 #           'NF_VPPIP4' and
9724 #           'IMIX' and
9725 #           '8T4C' and
9726 #           'NDRPDR'"
9727 #  parameters:
9728 #  - "throughput"
9729 #  - "name"
9730 #  - "tags"
9731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9732 #  x-axis: "X = CNFs per Service Pipeline"
9733 #  y-axis: "Y = Number of Service Pipelines"
9734 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9735 #  layout:
9736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9737 #    layout: "plot-service-density"
9738
9739 ###############################################################################
9740 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9741
9742 - type: "plot"
9743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9744   algorithm: "plot_nf_heatmap"
9745   output-file-type: ".html"
9746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9747   data: "plot-vpp-nfv-2n-clx-mrr"
9748   filter: "'NIC_Intel-XXV710' and
9749            'NF_DENSITY' and
9750            'VHOST' and
9751            not 'VXLAN' and
9752            'CHAIN' and
9753            'NF_VPPIP4' and
9754            'IMIX' and
9755            '2T1C' and
9756            'MRR'"
9757   parameters:
9758   - "result"
9759   - "name"
9760   - "tags"
9761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9762   x-axis: "X = VNFs per Service Chain"
9763   y-axis: "Y = Number of Service Chains"
9764   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9765   layout:
9766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9767     layout: "plot-service-density"
9768
9769 - type: "plot"
9770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9771   algorithm: "plot_nf_heatmap"
9772   output-file-type: ".html"
9773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9774   data: "plot-vpp-nfv-2n-clx-mrr"
9775   filter: "'NIC_Intel-XXV710' and
9776            'NF_DENSITY' and
9777            'VHOST' and
9778            not 'VXLAN' and
9779            'CHAIN' and
9780            'NF_VPPIP4' and
9781            'IMIX' and
9782            '4T2C' and
9783            'MRR'"
9784   parameters:
9785   - "result"
9786   - "name"
9787   - "tags"
9788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9789   x-axis: "X = VNFs per Service Chain"
9790   y-axis: "Y = Number of Service Chains"
9791   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9792   layout:
9793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9794     layout: "plot-service-density"
9795
9796 - type: "plot"
9797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9798   algorithm: "plot_nf_heatmap"
9799   output-file-type: ".html"
9800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9801   data: "plot-vpp-nfv-2n-clx-mrr"
9802   filter: "'NIC_Intel-XXV710' and
9803            'NF_DENSITY' and
9804            'VHOST' and
9805            not 'VXLAN' and
9806            'CHAIN' and
9807            'NF_VPPIP4' and
9808            'IMIX' and
9809            '8T4C' and
9810            'MRR'"
9811   parameters:
9812   - "result"
9813   - "name"
9814   - "tags"
9815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9816   x-axis: "X = VNFs per Service Chain"
9817   y-axis: "Y = Number of Service Chains"
9818   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9819   layout:
9820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9821     layout: "plot-service-density"
9822
9823 # Plots - NF Density - VSC - NDR IMIX
9824 - type: "plot"
9825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9826   algorithm: "plot_nf_heatmap"
9827   output-file-type: ".html"
9828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9829   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9830   filter: "'NIC_Intel-XXV710' and
9831            'NF_DENSITY' and
9832            'VHOST' and
9833            not 'VXLAN' and
9834            'CHAIN' and
9835            'NF_VPPIP4' and
9836            'IMIX' and
9837            '2T1C' and
9838            'NDRPDR'"
9839   parameters:
9840   - "throughput"
9841   - "name"
9842   - "tags"
9843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9844   x-axis: "X = VNFs per Service Chain"
9845   y-axis: "Y = Number of Service Chains"
9846   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9847   layout:
9848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9849     layout: "plot-service-density"
9850
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9856   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9857   filter: "'NIC_Intel-XXV710' and
9858            'NF_DENSITY' and
9859            'VHOST' and
9860            not 'VXLAN' and
9861            'CHAIN' and
9862            'NF_VPPIP4' and
9863            'IMIX' and
9864            '4T2C' and
9865            'NDRPDR'"
9866   parameters:
9867   - "throughput"
9868   - "name"
9869   - "tags"
9870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9871   x-axis: "X = VNFs per Service Chain"
9872   y-axis: "Y = Number of Service Chains"
9873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9874   layout:
9875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9876     layout: "plot-service-density"
9877
9878 - type: "plot"
9879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9880   algorithm: "plot_nf_heatmap"
9881   output-file-type: ".html"
9882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9883   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9884   filter: "'NIC_Intel-XXV710' and
9885            'NF_DENSITY' and
9886            'VHOST' and
9887            not 'VXLAN' and
9888            'CHAIN' and
9889            'NF_VPPIP4' and
9890            'IMIX' and
9891            '8T4C' and
9892            'NDRPDR'"
9893   parameters:
9894   - "throughput"
9895   - "name"
9896   - "tags"
9897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9898   x-axis: "X = VNFs per Service Chain"
9899   y-axis: "Y = Number of Service Chains"
9900   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9901   layout:
9902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9903     layout: "plot-service-density"
9904
9905 # Plots - NF Density - VSC - PDR IMIX
9906 - type: "plot"
9907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9908   algorithm: "plot_nf_heatmap"
9909   output-file-type: ".html"
9910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9911   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9912   filter: "'NIC_Intel-XXV710' and
9913            'NF_DENSITY' and
9914            'VHOST' and
9915            not 'VXLAN' and
9916            'CHAIN' and
9917            'NF_VPPIP4' and
9918            'IMIX' and
9919            '2T1C' and
9920            'NDRPDR'"
9921   parameters:
9922   - "throughput"
9923   - "name"
9924   - "tags"
9925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9926   x-axis: "X = VNFs per Service Chain"
9927   y-axis: "Y = Number of Service Chains"
9928   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9929   layout:
9930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9931     layout: "plot-service-density"
9932
9933 - type: "plot"
9934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9935   algorithm: "plot_nf_heatmap"
9936   output-file-type: ".html"
9937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9938   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9939   filter: "'NIC_Intel-XXV710' and
9940            'NF_DENSITY' and
9941            'VHOST' and
9942            not 'VXLAN' and
9943            'CHAIN' and
9944            'NF_VPPIP4' and
9945            'IMIX' and
9946            '4T2C' and
9947            'NDRPDR'"
9948   parameters:
9949   - "throughput"
9950   - "name"
9951   - "tags"
9952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9953   x-axis: "X = VNFs per Service Chain"
9954   y-axis: "Y = Number of Service Chains"
9955   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9956   layout:
9957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9958     layout: "plot-service-density"
9959
9960 - type: "plot"
9961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9962   algorithm: "plot_nf_heatmap"
9963   output-file-type: ".html"
9964   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9965   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9966   filter: "'NIC_Intel-XXV710' and
9967            'NF_DENSITY' and
9968            'VHOST' and
9969            not 'VXLAN' and
9970            'CHAIN' and
9971            'NF_VPPIP4' and
9972            'IMIX' and
9973            '8T4C' and
9974            'NDRPDR'"
9975   parameters:
9976   - "throughput"
9977   - "name"
9978   - "tags"
9979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9980   x-axis: "X = VNFs per Service Chain"
9981   y-axis: "Y = Number of Service Chains"
9982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9983   layout:
9984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9985     layout: "plot-service-density"
9986
9987 # Plots - NF Density - VSC - MRR IMIX
9988 - type: "plot"
9989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9990   algorithm: "plot_nf_heatmap"
9991   output-file-type: ".html"
9992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9993   data: "plot-vpp-nfv-2n-clx-mrr"
9994   filter: "'NIC_Intel-XXV710' and
9995            'NF_DENSITY' and
9996            'VHOST' and
9997            'VXLAN' and
9998            'CHAIN' and
9999            'IMIX' and
10000            '2T1C' and
10001            'MRR'"
10002   parameters:
10003   - "result"
10004   - "name"
10005   - "tags"
10006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10007   x-axis: "X = VNFs per Service Chain"
10008   y-axis: "Y = Number of Service Chains"
10009   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10010   layout:
10011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10012     layout: "plot-service-density"
10013
10014 - type: "plot"
10015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10016   algorithm: "plot_nf_heatmap"
10017   output-file-type: ".html"
10018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10019   data: "plot-vpp-nfv-2n-clx-mrr"
10020   filter: "'NIC_Intel-XXV710' and
10021            'NF_DENSITY' and
10022            'VHOST' and
10023            'VXLAN' and
10024            'CHAIN' and
10025            'IMIX' and
10026            '4T2C' and
10027            'MRR'"
10028   parameters:
10029   - "result"
10030   - "name"
10031   - "tags"
10032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10033   x-axis: "X = VNFs per Service Chain"
10034   y-axis: "Y = Number of Service Chains"
10035   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10036   layout:
10037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10038     layout: "plot-service-density"
10039
10040 - type: "plot"
10041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10042   algorithm: "plot_nf_heatmap"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10045   data: "plot-vpp-nfv-2n-clx-mrr"
10046   filter: "'NIC_Intel-XXV710' and
10047            'NF_DENSITY' and
10048            'VHOST' and
10049            'VXLAN' and
10050            'CHAIN' and
10051            'IMIX' and
10052            '8T4C' and
10053            'MRR'"
10054   parameters:
10055   - "result"
10056   - "name"
10057   - "tags"
10058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10059   x-axis: "X = VNFs per Service Chain"
10060   y-axis: "Y = Number of Service Chains"
10061   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10062   layout:
10063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10064     layout: "plot-service-density"
10065
10066 # Plots - NF Density - VSC - NDR IMIX
10067 - type: "plot"
10068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10069   algorithm: "plot_nf_heatmap"
10070   output-file-type: ".html"
10071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10072   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10073   filter: "'NIC_Intel-XXV710' and
10074            'NF_DENSITY' and
10075            'VHOST' and
10076            'VXLAN' and
10077            'CHAIN' a
10078            'IMIX' and
10079            '2T1C' and
10080            'NDRPDR'"
10081   parameters:
10082   - "throughput"
10083   - "name"
10084   - "tags"
10085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10086   x-axis: "X = VNFs per Service Chain"
10087   y-axis: "Y = Number of Service Chains"
10088   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10089   layout:
10090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10091     layout: "plot-service-density"
10092
10093 - type: "plot"
10094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10095   algorithm: "plot_nf_heatmap"
10096   output-file-type: ".html"
10097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10098   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10099   filter: "'NIC_Intel-XXV710' and
10100            'NF_DENSITY' and
10101            'VHOST' and
10102            'VXLAN' and
10103            'CHAIN' and
10104            'IMIX' and
10105            '4T2C' and
10106            'NDRPDR'"
10107   parameters:
10108   - "throughput"
10109   - "name"
10110   - "tags"
10111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10112   x-axis: "X = VNFs per Service Chain"
10113   y-axis: "Y = Number of Service Chains"
10114   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10115   layout:
10116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10117     layout: "plot-service-density"
10118
10119 - type: "plot"
10120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10121   algorithm: "plot_nf_heatmap"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10125   filter: "'NIC_Intel-XXV710' and
10126            'NF_DENSITY' and
10127            'VHOST' and
10128            'VXLAN' and
10129            'CHAIN' and
10130            'IMIX' and
10131            '8T4C' and
10132            'NDRPDR'"
10133   parameters:
10134   - "throughput"
10135   - "name"
10136   - "tags"
10137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10138   x-axis: "X = VNFs per Service Chain"
10139   y-axis: "Y = Number of Service Chains"
10140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10141   layout:
10142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10143     layout: "plot-service-density"
10144
10145 # Plots - NF Density - VSC - PDR IMIX
10146 - type: "plot"
10147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10148   algorithm: "plot_nf_heatmap"
10149   output-file-type: ".html"
10150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10151   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10152   filter: "'NIC_Intel-XXV710' and
10153            'NF_DENSITY' and
10154            'VHOST' and
10155            'VXLAN' and
10156            'CHAIN' and
10157            'IMIX' and
10158            '2T1C' and
10159            'NDRPDR'"
10160   parameters:
10161   - "throughput"
10162   - "name"
10163   - "tags"
10164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10165   x-axis: "X = VNFs per Service Chain"
10166   y-axis: "Y = Number of Service Chains"
10167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10168   layout:
10169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10170     layout: "plot-service-density"
10171
10172 - type: "plot"
10173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10174   algorithm: "plot_nf_heatmap"
10175   output-file-type: ".html"
10176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10177   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10178   filter: "'NIC_Intel-XXV710' and
10179            'NF_DENSITY' and
10180            'VHOST' and
10181            'VXLAN' and
10182            'CHAIN' and
10183            'IMIX' and
10184            '4T2C' and
10185            'NDRPDR'"
10186   parameters:
10187   - "throughput"
10188   - "name"
10189   - "tags"
10190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10191   x-axis: "X = VNFs per Service Chain"
10192   y-axis: "Y = Number of Service Chains"
10193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10194   layout:
10195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10196     layout: "plot-service-density"
10197
10198 - type: "plot"
10199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10200   algorithm: "plot_nf_heatmap"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10204   filter: "'NIC_Intel-XXV710' and
10205            'NF_DENSITY' and
10206            'VHOST' and
10207            'VXLAN' and
10208            'CHAIN' and
10209            'IMIX' and
10210            '8T4C' and
10211            'NDRPDR'"
10212   parameters:
10213   - "throughput"
10214   - "name"
10215   - "tags"
10216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10217   x-axis: "X = VNFs per Service Chain"
10218   y-axis: "Y = Number of Service Chains"
10219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10220   layout:
10221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10222     layout: "plot-service-density"
10223
10224 # Plots - NF Density - CSC - MRR IMIX
10225 - type: "plot"
10226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10227   algorithm: "plot_nf_heatmap"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10230   data: "plot-vpp-nfv-2n-clx-mrr"
10231   filter: "'NIC_Intel-XXV710' and
10232            'NF_DENSITY' and
10233            'DOCKER' and
10234            'CHAIN' and
10235            'NF_VPPIP4' and
10236            'IMIX' and
10237            '2T1C' and
10238            'MRR'"
10239   parameters:
10240   - "result"
10241   - "name"
10242   - "tags"
10243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10244   x-axis: "X = CNFs per Service Chain"
10245   y-axis: "Y = Number of Service Chains"
10246   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10247   layout:
10248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10249     layout: "plot-service-density"
10250
10251 - type: "plot"
10252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10253   algorithm: "plot_nf_heatmap"
10254   output-file-type: ".html"
10255   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10256   data: "plot-vpp-nfv-2n-clx-mrr"
10257   filter: "'NIC_Intel-XXV710' and
10258            'NF_DENSITY' and
10259            'DOCKER' and
10260            'CHAIN' and
10261            'NF_VPPIP4' and
10262            'IMIX' and
10263            '4T2C' and
10264            'MRR'"
10265   parameters:
10266   - "result"
10267   - "name"
10268   - "tags"
10269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10270   x-axis: "X = CNFs per Service Chain"
10271   y-axis: "Y = Number of Service Chains"
10272   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10273   layout:
10274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10275     layout: "plot-service-density"
10276
10277 - type: "plot"
10278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10279   algorithm: "plot_nf_heatmap"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10282   data: "plot-vpp-nfv-2n-clx-mrr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'DOCKER' and
10286            'CHAIN' and
10287            'NF_VPPIP4' and
10288            'IMIX' and
10289            '8T4C' and
10290            'MRR'"
10291   parameters:
10292   - "result"
10293   - "name"
10294   - "tags"
10295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10296   x-axis: "X = CNFs per Service Chain"
10297   y-axis: "Y = Number of Service Chains"
10298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10301     layout: "plot-service-density"
10302
10303 # Plots - NF Density - CSC - NDR IMIX
10304 - type: "plot"
10305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10306   algorithm: "plot_nf_heatmap"
10307   output-file-type: ".html"
10308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10309   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10310   filter: "'NIC_Intel-XXV710' and
10311            'NF_DENSITY' and
10312            'DOCKER' and
10313            'CHAIN' and
10314            'NF_VPPIP4' and
10315            'IMIX' and
10316            '2T1C' and
10317            'NDRPDR'"
10318   parameters:
10319   - "throughput"
10320   - "name"
10321   - "tags"
10322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10323   x-axis: "X = CNFs per Service Chain"
10324   y-axis: "Y = Number of Service Chains"
10325   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10326   layout:
10327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10328     layout: "plot-service-density"
10329
10330 - type: "plot"
10331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10332   algorithm: "plot_nf_heatmap"
10333   output-file-type: ".html"
10334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10335   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10336   filter: "'NIC_Intel-XXV710' and
10337            'NF_DENSITY' and
10338            'DOCKER' and
10339            'CHAIN' and
10340            'NF_VPPIP4' and
10341            'IMIX' and
10342            '4T2C' and
10343            'NDRPDR'"
10344   parameters:
10345   - "throughput"
10346   - "name"
10347   - "tags"
10348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10349   x-axis: "X = CNFs per Service Chain"
10350   y-axis: "Y = Number of Service Chains"
10351   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10352   layout:
10353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10354     layout: "plot-service-density"
10355
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10361   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'DOCKER' and
10365            'CHAIN' and
10366            'NF_VPPIP4' and
10367            'IMIX' and
10368            '8T4C' and
10369            'NDRPDR'"
10370   parameters:
10371   - "throughput"
10372   - "name"
10373   - "tags"
10374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = CNFs per Service Chain"
10376   y-axis: "Y = Number of Service Chains"
10377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10380     layout: "plot-service-density"
10381
10382 # Plots - NF Density - CSC - PDR IMIX
10383 - type: "plot"
10384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10385   algorithm: "plot_nf_heatmap"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10388   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10389   filter: "'NIC_Intel-XXV710' and
10390            'NF_DENSITY' and
10391            'DOCKER' and
10392            'CHAIN' and
10393            'NF_VPPIP4' and
10394            'IMIX' and
10395            '2T1C' and
10396            'NDRPDR'"
10397   parameters:
10398   - "throughput"
10399   - "name"
10400   - "tags"
10401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10402   x-axis: "X = CNFs per Service Chain"
10403   y-axis: "Y = Number of Service Chains"
10404   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10405   layout:
10406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10407     layout: "plot-service-density"
10408
10409 - type: "plot"
10410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10411   algorithm: "plot_nf_heatmap"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10414   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10415   filter: "'NIC_Intel-XXV710' and
10416            'NF_DENSITY' and
10417            'DOCKER' and
10418            'CHAIN' and
10419            'NF_VPPIP4' and
10420            'IMIX' and
10421            '4T2C' and
10422            'NDRPDR'"
10423   parameters:
10424   - "throughput"
10425   - "name"
10426   - "tags"
10427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10428   x-axis: "X = CNFs per Service Chain"
10429   y-axis: "Y = Number of Service Chains"
10430   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10431   layout:
10432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10433     layout: "plot-service-density"
10434
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'DOCKER' and
10444            'CHAIN' and
10445            'NF_VPPIP4' and
10446            'IMIX' and
10447            '8T4C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = CNFs per Service Chain"
10455   y-axis: "Y = Number of Service Chains"
10456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10459     layout: "plot-service-density"
10460
10461 # Plots - NF Density - CSP - MRR IMIX
10462 - type: "plot"
10463   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10464   algorithm: "plot_nf_heatmap"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10467   data: "plot-vpp-nfv-2n-clx-mrr"
10468   filter: "'NIC_Intel-XXV710' and
10469            'NF_DENSITY' and
10470            'DOCKER' and
10471            'PIPELINE' and
10472            'NF_VPPIP4' and
10473            'IMIX' and
10474            '2T1C' and
10475            'MRR'"
10476   parameters:
10477   - "result"
10478   - "name"
10479   - "tags"
10480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10481   x-axis: "X = CNFs per Service Pipeline"
10482   y-axis: "Y = Number of Service Pipelines"
10483   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10484   layout:
10485     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10486     layout: "plot-service-density"
10487
10488 - type: "plot"
10489   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10490   algorithm: "plot_nf_heatmap"
10491   output-file-type: ".html"
10492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10493   data: "plot-vpp-nfv-2n-clx-mrr"
10494   filter: "'NIC_Intel-XXV710' and
10495            'NF_DENSITY' and
10496            'DOCKER' and
10497            'PIPELINE' and
10498            'NF_VPPIP4' and
10499            'IMIX' and
10500            '4T2C' and
10501            'MRR'"
10502   parameters:
10503   - "result"
10504   - "name"
10505   - "tags"
10506   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10507   x-axis: "X = CNFs per Service Pipeline"
10508   y-axis: "Y = Number of Service Pipelines"
10509   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10510   layout:
10511     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10512     layout: "plot-service-density"
10513
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10519   data: "plot-vpp-nfv-2n-clx-mrr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'DOCKER' and
10523            'PIPELINE' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '8T4C' and
10527            'MRR'"
10528   parameters:
10529   - "result"
10530   - "name"
10531   - "tags"
10532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10533   x-axis: "X = CNFs per Service Pipeline"
10534   y-axis: "Y = Number of Service Pipelines"
10535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10538     layout: "plot-service-density"
10539
10540 # Plots - NF Density - CSP - NDR IMIX
10541 - type: "plot"
10542   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10543   algorithm: "plot_nf_heatmap"
10544   output-file-type: ".html"
10545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10546   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10547   filter: "'NIC_Intel-XXV710' and
10548            'NF_DENSITY' and
10549            'DOCKER' and
10550            'PIPELINE' and
10551            'NF_VPPIP4' and
10552            'IMIX' and
10553            '2T1C' and
10554            'NDRPDR'"
10555   parameters:
10556   - "throughput"
10557   - "name"
10558   - "tags"
10559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10560   x-axis: "X = CNFs per Service Pipeline"
10561   y-axis: "Y = Number of Service Pipelines"
10562   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10563   layout:
10564     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10565     layout: "plot-service-density"
10566
10567 - type: "plot"
10568   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10569   algorithm: "plot_nf_heatmap"
10570   output-file-type: ".html"
10571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10572   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10573   filter: "'NIC_Intel-XXV710' and
10574            'NF_DENSITY' and
10575            'DOCKER' and
10576            'PIPELINE' and
10577            'NF_VPPIP4' and
10578            'IMIX' and
10579            '4T2C' and
10580            'NDRPDR'"
10581   parameters:
10582   - "throughput"
10583   - "name"
10584   - "tags"
10585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10586   x-axis: "X = CNFs per Service Pipeline"
10587   y-axis: "Y = Number of Service Pipelines"
10588   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10589   layout:
10590     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10591     layout: "plot-service-density"
10592
10593 - type: "plot"
10594   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10595   algorithm: "plot_nf_heatmap"
10596   output-file-type: ".html"
10597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10598   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10599   filter: "'NIC_Intel-XXV710' and
10600            'NF_DENSITY' and
10601            'DOCKER' and
10602            'PIPELINE' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '8T4C' and
10606            'NDRPDR'"
10607   parameters:
10608   - "throughput"
10609   - "name"
10610   - "tags"
10611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = CNFs per Service Pipeline"
10613   y-axis: "Y = Number of Service Pipelines"
10614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10617     layout: "plot-service-density"
10618
10619 # Plots - NF Density - CSP - PDR IMIX
10620 - type: "plot"
10621   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10622   algorithm: "plot_nf_heatmap"
10623   output-file-type: ".html"
10624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10625   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10626   filter: "'NIC_Intel-XXV710' and
10627            'NF_DENSITY' and
10628            'DOCKER' and
10629            'PIPELINE' and
10630            'NF_VPPIP4' and
10631            'IMIX' and
10632            '2T1C' and
10633            'NDRPDR'"
10634   parameters:
10635   - "throughput"
10636   - "name"
10637   - "tags"
10638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10639   x-axis: "X = CNFs per Service Pipeline"
10640   y-axis: "Y = Number of Service Pipelines"
10641   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10642   layout:
10643     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10644     layout: "plot-service-density"
10645
10646 - type: "plot"
10647   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10648   algorithm: "plot_nf_heatmap"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10651   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10652   filter: "'NIC_Intel-XXV710' and
10653            'NF_DENSITY' and
10654            'DOCKER' and
10655            'PIPELINE' and
10656            'NF_VPPIP4' and
10657            'IMIX' and
10658            '4T2C' and
10659            'NDRPDR'"
10660   parameters:
10661   - "throughput"
10662   - "name"
10663   - "tags"
10664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10665   x-axis: "X = CNFs per Service Pipeline"
10666   y-axis: "Y = Number of Service Pipelines"
10667   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10668   layout:
10669     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10670     layout: "plot-service-density"
10671
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10677   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'DOCKER' and
10681            'PIPELINE' and
10682            'NF_VPPIP4' and
10683            'IMIX' and
10684            '8T4C' and
10685            'NDRPDR'"
10686   parameters:
10687   - "throughput"
10688   - "name"
10689   - "tags"
10690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = CNFs per Service Pipeline"
10692   y-axis: "Y = Number of Service Pipelines"
10693   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10696     layout: "plot-service-density"
10697
10698 ################################################################################
10699
10700 # Packet Throughput
10701
10702 #- type: "plot"
10703 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10704 #  algorithm: "plot_perf_box_name"
10705 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10706 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10707 #  include:
10708 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10711 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10712 #  layout:
10713 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10714 #    layout: "plot-throughput"
10715 #
10716 #- type: "plot"
10717 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10718 #  algorithm: "plot_perf_box_name"
10719 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10720 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10721 #  include:
10722 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10723 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10724 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10725 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10726 #  layout:
10727 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10728 #    layout: "plot-throughput"
10729 #
10730 #- type: "plot"
10731 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10732 #  algorithm: "plot_perf_box_name"
10733 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10734 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10735 #  include:
10736 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10737 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10738 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10739 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10740 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10741 #  layout:
10742 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10743 #    layout: "plot-throughput"
10744 #
10745 #- type: "plot"
10746 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10747 #  algorithm: "plot_perf_box_name"
10748 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10749 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10750 #  include:
10751 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10754 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10755 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10756 #  layout:
10757 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10758 #    layout: "plot-throughput"
10759
10760 - type: "plot"
10761   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10762   algorithm: "plot_perf_box_name"
10763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10765   include:
10766     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10767     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10768     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10769     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10770     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10771   layout:
10772     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10773     layout: "plot-throughput"
10774
10775 - type: "plot"
10776   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10777   algorithm: "plot_perf_box_name"
10778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10780   include:
10781     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10782     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10783     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10784     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10786   layout:
10787     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10788     layout: "plot-throughput"
10789
10790 #- type: "plot"
10791 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10792 #  algorithm: "plot_perf_box_name"
10793 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10794 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10795 #  include:
10796 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10799 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10800 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10801 #  layout:
10802 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10803 #    layout: "plot-throughput"
10804 #
10805 #- type: "plot"
10806 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10807 #  algorithm: "plot_perf_box_name"
10808 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10809 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10810 #  include:
10811 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10812 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10813 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10814 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10815 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10816 #  layout:
10817 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10818 #    layout: "plot-throughput"
10819 #
10820 #- type: "plot"
10821 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10822 #  algorithm: "plot_perf_box_name"
10823 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10824 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10825 #  include:
10826 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10827 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10828 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10829 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10830 #  layout:
10831 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10832 #    layout: "plot-throughput"
10833 #
10834 #- type: "plot"
10835 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10836 #  algorithm: "plot_perf_box_name"
10837 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10838 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10839 #  include:
10840 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10841 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10844 #  layout:
10845 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10846 #    layout: "plot-throughput"
10847 #
10848 #- type: "plot"
10849 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10850 #  algorithm: "plot_perf_box_name"
10851 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10852 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10853 #  include:
10854 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10855 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10856 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10857 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10858 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10859 #  layout:
10860 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10861 #    layout: "plot-throughput"
10862 #
10863 #- type: "plot"
10864 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10865 #  algorithm: "plot_perf_box_name"
10866 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10867 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10868 #  include:
10869 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10870 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10871 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10872 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10873 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10874 #  layout:
10875 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10876 #    layout: "plot-throughput"
10877 #
10878 #- type: "plot"
10879 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10880 #  algorithm: "plot_perf_box_name"
10881 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10882 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10883 #  include:
10884 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10885 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10886 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10887 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10888 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10889 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10890 #  layout:
10891 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10892 #    layout: "plot-throughput"
10893 #
10894 #- type: "plot"
10895 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10896 #  algorithm: "plot_perf_box_name"
10897 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10898 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10899 #  include:
10900 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10901 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10902 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10903 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10904 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10905 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10906 #  layout:
10907 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10908 #    layout: "plot-throughput"
10909
10910 - type: "plot"
10911   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10915   include:
10916     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10919   layout:
10920     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10921     layout: "plot-throughput"
10922
10923 - type: "plot"
10924   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10925   algorithm: "plot_perf_box_name"
10926   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10928   include:
10929     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10932   layout:
10933     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10934     layout: "plot-throughput"
10935
10936 #- type: "plot"
10937 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10938 #  algorithm: "plot_perf_box_name"
10939 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10940 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10941 #  include:
10942 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10943 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10944 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10945 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10946 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10947 #  layout:
10948 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10949 #    layout: "plot-throughput"
10950 #
10951 #- type: "plot"
10952 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10953 #  algorithm: "plot_perf_box_name"
10954 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10955 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10956 #  include:
10957 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10958 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10959 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10960 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10961 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10962 #  layout:
10963 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10964 #    layout: "plot-throughput"
10965 #
10966 #- type: "plot"
10967 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10968 #  algorithm: "plot_perf_box_name"
10969 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10971 #  include:
10972 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10973 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10974 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10975 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10976 #  layout:
10977 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10978 #    layout: "plot-throughput"
10979 #
10980 #- type: "plot"
10981 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10982 #  algorithm: "plot_perf_box_name"
10983 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10984 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10985 #  include:
10986 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10987 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10988 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10989 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10990 #  layout:
10991 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10992 #    layout: "plot-throughput"
10993 #
10994 #- type: "plot"
10995 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10996 #  algorithm: "plot_perf_box_name"
10997 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10998 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10999 #  include:
11000 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11001 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11002 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11003 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11004 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11005 #  layout:
11006 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11007 #    layout: "plot-throughput"
11008 #
11009 #- type: "plot"
11010 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11011 #  algorithm: "plot_perf_box_name"
11012 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11013 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11014 #  include:
11015 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11016 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11017 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11018 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11019 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11020 #  layout:
11021 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11022 #    layout: "plot-throughput"
11023 #
11024 #- type: "plot"
11025 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11026 #  algorithm: "plot_perf_box_name"
11027 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11028 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11029 #  include:
11030 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11031 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11032 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11033 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11034 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11035 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11036 #  layout:
11037 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11038 #    layout: "plot-throughput"
11039 #
11040 #- type: "plot"
11041 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11042 #  algorithm: "plot_perf_box_name"
11043 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11044 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11045 #  include:
11046 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11047 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11048 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11049 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11050 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11051 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11052 #  layout:
11053 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11054 #    layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11061   include:
11062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11067   layout:
11068     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11069     layout: "plot-throughput"
11070
11071 - type: "plot"
11072   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11073   algorithm: "plot_perf_box_name"
11074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11076   include:
11077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11082   layout:
11083     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11091   include:
11092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11098   layout:
11099     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11114   layout:
11115     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11129   layout:
11130     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11138   include:
11139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11144   layout:
11145     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11152   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11153   include:
11154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11160   layout:
11161     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11162     layout: "plot-throughput"
11163
11164 - type: "plot"
11165   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11166   algorithm: "plot_perf_box_name"
11167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11169   include:
11170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11176   layout:
11177     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11184   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11185   include:
11186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11191   layout:
11192     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11200   include:
11201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11206   layout:
11207     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11208     layout: "plot-throughput"
11209
11210 - type: "plot"
11211   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11212   algorithm: "plot_perf_box_name"
11213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11215   include:
11216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11222   layout:
11223     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11231   include:
11232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11238   layout:
11239     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11247   include:
11248     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11250   layout:
11251     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11259   include:
11260     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11262   layout:
11263     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11264     layout: "plot-throughput"
11265
11266 #- type: "plot"
11267 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11268 #  algorithm: "plot_perf_box_name"
11269 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11270 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11271 #  include:
11272 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11273 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11274 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11275 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11276 #  layout:
11277 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11278 #    layout: "plot-throughput"
11279 #
11280 #- type: "plot"
11281 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11282 #  algorithm: "plot_perf_box_name"
11283 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11284 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11285 #  include:
11286 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11287 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11288 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11289 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11290 #  layout:
11291 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11292 #    layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11299   include:
11300     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11304   layout:
11305     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11312   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11313   include:
11314     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11318   layout:
11319     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11324   algorithm: "plot_perf_box_name"
11325   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11326   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11327   include:
11328     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11332   layout:
11333     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11334     layout: "plot-throughput"
11335
11336 - type: "plot"
11337   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11338   algorithm: "plot_perf_box_name"
11339   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11340   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11341   include:
11342     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11346   layout:
11347     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11348     layout: "plot-throughput"
11349
11350 #- type: "plot"
11351 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11352 #  algorithm: "plot_perf_box_name"
11353 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11354 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11355 #  include:
11356 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11357 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11358 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11359 #  layout:
11360 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11361 #    layout: "plot-throughput"
11362 #
11363 #- type: "plot"
11364 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11365 #  algorithm: "plot_perf_box_name"
11366 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11367 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11368 #  include:
11369 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11370 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11371 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11372 #  layout:
11373 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11374 #    layout: "plot-throughput"
11375 #
11376 #- type: "plot"
11377 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11378 #  algorithm: "plot_perf_box_name"
11379 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11380 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11381 #  include:
11382 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11383 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11384 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11385 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11386 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11387 #  layout:
11388 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11389 #    layout: "plot-throughput"
11390 #
11391 #- type: "plot"
11392 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11393 #  algorithm: "plot_perf_box_name"
11394 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11395 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11396 #  include:
11397 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11398 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11399 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11400 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11401 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11402 #  layout:
11403 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11404 #    layout: "plot-throughput"
11405
11406 - type: "plot"
11407   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11408   algorithm: "plot_perf_box_name"
11409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11411   include:
11412     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11415   layout:
11416     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11424   include:
11425     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11428   layout:
11429     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11430     layout: "plot-throughput"
11431
11432 #- type: "plot"
11433 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11434 #  algorithm: "plot_perf_box_name"
11435 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11436 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11437 #  include:
11438 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11441 #  layout:
11442 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11443 #    layout: "plot-throughput"
11444 #
11445 #- type: "plot"
11446 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11447 #  algorithm: "plot_perf_box_name"
11448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11450 #  include:
11451 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11452 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11454 #  layout:
11455 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11456 #    layout: "plot-throughput"
11457 #
11458 #- type: "plot"
11459 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11460 #  algorithm: "plot_perf_box_name"
11461 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11462 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11463 #  include:
11464 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11465 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11466 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11467 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11468 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11469 #  layout:
11470 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11471 #    layout: "plot-throughput"
11472 #
11473 #- type: "plot"
11474 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11475 #  algorithm: "plot_perf_box_name"
11476 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11477 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11478 #  include:
11479 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11480 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11481 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11482 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11483 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11484 #  layout:
11485 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11486 #    layout: "plot-throughput"
11487
11488 - type: "plot"
11489   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11490   algorithm: "plot_perf_box_name"
11491   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11492   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11493   include:
11494     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11499   layout:
11500     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11508   include:
11509     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11514   layout:
11515     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11522   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11523   include:
11524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11529   layout:
11530     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11538   include:
11539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11544   layout:
11545     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11553   include:
11554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11559   layout:
11560     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11567   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11568   include:
11569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11574   layout:
11575     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11576     layout: "plot-throughput"
11577
11578 - type: "plot"
11579   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11580   algorithm: "plot_perf_box_name"
11581   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11583   include:
11584     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11585     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11586     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11587     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11588     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11589     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11590   layout:
11591     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11592     layout: "plot-throughput"
11593
11594 - type: "plot"
11595   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11596   algorithm: "plot_perf_box_name"
11597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11599   include:
11600     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11601     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11602     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11603     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11604     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11605     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11606   layout:
11607     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11615   include:
11616     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11617     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11618     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11619     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11620   layout:
11621     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11622     layout: "plot-throughput"
11623
11624 - type: "plot"
11625   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11626   algorithm: "plot_perf_box_name"
11627   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11629   include:
11630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11631     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11632     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11633     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11634   layout:
11635     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11636     layout: "plot-throughput"
11637
11638 #- type: "plot"
11639 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11640 #  algorithm: "plot_perf_box_name"
11641 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11642 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11643 #  include:
11644 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11645 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11646 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11647 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11648 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11649 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11650 #  layout:
11651 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11652 #    layout: "plot-throughput"
11653 #
11654 #- type: "plot"
11655 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11656 #  algorithm: "plot_perf_box_name"
11657 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11658 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11659 #  include:
11660 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11661 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11662 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11663 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11664 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11665 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11666 #  layout:
11667 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11668 #    layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11675   include:
11676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11677 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11679 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11680     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11681 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11682   layout:
11683     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11691   include:
11692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11693 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11695 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11697 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11698   layout:
11699     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11707   include:
11708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11710     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11713     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11714   layout:
11715     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11716     layout: "plot-throughput"
11717
11718 - type: "plot"
11719   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11720   algorithm: "plot_perf_box_name"
11721   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11722   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11723   include:
11724     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11725     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11726     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11727     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11728     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11729     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11730   layout:
11731     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11732     layout: "plot-throughput"
11733
11734 #- type: "plot"
11735 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11736 #  algorithm: "plot_perf_box_name"
11737 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11738 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11739 #  include:
11740 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11743 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11744 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11745 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11746 #  layout:
11747 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11748 #    layout: "plot-throughput"
11749 #
11750 #- type: "plot"
11751 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11752 #  algorithm: "plot_perf_box_name"
11753 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11754 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11755 #  include:
11756 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11757 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11758 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11760 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11761 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11762 #  layout:
11763 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11764 #    layout: "plot-throughput"
11765 #
11766 #- type: "plot"
11767 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11768 #  algorithm: "plot_perf_box_name"
11769 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11770 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11771 #  include:
11772 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11773 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11774 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11775 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11776 #  layout:
11777 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11778 #    layout: "plot-throughput"
11779 #
11780 #- type: "plot"
11781 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11782 #  algorithm: "plot_perf_box_name"
11783 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11784 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11785 #  include:
11786 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11788 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11789 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11790 #  layout:
11791 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11792 #    layout: "plot-throughput"
11793 #
11794 #- type: "plot"
11795 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11796 #  algorithm: "plot_perf_box_name"
11797 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11798 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11799 #  include:
11800 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11801 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11803 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11804 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11805 #  layout:
11806 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11807 #    layout: "plot-throughput"
11808 #
11809 #- type: "plot"
11810 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11811 #  algorithm: "plot_perf_box_name"
11812 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11813 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11814 #  include:
11815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11817 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11818 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11819 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11820 #  layout:
11821 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11822 #    layout: "plot-throughput"
11823 #
11824 #- type: "plot"
11825 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11826 #  algorithm: "plot_perf_box_name"
11827 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11828 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11829 #  include:
11830 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11831 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11832 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11833 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11834 #  layout:
11835 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11836 #    layout: "plot-throughput"
11837 #
11838 #- type: "plot"
11839 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11840 #  algorithm: "plot_perf_box_name"
11841 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11842 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11843 #  include:
11844 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11845 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11846 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11847 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11848 #  layout:
11849 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11850 #    layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11857   include:
11858     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11859     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11864   layout:
11865     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11873   include:
11874     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11880   layout:
11881     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11882     layout: "plot-throughput"
11883
11884 #- type: "plot"
11885 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11886 #  algorithm: "plot_perf_box_name"
11887 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11888 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11889 #  include:
11890 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11891 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11892 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11893 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11894 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11895 #  layout:
11896 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11897 #    layout: "plot-throughput"
11898 #
11899 #- type: "plot"
11900 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11901 #  algorithm: "plot_perf_box_name"
11902 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11903 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11904 #  include:
11905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11906 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11907 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11908 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11909 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11910 #  layout:
11911 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11912 #    layout: "plot-throughput"
11913 #
11914 #- type: "plot"
11915 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11916 #  algorithm: "plot_perf_box_name"
11917 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11918 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11919 #  include:
11920 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11921 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11922 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11923 #  layout:
11924 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11925 #    layout: "plot-throughput"
11926 #
11927 #- type: "plot"
11928 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11929 #  algorithm: "plot_perf_box_name"
11930 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11931 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11932 #  include:
11933 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11934 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11935 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11936 #  layout:
11937 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11938 #    layout: "plot-throughput"
11939 #
11940 #- type: "plot"
11941 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11942 #  algorithm: "plot_perf_box_name"
11943 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11944 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11945 #  include:
11946 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11947 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11948 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11949 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11950 #  layout:
11951 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11952 #    layout: "plot-throughput"
11953 #
11954 #- type: "plot"
11955 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11956 #  algorithm: "plot_perf_box_name"
11957 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11958 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11959 #  include:
11960 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11961 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11962 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11963 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11964 #  layout:
11965 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11966 #    layout: "plot-throughput"
11967 #
11968 #- type: "plot"
11969 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11970 #  algorithm: "plot_perf_box_name"
11971 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11972 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11973 #  include:
11974 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11975 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11976 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11977 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11978 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11979 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11980 #  layout:
11981 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11982 #    layout: "plot-throughput"
11983 #
11984 #- type: "plot"
11985 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11986 #  algorithm: "plot_perf_box_name"
11987 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11988 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11989 #  include:
11990 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11991 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11992 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11993 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11994 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11995 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11996 #  layout:
11997 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11998 #    layout: "plot-throughput"
11999 #
12000 #- type: "plot"
12001 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12002 #  algorithm: "plot_perf_box_name"
12003 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12004 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12005 #  include:
12006 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12007 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12008 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12009 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12010 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12011 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12012 #  layout:
12013 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12014 #    layout: "plot-throughput"
12015 #
12016 #- type: "plot"
12017 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12018 #  algorithm: "plot_perf_box_name"
12019 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12020 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12021 #  include:
12022 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12023 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12024 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12025 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12026 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12027 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12028 #  layout:
12029 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12030 #    layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12037   include:
12038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12042   layout:
12043     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12051   include:
12052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12056   layout:
12057     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12065   include:
12066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12072   layout:
12073     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12081   include:
12082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12088   layout:
12089     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12097   include:
12098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12104   layout:
12105     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12113   include:
12114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12120   layout:
12121     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12128   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12129   include:
12130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12134   layout:
12135     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12143   include:
12144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12148   layout:
12149     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12156   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12157   include:
12158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12164   layout:
12165     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12172   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12173   include:
12174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12180   layout:
12181     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12189   include:
12190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12194   layout:
12195     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12203   include:
12204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12208   layout:
12209     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12216   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12217   include:
12218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12224   layout:
12225     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12233   include:
12234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12240   layout:
12241     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12249   include:
12250     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12256   layout:
12257     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12265   include:
12266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12272   layout:
12273     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12281   include:
12282     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12288   layout:
12289     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12297   include:
12298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12304   layout:
12305     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12306     layout: "plot-throughput"
12307
12308 #- type: "plot"
12309 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12310 #  algorithm: "plot_perf_box_name"
12311 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12312 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313 #  include:
12314 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12317 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12318 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12319 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12320 #  layout:
12321 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12322 #    layout: "plot-throughput"
12323 #
12324 #- type: "plot"
12325 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12326 #  algorithm: "plot_perf_box_name"
12327 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12328 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12329 #  include:
12330 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12331 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12332 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12333 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12334 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12335 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12336 #  layout:
12337 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12338 #    layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12345   include:
12346     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12347     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12348     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12349     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12350     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12351     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12352   layout:
12353     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12361   include:
12362     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12363     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12364     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12365     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12366     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12367     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12368   layout:
12369     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12370     layout: "plot-throughput"
12371
12372 #- type: "plot"
12373 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12374 #  algorithm: "plot_perf_box_name"
12375 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12376 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12377 #  include:
12378 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12379 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12381 #  layout:
12382 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12383 #    layout: "plot-throughput"
12384 #
12385 #- type: "plot"
12386 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12387 #  algorithm: "plot_perf_box_name"
12388 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12389 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12390 #  include:
12391 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12392 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12393 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12394 #  layout:
12395 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12396 #    layout: "plot-throughput"
12397
12398 #- type: "plot"
12399 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12400 #  algorithm: "plot_perf_box_name"
12401 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12402 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12403 #  include:
12404 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12405 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12406 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12407 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12408 #  layout:
12409 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12410 #    layout: "plot-throughput"
12411 #
12412 #- type: "plot"
12413 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12414 #  algorithm: "plot_perf_box_name"
12415 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12416 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12417 #  include:
12418 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12420 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12421 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12422 #  layout:
12423 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12424 #    layout: "plot-throughput"
12425 #
12426 #- type: "plot"
12427 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12428 #  algorithm: "plot_perf_box_name"
12429 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12430 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12431 #  include:
12432 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12435 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12436 #  layout:
12437 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12438 #    layout: "plot-throughput"
12439 #
12440 #- type: "plot"
12441 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12442 #  algorithm: "plot_perf_box_name"
12443 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12444 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12445 #  include:
12446 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12450 #  layout:
12451 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12452 #    layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12459   include:
12460     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12461     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12462     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12463     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12464   layout:
12465     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12473   include:
12474     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12475     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12476     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12478   layout:
12479     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12487   include:
12488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12492   layout:
12493     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12501   include:
12502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12506   layout:
12507     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12508     layout: "plot-throughput"
12509
12510 #- type: "plot"
12511 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12512 #  algorithm: "plot_perf_box_name"
12513 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12514 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515 #  include:
12516 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12520 #  layout:
12521 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12522 #    layout: "plot-throughput"
12523 #
12524 #- type: "plot"
12525 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12526 #  algorithm: "plot_perf_box_name"
12527 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12528 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12529 #  include:
12530 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12531 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12532 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12533 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12534 #  layout:
12535 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12536 #    layout: "plot-throughput"
12537 #
12538 #- type: "plot"
12539 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12540 #  algorithm: "plot_perf_box_name"
12541 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12542 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543 #  include:
12544 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12546 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12547 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12548 #  layout:
12549 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12550 #    layout: "plot-throughput"
12551 #
12552 #- type: "plot"
12553 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12554 #  algorithm: "plot_perf_box_name"
12555 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12556 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12557 #  include:
12558 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12559 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12560 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12561 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12562 #  layout:
12563 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12564 #    layout: "plot-throughput"
12565 #
12566 #- type: "plot"
12567 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12568 #  algorithm: "plot_perf_box_name"
12569 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12570 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571 #  include:
12572 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12573 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12574 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12575 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12576 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12577 #  layout:
12578 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12579 #    layout: "plot-throughput"
12580 #
12581 #- type: "plot"
12582 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12583 #  algorithm: "plot_perf_box_name"
12584 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12585 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586 #  include:
12587 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12588 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12589 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12590 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12591 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12592 #  layout:
12593 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12594 #    layout: "plot-throughput"
12595 #
12596 #- type: "plot"
12597 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12598 #  algorithm: "plot_perf_box_name"
12599 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12600 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601 #  include:
12602 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12603 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12604 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12605 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12607 #  layout:
12608 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12609 #    layout: "plot-throughput"
12610 #
12611 #- type: "plot"
12612 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12613 #  algorithm: "plot_perf_box_name"
12614 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12616 #  include:
12617 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12618 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12619 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12622 #  layout:
12623 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12624 #    layout: "plot-throughput"
12625 #
12626 #- type: "plot"
12627 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12628 #  algorithm: "plot_perf_box_name"
12629 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12630 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12631 #  include:
12632 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12633 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12634 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12635 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12638 #  layout:
12639 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12640 #    layout: "plot-throughput"
12641 #
12642 #- type: "plot"
12643 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12644 #  algorithm: "plot_perf_box_name"
12645 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12646 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12647 #  include:
12648 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12649 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12650 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12651 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12652 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12654 #  layout:
12655 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12656 #    layout: "plot-throughput"
12657 #
12658 #- type: "plot"
12659 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12660 #  algorithm: "plot_perf_box_name"
12661 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12662 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663 #  include:
12664 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12665 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12666 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12667 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12668 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12669 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12670 #  layout:
12671 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12672 #    layout: "plot-throughput"
12673 #
12674 #- type: "plot"
12675 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12676 #  algorithm: "plot_perf_box_name"
12677 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12678 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12679 #  include:
12680 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12681 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12682 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12683 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12686 #  layout:
12687 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12688 #    layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12692   algorithm: "plot_perf_box_name"
12693   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12694   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12695   include:
12696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12701   layout:
12702     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12703     layout: "plot-throughput"
12704
12705 - type: "plot"
12706   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12707   algorithm: "plot_perf_box_name"
12708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12710   include:
12711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12716   layout:
12717     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12718     layout: "plot-throughput"
12719
12720 #- type: "plot"
12721 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12722 #  algorithm: "plot_perf_box_name"
12723 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12724 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12725 #  include:
12726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12731 #  layout:
12732 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12733 #    layout: "plot-throughput"
12734 #
12735 #- type: "plot"
12736 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12737 #  algorithm: "plot_perf_box_name"
12738 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12739 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12740 #  include:
12741 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12742 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12746 #  layout:
12747 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12748 #    layout: "plot-throughput"
12749
12750 #- type: "plot"
12751 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12752 #  algorithm: "plot_perf_box_name"
12753 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12754 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12755 #  include:
12756 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12757 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12762 #  layout:
12763 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12764 #    layout: "plot-throughput"
12765 #
12766 #- type: "plot"
12767 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12768 #  algorithm: "plot_perf_box_name"
12769 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12770 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12771 #  include:
12772 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12777 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12778 #  layout:
12779 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12780 #    layout: "plot-throughput"
12781
12782 #- type: "plot"
12783 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12784 #  algorithm: "plot_perf_box_name"
12785 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12786 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787 #  include:
12788 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12791 #  layout:
12792 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12793 #    layout: "plot-throughput"
12794 #
12795 #- type: "plot"
12796 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12797 #  algorithm: "plot_perf_box_name"
12798 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12799 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800 #  include:
12801 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12803 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12804 #  layout:
12805 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12806 #    layout: "plot-throughput"
12807
12808 ################################################################################
12809
12810 # Packet Speedup
12811
12812 #- type: "plot"
12813 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12814 #  algorithm: "plot_tsa_name"
12815 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12816 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12817 #  include:
12818 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12819 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12820 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12821 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12822 #  layout:
12823 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12824 #    layout: "plot-throughput-speedup-analysis"
12825 #
12826 #- type: "plot"
12827 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12828 #  algorithm: "plot_tsa_name"
12829 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12830 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12831 #  include:
12832 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12836 #  layout:
12837 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12838 #    layout: "plot-throughput-speedup-analysis"
12839 #
12840 #- type: "plot"
12841 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12842 #  algorithm: "plot_tsa_name"
12843 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12844 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12845 #  include:
12846 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12851 #  layout:
12852 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12853 #    layout: "plot-throughput-speedup-analysis"
12854 #
12855 #- type: "plot"
12856 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12857 #  algorithm: "plot_tsa_name"
12858 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12859 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12860 #  include:
12861 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12864 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12865 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12866 #  layout:
12867 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12868 #    layout: "plot-throughput-speedup-analysis"
12869 #
12870 #- type: "plot"
12871 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12872 #  algorithm: "plot_tsa_name"
12873 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12874 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12875 #  include:
12876 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12879 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12880 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12881 #  layout:
12882 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12883 #    layout: "plot-throughput-speedup-analysis"
12884 #
12885 #- type: "plot"
12886 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12887 #  algorithm: "plot_tsa_name"
12888 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12889 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12890 #  include:
12891 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12892 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12893 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12894 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12896 #  layout:
12897 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12898 #    layout: "plot-throughput-speedup-analysis"
12899 #
12900 #- type: "plot"
12901 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12902 #  algorithm: "plot_tsa_name"
12903 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12904 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12905 #  include:
12906 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12907 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12908 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12909 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12910 #  layout:
12911 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12912 #    layout: "plot-throughput-speedup-analysis"
12913 #
12914 #- type: "plot"
12915 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12916 #  algorithm: "plot_tsa_name"
12917 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12918 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12919 #  include:
12920 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12923 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12924 #  layout:
12925 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12926 #    layout: "plot-throughput-speedup-analysis"
12927 #
12928 #- type: "plot"
12929 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12930 #  algorithm: "plot_tsa_name"
12931 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12932 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12933 #  include:
12934 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12939 #  layout:
12940 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12941 #    layout: "plot-throughput-speedup-analysis"
12942 #
12943 #- type: "plot"
12944 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12945 #  algorithm: "plot_tsa_name"
12946 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12947 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12948 #  include:
12949 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12951 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12952 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12953 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12954 #  layout:
12955 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12956 #    layout: "plot-throughput-speedup-analysis"
12957 #
12958 #- type: "plot"
12959 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12960 #  algorithm: "plot_tsa_name"
12961 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12962 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12963 #  include:
12964 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12966 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12967 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12968 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12969 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12970 #  layout:
12971 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12972 #    layout: "plot-throughput-speedup-analysis"
12973 #
12974 #- type: "plot"
12975 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12976 #  algorithm: "plot_tsa_name"
12977 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12978 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12979 #  include:
12980 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12981 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12982 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12983 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12984 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12985 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12986 #  layout:
12987 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12988 #    layout: "plot-throughput-speedup-analysis"
12989
12990 - type: "plot"
12991   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12992   algorithm: "plot_tsa_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12995   include:
12996     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12997     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12998     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12999   layout:
13000     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13001     layout: "plot-throughput-speedup-analysis"
13002
13003 - type: "plot"
13004   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13005   algorithm: "plot_tsa_name"
13006   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13008   include:
13009     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13010     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13011     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13012   layout:
13013     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13014     layout: "plot-throughput-speedup-analysis"
13015
13016 #- type: "plot"
13017 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13018 #  algorithm: "plot_tsa_name"
13019 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13020 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13021 #  include:
13022 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13023 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13024 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13025 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13026 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13027 #  layout:
13028 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13029 #    layout: "plot-throughput-speedup-analysis"
13030 #
13031 #- type: "plot"
13032 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13033 #  algorithm: "plot_tsa_name"
13034 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13035 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13036 #  include:
13037 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13038 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13039 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13040 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13041 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13042 #  layout:
13043 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13044 #    layout: "plot-throughput-speedup-analysis"
13045 #
13046 #- type: "plot"
13047 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13048 #  algorithm: "plot_tsa_name"
13049 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13050 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13051 #  include:
13052 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13053 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13054 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13055 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13056 #  layout:
13057 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13058 #    layout: "plot-throughput-speedup-analysis"
13059 #
13060 #- type: "plot"
13061 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13062 #  algorithm: "plot_tsa_name"
13063 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13064 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13065 #  include:
13066 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13067 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13068 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13069 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13070 #  layout:
13071 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13072 #    layout: "plot-throughput-speedup-analysis"
13073 #
13074 #- type: "plot"
13075 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13076 #  algorithm: "plot_tsa_name"
13077 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13078 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13079 #  include:
13080 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13081 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13082 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13083 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13084 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13085 #  layout:
13086 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13087 #    layout: "plot-throughput-speedup-analysis"
13088 #
13089 #- type: "plot"
13090 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13091 #  algorithm: "plot_tsa_name"
13092 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13093 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13094 #  include:
13095 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13096 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13097 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13099 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13100 #  layout:
13101 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13102 #    layout: "plot-throughput-speedup-analysis"
13103 #
13104 #- type: "plot"
13105 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13106 #  algorithm: "plot_tsa_name"
13107 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13108 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13109 #  include:
13110 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13111 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13112 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13113 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13114 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13115 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13116 #  layout:
13117 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13118 #    layout: "plot-throughput-speedup-analysis"
13119 #
13120 #- type: "plot"
13121 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13122 #  algorithm: "plot_tsa_name"
13123 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13124 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13125 #  include:
13126 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13127 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13128 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13129 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13130 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13131 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13132 #  layout:
13133 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13134 #    layout: "plot-throughput-speedup-analysis"
13135
13136 - type: "plot"
13137   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13138   algorithm: "plot_tsa_name"
13139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13141   include:
13142     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13143     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13144   layout:
13145     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13146     layout: "plot-throughput-speedup-analysis"
13147
13148 - type: "plot"
13149   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13150   algorithm: "plot_tsa_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13153   include:
13154     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13156   layout:
13157     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13158     layout: "plot-throughput-speedup-analysis"
13159
13160 #- type: "plot"
13161 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13162 #  algorithm: "plot_tsa_name"
13163 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13164 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13165 #  include:
13166 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13167 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13168 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13169 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13170 #  layout:
13171 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13172 #    layout: "plot-throughput-speedup-analysis"
13173 #
13174 #- type: "plot"
13175 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13176 #  algorithm: "plot_tsa_name"
13177 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13178 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13179 #  include:
13180 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13181 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13182 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13183 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13184 #  layout:
13185 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13186 #    layout: "plot-throughput-speedup-analysis"
13187 #
13188 #- type: "plot"
13189 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13190 #  algorithm: "plot_tsa_name"
13191 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13192 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13193 #  include:
13194 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13196 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13197 #  layout:
13198 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13199 #    layout: "plot-throughput-speedup-analysis"
13200 #
13201 #- type: "plot"
13202 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13203 #  algorithm: "plot_tsa_name"
13204 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13205 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13206 #  include:
13207 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13208 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13209 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13210 #  layout:
13211 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13212 #    layout: "plot-throughput-speedup-analysis"
13213 #
13214 #- type: "plot"
13215 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13216 #  algorithm: "plot_tsa_name"
13217 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13218 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219 #  include:
13220 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13221 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13222 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13223 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13224 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13225 #  layout:
13226 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13227 #    layout: "plot-throughput-speedup-analysis"
13228 #
13229 #- type: "plot"
13230 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13231 #  algorithm: "plot_tsa_name"
13232 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13233 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13234 #  include:
13235 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13236 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13237 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13238 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13239 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13240 #  layout:
13241 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13242 #    layout: "plot-throughput-speedup-analysis"
13243
13244 - type: "plot"
13245   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13246   algorithm: "plot_tsa_name"
13247   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13249   include:
13250     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13251     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13252     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13253   layout:
13254     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13255     layout: "plot-throughput-speedup-analysis"
13256
13257 - type: "plot"
13258   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13259   algorithm: "plot_tsa_name"
13260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13262   include:
13263     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13264     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13265     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13266   layout:
13267     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13268     layout: "plot-throughput-speedup-analysis"
13269
13270 #- type: "plot"
13271 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13272 #  algorithm: "plot_tsa_name"
13273 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13274 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13275 #  include:
13276 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13277 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13278 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13279 #  layout:
13280 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13281 #    layout: "plot-throughput-speedup-analysis"
13282 #
13283 #- type: "plot"
13284 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13285 #  algorithm: "plot_tsa_name"
13286 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13287 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13288 #  include:
13289 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13290 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13291 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13292 #  layout:
13293 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13294 #    layout: "plot-throughput-speedup-analysis"
13295 #
13296 #- type: "plot"
13297 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13298 #  algorithm: "plot_tsa_name"
13299 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13300 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13301 #  include:
13302 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13303 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13304 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13305 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13306 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13307 #  layout:
13308 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13309 #    layout: "plot-throughput-speedup-analysis"
13310 #
13311 #- type: "plot"
13312 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13313 #  algorithm: "plot_tsa_name"
13314 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13315 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13316 #  include:
13317 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13318 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13319 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13320 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13321 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13322 #  layout:
13323 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13324 #    layout: "plot-throughput-speedup-analysis"
13325
13326 - type: "plot"
13327   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13328   algorithm: "plot_tsa_name"
13329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13331   include:
13332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13338   layout:
13339     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13340     layout: "plot-throughput-speedup-analysis"
13341
13342 - type: "plot"
13343   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13344   algorithm: "plot_tsa_name"
13345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13347   include:
13348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13354   layout:
13355     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13356     layout: "plot-throughput-speedup-analysis"
13357
13358 - type: "plot"
13359   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13360   algorithm: "plot_tsa_name"
13361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13363   include:
13364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13368   layout:
13369     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13370     layout: "plot-throughput-speedup-analysis"
13371
13372 - type: "plot"
13373   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13374   algorithm: "plot_tsa_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13377   include:
13378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13382   layout:
13383     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13384     layout: "plot-throughput-speedup-analysis"
13385
13386 #- type: "plot"
13387 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13388 #  algorithm: "plot_tsa_name"
13389 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13390 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13391 #  include:
13392 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13393 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13394 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13395 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13396 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13397 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13398 #  layout:
13399 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13400 #    layout: "plot-throughput-speedup-analysis"
13401 #
13402 #- type: "plot"
13403 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13404 #  algorithm: "plot_tsa_name"
13405 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13406 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407 #  include:
13408 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13409 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13410 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13411 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13412 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13413 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13414 #  layout:
13415 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13416 #    layout: "plot-throughput-speedup-analysis"
13417 #
13418 #- type: "plot"
13419 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13420 #  algorithm: "plot_tsa_name"
13421 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13422 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13423 #  include:
13424 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13427 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13428 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13429 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13430 #  layout:
13431 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13432 #    layout: "plot-throughput-speedup-analysis"
13433 #
13434 #- type: "plot"
13435 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13436 #  algorithm: "plot_tsa_name"
13437 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13438 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13439 #  include:
13440 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13441 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13442 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13443 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13444 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13445 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13446 #  layout:
13447 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13448 #    layout: "plot-throughput-speedup-analysis"
13449 #
13450 #- type: "plot"
13451 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13452 #  algorithm: "plot_tsa_name"
13453 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13454 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13455 #  include:
13456 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13457 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13458 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13459 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13460 #  layout:
13461 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13462 #    layout: "plot-throughput-speedup-analysis"
13463 #
13464 #- type: "plot"
13465 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13466 #  algorithm: "plot_tsa_name"
13467 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13468 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13469 #  include:
13470 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13472 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13473 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13474 #  layout:
13475 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13476 #    layout: "plot-throughput-speedup-analysis"
13477 #
13478 #- type: "plot"
13479 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13480 #  algorithm: "plot_tsa_name"
13481 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13482 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13483 #  include:
13484 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13485 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13487 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13488 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13489 #  layout:
13490 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13491 #    layout: "plot-throughput-speedup-analysis"
13492 #
13493 #- type: "plot"
13494 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13495 #  algorithm: "plot_tsa_name"
13496 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13497 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13498 #  include:
13499 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13501 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13502 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13503 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13504 #  layout:
13505 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13506 #    layout: "plot-throughput-speedup-analysis"
13507 #
13508 #- type: "plot"
13509 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13510 #  algorithm: "plot_tsa_name"
13511 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13512 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13513 #  include:
13514 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13515 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13516 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13517 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13518 #  layout:
13519 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13520 #    layout: "plot-throughput-speedup-analysis"
13521 #
13522 #- type: "plot"
13523 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13524 #  algorithm: "plot_tsa_name"
13525 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13526 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13527 #  include:
13528 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13529 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13530 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13531 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13532 #  layout:
13533 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13534 #    layout: "plot-throughput-speedup-analysis"
13535
13536 - type: "plot"
13537   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13538   algorithm: "plot_tsa_name"
13539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13541   include:
13542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13548   layout:
13549     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13550     layout: "plot-throughput-speedup-analysis"
13551
13552 - type: "plot"
13553   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13554   algorithm: "plot_tsa_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13557   include:
13558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13564   layout:
13565     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13566     layout: "plot-throughput-speedup-analysis"
13567
13568 #- type: "plot"
13569 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13570 #  algorithm: "plot_tsa_name"
13571 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13572 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13573 #  include:
13574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13579 #  layout:
13580 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13581 #    layout: "plot-throughput-speedup-analysis"
13582 #
13583 #- type: "plot"
13584 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13585 #  algorithm: "plot_tsa_name"
13586 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13587 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588 #  include:
13589 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13590 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13592 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13594 #  layout:
13595 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13596 #    layout: "plot-throughput-speedup-analysis"
13597 #
13598 #- type: "plot"
13599 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13600 #  algorithm: "plot_tsa_name"
13601 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13602 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13603 #  include:
13604 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13605 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13606 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13607 #  layout:
13608 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13609 #    layout: "plot-throughput-speedup-analysis"
13610 #
13611 #- type: "plot"
13612 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13613 #  algorithm: "plot_tsa_name"
13614 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13616 #  include:
13617 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13618 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13619 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13620 #  layout:
13621 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13622 #    layout: "plot-throughput-speedup-analysis"
13623 #
13624 #- type: "plot"
13625 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13626 #  algorithm: "plot_tsa_name"
13627 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13628 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13629 #  include:
13630 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13631 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13632 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13633 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13634 #  layout:
13635 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13636 #    layout: "plot-throughput-speedup-analysis"
13637 #
13638 #- type: "plot"
13639 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13640 #  algorithm: "plot_tsa_name"
13641 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13642 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643 #  include:
13644 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13645 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13646 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13647 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13648 #  layout:
13649 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13650 #    layout: "plot-throughput-speedup-analysis"
13651 #
13652 #- type: "plot"
13653 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13654 #  algorithm: "plot_tsa_name"
13655 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13656 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13657 #  include:
13658 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13659 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13660 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13661 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13662 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13663 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13664 #  layout:
13665 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13666 #    layout: "plot-throughput-speedup-analysis"
13667 #
13668 #- type: "plot"
13669 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13670 #  algorithm: "plot_tsa_name"
13671 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13672 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13673 #  include:
13674 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13675 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13676 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13677 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13678 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13679 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13680 #  layout:
13681 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13682 #    layout: "plot-throughput-speedup-analysis"
13683 #
13684 #- type: "plot"
13685 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13686 #  algorithm: "plot_tsa_name"
13687 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13688 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13689 #  include:
13690 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13691 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13692 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13693 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13694 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13696 #  layout:
13697 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13698 #    layout: "plot-throughput-speedup-analysis"
13699 #
13700 #- type: "plot"
13701 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13702 #  algorithm: "plot_tsa_name"
13703 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13704 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13705 #  include:
13706 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13707 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13708 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13709 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13710 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13711 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13712 #  layout:
13713 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13714 #    layout: "plot-throughput-speedup-analysis"
13715
13716 - type: "plot"
13717   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13718   algorithm: "plot_tsa_name"
13719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13721   include:
13722     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13724     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13725     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13726     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13727     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13728   layout:
13729     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13730     layout: "plot-throughput-speedup-analysis"
13731
13732 - type: "plot"
13733   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13734   algorithm: "plot_tsa_name"
13735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13737   include:
13738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13744   layout:
13745     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13746     layout: "plot-throughput-speedup-analysis"
13747
13748 #- type: "plot"
13749 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13750 #  algorithm: "plot_tsa_name"
13751 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13752 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13753 #  include:
13754 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13755 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13756 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13757 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13758 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13759 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13760 #  layout:
13761 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13762 #    layout: "plot-throughput-speedup-analysis"
13763 #
13764 #- type: "plot"
13765 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13766 #  algorithm: "plot_tsa_name"
13767 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13768 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13769 #  include:
13770 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13772 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13773 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13774 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13775 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13776 #  layout:
13777 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13778 #    layout: "plot-throughput-speedup-analysis"
13779 #
13780 #- type: "plot"
13781 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13782 #  algorithm: "plot_tsa_name"
13783 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13784 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13785 #  include:
13786 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13787 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13790 #  layout:
13791 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13792 #    layout: "plot-throughput-speedup-analysis"
13793 #
13794 #- type: "plot"
13795 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13796 #  algorithm: "plot_tsa_name"
13797 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13798 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799 #  include:
13800 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13803 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13804 #  layout:
13805 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13806 #    layout: "plot-throughput-speedup-analysis"
13807 #
13808 #- type: "plot"
13809 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13810 #  algorithm: "plot_tsa_name"
13811 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13812 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13813 #  include:
13814 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13818 #  layout:
13819 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13820 #    layout: "plot-throughput-speedup-analysis"
13821 #
13822 #- type: "plot"
13823 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13824 #  algorithm: "plot_tsa_name"
13825 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13826 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827 #  include:
13828 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13829 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13830 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13832 #  layout:
13833 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13834 #    layout: "plot-throughput-speedup-analysis"
13835
13836 - type: "plot"
13837   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13838   algorithm: "plot_tsa_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13841   include:
13842     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13846   layout:
13847     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13855   include:
13856     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13857     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13858     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13860   layout:
13861     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13869   include:
13870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13874   layout:
13875     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13883   include:
13884     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13888   layout:
13889     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13890     layout: "plot-throughput-speedup-analysis"
13891
13892 #- type: "plot"
13893 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13894 #  algorithm: "plot_tsa_name"
13895 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13896 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13897 #  include:
13898 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13899 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13900 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13901 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13902 #  layout:
13903 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13904 #    layout: "plot-throughput-speedup-analysis"
13905 #
13906 #- type: "plot"
13907 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13908 #  algorithm: "plot_tsa_name"
13909 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13910 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13911 #  include:
13912 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13915 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13916 #  layout:
13917 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13918 #    layout: "plot-throughput-speedup-analysis"
13919 #
13920 #- type: "plot"
13921 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13922 #  algorithm: "plot_tsa_name"
13923 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13924 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13925 #  include:
13926 #    - "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"
13927 #    - "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"
13928 #    - "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"
13929 #    - "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"
13930 #  layout:
13931 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13932 #    layout: "plot-throughput-speedup-analysis"
13933 #
13934 #- type: "plot"
13935 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13936 #  algorithm: "plot_tsa_name"
13937 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13938 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13939 #  include:
13940 #    - "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"
13941 #    - "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"
13942 #    - "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"
13943 #    - "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"
13944 #  layout:
13945 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13946 #    layout: "plot-throughput-speedup-analysis"
13947 #
13948 #- type: "plot"
13949 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13950 #  algorithm: "plot_tsa_name"
13951 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13952 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13953 #  include:
13954 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13959 #  layout:
13960 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13961 #    layout: "plot-throughput-speedup-analysis"
13962 #
13963 #- type: "plot"
13964 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13965 #  algorithm: "plot_tsa_name"
13966 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13967 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13968 #  include:
13969 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13970 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13971 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13974 #  layout:
13975 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13976 #    layout: "plot-throughput-speedup-analysis"
13977 #
13978 #- type: "plot"
13979 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13980 #  algorithm: "plot_tsa_name"
13981 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13982 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13983 #  include:
13984 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13989 #  layout:
13990 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13991 #    layout: "plot-throughput-speedup-analysis"
13992 #
13993 #- type: "plot"
13994 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13995 #  algorithm: "plot_tsa_name"
13996 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13997 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13998 #  include:
13999 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14001 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14002 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14003 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14004 #  layout:
14005 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14006 #    layout: "plot-throughput-speedup-analysis"
14007 #
14008 #- type: "plot"
14009 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
14010 #  algorithm: "plot_tsa_name"
14011 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
14012 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14013 #  include:
14014 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020 #  layout:
14021 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
14022 #    layout: "plot-throughput-speedup-analysis"
14023 #
14024 #- type: "plot"
14025 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14026 #  algorithm: "plot_tsa_name"
14027 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
14028 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14029 #  include:
14030 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14031 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14032 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14033 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14034 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14035 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14036 #  layout:
14037 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14038 #    layout: "plot-throughput-speedup-analysis"
14039 #
14040 #- type: "plot"
14041 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14042 #  algorithm: "plot_tsa_name"
14043 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
14044 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14045 #  include:
14046 #    - "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"
14047 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049 #    - "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"
14050 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14052 #  layout:
14053 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14054 #    layout: "plot-throughput-speedup-analysis"
14055 #
14056 #- type: "plot"
14057 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14058 #  algorithm: "plot_tsa_name"
14059 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14060 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14061 #  include:
14062 #    - "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"
14063 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14064 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14065 #    - "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"
14066 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14067 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14068 #  layout:
14069 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14070 #    layout: "plot-throughput-speedup-analysis"
14071 #
14072 #- type: "plot"
14073 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14074 #  algorithm: "plot_tsa_name"
14075 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14076 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14077 #  include:
14078 #    - "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"
14079 #    - "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"
14080 #    - "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"
14081 #  layout:
14082 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14083 #    layout: "plot-throughput-speedup-analysis"
14084 #
14085 #- type: "plot"
14086 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14087 #  algorithm: "plot_tsa_name"
14088 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14089 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14090 #  include:
14091 #    - "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"
14092 #    - "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"
14093 #    - "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"
14094 #  layout:
14095 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14096 #    layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14103   include:
14104     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14105     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14106     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14107     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14108     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14109   layout:
14110     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14118   include:
14119     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14120     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14121     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14122     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14124   layout:
14125     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14126     layout: "plot-throughput-speedup-analysis"
14127
14128 - type: "plot"
14129   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14130   algorithm: "plot_tsa_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14133   include:
14134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14139   layout:
14140     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14141     layout: "plot-throughput-speedup-analysis"
14142
14143 - type: "plot"
14144   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14145   algorithm: "plot_tsa_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14147   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14148   include:
14149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14154   layout:
14155     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14170   layout:
14171     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14186   layout:
14187     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14200   layout:
14201     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14202     layout: "plot-throughput-speedup-analysis"
14203
14204 - type: "plot"
14205   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14206   algorithm: "plot_tsa_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14208   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14209   include:
14210     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14214   layout:
14215     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14223   include:
14224     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14229   layout:
14230     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14238   include:
14239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14244   layout:
14245     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14253   include:
14254     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14255     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14256     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14257     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14258     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14259     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14260   layout:
14261     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14269   include:
14270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14276   layout:
14277     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14285   include:
14286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14288     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14290   layout:
14291     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14299   include:
14300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14304   layout:
14305     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14313   include:
14314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14319     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14320   layout:
14321     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14329   include:
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14336   layout:
14337     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14345   include:
14346     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14352   layout:
14353     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14361   include:
14362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14368   layout:
14369     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14377   include:
14378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14379     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14380     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14381     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14382     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14383     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14384   layout:
14385     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14393   include:
14394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14398     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14399     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14400   layout:
14401     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14402     layout: "plot-throughput-speedup-analysis"
14403
14404 - type: "plot"
14405   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14406   algorithm: "plot_tsa_name"
14407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14409   include:
14410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415   layout:
14416     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14424   include:
14425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14430   layout:
14431     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14432     layout: "plot-throughput-speedup-analysis"
14433
14434 #- type: "plot"
14435 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14436 #  algorithm: "plot_tsa_name"
14437 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14438 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14439 #  include:
14440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14442 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14443 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14444 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14445 #  layout:
14446 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14447 #    layout: "plot-throughput-speedup-analysis"
14448 #
14449 #- type: "plot"
14450 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14451 #  algorithm: "plot_tsa_name"
14452 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14453 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14454 #  include:
14455 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14456 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14457 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14458 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14459 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14460 #  layout:
14461 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14462 #    layout: "plot-throughput-speedup-analysis"
14463
14464 #- type: "plot"
14465 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14466 #  algorithm: "plot_tsa_name"
14467 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14468 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14469 #  include:
14470 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14471 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14472 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14473 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14474 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14475 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14476 #  layout:
14477 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14478 #    layout: "plot-throughput-speedup-analysis"
14479 #
14480 #- type: "plot"
14481 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14482 #  algorithm: "plot_tsa_name"
14483 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14484 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14485 #  include:
14486 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14489 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14492 #  layout:
14493 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14494 #    layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14501   include:
14502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14507   layout:
14508     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14516   include:
14517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14522   layout:
14523     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14531   include:
14532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14538   layout:
14539     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14540     layout: "plot-throughput-speedup-analysis"
14541
14542 - type: "plot"
14543   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14544   algorithm: "plot_tsa_name"
14545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14547   include:
14548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14554   layout:
14555     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14563   include:
14564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14569   layout:
14570     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14578   include:
14579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14584   layout:
14585     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14593   include:
14594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14598   layout:
14599     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14607   include:
14608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14612   layout:
14613     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14621   include:
14622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14628   layout:
14629     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14637   include:
14638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14644   layout:
14645     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14653   include:
14654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14659   layout:
14660     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14668   include:
14669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14674   layout:
14675     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14683   include:
14684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14690   layout:
14691     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14699   include:
14700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14706   layout:
14707     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14715   include:
14716     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14720   layout:
14721     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14729   include:
14730     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14734   layout:
14735     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14743   include:
14744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14749   layout:
14750     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14758   include:
14759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14764   layout:
14765     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14773   include:
14774     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14775     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14776     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14777     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14778     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14779     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14780   layout:
14781     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14789   include:
14790     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14791     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14792     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14793     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14794     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14795     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14796   layout:
14797     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14805   include:
14806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14810   layout:
14811     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14819   include:
14820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14824   layout:
14825     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14833   include:
14834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14840   layout:
14841     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14849   include:
14850     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14856   layout:
14857     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14865   include:
14866     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14870     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14872   layout:
14873     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14881   include:
14882     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14886     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14887     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14888   layout:
14889     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 #- type: "plot"
14893 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14894 #  algorithm: "plot_tsa_name"
14895 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14896 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14897 #  include:
14898 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14899 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14900 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14901 #  layout:
14902 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14903 #    layout: "plot-throughput-speedup-analysis"
14904 #
14905 #- type: "plot"
14906 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14907 #  algorithm: "plot_tsa_name"
14908 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14909 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14910 #  include:
14911 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14912 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14914 #  layout:
14915 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14916 #    layout: "plot-throughput-speedup-analysis"
14917
14918 ################################################################################
14919
14920 # Packet Throughput - DPDK
14921
14922 # 2n-skx-xxv710
14923
14924 #- type: "plot"
14925 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14926 #  algorithm: "plot_perf_box_name"
14927 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14928 #  data: "plot-dpdk-throughput-latency-2n-skx"
14929 #  include:
14930 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14931 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14932 #  layout:
14933 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14934 #    layout: "plot-throughput"
14935 #
14936 #- type: "plot"
14937 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14938 #  algorithm: "plot_perf_box_name"
14939 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14940 #  data: "plot-dpdk-throughput-latency-2n-skx"
14941 #  include:
14942 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14943 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14944 #  layout:
14945 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14946 #    layout: "plot-throughput"
14947 #
14948 #- type: "plot"
14949 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14950 #  algorithm: "plot_perf_box_name"
14951 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14952 #  data: "plot-dpdk-throughput-latency-2n-skx"
14953 #  include:
14954 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14955 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14956 #  layout:
14957 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14958 #    layout: "plot-throughput"
14959 #
14960 #- type: "plot"
14961 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14962 #  algorithm: "plot_perf_box_name"
14963 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14964 #  data: "plot-dpdk-throughput-latency-2n-skx"
14965 #  include:
14966 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14967 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14968 #  layout:
14969 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14970 #    layout: "plot-throughput"
14971 #
14972 ## 2n-skx-x710
14973 #
14974 #- type: "plot"
14975 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14976 #  algorithm: "plot_perf_box_name"
14977 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14978 #  data: "plot-dpdk-throughput-latency-2n-skx"
14979 #  include:
14980 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14981 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14982 #  layout:
14983 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14984 #    layout: "plot-throughput"
14985 #
14986 #- type: "plot"
14987 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14988 #  algorithm: "plot_perf_box_name"
14989 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14990 #  data: "plot-dpdk-throughput-latency-2n-skx"
14991 #  include:
14992 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14993 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14994 #  layout:
14995 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14996 #    layout: "plot-throughput"
14997 #
14998 #- type: "plot"
14999 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15000 #  algorithm: "plot_perf_box_name"
15001 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15002 #  data: "plot-dpdk-throughput-latency-2n-skx"
15003 #  include:
15004 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15005 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15006 #  layout:
15007 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
15008 #    layout: "plot-throughput"
15009 #
15010 #- type: "plot"
15011 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15012 #  algorithm: "plot_perf_box_name"
15013 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15014 #  data: "plot-dpdk-throughput-latency-2n-skx"
15015 #  include:
15016 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15017 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15018 #  layout:
15019 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
15020 #    layout: "plot-throughput"
15021 #
15022 ## 3n-skx-xxv710
15023 #
15024 #- type: "plot"
15025 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15026 #  algorithm: "plot_perf_box_name"
15027 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15028 #  data: "plot-dpdk-throughput-latency-3n-skx"
15029 #  include:
15030 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15031 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15032 #  layout:
15033 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15034 #    layout: "plot-throughput"
15035 #
15036 #- type: "plot"
15037 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15038 #  algorithm: "plot_perf_box_name"
15039 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15040 #  data: "plot-dpdk-throughput-latency-3n-skx"
15041 #  include:
15042 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15043 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15044 #  layout:
15045 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15046 #    layout: "plot-throughput"
15047 #
15048 #- type: "plot"
15049 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15050 #  algorithm: "plot_perf_box_name"
15051 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15052 #  data: "plot-dpdk-throughput-latency-3n-skx"
15053 #  include:
15054 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15055 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15056 #  layout:
15057 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15058 #    layout: "plot-throughput"
15059 #
15060 #- type: "plot"
15061 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15062 #  algorithm: "plot_perf_box_name"
15063 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15064 #  data: "plot-dpdk-throughput-latency-3n-skx"
15065 #  include:
15066 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15067 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15068 #  layout:
15069 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15070 #    layout: "plot-throughput"
15071 #
15072 ## 3n-skx-x710
15073 #
15074 #- type: "plot"
15075 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15076 #  algorithm: "plot_perf_box_name"
15077 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15078 #  data: "plot-dpdk-throughput-latency-3n-skx"
15079 #  include:
15080 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15081 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15082 #  layout:
15083 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15084 #    layout: "plot-throughput"
15085 #
15086 #- type: "plot"
15087 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15088 #  algorithm: "plot_perf_box_name"
15089 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15090 #  data: "plot-dpdk-throughput-latency-3n-skx"
15091 #  include:
15092 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15093 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15094 #  layout:
15095 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15096 #    layout: "plot-throughput"
15097 #
15098 #- type: "plot"
15099 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15100 #  algorithm: "plot_perf_box_name"
15101 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15102 #  data: "plot-dpdk-throughput-latency-3n-skx"
15103 #  include:
15104 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15105 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15106 #  layout:
15107 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15108 #    layout: "plot-throughput"
15109 #
15110 #- type: "plot"
15111 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15112 #  algorithm: "plot_perf_box_name"
15113 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15114 #  data: "plot-dpdk-throughput-latency-3n-skx"
15115 #  include:
15116 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15117 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15118 #  layout:
15119 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15120 #    layout: "plot-throughput"
15121
15122 # 3n-hsw-xl710
15123
15124 - type: "plot"
15125   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15126   algorithm: "plot_perf_box_name"
15127   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15128   data: "plot-dpdk-throughput-latency-3n-hsw"
15129   include:
15130     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15131     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15132   layout:
15133     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15134     layout: "plot-throughput"
15135
15136 - type: "plot"
15137   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15138   algorithm: "plot_perf_box_name"
15139   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15140   data: "plot-dpdk-throughput-latency-3n-hsw"
15141   include:
15142     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15143     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15144   layout:
15145     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15146     layout: "plot-throughput"
15147
15148 - type: "plot"
15149   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15150   algorithm: "plot_perf_box_name"
15151   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15152   data: "plot-dpdk-throughput-latency-3n-hsw"
15153   include:
15154     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15155     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15156   layout:
15157     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15158     layout: "plot-throughput"
15159
15160 - type: "plot"
15161   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15162   algorithm: "plot_perf_box_name"
15163   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15164   data: "plot-dpdk-throughput-latency-3n-hsw"
15165   include:
15166     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15167     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15168   layout:
15169     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15170     layout: "plot-throughput"
15171
15172 # 3n-hsw-x710
15173
15174 - type: "plot"
15175   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15176   algorithm: "plot_perf_box_name"
15177   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15178   data: "plot-dpdk-throughput-latency-3n-hsw"
15179   include:
15180     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15181     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15182   layout:
15183     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15184     layout: "plot-throughput"
15185
15186 - type: "plot"
15187   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15188   algorithm: "plot_perf_box_name"
15189   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15190   data: "plot-dpdk-throughput-latency-3n-hsw"
15191   include:
15192     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15193     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15194   layout:
15195     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15196     layout: "plot-throughput"
15197
15198 - type: "plot"
15199   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15200   algorithm: "plot_perf_box_name"
15201   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15202   data: "plot-dpdk-throughput-latency-3n-hsw"
15203   include:
15204     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15205     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15206   layout:
15207     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15208     layout: "plot-throughput"
15209
15210 - type: "plot"
15211   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15212   algorithm: "plot_perf_box_name"
15213   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15214   data: "plot-dpdk-throughput-latency-3n-hsw"
15215   include:
15216     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15217     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15218   layout:
15219     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15220     layout: "plot-throughput"
15221
15222 # 2n-dnv-x553
15223
15224 - type: "plot"
15225   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15226   algorithm: "plot_perf_box_name"
15227   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15228   data: "plot-dpdk-throughput-latency-2n-dnv"
15229   include:
15230     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15231     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15232   layout:
15233     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15234     layout: "plot-throughput"
15235
15236 - type: "plot"
15237   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15238   algorithm: "plot_perf_box_name"
15239   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15240   data: "plot-dpdk-throughput-latency-2n-dnv"
15241   include:
15242     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15243     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15244   layout:
15245     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15246     layout: "plot-throughput"
15247
15248 - type: "plot"
15249   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15250   algorithm: "plot_perf_box_name"
15251   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15252   data: "plot-dpdk-throughput-latency-2n-dnv"
15253   include:
15254     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15255     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15256   layout:
15257     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15258     layout: "plot-throughput"
15259
15260 - type: "plot"
15261   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15262   algorithm: "plot_perf_box_name"
15263   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15264   data: "plot-dpdk-throughput-latency-2n-dnv"
15265   include:
15266     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15267     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15268   layout:
15269     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15270     layout: "plot-throughput"
15271
15272 # 3n-dnv-x553
15273
15274 - type: "plot"
15275   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15276   algorithm: "plot_perf_box_name"
15277   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15278   data: "plot-dpdk-throughput-latency-3n-dnv"
15279   include:
15280     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15281     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15282   layout:
15283     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15288   algorithm: "plot_perf_box_name"
15289   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15290   data: "plot-dpdk-throughput-latency-3n-dnv"
15291   include:
15292     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15293     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15294   layout:
15295     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15296     layout: "plot-throughput"
15297
15298 - type: "plot"
15299   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15300   algorithm: "plot_perf_box_name"
15301   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15302   data: "plot-dpdk-throughput-latency-3n-dnv"
15303   include:
15304     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15305     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15306   layout:
15307     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15308     layout: "plot-throughput"
15309
15310 - type: "plot"
15311   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15312   algorithm: "plot_perf_box_name"
15313   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15314   data: "plot-dpdk-throughput-latency-3n-dnv"
15315   include:
15316     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15317     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15318   layout:
15319     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15320     layout: "plot-throughput"
15321
15322 # 3n-tsh-x520
15323
15324 - type: "plot"
15325   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15326   algorithm: "plot_perf_box_name"
15327   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15328   data: "plot-dpdk-throughput-latency-3n-tsh"
15329   include:
15330     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15331     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15332   layout:
15333     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15334     layout: "plot-throughput"
15335
15336 - type: "plot"
15337   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15338   algorithm: "plot_perf_box_name"
15339   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15340   data: "plot-dpdk-throughput-latency-3n-tsh"
15341   include:
15342     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15343     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15344   layout:
15345     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15346     layout: "plot-throughput"
15347
15348 - type: "plot"
15349   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15350   algorithm: "plot_perf_box_name"
15351   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15352   data: "plot-dpdk-throughput-latency-3n-tsh"
15353   include:
15354     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15355     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15356   layout:
15357     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15358     layout: "plot-throughput"
15359
15360 - type: "plot"
15361   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15362   algorithm: "plot_perf_box_name"
15363   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15364   data: "plot-dpdk-throughput-latency-3n-tsh"
15365   include:
15366     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15367     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15368   layout:
15369     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15370     layout: "plot-throughput"
15371
15372 ################################################################################
15373 ###   2n-clx                                                                 ###
15374 ################################################################################
15375
15376 # Packet Throughput
15377
15378 - type: "plot"
15379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15380   algorithm: "plot_perf_box_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15383   include:
15384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15388   layout:
15389     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15390     layout: "plot-throughput"
15391
15392 - type: "plot"
15393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15394   algorithm: "plot_perf_box_name"
15395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15397   include:
15398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15402   layout:
15403     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15404     layout: "plot-throughput"
15405
15406 - type: "plot"
15407   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15408   algorithm: "plot_perf_box_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15411   include:
15412     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15413     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15414     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15415     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15416   layout:
15417     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15418     layout: "plot-throughput"
15419
15420 - type: "plot"
15421   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15422   algorithm: "plot_perf_box_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15425   include:
15426     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15427     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15428     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15429     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15430   layout:
15431     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15432     layout: "plot-throughput"
15433
15434 - type: "plot"
15435   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15436   algorithm: "plot_perf_box_name"
15437   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15439   include:
15440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15445   layout:
15446     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15447     layout: "plot-throughput"
15448
15449 - type: "plot"
15450   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15451   algorithm: "plot_perf_box_name"
15452   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15454   include:
15455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15460   layout:
15461     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15462     layout: "plot-throughput"
15463
15464 - type: "plot"
15465   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15466   algorithm: "plot_perf_box_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15469   include:
15470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15474   layout:
15475     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15476     layout: "plot-throughput"
15477
15478 - type: "plot"
15479   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15480   algorithm: "plot_perf_box_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15483   include:
15484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15488   layout:
15489     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15490     layout: "plot-throughput"
15491
15492 - type: "plot"
15493   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15494   algorithm: "plot_perf_box_name"
15495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15497   include:
15498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15503   layout:
15504     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15505     layout: "plot-throughput"
15506
15507 - type: "plot"
15508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15509   algorithm: "plot_perf_box_name"
15510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15512   include:
15513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15518   layout:
15519     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15520     layout: "plot-throughput"
15521
15522 - type: "plot"
15523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15524   algorithm: "plot_perf_box_name"
15525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15527   include:
15528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15534   layout:
15535     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15536     layout: "plot-throughput"
15537
15538 - type: "plot"
15539   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15540   algorithm: "plot_perf_box_name"
15541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15543   include:
15544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15550   layout:
15551     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15552     layout: "plot-throughput"
15553
15554 - type: "plot"
15555   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15556   algorithm: "plot_perf_box_name"
15557   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15559   include:
15560     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15561     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15562   layout:
15563     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15564     layout: "plot-throughput"
15565
15566 - type: "plot"
15567   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15568   algorithm: "plot_perf_box_name"
15569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15571   include:
15572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15574   layout:
15575     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15576     layout: "plot-throughput"
15577
15578 - type: "plot"
15579   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15580   algorithm: "plot_perf_box_name"
15581   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15583   include:
15584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15590   layout:
15591     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15592     layout: "plot-throughput"
15593
15594 - type: "plot"
15595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15596   algorithm: "plot_perf_box_name"
15597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15599   include:
15600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15606   layout:
15607     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15608     layout: "plot-throughput"
15609
15610 - type: "plot"
15611   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15612   algorithm: "plot_perf_box_name"
15613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15615   include:
15616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15622   layout:
15623     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15624     layout: "plot-throughput"
15625
15626 - type: "plot"
15627   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15628   algorithm: "plot_perf_box_name"
15629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15631   include:
15632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15638   layout:
15639     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15640     layout: "plot-throughput"
15641
15642 - type: "plot"
15643   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15644   algorithm: "plot_perf_box_name"
15645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15647   include:
15648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15651   layout:
15652     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15653     layout: "plot-throughput"
15654
15655 - type: "plot"
15656   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15657   algorithm: "plot_perf_box_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15660   include:
15661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15664   layout:
15665     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15666     layout: "plot-throughput"
15667
15668 - type: "plot"
15669   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15670   algorithm: "plot_perf_box_name"
15671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15673   include:
15674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15679   layout:
15680     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15681     layout: "plot-throughput"
15682
15683 - type: "plot"
15684   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15685   algorithm: "plot_perf_box_name"
15686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15688   include:
15689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15694   layout:
15695     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15696     layout: "plot-throughput"
15697
15698 - type: "plot"
15699   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15700   algorithm: "plot_perf_box_name"
15701   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15703   include:
15704     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15705     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15706     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15707     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15709   layout:
15710     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15711     layout: "plot-throughput"
15712
15713 - type: "plot"
15714   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15715   algorithm: "plot_perf_box_name"
15716   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718   include:
15719     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15720     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15721     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15722     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15724   layout:
15725     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15726     layout: "plot-throughput"
15727
15728 - type: "plot"
15729   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15730   algorithm: "plot_perf_box_name"
15731   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15733   include:
15734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15740   layout:
15741     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15742     layout: "plot-throughput"
15743
15744 - type: "plot"
15745   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15746   algorithm: "plot_perf_box_name"
15747   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15749   include:
15750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15756   layout:
15757     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15758     layout: "plot-throughput"
15759
15760 - type: "plot"
15761   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15762   algorithm: "plot_perf_box_name"
15763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15765   include:
15766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15770   layout:
15771     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15772     layout: "plot-throughput"
15773
15774 - type: "plot"
15775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15776   algorithm: "plot_perf_box_name"
15777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15779   include:
15780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15784   layout:
15785     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15786     layout: "plot-throughput"
15787
15788 - type: "plot"
15789   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15790   algorithm: "plot_perf_box_name"
15791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15793   include:
15794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15798   layout:
15799     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15800     layout: "plot-throughput"
15801
15802 - type: "plot"
15803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15804   algorithm: "plot_perf_box_name"
15805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15807   include:
15808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15812   layout:
15813     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15814     layout: "plot-throughput"
15815
15816 - type: "plot"
15817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15818   algorithm: "plot_perf_box_name"
15819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15821   include:
15822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15827   layout:
15828     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15829     layout: "plot-throughput"
15830
15831 - type: "plot"
15832   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15833   algorithm: "plot_perf_box_name"
15834   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15836   include:
15837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15842   layout:
15843     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15844     layout: "plot-throughput"
15845
15846 - type: "plot"
15847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15848   algorithm: "plot_perf_box_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15851   include:
15852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15856   layout:
15857     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15858     layout: "plot-throughput"
15859
15860 - type: "plot"
15861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15862   algorithm: "plot_perf_box_name"
15863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15865   include:
15866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15870   layout:
15871     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15872     layout: "plot-throughput"
15873
15874 - type: "plot"
15875   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15876   algorithm: "plot_perf_box_name"
15877   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15879   include:
15880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15883     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15885     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15886   layout:
15887     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15888     layout: "plot-throughput"
15889
15890 - type: "plot"
15891   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15892   algorithm: "plot_perf_box_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15895   include:
15896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15899     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15900     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15901     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15902   layout:
15903     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15904     layout: "plot-throughput"
15905
15906 - type: "plot"
15907   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15908   algorithm: "plot_perf_box_name"
15909   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15911   include:
15912     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15916   layout:
15917     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15918     layout: "plot-throughput"
15919
15920 - type: "plot"
15921   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15922   algorithm: "plot_perf_box_name"
15923   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15925   include:
15926     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15930   layout:
15931     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15932     layout: "plot-throughput"
15933
15934 - type: "plot"
15935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15936   algorithm: "plot_perf_box_name"
15937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15939   include:
15940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15944   layout:
15945     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15946     layout: "plot-throughput"
15947
15948 - type: "plot"
15949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15950   algorithm: "plot_perf_box_name"
15951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15953   include:
15954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15958   layout:
15959     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15960     layout: "plot-throughput"
15961
15962 - type: "plot"
15963   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15964   algorithm: "plot_perf_box_name"
15965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15967   include:
15968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15972   layout:
15973     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15974     layout: "plot-throughput"
15975
15976 - type: "plot"
15977   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15978   algorithm: "plot_perf_box_name"
15979   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15981   include:
15982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15986   layout:
15987     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15988     layout: "plot-throughput"
15989
15990 - type: "plot"
15991   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15992   algorithm: "plot_perf_box_name"
15993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15995   include:
15996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16000   layout:
16001     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16002     layout: "plot-throughput"
16003
16004 - type: "plot"
16005   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16006   algorithm: "plot_perf_box_name"
16007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16009   include:
16010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16014   layout:
16015     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16016     layout: "plot-throughput"
16017
16018 - type: "plot"
16019   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16020   algorithm: "plot_perf_box_name"
16021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16023   include:
16024     - "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"
16025     - "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"
16026     - "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"
16027     - "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"
16028   layout:
16029     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16030     layout: "plot-throughput"
16031
16032 - type: "plot"
16033   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16034   algorithm: "plot_perf_box_name"
16035   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16037   include:
16038     - "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"
16039     - "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"
16040     - "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"
16041     - "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"
16042   layout:
16043     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16044     layout: "plot-throughput"
16045
16046 ################################################################################
16047
16048 # Packet Speedup
16049
16050 - type: "plot"
16051   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16055   include:
16056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16060   layout:
16061     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16069   include:
16070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16074   layout:
16075     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16083   include:
16084     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16085     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16086     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16087     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16088   layout:
16089     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16097   include:
16098     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16099     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16100     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16102   layout:
16103     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16111   include:
16112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16117   layout:
16118     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16119     layout: "plot-throughput-speedup-analysis"
16120
16121 - type: "plot"
16122   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16123   algorithm: "plot_tsa_name"
16124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16126   include:
16127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16132   layout:
16133     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16141   include:
16142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16146   layout:
16147     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16155   include:
16156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16160   layout:
16161     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16169   include:
16170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16175   layout:
16176     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16184   include:
16185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16190   layout:
16191     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16199   include:
16200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16206   layout:
16207     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16215   include:
16216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16222   layout:
16223     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16231   include:
16232     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16234   layout:
16235     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16243   include:
16244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16246   layout:
16247     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16255   include:
16256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16262   layout:
16263     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16271   include:
16272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16278   layout:
16279     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16280     layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16287   include:
16288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16294   layout:
16295     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16303   include:
16304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16310   layout:
16311     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16319   include:
16320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16323   layout:
16324     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16332   include:
16333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16336   layout:
16337     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16345   include:
16346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16351   layout:
16352     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16360   include:
16361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16366   layout:
16367     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16375   include:
16376     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16381   layout:
16382     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16390   include:
16391     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16396   layout:
16397     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16405   include:
16406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16412   layout:
16413     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16421   include:
16422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16428   layout:
16429     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16437   include:
16438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16442   layout:
16443     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16451   include:
16452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16456   layout:
16457     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16465   include:
16466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16470   layout:
16471     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16479   include:
16480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16484   layout:
16485     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
16486     layout: "plot-throughput-speedup-analysis"
16487
16488 - type: "plot"
16489   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16490   algorithm: "plot_tsa_name"
16491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16493   include:
16494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16499   layout:
16500     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16508   include:
16509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16514   layout:
16515     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16523   include:
16524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16528   layout:
16529     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16537   include:
16538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16542   layout:
16543     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16551   include:
16552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16558   layout:
16559     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16560     layout: "plot-throughput-speedup-analysis"
16561
16562 - type: "plot"
16563   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16564   algorithm: "plot_tsa_name"
16565   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16567   include:
16568     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16574   layout:
16575     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16576     layout: "plot-throughput-speedup-analysis"
16577
16578 - type: "plot"
16579   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16580   algorithm: "plot_tsa_name"
16581   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16583   include:
16584     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16588   layout:
16589     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16590     layout: "plot-throughput-speedup-analysis"
16591
16592 - type: "plot"
16593   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16594   algorithm: "plot_tsa_name"
16595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16597   include:
16598     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16602   layout:
16603     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16604     layout: "plot-throughput-speedup-analysis"
16605
16606 - type: "plot"
16607   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16608   algorithm: "plot_tsa_name"
16609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16611   include:
16612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16616   layout:
16617     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16618     layout: "plot-throughput-speedup-analysis"
16619
16620 - type: "plot"
16621   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16622   algorithm: "plot_tsa_name"
16623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16625   include:
16626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16630   layout:
16631     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16639   include:
16640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16644   layout:
16645     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 - type: "plot"
16649   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16650   algorithm: "plot_tsa_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16653   include:
16654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16658   layout:
16659     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16660     layout: "plot-throughput-speedup-analysis"
16661
16662 - type: "plot"
16663   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16664   algorithm: "plot_tsa_name"
16665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16667   include:
16668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16672   layout:
16673     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16674     layout: "plot-throughput-speedup-analysis"
16675
16676 - type: "plot"
16677   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16678   algorithm: "plot_tsa_name"
16679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16681   include:
16682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16686   layout:
16687     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16688     layout: "plot-throughput-speedup-analysis"
16689
16690 - type: "plot"
16691   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16692   algorithm: "plot_tsa_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16695   include:
16696     - "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"
16697     - "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"
16698     - "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"
16699     - "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"
16700   layout:
16701     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16702     layout: "plot-throughput-speedup-analysis"
16703
16704 - type: "plot"
16705   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16706   algorithm: "plot_tsa_name"
16707   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16709   include:
16710     - "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"
16711     - "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"
16712     - "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"
16713     - "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"
16714   layout:
16715     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16716     layout: "plot-throughput-speedup-analysis"
16717
16718 ################################################################################
16719
16720 # Packet Throughput - DPDK
16721
16722 # 2n-clx-xxv710
16723
16724 - type: "plot"
16725   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16728   data: "plot-dpdk-throughput-latency-2n-clx"
16729   include:
16730     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16731     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16732   layout:
16733     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16740   data: "plot-dpdk-throughput-latency-2n-clx"
16741   include:
16742     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16752   data: "plot-dpdk-throughput-latency-2n-clx"
16753   include:
16754     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16755     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16756   layout:
16757     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16758     layout: "plot-throughput"
16759
16760 - type: "plot"
16761   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16762   algorithm: "plot_perf_box_name"
16763   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16764   data: "plot-dpdk-throughput-latency-2n-clx"
16765   include:
16766     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16768   layout:
16769     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16770     layout: "plot-throughput"
16771
16772 # 2n-clx-x710
16773
16774 - type: "plot"
16775   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16778   data: "plot-dpdk-throughput-latency-2n-clx"
16779   include:
16780     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16781     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16782   layout:
16783     title: "2n-clx-x710-64b-2t1c-base-ndr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16790   data: "plot-dpdk-throughput-latency-2n-clx"
16791   include:
16792     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16793     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16794   layout:
16795     title: "2n-clx-x710-64b-4t2c-base-ndr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16802   data: "plot-dpdk-throughput-latency-2n-clx"
16803   include:
16804     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16805     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16806   layout:
16807     title: "2n-clx-x710-64b-2t1c-base-pdr"
16808     layout: "plot-throughput"
16809
16810 - type: "plot"
16811   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16812   algorithm: "plot_perf_box_name"
16813   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16814   data: "plot-dpdk-throughput-latency-2n-clx"
16815   include:
16816     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16817     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16818   layout:
16819     title: "2n-clx-x710-64b-4t2c-base-pdr"
16820     layout: "plot-throughput"
16821
16822 ################################################################################
16823
16824 #- type: "plot"
16825 #  title: "Latency by percentile: 2n-skx"
16826 #  algorithm: "plot_hdrh_lat_by_percentile"
16827 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16828 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16829 #  target-links: "../../_static/vpp"
16830 #  data: "plot-vpp-hdrh-lat-2n-skx"
16831 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16832 #  layout:
16833 #    layout: "plot-hdrh-latency-by-percentile"
16834
16835 #- type: "plot"
16836 #  title: "Latency by percentile: 3n-skx"
16837 #  algorithm: "plot_hdrh_lat_by_percentile"
16838 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16839 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16840 #  target-links: "../../_static/vpp"
16841 #  data: "plot-vpp-hdrh-lat-3n-skx"
16842 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16843 #  layout:
16844 #    layout: "plot-hdrh-latency-by-percentile"
16845
16846 - type: "plot"
16847   title: "Latency by percentile: 2n-clx"
16848   algorithm: "plot_hdrh_lat_by_percentile"
16849   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16850   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16851   target-links: "../../_static/vpp"
16852   data: "plot-vpp-hdrh-lat-2n-clx"
16853   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16854   layout:
16855     layout: "plot-hdrh-latency-by-percentile"
16856
16857 - type: "plot"
16858   title: "Latency by percentile: 3n-hsw"
16859   algorithm: "plot_hdrh_lat_by_percentile"
16860   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16861   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16862   target-links: "../../_static/vpp"
16863   data: "plot-vpp-hdrh-lat-3n-hsw"
16864   filter: "'1T1C' and 'NIC_Intel-XL710'"
16865   layout:
16866     layout: "plot-hdrh-latency-by-percentile"
16867
16868 - type: "plot"
16869   title: "Latency by percentile: 3n-tsh"
16870   algorithm: "plot_hdrh_lat_by_percentile"
16871   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16872   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16873   target-links: "../../_static/vpp"
16874   data: "plot-vpp-hdrh-lat-3n-tsh"
16875   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16876   layout:
16877     layout: "plot-hdrh-latency-by-percentile"
16878
16879 - type: "plot"
16880   title: "Latency by percentile: DPDK 2n-clx"
16881   algorithm: "plot_hdrh_lat_by_percentile"
16882   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16883   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16884   target-links: "../../_static/dpdk"
16885   data: "plot-dpdk-hdrh-lat-2n-clx"
16886   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16887   layout:
16888     layout: "plot-hdrh-latency-by-percentile"
16889
16890 - type: "plot"
16891   title: "Latency by percentile: DPDK 3n-hsw"
16892   algorithm: "plot_hdrh_lat_by_percentile"
16893   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16894   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16895   target-links: "../../_static/dpdk"
16896   data: "plot-dpdk-hdrh-lat-3n-hsw"
16897   filter: "'1T1C' and 'NIC_Intel-XL710'"
16898   layout:
16899     layout: "plot-hdrh-latency-by-percentile"
16900
16901 - type: "plot"
16902   title: "Latency by percentile: DPDK 3n-tsh"
16903   algorithm: "plot_hdrh_lat_by_percentile"
16904   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16905   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16906   target-links: "../../_static/dpdk"
16907   data: "plot-dpdk-hdrh-lat-3n-tsh"
16908   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16909   layout:
16910     layout: "plot-hdrh-latency-by-percentile"