Report: Fix title levels in auto generated files
[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-dpdk-throughput-latency-2n-clx:
445       csit-dpdk-perf-verify-2001-2n-clx:
446         - 15  # NDRPDR sel
447         - 16  # NDRPDR sel
448         - 17  # NDRPDR sel
449         - 18  # NDRPDR sel
450         - 19  # NDRPDR sel
451         - 20  # NDRPDR sel
452         - 21  # NDRPDR sel
453         - 22  # NDRPDR sel
454         - 23  # NDRPDR sel
455         - 24  # NDRPDR sel
456         - 25  # NDRPDR sel
457         - 26  # NDRPDR sel
458         - 27  # NDRPDR sel
459         - 28  # NDRPDR sel
460         - 29  # NDRPDR sel
461         - 30  # NDRPDR sel
462         - 31  # NDRPDR sel
463         - 32  # NDRPDR sel
464         - 33  # NDRPDR sel
465         - 34  # NDRPDR sel
466
467
468     plot-dpdk-hdrh-lat-2n-clx:
469       csit-dpdk-perf-verify-2001-2n-clx:
470         - 15  # NDRPDR sel
471
472     # 3n-tsh
473
474     plot-vpp-throughput-lat-tsa-3n-tsh:
475       # TODO: Add the data
476       csit-vpp-perf-verify-2001-3n-tsh:
477         - 3   # NDRPDR sel
478         - 4   # NDRPDR sel
479         - 7   # NDRPDR sel
480         - 8   # NDRPDR sel
481         - 10  # NDRPDR sel
482         - 12  # NDRPDR sel
483         - 13  # NDRPDR sel
484         - 14  # NDRPDR sel
485         - 15  # NDRPDR sel
486
487     plot-vpp-hdrh-lat-3n-tsh:
488       csit-vpp-perf-verify-2001-3n-tsh:
489         - 10  # NDRPDR sel
490
491     plot-dpdk-throughput-latency-3n-tsh:
492       csit-dpdk-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494         - 4   # NDRPDR sel
495         - 5   # NDRPDR sel
496         - 9   # NDRPDR sel
497         - 10  # NDRPDR sel
498         - 11  # NDRPDR sel
499         - 12  # NDRPDR sel
500         - 14  # NDRPDR sel
501         - 15  # NDRPDR sel
502         - 18  # NDRPDR sel
503
504     plot-dpdk-hdrh-lat-3n-tsh:
505       csit-dpdk-perf-verify-2001-3n-tsh:
506         - 3   # NDRPDR sel
507
508     # 3n-dnv
509
510     plot-vpp-throughput-lat-tsa-3n-dnv:
511       csit-vpp-perf-verify-2001-3n-dnv:
512         - 5   # NDRPDR sel
513         - 6   # NDRPDR sel
514         - 7   # NDRPDR sel
515         - 8   # NDRPDR sel
516         - 9   # NDRPDR sel
517         - 10  # NDRPDR sel
518         - 12  # NDRPDR sel
519         - 16  # NDRPDR sel
520         - 17  # NDRPDR sel
521         - 18  # NDRPDR sel
522
523     plot-dpdk-throughput-latency-3n-dnv:
524       csit-dpdk-perf-verify-2001-3n-dnv:
525         - 12  # NDRPDR sel
526         - 13  # NDRPDR sel
527         - 14  # NDRPDR sel
528         - 15  # NDRPDR sel
529         - 16  # NDRPDR sel
530         - 17  # NDRPDR sel
531         - 18  # NDRPDR sel
532         - 19  # NDRPDR sel
533         - 20  # NDRPDR sel
534         - 22  # NDRPDR sel
535
536     # 2n-dnv
537
538     plot-vpp-throughput-lat-tsa-2n-dnv:
539       csit-vpp-perf-verify-2001-2n-dnv:
540         - 4   # NDRPDR sel
541         - 5   # NDRPDR sel
542         - 6   # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 8   # NDRPDR sel
545         - 9   # NDRPDR sel
546         - 10  # NDRPDR sel
547         - 11  # NDRPDR sel
548         - 13  # NDRPDR sel
549         - 16  # NDRPDR sel
550
551     plot-dpdk-throughput-latency-2n-dnv:
552       csit-dpdk-perf-verify-2001-2n-dnv:
553         - 9   # NDRPDR sel
554         - 10  # NDRPDR sel
555         - 11  # NDRPDR sel
556         - 12  # NDRPDR sel
557         - 13  # NDRPDR sel
558         - 14  # NDRPDR sel
559         - 15  # NDRPDR sel
560         - 16  # NDRPDR sel
561         - 17  # NDRPDR sel
562         - 18  # NDRPDR sel
563
564     ###########################################################################
565     # Simple tables (only one data set):
566
567     # NIC Comparisons
568
569     vpp-nic-comparison-3n-skx:
570       # TODO: Add the data
571       csit-vpp-perf-verify-2001-3n-skx:
572         - 14  # NDRPDR sel
573         - 15  # NDRPDR sel
574         - 16  # NDRPDR sel
575
576     vpp-nic-comparison-2n-skx:
577       # TODO: Add the data
578       csit-vpp-perf-verify-2001-2n-skx:
579         - 21  # NDRPDR sel
580         - 22  # NDRPDR sel
581         - 23  # NDRPDR sel
582         - 26  # NDRPDR sel
583
584     vpp-nic-comparison-3n-skx-mrr:
585       # TODO: Replace
586       # csit-vpp-perf-verify-2001-3n-skx:
587       csit-vpp-perf-verify-1908-3n-skx:
588         - 36  # MRR sel
589
590     vpp-nic-comparison-2n-skx-mrr:
591       # TODO: Replace
592       # csit-vpp-perf-verify-2001-2n-skx:
593       csit-vpp-perf-verify-1908-2n-skx:
594         - 69  # MRR sel
595
596     # Results
597
598     vpp-perf-results-3n-hsw:
599       csit-vpp-perf-verify-2001-3n-hsw:
600         - 18  # NDRPDR full
601         - 20  # NDRPDR full
602         - 28  # NDRPDR full
603         - 35  # NDRPDR full
604         - 42  # NDRPDR full
605         - 46  # NDRPDR full
606         - 47  # NDRPDR full
607         - 48  # NDRPDR full
608         - 49  # NDRPDR full
609         - 50  # NDRPDR full
610         - 51  # NDRPDR full
611         - 52  # NDRPDR full
612         - 53  # NDRPDR full
613         - 54  # NDRPDR full
614         - 55  # NDRPDR full
615         - 56  # NDRPDR full
616         - 57  # NDRPDR full
617         - 58  # NDRPDR full
618         - 59  # NDRPDR full
619         - 61  # NDRPDR full
620         - 62  # NDRPDR full
621         - 63  # NDRPDR full
622         - 64  # NDRPDR full
623         - 65  # NDRPDR full
624         - 67  # NDRPDR full
625         - 70  # NDRPDR full
626         - 72  # NDRPDR full
627         - 73  # NDRPDR full
628         - 76  # NDRPDR full
629         - 77  # NDRPDR full
630         - 78  # NDRPDR full
631         - 79  # NDRPDR full
632         - 81  # NDRPDR full
633         - 82  # NDRPDR full
634         - 84  # NDRPDR full
635         - 85  # NDRPDR full
636
637     vpp-perf-results-3n-skx:
638       # TODO: Replace
639       csit-vpp-perf-verify-2001-3n-skx:
640         - 14  # NDRPDR sel
641
642     vpp-perf-results-2n-skx:
643       csit-vpp-perf-verify-2001-2n-skx:
644         - 32  # NDRPDR full
645         - 33  # NDRPDR full
646
647     vpp-perf-results-2n-clx:
648       csit-vpp-perf-verify-2001-2n-clx:
649         - 53  # NDRPDR full
650         - 54  # NDRPDR full
651         - 55  # NDRPDR full
652         - 56  # NDRPDR full
653         - 57  # NDRPDR full
654         - 58  # NDRPDR full
655         - 59  # NDRPDR full
656         - 60  # NDRPDR full
657         - 61  # NDRPDR full
658         - 62  # NDRPDR full
659         - 63  # NDRPDR full
660         - 64  # NDRPDR full
661         - 65  # NDRPDR full
662         - 66  # NDRPDR full
663         - 67  # NDRPDR full
664
665     vpp-perf-results-3n-tsh:
666       csit-vpp-perf-verify-2001-3n-tsh:
667         - 10  # NDRPDR sel
668
669     vpp-perf-results-3n-dnv:
670       csit-vpp-perf-verify-2001-3n-dnv:
671         - 19  # NDRPDR full
672         - 20  # NDRPDR full
673         - 21  # NDRPDR full
674         - 22  # NDRPDR full
675         - 23  # NDRPDR full
676         - 24  # NDRPDR full
677         - 25  # NDRPDR full
678         - 26  # NDRPDR full
679         - 37  # NDRPDR full
680         - 38  # NDRPDR full
681         - 39  # NDRPDR full
682
683     vpp-perf-results-2n-dnv:
684       csit-vpp-perf-verify-2001-2n-dnv:
685         - 21  # NDRPDR full
686         - 22  # NDRPDR full
687         - 25  # NDRPDR full
688         - 26  # NDRPDR full
689         - 27  # NDRPDR full
690         - 28  # NDRPDR full
691
692     vpp-mrr-results-3n-hsw:
693       csit-vpp-perf-verify-2001-3n-hsw:
694         - 17  # MRR sel
695
696     vpp-mrr-results-3n-skx:
697       # TODO: Replace
698       # csit-vpp-perf-verify-2001-3n-skx:
699       csit-vpp-perf-verify-1908-3n-skx:
700         - 36  # MRR sel
701
702     vpp-mrr-results-2n-skx:
703       # TODO: Replace
704       # csit-vpp-perf-verify-2001-2n-skx:
705       csit-vpp-perf-verify-1908-2n-skx:
706         - 69  # MRR sel
707
708     vpp-mrr-results-2n-clx:
709       csit-vpp-perf-verify-2001-2n-clx:
710         - 39  # MRR
711
712     vpp-mrr-results-3n-tsh:
713       csit-vpp-perf-verify-2001-3n-tsh:
714         - 9   # MRR sel
715
716     vpp-mrr-results-3n-dnv:
717       csit-vpp-perf-verify-2001-3n-dnv:
718         - 11  # MRR sel
719
720     vpp-mrr-results-2n-dnv:
721       csit-vpp-perf-verify-2001-2n-dnv:
722         - 12  # MRR sel
723
724     vpp-device-results-ubuntu:
725       csit-vpp-device-2001-ubuntu1804-1n-skx:
726         - 57
727
728     dpdk-perf-results-3n-hsw:
729       csit-dpdk-perf-verify-2001-3n-hsw:
730         - 25  # NDRPDR full
731         - 26  # NDRPDR full
732
733     dpdk-perf-results-3n-skx:
734       csit-dpdk-perf-verify-2001-3n-skx:
735         - 1   # NDRPDR sel
736
737     dpdk-perf-results-2n-skx:
738       csit-dpdk-perf-verify-2001-2n-skx:
739         - 1   # NDRPDR sel
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-verify-2001-2n-clx:
743         - 15  # NDRPDR sel
744         - 34  # NDRPDR sel
745
746     dpdk-perf-results-2n-dnv:
747       csit-dpdk-perf-verify-2001-2n-dnv:
748         - 16  # NDRPDR sel
749
750     dpdk-perf-results-3n-dnv:
751       csit-dpdk-perf-verify-2001-3n-dnv:
752         - 12  # NDRPDR sel
753
754     dpdk-perf-results-3n-tsh:
755       csit-dpdk-perf-verify-2001-3n-tsh:
756         - 3   # NDRPDR sel
757
758 ###########################################################################
759     # Tables (more than one data set)
760
761     # Performance changes
762
763     vpp-performance-changes-3n-hsw-h1:
764       csit-vpp-perf-verify-1904-3n-hsw:
765         - 11  # NDRPDR sel
766         - 12  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769         - 23  # NDRPDR sel
770         - 24  # NDRPDR sel
771         - 25  # NDRPDR sel
772         - 26  # NDRPDR sel
773         - 29  # NDRPDR sel
774         - 30  # NDRPDR sel
775     vpp-performance-changes-3n-hsw-ref:
776       csit-vpp-perf-verify-1908-3n-hsw:
777         - 12  # NDRPDR sel
778         - 13  # NDRPDR sel
779         - 14  # NDRPDR sel
780         - 15  # NDRPDR sel
781         - 16  # NDRPDR sel
782         - 17  # NDRPDR sel
783         - 18  # NDRPDR sel
784         - 19  # NDRPDR sel
785         - 20  # NDRPDR sel
786         - 21  # NDRPDR sel
787     vpp-performance-changes-3n-hsw-cmp:
788       csit-vpp-perf-verify-2001-3n-hsw:
789         - 21  # NDRPDR sel
790         - 22  # NDRPDR sel
791         - 23  # NDRPDR sel
792         - 24  # NDRPDR sel
793         - 25  # NDRPDR sel
794         - 29  # NDRPDR sel
795         - 30  # NDRPDR sel
796         - 31  # NDRPDR sel
797         - 32  # NDRPDR sel
798         - 34  # NDRPDR sel
799     vpp-performance-changes-3n-hsw:
800       - "vpp-performance-changes-3n-hsw-h1"
801       - "vpp-performance-changes-3n-hsw-ref"
802       - "vpp-performance-changes-3n-hsw-cmp"
803
804     vpp-performance-changes-3n-skx-h1:
805       csit-vpp-perf-verify-1904-3n-skx:
806         - 8   # NDRPDR sel
807         - 9   # NDRPDR sel
808         - 10  # NDRPDR sel
809         - 11  # NDRPDR sel
810         - 12  # NDRPDR sel
811         - 14  # NDRPDR sel
812         - 16  # NDRPDR sel
813         - 21  # NDRPDR sel
814         - 23  # NDRPDR sel
815         - 25  # NDRPDR sel
816     vpp-performance-changes-3n-skx-ref:
817       csit-vpp-perf-verify-1908-3n-skx:
818         - 14  # NDRPDR sel
819         - 16  # NDRPDR sel
820         - 19  # NDRPDR sel
821         - 20  # NDRPDR sel
822         - 22  # NDRPDR sel
823         - 23  # NDRPDR sel
824         - 24  # NDRPDR sel
825         - 25  # NDRPDR sel
826         - 26  # NDRPDR sel
827         - 29  # NDRPDR sel
828     vpp-performance-changes-3n-skx-cmp:
829       # TODO: Add the data
830       csit-vpp-perf-verify-2001-3n-skx:
831         - 14  # NDRPDR sel
832         - 15  # NDRPDR sel
833         - 16  # NDRPDR sel
834     vpp-performance-changes-3n-skx:
835       - "vpp-performance-changes-3n-skx-h1"
836       - "vpp-performance-changes-3n-skx-ref"
837       - "vpp-performance-changes-3n-skx-cmp"
838
839     vpp-performance-changes-2n-skx-h1:
840       csit-vpp-perf-verify-1904-2n-skx:
841         - 12  # NDRPDR sel
842         - 14  # NDRPDR sel
843         - 16  # NDRPDR sel
844         - 17  # NDRPDR sel
845         - 18  # NDRPDR sel
846         - 21  # NDRPDR sel
847         - 27  # NDRPDR sel
848         - 30  # NDRPDR sel
849         - 31  # NDRPDR sel
850         - 32  # NDRPDR sel
851     vpp-performance-changes-2n-skx-ref:
852       csit-vpp-perf-verify-1908-2n-skx:
853         - 26  # NDRPDR sel
854         - 27  # NDRPDR sel
855         - 34  # NDRPDR sel
856         - 35  # NDRPDR sel
857         - 36  # NDRPDR sel
858         - 42  # NDRPDR sel
859         - 43  # NDRPDR sel
860         - 44  # NDRPDR sel
861         - 45  # NDRPDR sel
862         - 46  # NDRPDR sel
863     vpp-performance-changes-2n-skx-cmp:
864       # TODO: Add the data
865       csit-vpp-perf-verify-2001-2n-skx:
866         - 21  # NDRPDR sel
867         - 22  # NDRPDR sel
868         - 23  # NDRPDR sel
869         - 26  # NDRPDR sel
870         - 27  # NDRPDR sel
871         - 29  # NDRPDR sel
872     vpp-performance-changes-2n-skx:
873       - "vpp-performance-changes-2n-skx-h1"
874       - "vpp-performance-changes-2n-skx-ref"
875       - "vpp-performance-changes-2n-skx-cmp"
876
877     vpp-performance-changes-nfv-2n-skx-ref:
878       csit-vpp-perf-verify-1908-2n-skx:
879         - 22  # NFV
880         - 31  # NFV
881         - 32  # NFV
882     vpp-performance-changes-nfv-2n-skx-cmp:
883       # TODO: Add the data
884       csit-vpp-perf-verify-2001-2n-skx:
885         - 30  # NFV
886         - 31  # NFV
887     vpp-performance-changes-nfv-2n-skx:
888       - "vpp-performance-changes-nfv-2n-skx-ref"
889       - "vpp-performance-changes-nfv-2n-skx-cmp"
890
891     vpp-performance-changes-2n-dnv-ref:
892       csit-vpp-perf-verify-1908-2n-dnv:
893         - 1   # NDRPDR sel
894         - 2   # NDRPDR sel
895         - 3   # NDRPDR sel
896         - 4   # NDRPDR sel
897         - 5   # NDRPDR sel
898         - 6   # NDRPDR sel
899         - 7   # NDRPDR sel
900         - 8   # NDRPDR sel
901         - 9   # NDRPDR sel
902         - 10  # NDRPDR sel
903     vpp-performance-changes-2n-dnv-cmp:
904       csit-vpp-perf-verify-2001-2n-dnv:
905         - 4   # NDRPDR sel
906         - 5   # NDRPDR sel
907         - 6   # NDRPDR sel
908         - 7   # NDRPDR sel
909         - 8   # NDRPDR sel
910         - 9   # NDRPDR sel
911         - 10  # NDRPDR sel
912         - 11  # NDRPDR sel
913         - 13  # NDRPDR sel
914         - 16  # NDRPDR sel
915     vpp-performance-changes-2n-dnv:
916       - "vpp-performance-changes-2n-dnv-ref"
917       - "vpp-performance-changes-2n-dnv-cmp"
918
919     vpp-performance-changes-3n-dnv-ref:
920       csit-vpp-perf-verify-1908-3n-dnv:
921         - 6   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 12  # NDRPDR sel
927         - 13  # NDRPDR sel
928         - 14  # NDRPDR sel
929         - 15  # NDRPDR sel
930         - 16  # NDRPDR sel
931     vpp-performance-changes-3n-dnv-cmp:
932       csit-vpp-perf-verify-2001-3n-dnv:
933         - 5   # NDRPDR sel
934         - 6   # NDRPDR sel
935         - 7   # NDRPDR sel
936         - 8   # NDRPDR sel
937         - 9   # NDRPDR sel
938         - 10  # NDRPDR sel
939         - 12  # NDRPDR sel
940         - 16  # NDRPDR sel
941         - 17  # NDRPDR sel
942         - 18  # NDRPDR sel
943     vpp-performance-changes-3n-dnv:
944       - "vpp-performance-changes-3n-dnv-ref"
945       - "vpp-performance-changes-3n-dnv-cmp"
946
947     vpp-performance-changes-3n-tsh-ref:
948       csit-vpp-perf-verify-1908-3n-tsh:
949         - 7   # NDRPDR sel
950         - 8   # NDRPDR sel
951         - 9   # NDRPDR sel
952         - 10  # NDRPDR sel
953         - 11  # NDRPDR sel
954         - 12  # NDRPDR sel
955         - 13  # NDRPDR sel
956         - 14  # NDRPDR sel
957         - 15  # NDRPDR sel
958         - 16  # NDRPDR sel
959     vpp-performance-changes-3n-tsh-cmp:
960       # TODO: Add the data
961       csit-vpp-perf-verify-2001-3n-tsh:
962         - 3   # NDRPDR sel
963         - 4   # NDRPDR sel
964         - 7   # NDRPDR sel
965         - 8   # NDRPDR sel
966         - 10  # NDRPDR sel
967         - 12  # NDRPDR sel
968         - 13  # NDRPDR sel
969         - 14  # NDRPDR sel
970         - 15  # NDRPDR sel
971     vpp-performance-changes-3n-tsh:
972       - "vpp-performance-changes-3n-tsh-ref"
973       - "vpp-performance-changes-3n-tsh-cmp"
974
975     vpp-soak-vs-ndr-2n-skx-ref:
976       # TODO: Replace
977       # csit-vpp-perf-verify-2001-2n-skx:
978       csit-vpp-perf-verify-1908-2n-skx:
979         - 26  # NDRPDR sel
980         - 27  # NDRPDR sel
981         - 34  # NDRPDR sel
982     vpp-soak-vs-ndr-2n-skx-cmp:
983       # TODO: Replace
984       # csit-vpp-perf-verify-2001-2n-skx:
985       csit-vpp-perf-verify-1908-2n-skx:
986         - 83  # SOAK
987         - 86  # SOAK
988     vpp-soak-vs-ndr-2n-skx:
989       # TODO: Replace
990       # csit-vpp-perf-verify-2001-2n-skx:
991       csit-vpp-perf-verify-1908-2n-skx:
992         - 26  # NDRPDR sel
993         - 27  # NDRPDR sel
994         - 34  # NDRPDR sel
995         - 83  # SOAK
996         - 86  # SOAK
997
998     vpp-performance-changes-3n-hsw-mrr-h1:
999       csit-vpp-perf-verify-1904-3n-hsw:
1000         - 9   # MRR sel
1001     vpp-performance-changes-3n-hsw-mrr-ref:
1002       csit-vpp-perf-verify-1908-3n-hsw:
1003         - 39  # MRR sel
1004     vpp-performance-changes-3n-hsw-mrr-cmp:
1005       csit-vpp-perf-verify-2001-3n-hsw:
1006         - 17  # MRR sel
1007     vpp-performance-changes-3n-hsw-mrr:
1008       - "vpp-performance-changes-3n-hsw-mrr-h1"
1009       - "vpp-performance-changes-3n-hsw-mrr-ref"
1010       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1011
1012     vpp-performance-changes-3n-skx-mrr-h1:
1013       csit-vpp-perf-verify-1904-3n-skx:
1014         - 7   # MRR sel
1015     vpp-performance-changes-3n-skx-mrr-ref:
1016       csit-vpp-perf-verify-1908-3n-skx:
1017         - 36  # MRR sel
1018     vpp-performance-changes-3n-skx-mrr-cmp:
1019       # TODO: Replace
1020       # csit-vpp-perf-verify-2001-3n-skx:
1021       csit-vpp-perf-verify-1908-3n-skx:
1022         - 36  # MRR sel
1023     vpp-performance-changes-3n-skx-mrr:
1024       - "vpp-performance-changes-3n-skx-mrr-h1"
1025       - "vpp-performance-changes-3n-skx-mrr-ref"
1026       - "vpp-performance-changes-3n-skx-mrr-cmp"
1027
1028     vpp-performance-changes-2n-skx-mrr-h1:
1029       csit-vpp-perf-verify-1904-2n-skx:
1030         - 11  # MRR sel
1031     vpp-performance-changes-2n-skx-mrr-ref:
1032       csit-vpp-perf-verify-1908-2n-skx:
1033         - 69  # MRR sel
1034     vpp-performance-changes-2n-skx-mrr-cmp:
1035       # TODO: Replace
1036       # csit-vpp-perf-verify-2001-2n-skx:
1037       csit-vpp-perf-verify-1908-2n-skx:
1038         - 69  # MRR sel
1039     vpp-performance-changes-2n-skx-mrr:
1040       - "vpp-performance-changes-2n-skx-mrr-h1"
1041       - "vpp-performance-changes-2n-skx-mrr-ref"
1042       - "vpp-performance-changes-2n-skx-mrr-cmp"
1043
1044     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1045       csit-vpp-perf-verify-1908-2n-skx:
1046         - 71  # NFV MRR
1047     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1048       # TODO: Replace
1049       # csit-vpp-perf-verify-2001-2n-skx:
1050       csit-vpp-perf-verify-1908-2n-skx:
1051         - 71  # NFV MRR
1052     vpp-performance-changes-nfv-2n-skx-mrr:
1053       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1054       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1055
1056     vpp-performance-changes-2n-dnv-mrr-ref:
1057       csit-vpp-perf-verify-1908-2n-dnv:
1058         - 11  # MRR sel
1059     vpp-performance-changes-2n-dnv-mrr-cmp:
1060       csit-vpp-perf-verify-2001-2n-dnv:
1061         - 12  # MRR sel
1062     vpp-performance-changes-2n-dnv-mrr:
1063       - "vpp-performance-changes-2n-dnv-mrr-ref"
1064       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1065
1066     vpp-performance-changes-3n-dnv-mrr-ref:
1067       csit-vpp-perf-verify-1908-3n-dnv:
1068         - 17  # MRR sel
1069     vpp-performance-changes-3n-dnv-mrr-cmp:
1070       csit-vpp-perf-verify-2001-3n-dnv:
1071         - 11  # MRR sel
1072     vpp-performance-changes-3n-dnv-mrr:
1073       - "vpp-performance-changes-3n-dnv-mrr-ref"
1074       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1075
1076     vpp-performance-changes-3n-tsh-mrr-ref:
1077       csit-vpp-perf-verify-1908-3n-tsh:
1078         - 17  # MRR sel
1079     vpp-performance-changes-3n-tsh-mrr-cmp:
1080       csit-vpp-perf-verify-2001-3n-tsh:
1081         - 9   # MRR sel
1082     vpp-performance-changes-3n-tsh-mrr:
1083       - "vpp-performance-changes-3n-tsh-mrr-ref"
1084       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1085
1086     dpdk-performance-changes-3n-hsw-h1:
1087       csit-dpdk-perf-verify-1904-3n-hsw:
1088         - 2   # NDRPDR sel
1089         - 3   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 13  # NDRPDR sel
1093         - 14  # NDRPDR sel
1094         - 15  # NDRPDR sel
1095         - 18  # NDRPDR sel
1096         - 19  # NDRPDR sel
1097         - 20  # NDRPDR sel
1098     dpdk-performance-changes-3n-hsw-ref:
1099       csit-dpdk-perf-verify-1908-3n-hsw:
1100         - 2   # NDRPDR sel
1101         - 3   # NDRPDR sel
1102         - 4   # NDRPDR sel
1103         - 5   # NDRPDR sel
1104         - 6   # NDRPDR sel
1105         - 7   # NDRPDR sel
1106         - 8   # NDRPDR sel
1107         - 9   # NDRPDR sel
1108         - 10  # NDRPDR sel
1109         - 11  # NDRPDR sel
1110     dpdk-performance-changes-3n-hsw-cmp:
1111       csit-dpdk-perf-verify-2001-3n-hsw:
1112 #        - 4   # NDRPDR sel
1113 #        - 5   # NDRPDR sel
1114 #        - 6   # NDRPDR sel
1115 #        - 7   # NDRPDR sel
1116 #        - 8   # NDRPDR sel
1117 #        - 9   # NDRPDR sel
1118 #        - 10  # NDRPDR sel
1119 #        - 11  # NDRPDR sel
1120 #        - 12  # NDRPDR sel
1121 #        - 13  # NDRPDR sel
1122         - 15  # NDRPDR sel
1123         - 16  # NDRPDR sel
1124         - 17  # NDRPDR sel
1125         - 18  # NDRPDR sel
1126         - 19  # NDRPDR sel
1127         - 20  # NDRPDR sel
1128         - 21  # NDRPDR sel
1129         - 22  # NDRPDR sel
1130         - 23  # NDRPDR sel
1131         - 24  # NDRPDR sel
1132     dpdk-performance-changes-3n-hsw:
1133       - "dpdk-performance-changes-3n-hsw-h1"
1134       - "dpdk-performance-changes-3n-hsw-ref"
1135       - "dpdk-performance-changes-3n-hsw-cmp"
1136
1137     dpdk-performance-changes-3n-skx-h1:
1138       csit-dpdk-perf-verify-1904-3n-skx:
1139         - 2   # NDRPDR sel
1140         - 3   # NDRPDR sel
1141         - 4   # NDRPDR sel
1142         - 5   # NDRPDR sel
1143         - 6   # NDRPDR sel
1144         - 7   # NDRPDR sel
1145         - 11  # NDRPDR sel
1146         - 12  # NDRPDR sel
1147         - 13  # NDRPDR sel
1148         - 14  # NDRPDR sel
1149     dpdk-performance-changes-3n-skx-ref:
1150       csit-dpdk-perf-verify-1908-3n-skx:
1151         - 3   # NDRPDR sel
1152         - 4   # NDRPDR sel
1153         - 5   # NDRPDR sel
1154         - 6   # NDRPDR sel
1155         - 7   # NDRPDR sel
1156         - 8   # NDRPDR sel
1157         - 9   # NDRPDR sel
1158         - 10  # NDRPDR sel
1159         - 11  # NDRPDR sel
1160         - 12  # NDRPDR sel
1161     dpdk-performance-changes-3n-skx-cmp:
1162       csit-dpdk-perf-verify-2001-3n-skx:
1163         - 1   # NDRPDR sel
1164         - 2   # NDRPDR sel
1165         - 3   # NDRPDR sel
1166         - 4   # NDRPDR sel
1167         - 5   # NDRPDR sel
1168         - 6   # NDRPDR sel
1169         - 7   # NDRPDR sel
1170         - 8   # NDRPDR sel
1171         - 9   # NDRPDR sel
1172         - 10  # NDRPDR sel
1173     dpdk-performance-changes-3n-skx:
1174       - "dpdk-performance-changes-3n-skx-h1"
1175       - "dpdk-performance-changes-3n-skx-ref"
1176       - "dpdk-performance-changes-3n-skx-cmp"
1177
1178     dpdk-performance-changes-2n-skx-h1:
1179       csit-dpdk-perf-verify-1904-2n-skx:
1180         - 2   # NDRPDR sel
1181         - 3   # NDRPDR sel
1182         - 4   # NDRPDR sel
1183         - 5   # NDRPDR sel
1184         - 7   # NDRPDR sel
1185         - 8   # NDRPDR sel
1186         - 9   # NDRPDR sel
1187         - 10  # NDRPDR sel
1188         - 11  # NDRPDR sel
1189         - 12  # NDRPDR sel
1190     dpdk-performance-changes-2n-skx-ref:
1191       csit-dpdk-perf-verify-1908-2n-skx:
1192         - 2   # NDRPDR sel
1193         - 3   # NDRPDR sel
1194         - 4   # NDRPDR sel
1195         - 5   # NDRPDR sel
1196         - 7   # NDRPDR sel
1197         - 8   # NDRPDR sel
1198         - 9   # NDRPDR sel
1199         - 10  # NDRPDR sel
1200         - 11  # NDRPDR sel
1201         - 12  # NDRPDR sel
1202     dpdk-performance-changes-2n-skx-cmp:
1203       csit-dpdk-perf-verify-2001-2n-skx:
1204         - 1   # NDRPDR sel
1205         - 2   # NDRPDR sel
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 6   # NDRPDR sel
1210         - 7   # NDRPDR sel
1211         - 8   # NDRPDR sel
1212         - 9   # NDRPDR sel
1213         - 10  # NDRPDR sel
1214         - 11  # NDRPDR sel
1215         - 13  # NDRPDR sel
1216         - 26  # NDRPDR sel
1217         - 16  # NDRPDR sel
1218         - 17  # NDRPDR sel
1219         - 18  # NDRPDR sel
1220         - 19  # NDRPDR sel
1221         - 27  # NDRPDR sel
1222         - 21  # NDRPDR sel
1223         - 25  # NDRPDR sel
1224     dpdk-performance-changes-2n-skx:
1225       - "dpdk-performance-changes-2n-skx-h1"
1226       - "dpdk-performance-changes-2n-skx-ref"
1227       - "dpdk-performance-changes-2n-skx-cmp"
1228
1229     # Compare testbeds
1230
1231     vpp-compare-testbeds-ref:
1232       csit-vpp-perf-verify-2001-3n-hsw:
1233         - 21  # NDRPDR sel
1234         - 22  # NDRPDR sel
1235         - 23  # NDRPDR sel
1236         - 24  # NDRPDR sel
1237         - 25  # NDRPDR sel
1238         - 29  # NDRPDR sel
1239         - 30  # NDRPDR sel
1240         - 31  # NDRPDR sel
1241         - 32  # NDRPDR sel
1242         - 34  # NDRPDR sel
1243     vpp-compare-testbeds-cmp:
1244       # TODO: Add the data
1245       csit-vpp-perf-verify-2001-3n-skx:
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248         - 16  # NDRPDR sel
1249     vpp-compare-testbeds:
1250       - "vpp-compare-testbeds-ref"
1251       - "vpp-compare-testbeds-cmp"
1252
1253     vpp-compare-testbeds-skx-clx-ref:
1254       # TODO: Add the data
1255       csit-vpp-perf-verify-2001-2n-skx:
1256         - 21  # NDRPDR sel
1257         - 22  # NDRPDR sel
1258         - 23  # NDRPDR sel
1259         - 26  # NDRPDR sel
1260         - 27  # NDRPDR sel
1261         - 29  # NDRPDR sel
1262     vpp-compare-testbeds-skx-clx-cmp:
1263       csit-vpp-perf-verify-2001-2n-clx:
1264         - 28  # NDRPDR sel
1265         - 29  # NDRPDR sel
1266         - 32  # NDRPDR sel
1267         - 40  # NDRPDR sel
1268         - 43  # NDRPDR sel
1269         - 44  # NDRPDR sel
1270         - 45  # NDRPDR sel
1271         - 47  # NDRPDR sel
1272         - 48  # NDRPDR sel
1273         - 49  # NDRPDR sel
1274     vpp-compare-testbeds-skx-clx:
1275       - "vpp-compare-testbeds-skx-clx-ref"
1276       - "vpp-compare-testbeds-skx-clx-cmp"
1277
1278     vpp-compare-testbeds-hsw-clx-ref:
1279       csit-vpp-perf-verify-2001-3n-hsw:
1280         - 21  # NDRPDR sel
1281         - 22  # NDRPDR sel
1282         - 23  # NDRPDR sel
1283         - 24  # NDRPDR sel
1284         - 25  # NDRPDR sel
1285         - 29  # NDRPDR sel
1286         - 30  # NDRPDR sel
1287         - 31  # NDRPDR sel
1288         - 32  # NDRPDR sel
1289         - 34  # NDRPDR sel
1290     vpp-compare-testbeds-hsw-clx-cmp:
1291       csit-vpp-perf-verify-2001-2n-clx:
1292         - 28  # NDRPDR sel
1293         - 29  # NDRPDR sel
1294         - 32  # NDRPDR sel
1295         - 40  # NDRPDR sel
1296         - 43  # NDRPDR sel
1297         - 44  # NDRPDR sel
1298         - 45  # NDRPDR sel
1299         - 47  # NDRPDR sel
1300         - 48  # NDRPDR sel
1301         - 49  # NDRPDR sel
1302     vpp-compare-testbeds-hsw-clx:
1303       - "vpp-compare-testbeds-hsw-clx-ref"
1304       - "vpp-compare-testbeds-hsw-clx-cmp"
1305
1306     vpp-compare-testbeds-mrr-ref:
1307       csit-vpp-perf-verify-2001-3n-hsw:
1308         - 17  # MRR sel
1309     vpp-compare-testbeds-mrr-cmp:
1310       # TODO: Replace
1311       # csit-vpp-perf-verify-2001-3n-skx:
1312       csit-vpp-perf-verify-1908-3n-skx:
1313         - 36  # MRR sel
1314     vpp-compare-testbeds-mrr:
1315       - "vpp-compare-testbeds-mrr-ref"
1316       - "vpp-compare-testbeds-mrr-cmp"
1317
1318     vpp-compare-testbeds-mrr-skx-clx-ref:
1319       # TODO: Replace
1320       # csit-vpp-perf-verify-2001-2n-skx:
1321       csit-vpp-perf-verify-1908-2n-skx:
1322         - 69  # MRR sel
1323     vpp-compare-testbeds-mrr-skx-clx-cmp:
1324       csit-vpp-perf-verify-2001-2n-clx:
1325         - 39  # MRR
1326     vpp-compare-testbeds-mrr-skx-clx:
1327       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1328       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1329
1330     vpp-compare-testbeds-mrr-hsw-clx-ref:
1331       csit-vpp-perf-verify-2001-3n-hsw:
1332         - 17  # MRR sel
1333     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1334       csit-vpp-perf-verify-2001-2n-clx:
1335         - 39  # MRR
1336     vpp-compare-testbeds-mrr-hsw-clx:
1337       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1338       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1339
1340     dpdk-compare-testbeds-ref:
1341       csit-dpdk-perf-verify-2001-3n-hsw:
1342         - 4   # NDRPDR sel
1343         - 5   # NDRPDR sel
1344         - 6   # NDRPDR sel
1345         - 7   # NDRPDR sel
1346         - 8   # NDRPDR sel
1347         - 9   # NDRPDR sel
1348         - 10  # NDRPDR sel
1349         - 11  # NDRPDR sel
1350         - 12  # NDRPDR sel
1351         - 13  # NDRPDR sel
1352         - 15  # NDRPDR sel
1353         - 16  # NDRPDR sel
1354         - 17  # NDRPDR sel
1355         - 18  # NDRPDR sel
1356         - 19  # NDRPDR sel
1357         - 20  # NDRPDR sel
1358         - 21  # NDRPDR sel
1359         - 22  # NDRPDR sel
1360         - 23  # NDRPDR sel
1361         - 24  # NDRPDR sel
1362     dpdk-compare-testbeds-cmp:
1363       csit-dpdk-perf-verify-2001-3n-skx:
1364         - 1   # NDRPDR sel
1365         - 2   # NDRPDR sel
1366         - 3   # NDRPDR sel
1367         - 4   # NDRPDR sel
1368         - 5   # NDRPDR sel
1369         - 6   # NDRPDR sel
1370         - 7   # NDRPDR sel
1371         - 8   # NDRPDR sel
1372         - 9   # NDRPDR sel
1373         - 10  # NDRPDR sel
1374     dpdk-compare-testbeds:
1375       - "dpdk-compare-testbeds-ref"
1376       - "dpdk-compare-testbeds-cmp"
1377
1378     dpdk-compare-testbeds-skx-clx-ref:
1379       csit-dpdk-perf-verify-2001-2n-skx:
1380         - 1   # NDRPDR sel
1381         - 2   # NDRPDR sel
1382         - 3   # NDRPDR sel
1383         - 4   # NDRPDR sel
1384         - 5   # NDRPDR sel
1385         - 6   # NDRPDR sel
1386         - 7   # NDRPDR sel
1387         - 8   # NDRPDR sel
1388         - 9   # NDRPDR sel
1389         - 10  # NDRPDR sel
1390         - 11  # NDRPDR sel
1391         - 13  # NDRPDR sel
1392         - 26  # NDRPDR sel
1393         - 16  # NDRPDR sel
1394         - 17  # NDRPDR sel
1395         - 18  # NDRPDR sel
1396         - 19  # NDRPDR sel
1397         - 27  # NDRPDR sel
1398         - 21  # NDRPDR sel
1399         - 25  # NDRPDR sel
1400     dpdk-compare-testbeds-skx-clx-cmp:
1401       csit-dpdk-perf-verify-2001-2n-clx:
1402         - 15  # NDRPDR sel
1403         - 16  # NDRPDR sel
1404         - 17  # NDRPDR sel
1405         - 18  # NDRPDR sel
1406         - 19  # NDRPDR sel
1407         - 20  # NDRPDR sel
1408         - 21  # NDRPDR sel
1409         - 22  # NDRPDR sel
1410         - 23  # NDRPDR sel
1411         - 24  # NDRPDR sel
1412         - 25  # NDRPDR sel
1413         - 26  # NDRPDR sel
1414         - 27  # NDRPDR sel
1415         - 28  # NDRPDR sel
1416         - 29  # NDRPDR sel
1417         - 30  # NDRPDR sel
1418         - 31  # NDRPDR sel
1419         - 32  # NDRPDR sel
1420         - 33  # NDRPDR sel
1421         - 34  # NDRPDR sel
1422
1423     dpdk-compare-testbeds-skx-clx:
1424       - "dpdk-compare-testbeds-skx-clx-ref"
1425       - "dpdk-compare-testbeds-skx-clx-cmp"
1426
1427     # Compare topologies
1428
1429     vpp-compare-topologies-ref:
1430       # TODO: Add the data
1431       csit-vpp-perf-verify-2001-3n-skx:
1432         - 14  # NDRPDR sel
1433         - 15  # NDRPDR sel
1434         - 16  # NDRPDR sel
1435     vpp-compare-topologies-cmp:
1436       # TODO: Add the data
1437       csit-vpp-perf-verify-2001-2n-skx:
1438         - 21  # NDRPDR sel
1439         - 22  # NDRPDR sel
1440         - 23  # NDRPDR sel
1441         - 26  # NDRPDR sel
1442         - 27  # NDRPDR sel
1443         - 29  # NDRPDR sel
1444     vpp-compare-topologies:
1445       - "vpp-compare-topologies-ref"
1446       - "vpp-compare-topologies-cmp"
1447
1448     vpp-compare-topologies-mrr-ref:
1449       # TODO: Replace
1450       # csit-vpp-perf-verify-2001-3n-skx:
1451       csit-vpp-perf-verify-1908-3n-skx:
1452         - 36  # MRR sel
1453     vpp-compare-topologies-mrr-cmp:
1454       # TODO: Replace
1455       # csit-vpp-perf-verify-2001-2n-skx:
1456       csit-vpp-perf-verify-1908-2n-skx:
1457         - 69  # MRR sel
1458     vpp-compare-topologies-mrr:
1459       - "vpp-compare-topologies-mrr-ref"
1460       - "vpp-compare-topologies-mrr-cmp"
1461
1462     dpdk-compare-topologies-ref:
1463       csit-dpdk-perf-verify-2001-3n-skx:
1464         - 1   # NDRPDR sel
1465         - 2   # NDRPDR sel
1466         - 3   # NDRPDR sel
1467         - 4   # NDRPDR sel
1468         - 5   # NDRPDR sel
1469         - 6   # NDRPDR sel
1470         - 7   # NDRPDR sel
1471         - 8   # NDRPDR sel
1472         - 9   # NDRPDR sel
1473         - 10  # NDRPDR sel
1474     dpdk-compare-topologies-cmp:
1475       csit-dpdk-perf-verify-2001-2n-skx:
1476         - 1   # NDRPDR sel
1477         - 2   # NDRPDR sel
1478         - 3   # NDRPDR sel
1479         - 4   # NDRPDR sel
1480         - 5   # NDRPDR sel
1481         - 6   # NDRPDR sel
1482         - 7   # NDRPDR sel
1483         - 8   # NDRPDR sel
1484         - 9   # NDRPDR sel
1485         - 10  # NDRPDR sel
1486         - 11  # NDRPDR sel
1487         - 13  # NDRPDR sel
1488         - 26  # NDRPDR sel
1489         - 16  # NDRPDR sel
1490         - 17  # NDRPDR sel
1491         - 18  # NDRPDR sel
1492         - 19  # NDRPDR sel
1493         - 27  # NDRPDR sel
1494         - 21  # NDRPDR sel
1495         - 25  # NDRPDR sel
1496     dpdk-compare-topologies:
1497       - "dpdk-compare-topologies-ref"
1498       - "dpdk-compare-topologies-cmp"
1499
1500   plot-layouts:
1501
1502     plot-soak-throughput:
1503       titlefont:
1504         size: 18
1505       xaxis:
1506         title: "<b>Test Cases [Index]</b>"
1507         titlefont:
1508           size: 16
1509         autorange: True
1510         fixedrange: False
1511         gridcolor: "rgb(230, 230, 230)"
1512         linecolor: "rgb(220, 220, 220)"
1513         linewidth: 1
1514         showgrid: True
1515         showline: True
1516         showticklabels: True
1517         tickcolor: "rgb(220, 220, 220)"
1518         tickmode: "linear"
1519         tickfont:
1520           size: 16
1521         zeroline: False
1522       yaxis:
1523         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1524         titlefont:
1525           size: 16
1526         gridcolor: "rgb(230, 230, 230)"
1527         hoverformat: ".4r"
1528         tickformat: ".3r"
1529         linecolor: "rgb(220, 220, 220)"
1530         linewidth: 1
1531         showgrid: True
1532         showline: True
1533         showticklabels: True
1534         tickcolor: "rgb(220, 220, 220)"
1535         tickfont:
1536           size: 16
1537         zeroline: False
1538         range: [0,50]
1539       autosize: False
1540       margin:
1541         t: 50
1542         b: 0
1543         l: 80
1544         r: 20
1545       showlegend: True
1546       legend:
1547         orientation: "h"
1548         font:
1549           size: 16
1550       width: 700
1551       height: 900
1552       paper_bgcolor: "#fff"
1553       plot_bgcolor: "#fff"
1554       hoverlabel:
1555         namelength: -1
1556
1557     plot-service-density:
1558       titlefont:
1559         size: 18
1560       xaxis:
1561         side: "top"
1562         autorange: True
1563         fixedrange: False
1564         showgrid: False
1565         showline: False
1566         showticklabels: False
1567         ticks: ""
1568         ticklen: 0
1569         tickwidth: 0
1570         zeroline: False
1571       yaxis:
1572         autorange: "reversed"
1573         showgrid: False
1574         showline: False
1575         showticklabels: False
1576         ticks: ""
1577         ticklen: 0
1578         tickwidth: 0
1579         zeroline: False
1580       showlegend: False
1581       paper_bgcolor: "#fff"
1582       plot_bgcolor: "#fff"
1583       width: 700
1584       height: 700
1585       hoverlabel:
1586         namelength: -1
1587
1588     plot-cps:
1589       titlefont:
1590         size: 18
1591       xaxis:
1592         title: "<b>Test Cases [Index]</b>"
1593         titlefont:
1594           size: 16
1595         autorange: True
1596         fixedrange: False
1597         gridcolor: "rgb(230, 230, 230)"
1598         linecolor: "rgb(220, 220, 220)"
1599         linewidth: 1
1600         showgrid: True
1601         showline: True
1602         showticklabels: True
1603         tickcolor: "rgb(220, 220, 220)"
1604         tickmode: "linear"
1605         tickfont:
1606           size: 16
1607         zeroline: False
1608       yaxis:
1609         title: "<b>Connections Per Second [cps]</b>"
1610         titlefont:
1611           size: 16
1612         gridcolor: "rgb(230, 230, 230)"
1613         hoverformat: ".4s"
1614         linecolor: "rgb(220, 220, 220)"
1615         linewidth: 1
1616         rangemode: "tozero"
1617         showgrid: True
1618         showline: True
1619         showticklabels: True
1620         tickcolor: "rgb(220, 220, 220)"
1621         tickformat: ".3s"
1622         tickfont:
1623           size: 16
1624         zeroline: False
1625       boxmode: "group"
1626       boxgroupgap: 0.5
1627       autosize: False
1628       margin:
1629         t: 50
1630         b: 20
1631         l: 80
1632         r: 20
1633       showlegend: True
1634       legend:
1635         orientation: "h"
1636         font:
1637           size: 16
1638       width: 700
1639       height: 800
1640       paper_bgcolor: "#fff"
1641       plot_bgcolor: "#fff"
1642       hoverlabel:
1643         namelength: -1
1644
1645     plot-rps:
1646       titlefont:
1647         size: 18
1648       xaxis:
1649         title: "<b>Test Cases [Index]</b>"
1650         titlefont:
1651           size: 16
1652         autorange: True
1653         fixedrange: False
1654         gridcolor: "rgb(230, 230, 230)"
1655         linecolor: "rgb(220, 220, 220)"
1656         linewidth: 1
1657         showgrid: True
1658         showline: True
1659         showticklabels: True
1660         tickcolor: "rgb(220, 220, 220)"
1661         tickmode: "linear"
1662         tickfont:
1663           size: 16
1664         zeroline: False
1665       yaxis:
1666         title: "<b>Requests Per Second [rps]</b>"
1667         titlefont:
1668           size: 16
1669         gridcolor: "rgb(230, 230, 230)"
1670         hoverformat: ".4s"
1671         linecolor: "rgb(220, 220, 220)"
1672         linewidth: 1
1673         rangemode: "tozero"
1674         showgrid: True
1675         showline: True
1676         showticklabels: True
1677         tickcolor: "rgb(230, 230, 230)"
1678         tickformat: ".3s"
1679         tickfont:
1680           size: 16
1681         zeroline: False
1682       boxmode: "group"
1683       boxgroupgap: 0.5
1684       autosize: False
1685       margin:
1686         t: 50
1687         b: 20
1688         l: 80
1689         r: 20
1690       showlegend: True
1691       legend:
1692         orientation: "h"
1693         font:
1694           size: 16
1695       width: 700
1696       height: 800
1697       paper_bgcolor: "#fff"
1698       plot_bgcolor: "#fff"
1699       hoverlabel:
1700         namelength: -1
1701
1702     plot-hoststack:
1703       titlefont:
1704         size: 16
1705       xaxis:
1706         title: "<b>Test Cases [Index]</b>"
1707         titlefont:
1708           size: 14
1709         autorange: True
1710         fixedrange: False
1711         gridcolor: "rgb(230, 230, 230)"
1712         linecolor: "rgb(220, 220, 220)"
1713         linewidth: 1
1714         showgrid: True
1715         showline: True
1716         showticklabels: True
1717         tickcolor: "rgb(220, 220, 220)"
1718         tickmode: "linear"
1719         tickfont:
1720           size: 14
1721         zeroline: False
1722       yaxis:
1723         title: "<b>Bandwidth [Gbps]</b>"
1724         titlefont:
1725           size: 14
1726         gridcolor: "rgb(230, 230, 230)"
1727         hoverformat: ".4s"
1728         linecolor: "rgb(220, 220, 220)"
1729         linewidth: 1
1730         rangemode: "tozero"
1731         showgrid: True
1732         showline: True
1733         showticklabels: True
1734         tickcolor: "rgb(230, 230, 230)"
1735         tickformat: ".3s"
1736         tickfont:
1737           size: 14
1738         zeroline: False
1739       boxmode: "group"
1740       boxgroupgap: 0.5
1741       autosize: False
1742       margin:
1743         t: 50
1744         b: 20
1745         l: 80
1746         r: 20
1747       showlegend: True
1748       legend:
1749         orientation: "h"
1750         font:
1751           size: 14
1752       width: 700
1753       height: 800
1754       paper_bgcolor: "#fff"
1755       plot_bgcolor: "#fff"
1756       hoverlabel:
1757         namelength: -1
1758
1759     plot-throughput:
1760       titlefont:
1761         size: 18
1762       xaxis:
1763         title: "<b>Test Cases [Index]</b>"
1764         titlefont:
1765           size: 16
1766         autorange: True
1767         fixedrange: False
1768         gridcolor: "rgb(230, 230, 230)"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(220, 220, 220)"
1775         tickmode: "linear"
1776         tickfont:
1777           size: 16
1778         zeroline: False
1779       yaxis:
1780         title: "<b>Packet Throughput [Mpps]</b>"
1781         titlefont:
1782           size: 16
1783         gridcolor: "rgb(230, 230, 230)"
1784         hoverformat: ".4r"
1785         tickformat: ".3r"
1786         linecolor: "rgb(220, 220, 220)"
1787         linewidth: 1
1788         showgrid: True
1789         showline: True
1790         showticklabels: True
1791         tickcolor: "rgb(220, 220, 220)"
1792         tickfont:
1793           size: 16
1794         zeroline: False
1795         range: [0,50]
1796       autosize: False
1797       margin:
1798         t: 50
1799         b: 0
1800         l: 80
1801         r: 20
1802       showlegend: True
1803       legend:
1804         orientation: "h"
1805         font:
1806           size: 16
1807       width: 700
1808       height: 900
1809       paper_bgcolor: "#fff"
1810       plot_bgcolor: "#fff"
1811       hoverlabel:
1812         namelength: -1
1813
1814     plot-throughput-speedup-analysis:
1815       titlefont:
1816         size: 18
1817       xaxis:
1818         title: "<b>Number of Cores [Qty]</b>"
1819         titlefont:
1820           size: 16
1821         autorange: True
1822         fixedrange: False
1823         gridcolor: "rgb(230, 230, 230)"
1824         linecolor: "rgb(220, 220, 220)"
1825         linewidth: 1
1826         showgrid: True
1827         showline: True
1828         showticklabels: True
1829         tickcolor: "rgb(238, 238, 238)"
1830         tickmode: "linear"
1831         tickfont:
1832           size: 16
1833         zeroline: False
1834       yaxis:
1835         title: "<b>Packet Throughput [Mpps]</b>"
1836         titlefont:
1837           size: 16
1838         type: "linear"
1839         gridcolor: "rgb(230, 230, 230)"
1840         hoverformat: ".4s"
1841         linecolor: "rgb(220, 220, 220)"
1842         linewidth: 1
1843         showgrid: True
1844         showline: True
1845         showticklabels: True
1846         tickcolor: "rgb(220, 220, 220)"
1847         tickformat: ".4s"
1848         tickfont:
1849           size: 16
1850         zeroline: True
1851         rangemode: "tozero"
1852         range: [0,100]
1853       legend:
1854         orientation: "h"
1855         font:
1856           size: 16
1857         xanchor: "left"
1858         yanchor: "top"
1859         x: 0
1860         y: -0.2
1861         bgcolor: "rgba(255, 255, 255, 0)"
1862         bordercolor: "rgba(255, 255, 255, 0)"
1863         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1864       autosize: False
1865       margin:
1866           't': 50
1867           'b': 150
1868           'l': 85
1869           'r': 10
1870       showlegend: True
1871       width: 700
1872       height: 700
1873       paper_bgcolor: "#fff"
1874       plot_bgcolor: "#fff"
1875       hoverlabel:
1876         namelength: -1
1877       annotations: [
1878         {
1879           text: "_ _          __          ...",
1880           align: "left",
1881           showarrow: False,
1882           xref: "paper",
1883           yref: "paper",
1884           xanchor: "left",
1885           yanchor: "top",
1886           x: 0,
1887           y: -0.13,
1888           font: {
1889             family: "Consolas, Courier New",
1890             size: 15
1891           },
1892         },
1893         {
1894           text: "    Perfect     Measured     Limit",
1895           align: "left",
1896           showarrow: False,
1897           xref: "paper",
1898           yref: "paper",
1899           xanchor: "left",
1900           yanchor: "top",
1901           x: 0,
1902           y: -0.15,
1903           font: {
1904             family: "Consolas, Courier New",
1905             size: 15
1906           },
1907         },
1908       ]
1909
1910     plot-latency:
1911       titlefont:
1912         size: 18
1913       xaxis:
1914         title: "<b>Direction</b>"
1915         titlefont:
1916           size: 16
1917         autorange: True
1918         fixedrange: False
1919         gridcolor: "rgb(230, 230, 230)"
1920         linecolor: "rgb(220, 220, 220)"
1921         linewidth: 1
1922         showgrid: True
1923         showline: True
1924         showticklabels: False
1925         tickcolor: "rgb(220, 220, 220)"
1926         tickmode: "linear"
1927         tickfont:
1928           size: 16
1929         zeroline: False
1930       yaxis:
1931         title: "<b>Packet Latency [uSec]</b>"
1932         titlefont:
1933           size: 16
1934         type: "linear"
1935         gridcolor: "rgb(230, 230, 230)"
1936         hoverformat: ".4s"
1937         linecolor: "rgb(220, 220, 220)"
1938         linewidth: 1
1939         showgrid: True
1940         showline: True
1941         showticklabels: True
1942         tickcolor: "rgb(220, 220, 220)"
1943         tickformat: ".4s"
1944         tickfont:
1945           size: 16
1946         zeroline: True
1947         rangemode: "tozero"
1948       legend:
1949         orientation: "h"
1950         font:
1951           size: 16
1952         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1953       autosize: False
1954       margin:
1955           't': 50
1956           'b': 150
1957           'l': 80
1958           'r': 10
1959       showlegend: True
1960       width: 700
1961       height: 700
1962       paper_bgcolor: "#fff"
1963       plot_bgcolor: "#fff"
1964       hoverlabel:
1965         namelength: -1
1966
1967     plot-hdrh-latency:
1968       title:
1969         text: ""
1970         xanchor: "center"
1971         x: 0.5
1972         font:
1973           size: 16
1974       width: 700
1975       plot_bgcolor: "white"
1976       annotations:
1977         - font:
1978             size: 14
1979           showarrow: False
1980           text: "<b>Packet Latency [uSec]</b>"
1981           x: 1
1982           xanchor: "right"
1983           xref: "paper"
1984           y: -0.045
1985           yanchor: "top"
1986           yref: "paper"
1987         - font:
1988             size: 14
1989           showarrow: False
1990           text: "<b>Probability [%]</b>"
1991           textangle: 270
1992           x: -0.06
1993           xanchor: "center"
1994           xref: "paper"
1995           y: 0.5
1996           yanchor: "middle"
1997           yref: "paper"
1998         - font:
1999             size: 14
2000           showarrow: False
2001           text: "<b>Direction: E-W</b>"
2002           x: 0.24
2003           xanchor: "center"
2004           xref: "paper"
2005           y: 1.05
2006           yanchor: "bottom"
2007           yref: "paper"
2008         - font:
2009             size: 14
2010           showarrow: False
2011           text: "<b>Direction: W-E</b>"
2012           x: 0.74
2013           xanchor: "center"
2014           xref: "paper"
2015           y: 1.05
2016           yanchor: "bottom"
2017           yref: "paper"
2018
2019     plot-hdrh-latency-percentile:
2020       title:
2021         text: ""
2022         xanchor: "center"
2023         x: 0.5
2024         font:
2025           size: 18
2026       xaxis:
2027         type: "log"
2028         title: "<b>Percentile [%]</b>"
2029         titlefont:
2030           size: 16
2031         autorange: True
2032         fixedrange: False
2033         gridcolor: "rgb(230, 230, 230)"
2034         linecolor: "rgb(220, 220, 220)"
2035         linewidth: 1
2036         showgrid: True
2037         showline: True
2038         showticklabels: True
2039         tickcolor: "rgb(220, 220, 220)"
2040         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2041         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2042         tickfont:
2043           size: 16
2044       yaxis:
2045         title: "<b>Packet Latency [uSec]</b>"
2046         titlefont:
2047           size: 16
2048         gridcolor: "rgb(230, 230, 230)"
2049         linecolor: "rgb(220, 220, 220)"
2050         linewidth: 1
2051         showgrid: True
2052         showline: True
2053         showticklabels: True
2054         tickcolor: "rgb(220, 220, 220)"
2055         tickfont:
2056           size: 16
2057       autosize: False
2058       showlegend: True
2059       legend:
2060         traceorder: "normal"
2061         orientation: "h"
2062         font:
2063           size: 16
2064         xanchor: "left"
2065         yanchor: "top"
2066         x: 0
2067         y: -0.15
2068         bgcolor: "rgba(255, 255, 255, 0)"
2069         bordercolor: "rgba(255, 255, 255, 0)"
2070       width: 700
2071       height: 700
2072       paper_bgcolor: "white"
2073       plot_bgcolor: "white"
2074
2075     plot-hdrh-latency-by-percentile:
2076       title:
2077         text: "<b>Latency by Percentile Distribution</b>"
2078         xanchor: "center"
2079         x: 0.5
2080         font:
2081           size: 18
2082       showlegend: True
2083       legend:
2084         traceorder: "normal"
2085         orientation: "h"
2086         font:
2087           size: 16
2088         xanchor: "left"
2089         yanchor: "top"
2090         x: 0
2091         y: -0.2
2092         bgcolor: "rgba(255, 255, 255, 0)"
2093         bordercolor: "rgba(255, 255, 255, 0)"
2094       xaxis:
2095         type: "linear"
2096         title: "<b>Percentile [%]</b>"
2097         titlefont:
2098           size: 14
2099         autorange: False
2100         fixedrange: False
2101         range: [0, 100]
2102         gridcolor: "rgb(230, 230, 230)"
2103         linecolor: "rgb(220, 220, 220)"
2104         linewidth: 1
2105         showgrid: True
2106         showline: True
2107         showticklabels: True
2108         tickcolor: "rgb(220, 220, 220)"
2109         tickvals: [0, 25, 50, 75, 100]
2110         ticktext: [0, 25, 50, 75, 100]
2111         tickfont:
2112           size: 14
2113       yaxis:
2114         title: "<b>One-Way Latency per Direction [uSec]</b>"
2115         titlefont:
2116           size: 14
2117         gridcolor: "rgb(230, 230, 230)"
2118         linecolor: "rgb(220, 220, 220)"
2119         linewidth: 1
2120         showgrid: True
2121         showline: True
2122         showticklabels: True
2123         tickcolor: "rgb(220, 220, 220)"
2124         tickfont:
2125           size: 14
2126       width: 700
2127       height: 700
2128       paper_bgcolor: "white"
2129       plot_bgcolor: "white"
2130
2131 - type: "static"
2132   src-path: "{DIR[RST]}"
2133   dst-path: "{DIR[WORKING,SRC]}"
2134
2135 - type: "input"
2136   general:
2137     file-name: "output_info.xml.gz"
2138     file-format: ".gz"
2139     arch-file-format:
2140       - ".gz"
2141       - ".zip"
2142     download-path: "{job}/{build}/archives/{filename}"
2143     extract: "output.xml"
2144
2145     zip-file-name: "robot-plugin.zip"
2146     zip-file-format: ".zip"
2147     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2148     zip-extract: "robot-plugin/output.xml"
2149
2150   builds:
2151
2152     csit-vpp-perf-verify-1904-3n-hsw:
2153       - 9   # MRR sel
2154       - 11  # NDRPDR sel
2155       - 12  # NDRPDR sel
2156       - 20  # NDRPDR sel
2157       - 21  # NDRPDR sel
2158       - 23  # NDRPDR sel
2159       - 24  # NDRPDR sel
2160       - 25  # NDRPDR sel
2161       - 26  # NDRPDR sel
2162       - 29  # NDRPDR sel
2163       - 30  # NDRPDR sel
2164     csit-vpp-perf-verify-1908-3n-hsw:
2165       - 12  # NDRPDR sel
2166       - 13  # NDRPDR sel
2167       - 14  # NDRPDR sel
2168       - 15  # NDRPDR sel
2169       - 16  # NDRPDR sel
2170       - 17  # NDRPDR sel
2171       - 18  # NDRPDR sel
2172       - 19  # NDRPDR sel
2173       - 20  # NDRPDR sel
2174       - 21  # NDRPDR sel
2175       - 48  # NDRPDR sel vhost
2176       - 49  # NDRPDR sel vhost
2177       - 52  # NDRPDR sel vhost
2178       - 53  # NDRPDR sel vhost
2179       - 54  # NDRPDR sel vhost
2180       - 55  # NDRPDR sel vhost
2181       - 56  # NDRPDR sel vhost
2182       - 57  # NDRPDR sel vhost
2183       - 58  # NDRPDR sel vhost
2184       - 59  # NDRPDR sel vhost
2185       - 39  # MRR sel
2186     csit-vpp-perf-verify-2001-3n-hsw:
2187       - 21  # NDRPDR sel
2188       - 22  # NDRPDR sel
2189       - 23  # NDRPDR sel
2190       - 24  # NDRPDR sel
2191       - 25  # NDRPDR sel
2192       - 29  # NDRPDR sel
2193       - 30  # NDRPDR sel
2194       - 31  # NDRPDR sel
2195       - 32  # NDRPDR sel
2196       - 34  # NDRPDR sel
2197       - 17  # MRR sel
2198       - 18  # NDRPDR full
2199       - 20  # NDRPDR full
2200       - 28  # NDRPDR full
2201       - 35  # NDRPDR full
2202       - 42  # NDRPDR full
2203       - 46  # NDRPDR full
2204       - 47  # NDRPDR full
2205       - 48  # NDRPDR full
2206       - 49  # NDRPDR full
2207       - 50  # NDRPDR full
2208       - 51  # NDRPDR full
2209       - 52  # NDRPDR full
2210       - 53  # NDRPDR full
2211       - 54  # NDRPDR full
2212       - 55  # NDRPDR full
2213       - 56  # NDRPDR full
2214       - 57  # NDRPDR full
2215       - 58  # NDRPDR full
2216       - 59  # NDRPDR full
2217       - 61  # NDRPDR full
2218       - 62  # NDRPDR full
2219       - 63  # NDRPDR full
2220       - 64  # NDRPDR full
2221       - 65  # NDRPDR full
2222       - 67  # NDRPDR full
2223       - 70  # NDRPDR full
2224       - 72  # NDRPDR full
2225       - 73  # NDRPDR full
2226       - 76  # NDRPDR full
2227       - 77  # NDRPDR full
2228       - 78  # NDRPDR full
2229       - 79  # NDRPDR full
2230       - 81  # NDRPDR full
2231       - 82  # NDRPDR full
2232       - 84  # NDRPDR full
2233       - 85  # NDRPDR full
2234       - 87  # hoststack
2235       - 88  # hoststack
2236       - 89  # hoststack
2237       - 90  # hoststack
2238       - 91  # hoststack
2239       - 92  # hoststack
2240       - 93  # hoststack
2241       - 94  # hoststack
2242       - 95  # hoststack
2243       - 96  # hoststack
2244
2245 #    csit-vpp-perf-verify-1904-3n-skx:
2246 #      - 7   # MRR sel
2247 #      - 8   # NDRPDR sel
2248 #      - 9   # NDRPDR sel
2249 #      - 10  # NDRPDR sel
2250 #      - 11  # NDRPDR sel
2251 #      - 12  # NDRPDR sel
2252 #      - 14  # NDRPDR sel
2253 #      - 16  # NDRPDR sel
2254 #      - 21  # NDRPDR sel
2255 #      - 23  # NDRPDR sel
2256 #      - 25  # NDRPDR sel
2257 #    csit-vpp-perf-verify-1908-3n-skx:
2258 #      - 14  # NDRPDR sel
2259 #      - 16  # NDRPDR sel
2260 #      - 19  # NDRPDR sel
2261 #      - 20  # NDRPDR sel
2262 #      - 22  # NDRPDR sel
2263 #      - 23  # NDRPDR sel
2264 #      - 24  # NDRPDR sel
2265 #      - 25  # NDRPDR sel
2266 #      - 26  # NDRPDR sel
2267 #      - 29  # NDRPDR sel
2268 #      - 52  # NDRPDR sel vhost
2269 #      - 53  # NDRPDR sel vhost
2270 #      - 55  # NDRPDR sel vhost
2271 #      - 61  # NDRPDR sel vhost
2272 #      - 62  # NDRPDR sel vhost
2273 #      - 63  # NDRPDR sel vhost
2274 #      - 64  # NDRPDR sel vhost
2275 #      - 65  # NDRPDR sel vhost
2276 #      - 66  # NDRPDR sel vhost
2277 #      - 67  # NDRPDR sel vhost
2278 #      - 36  # MRR sel
2279 #    csit-vpp-perf-verify-2001-3n-skx:
2280 #      - 14  # NDRPDR sel
2281 #      - 15  # NDRPDR sel
2282 #      - 16  # NDRPDR sel
2283
2284 #    csit-vpp-perf-verify-1904-2n-skx:
2285 #      - 11  # MRR sel
2286 #      - 12  # NDRPDR sel
2287 #      - 14  # NDRPDR sel
2288 #      - 16  # NDRPDR sel
2289 #      - 17  # NDRPDR sel
2290 #      - 18  # NDRPDR sel
2291 #      - 21  # NDRPDR sel
2292 #      - 27  # NDRPDR sel
2293 #      - 30  # NDRPDR sel
2294 #      - 31  # NDRPDR sel
2295 #      - 32  # NDRPDR sel
2296 #    csit-vpp-perf-verify-1908-2n-skx:
2297 #      - 26  # NDRPDR sel
2298 #      - 27  # NDRPDR sel
2299 #      - 34  # NDRPDR sel
2300 #      - 35  # NDRPDR sel
2301 #      - 36  # NDRPDR sel
2302 #      - 42  # NDRPDR sel
2303 #      - 43  # NDRPDR sel
2304 #      - 44  # NDRPDR sel
2305 #      - 45  # NDRPDR sel
2306 #      - 46  # NDRPDR sel
2307 #      - 88  # NDRPDR sel vhost
2308 #      - 89  # NDRPDR sel vhost
2309 #      - 91  # NDRPDR sel vhost
2310 #      - 92  # NDRPDR sel vhost
2311 #      - 93  # NDRPDR sel vhost
2312 #      - 94  # NDRPDR sel vhost
2313 #      - 95  # NDRPDR sel vhost
2314 #      - 96  # NDRPDR sel vhost
2315 #      - 97  # NDRPDR sel vhost
2316 #      - 98  # NDRPDR sel vhost
2317 #      - 69  # MRR sel
2318 #      - 29  # TCP
2319 #      - 30  # TCP
2320 #      - 58  # TCP
2321 #      - 22  # NFV
2322 #      - 31  # NFV
2323 #      - 32  # NFV
2324 #      - 71  # NFV MRR
2325 #      - 113 # NFV reconf sel
2326 #      - 114 # NFV reconf sel
2327 #      - 115 # NFV reconf sel
2328 #      - 83  # SOAK
2329 #      - 86  # SOAK
2330 #    csit-vpp-perf-verify-2001-2n-skx:
2331 #      - 21  # NDRPDR sel
2332 #      - 22  # NDRPDR sel
2333 #      - 23  # NDRPDR sel
2334 #      - 26  # NDRPDR sel
2335 #      - 27  # NDRPDR sel
2336 #      - 29  # NDRPDR sel
2337 #      - 32  # NDRPDR full
2338 #      - 33  # NDRPDR full
2339 #      - 30  # NFV
2340 #      - 31  # NFV
2341
2342     csit-vpp-perf-verify-2001-2n-clx:
2343       - 28  # NDRPDR sel
2344       - 29  # NDRPDR sel
2345       - 32  # NDRPDR sel
2346       - 40  # NDRPDR sel
2347       - 43  # NDRPDR sel
2348       - 44  # NDRPDR sel
2349       - 45  # NDRPDR sel
2350       - 47  # NDRPDR sel
2351       - 48  # NDRPDR sel
2352       - 49  # NDRPDR sel
2353       - 39  # MRR
2354       - 53  # NDRPDR full
2355       - 54  # NDRPDR full
2356       - 55  # NDRPDR full
2357       - 56  # NDRPDR full
2358       - 57  # NDRPDR full
2359       - 58  # NDRPDR full
2360       - 59  # NDRPDR full
2361       - 60  # NDRPDR full
2362       - 61  # NDRPDR full
2363       - 62  # NDRPDR full
2364       - 63  # NDRPDR full
2365       - 64  # NDRPDR full
2366       - 65  # NDRPDR full
2367       - 66  # NDRPDR full
2368       - 67  # NDRPDR full
2369       - 68  # Reconf
2370       - 69  # Reconf
2371       - 70  # Reconf
2372       - 71  # Reconf
2373       - 72  # Reconf
2374       - 73  # Reconf
2375       - 74  # Reconf
2376       - 75  # Reconf
2377       - 76  # Reconf
2378       - 77  # Reconf
2379       - 80  # TCP
2380       - 82  # TCP
2381       - 83  # TCP
2382       - 85  # TCP
2383       - 86  # TCP
2384       - 87  # TCP
2385       - 88  # TCP
2386       - 89  # TCP
2387       - 90  # TCP
2388       - 91  # TCP
2389
2390     csit-vpp-perf-verify-1908-3n-tsh:
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # NDRPDR sel
2396       - 12  # NDRPDR sel
2397       - 13  # NDRPDR sel
2398       - 14  # NDRPDR sel
2399       - 15  # NDRPDR sel
2400       - 16  # NDRPDR sel
2401       - 17  # MRR sel
2402     csit-vpp-perf-verify-2001-3n-tsh:
2403       - 3   # NDRPDR sel
2404       - 4   # NDRPDR sel
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 10  # NDRPDR sel
2408       - 12  # NDRPDR sel
2409       - 13  # NDRPDR sel
2410       - 14  # NDRPDR sel
2411       - 15  # NDRPDR sel
2412       - 9   # MRR sel
2413
2414     csit-vpp-perf-verify-1908-3n-dnv:
2415       - 6   # NDRPDR sel
2416       - 7   # NDRPDR sel
2417       - 8   # NDRPDR sel
2418       - 9   # NDRPDR sel
2419       - 10  # NDRPDR sel
2420       - 12  # NDRPDR sel
2421       - 13  # NDRPDR sel
2422       - 14  # NDRPDR sel
2423       - 15  # NDRPDR sel
2424       - 16  # NDRPDR sel
2425       - 17  # MRR sel
2426     csit-vpp-perf-verify-2001-3n-dnv:
2427       - 5   # NDRPDR sel
2428       - 6   # NDRPDR sel
2429       - 7   # NDRPDR sel
2430       - 8   # NDRPDR sel
2431       - 9   # NDRPDR sel
2432       - 10  # NDRPDR sel
2433       - 12  # NDRPDR sel
2434       - 16  # NDRPDR sel
2435       - 17  # NDRPDR sel
2436       - 18  # NDRPDR sel
2437       - 11  # MRR sel
2438       - 19  # NDRPDR full
2439       - 20  # NDRPDR full
2440       - 21  # NDRPDR full
2441       - 22  # NDRPDR full
2442       - 23  # NDRPDR full
2443       - 24  # NDRPDR full
2444       - 25  # NDRPDR full
2445       - 26  # NDRPDR full
2446       - 37  # NDRPDR full
2447       - 38  # NDRPDR full
2448       - 39  # NDRPDR full
2449
2450     csit-vpp-perf-verify-1908-2n-dnv:
2451       - 1   # NDRPDR sel
2452       - 2   # NDRPDR sel
2453       - 3   # NDRPDR sel
2454       - 4   # NDRPDR sel
2455       - 5   # NDRPDR sel
2456       - 6   # NDRPDR sel
2457       - 7   # NDRPDR sel
2458       - 8   # NDRPDR sel
2459       - 9   # NDRPDR sel
2460       - 10  # NDRPDR sel
2461       - 11  # MRR sel
2462     csit-vpp-perf-verify-2001-2n-dnv:
2463       - 4   # NDRPDR sel
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       - 11  # NDRPDR sel
2471       - 13  # NDRPDR sel
2472       - 16  # NDRPDR sel
2473       - 12  # MRR sel
2474       - 21  # NDRPDR full
2475       - 22  # NDRPDR full
2476       - 25  # NDRPDR full
2477       - 26  # NDRPDR full
2478       - 27  # NDRPDR full
2479       - 28  # NDRPDR full
2480
2481     csit-dpdk-perf-verify-1904-3n-hsw:
2482       - 2   # NDRPDR sel
2483       - 3   # NDRPDR sel
2484       - 5   # NDRPDR sel
2485       - 6   # NDRPDR sel
2486       - 13  # NDRPDR sel
2487       - 14  # NDRPDR sel
2488       - 15  # NDRPDR sel
2489       - 18  # NDRPDR sel
2490       - 19  # NDRPDR sel
2491       - 20  # NDRPDR sel
2492     csit-dpdk-perf-verify-1908-3n-hsw:
2493       - 2   # NDRPDR sel
2494       - 3   # NDRPDR sel
2495       - 4   # NDRPDR sel
2496       - 5   # NDRPDR sel
2497       - 6   # NDRPDR sel
2498       - 7   # NDRPDR sel
2499       - 8   # NDRPDR sel
2500       - 9   # NDRPDR sel
2501       - 10  # NDRPDR sel
2502       - 11  # NDRPDR sel
2503     csit-dpdk-perf-verify-2001-3n-hsw:
2504       - 4   # NDRPDR sel
2505       - 5   # NDRPDR sel
2506       - 6   # NDRPDR sel
2507       - 7   # NDRPDR sel
2508       - 8   # NDRPDR sel
2509       - 9   # NDRPDR sel
2510       - 10  # NDRPDR sel
2511       - 11  # NDRPDR sel
2512       - 12  # NDRPDR sel
2513       - 13  # NDRPDR sel
2514       - 15  # NDRPDR sel
2515       - 16  # NDRPDR sel
2516       - 17  # NDRPDR sel
2517       - 18  # NDRPDR sel
2518       - 19  # NDRPDR sel
2519       - 20  # NDRPDR sel
2520       - 21  # NDRPDR sel
2521       - 22  # NDRPDR sel
2522       - 23  # NDRPDR sel
2523       - 24  # NDRPDR sel
2524       - 25  # NDRPDR full
2525       - 26  # NDRPDR full
2526
2527 #    csit-dpdk-perf-verify-1904-3n-skx:
2528 #      - 2   # NDRPDR sel
2529 #      - 3   # NDRPDR sel
2530 #      - 4   # NDRPDR sel
2531 #      - 5   # NDRPDR sel
2532 #      - 6   # NDRPDR sel
2533 #      - 7   # NDRPDR sel
2534 #      - 11  # NDRPDR sel
2535 #      - 12  # NDRPDR sel
2536 #      - 13  # NDRPDR sel
2537 #      - 14  # NDRPDR sel
2538 #    csit-dpdk-perf-verify-1908-3n-skx:
2539 #      - 3   # NDRPDR sel
2540 #      - 4   # NDRPDR sel
2541 #      - 5   # NDRPDR sel
2542 #      - 6   # NDRPDR sel
2543 #      - 7   # NDRPDR sel
2544 #      - 8   # NDRPDR sel
2545 #      - 9   # NDRPDR sel
2546 #      - 10  # NDRPDR sel
2547 #      - 11  # NDRPDR sel
2548 #      - 12  # NDRPDR sel
2549 #    csit-dpdk-perf-verify-2001-3n-skx:
2550 #      - 1   # NDRPDR sel
2551 #      - 2   # NDRPDR sel
2552 #      - 3   # NDRPDR sel
2553 #      - 4   # NDRPDR sel
2554 #      - 5   # NDRPDR sel
2555 #      - 6   # NDRPDR sel
2556 #      - 7   # NDRPDR sel
2557 #      - 8   # NDRPDR sel
2558 #      - 9   # NDRPDR sel
2559 #      - 10  # NDRPDR sel
2560
2561 #    csit-dpdk-perf-verify-1904-2n-skx:
2562 #      - 2   # NDRPDR sel
2563 #      - 3   # NDRPDR sel
2564 #      - 4   # NDRPDR sel
2565 #      - 5   # NDRPDR sel
2566 #      - 7   # NDRPDR sel
2567 #      - 8   # NDRPDR sel
2568 #      - 9   # NDRPDR sel
2569 #      - 10  # NDRPDR sel
2570 #      - 11  # NDRPDR sel
2571 #      - 12  # NDRPDR sel
2572 #    csit-dpdk-perf-verify-1908-2n-skx:
2573 #      - 2   # NDRPDR sel
2574 #      - 3   # NDRPDR sel
2575 #      - 4   # NDRPDR sel
2576 #      - 5   # NDRPDR sel
2577 #      - 7   # NDRPDR sel
2578 #      - 8   # NDRPDR sel
2579 #      - 9   # NDRPDR sel
2580 #      - 10  # NDRPDR sel
2581 #      - 11  # NDRPDR sel
2582 #      - 12  # NDRPDR sel
2583 #    csit-dpdk-perf-verify-2001-2n-skx:
2584 #      - 1   # NDRPDR sel
2585 #      - 2   # NDRPDR sel
2586 #      - 3   # NDRPDR sel
2587 #      - 4   # NDRPDR sel
2588 #      - 5   # NDRPDR sel
2589 #      - 6   # NDRPDR sel
2590 #      - 7   # NDRPDR sel
2591 #      - 8   # NDRPDR sel
2592 #      - 9   # NDRPDR sel
2593 #      - 10  # NDRPDR sel
2594 #      - 11  # NDRPDR sel
2595 #      - 13  # NDRPDR sel
2596 #      - 26  # NDRPDR sel
2597 #      - 16  # NDRPDR sel
2598 #      - 17  # NDRPDR sel
2599 #      - 18  # NDRPDR sel
2600 #      - 19  # NDRPDR sel
2601 #      - 27  # NDRPDR sel
2602 #      - 21  # NDRPDR sel
2603 #      - 25  # NDRPDR sel
2604
2605     csit-dpdk-perf-verify-2001-2n-clx:
2606       - 15  # NDRPDR sel
2607       - 16  # NDRPDR sel
2608       - 17  # NDRPDR sel
2609       - 18  # NDRPDR sel
2610       - 19  # NDRPDR sel
2611       - 20  # NDRPDR sel
2612       - 21  # NDRPDR sel
2613       - 22  # NDRPDR sel
2614       - 23  # NDRPDR sel
2615       - 24  # NDRPDR sel
2616       - 25  # NDRPDR sel
2617       - 26  # NDRPDR sel
2618       - 27  # NDRPDR sel
2619       - 28  # NDRPDR sel
2620       - 29  # NDRPDR sel
2621       - 30  # NDRPDR sel
2622       - 31  # NDRPDR sel
2623       - 32  # NDRPDR sel
2624       - 33  # NDRPDR sel
2625       - 34  # NDRPDR sel
2626
2627     csit-dpdk-perf-verify-2001-2n-dnv:
2628       - 9   # NDRPDR sel
2629       - 10  # NDRPDR sel
2630       - 11  # NDRPDR sel
2631       - 12  # NDRPDR sel
2632       - 13  # NDRPDR sel
2633       - 14  # NDRPDR sel
2634       - 15  # NDRPDR sel
2635       - 16  # NDRPDR sel
2636       - 17  # NDRPDR sel
2637       - 18  # NDRPDR sel
2638
2639     csit-dpdk-perf-verify-2001-3n-dnv:
2640       - 12  # NDRPDR sel
2641       - 13  # NDRPDR sel
2642       - 14  # NDRPDR sel
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       - 22  # NDRPDR sel
2650
2651     csit-dpdk-perf-verify-2001-3n-tsh:
2652       - 3   # NDRPDR sel
2653       - 4   # NDRPDR sel
2654       - 5   # NDRPDR sel
2655       - 9   # NDRPDR sel
2656       - 10  # NDRPDR sel
2657       - 11  # NDRPDR sel
2658       - 12  # NDRPDR sel
2659       - 14  # NDRPDR sel
2660       - 15  # NDRPDR sel
2661       - 18  # NDRPDR sel
2662
2663     csit-vpp-device-2001-ubuntu1804-1n-skx:
2664       - 57
2665
2666 - type: "output"
2667   output: "report"
2668   format:
2669     html:
2670     - full
2671     pdf:
2672     - minimal
2673
2674 ################################################################################
2675 ###                               T A B L E S                                ###
2676 ################################################################################
2677
2678 ## VPP Soak vs NDR
2679 #- type: "table"
2680 #  title: "VPP Soak vs NDR 2n-skx"
2681 #  algorithm: "table_soak_vs_ndr"
2682 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2683 #  reference:
2684 #    title: "NDR"
2685 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2686 #  compare:
2687 #    title: "Soak"
2688 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2689 #  data: "vpp-soak-vs-ndr-2n-skx"
2690 #  include-tests: "NDR"
2691 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2692 #  parameters:
2693 #    - "throughput"
2694 #    - "name"
2695 #    - "parent"
2696
2697 ################################################################################
2698
2699 ## VPP Compare NICs 3n-skx 2t1c ndr
2700 #- type: "table"
2701 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2702 #  algorithm: "table_nics_comparison"
2703 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2704 #  reference:
2705 #    title: "x710"
2706 #    nic: "NIC_Intel-X710"
2707 #  compare:
2708 #    title: "xxv710"
2709 #    nic: "NIC_Intel-XXV710"
2710 #  data: "vpp-nic-comparison-3n-skx"
2711 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2712 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2713 #  parameters:
2714 #  - "name"
2715 #  - "parent"
2716 #  - "throughput"
2717 #  - "tags"
2718 #
2719 ## VPP Compare NICs 3n-skx 4t2c ndr
2720 #- type: "table"
2721 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2722 #  algorithm: "table_nics_comparison"
2723 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2724 #  reference:
2725 #    title: "x710"
2726 #    nic: "NIC_Intel-X710"
2727 #  compare:
2728 #    title: "xxv710"
2729 #    nic: "NIC_Intel-XXV710"
2730 #  data: "vpp-nic-comparison-3n-skx"
2731 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2732 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2733 #  parameters:
2734 #  - "name"
2735 #  - "parent"
2736 #  - "throughput"
2737 #  - "tags"
2738 #
2739 ## VPP Compare NICs 3n-skx 2t1c pdr
2740 #- type: "table"
2741 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2742 #  algorithm: "table_nics_comparison"
2743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2744 #  reference:
2745 #    title: "x710"
2746 #    nic: "NIC_Intel-X710"
2747 #  compare:
2748 #    title: "xxv710"
2749 #    nic: "NIC_Intel-XXV710"
2750 #  data: "vpp-nic-comparison-3n-skx"
2751 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2752 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2753 #  parameters:
2754 #  - "name"
2755 #  - "parent"
2756 #  - "throughput"
2757 #  - "tags"
2758 #
2759 # # VPP Compare NICs 3n-skx 4t2c pdr
2760 #- type: "table"
2761 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2762 #  algorithm: "table_nics_comparison"
2763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2764 #  reference:
2765 #    title: "x710"
2766 #    nic: "NIC_Intel-X710"
2767 #  compare:
2768 #    title: "xxv710"
2769 #    nic: "NIC_Intel-XXV710"
2770 #  data: "vpp-nic-comparison-3n-skx"
2771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2772 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2773 #  parameters:
2774 #  - "name"
2775 #  - "parent"
2776 #  - "throughput"
2777 #  - "tags"
2778 #
2779 ## VPP Compare NICs 3n-skx 2t1c mrr
2780 #- type: "table"
2781 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2782 #  algorithm: "table_nics_comparison"
2783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2784 #  reference:
2785 #    title: "x710"
2786 #    nic: "NIC_Intel-X710"
2787 #  compare:
2788 #    title: "xxv710"
2789 #    nic: "NIC_Intel-XXV710"
2790 #  data: "vpp-nic-comparison-3n-skx-mrr"
2791 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2792 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2793 #  parameters:
2794 #  - "name"
2795 #  - "parent"
2796 #  - "result"
2797 #  - "tags"
2798 #
2799 ## VPP Compare NICs 3n-skx 4t2c mrr
2800 #- type: "table"
2801 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2802 #  algorithm: "table_nics_comparison"
2803 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2804 #  reference:
2805 #    title: "x710"
2806 #    nic: "NIC_Intel-X710"
2807 #  compare:
2808 #    title: "xxv710"
2809 #    nic: "NIC_Intel-XXV710"
2810 #  data: "vpp-nic-comparison-3n-skx-mrr"
2811 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2812 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2813 #  parameters:
2814 #  - "name"
2815 #  - "parent"
2816 #  - "result"
2817 #  - "tags"
2818 #
2819 # # VPP Compare NICs 3n-skx 8t4c mrr
2820 #- type: "table"
2821 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2822 #  algorithm: "table_nics_comparison"
2823 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2824 #  reference:
2825 #    title: "x710"
2826 #    nic: "NIC_Intel-X710"
2827 #  compare:
2828 #    title: "xxv710"
2829 #    nic: "NIC_Intel-XXV710"
2830 #  data: "vpp-nic-comparison-3n-skx-mrr"
2831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2832 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2833 #  parameters:
2834 #  - "name"
2835 #  - "parent"
2836 #  - "result"
2837 #  - "tags"
2838 #
2839 ## VPP Compare NICs 2n-skx 2t1c ndr
2840 #- type: "table"
2841 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2842 #  algorithm: "table_nics_comparison"
2843 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2844 #  reference:
2845 #    title: "x710"
2846 #    nic: "NIC_Intel-X710"
2847 #  compare:
2848 #    title: "xxv710"
2849 #    nic: "NIC_Intel-XXV710"
2850 #  data: "vpp-nic-comparison-2n-skx"
2851 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2852 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2853 #  parameters:
2854 #  - "name"
2855 #  - "parent"
2856 #  - "throughput"
2857 #  - "tags"
2858 #
2859 ## VPP Compare NICs 2n-skx 4t2c ndr
2860 #- type: "table"
2861 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2862 #  algorithm: "table_nics_comparison"
2863 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2864 #  reference:
2865 #    title: "x710"
2866 #    nic: "NIC_Intel-X710"
2867 #  compare:
2868 #    title: "xxv710"
2869 #    nic: "NIC_Intel-XXV710"
2870 #  data: "vpp-nic-comparison-2n-skx"
2871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2872 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2873 #  parameters:
2874 #  - "name"
2875 #  - "parent"
2876 #  - "throughput"
2877 #  - "tags"
2878 #
2879 # # VPP Compare NICs 2n-skx 2t1c pdr
2880 #- type: "table"
2881 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2882 #  algorithm: "table_nics_comparison"
2883 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2884 #  reference:
2885 #    title: "x710"
2886 #    nic: "NIC_Intel-X710"
2887 #  compare:
2888 #    title: "xxv710"
2889 #    nic: "NIC_Intel-XXV710"
2890 #  data: "vpp-nic-comparison-2n-skx"
2891 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2892 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2893 #  parameters:
2894 #  - "name"
2895 #  - "parent"
2896 #  - "throughput"
2897 #  - "tags"
2898 #
2899 ## VPP Compare NICs 2n-skx 4t2c pdr
2900 #- type: "table"
2901 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2902 #  algorithm: "table_nics_comparison"
2903 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2904 #  reference:
2905 #    title: "x710"
2906 #    nic: "NIC_Intel-X710"
2907 #  compare:
2908 #    title: "xxv710"
2909 #    nic: "NIC_Intel-XXV710"
2910 #  data: "vpp-nic-comparison-2n-skx"
2911 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2912 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2913 #  parameters:
2914 #  - "name"
2915 #  - "parent"
2916 #  - "throughput"
2917 #  - "tags"
2918 #
2919 ## VPP Compare NICs 2n-skx 2t1c mrr
2920 #- type: "table"
2921 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2922 #  algorithm: "table_nics_comparison"
2923 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2924 #  reference:
2925 #    title: "x710"
2926 #    nic: "NIC_Intel-X710"
2927 #  compare:
2928 #    title: "xxv710"
2929 #    nic: "NIC_Intel-XXV710"
2930 #  data: "vpp-nic-comparison-2n-skx-mrr"
2931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2932 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2933 #  parameters:
2934 #  - "name"
2935 #  - "parent"
2936 #  - "result"
2937 #  - "tags"
2938 #
2939 ## VPP Compare NICs 2n-skx 4t2c mrr
2940 #- type: "table"
2941 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2942 #  algorithm: "table_nics_comparison"
2943 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2944 #  reference:
2945 #    title: "x710"
2946 #    nic: "NIC_Intel-X710"
2947 #  compare:
2948 #    title: "xxv710"
2949 #    nic: "NIC_Intel-XXV710"
2950 #  data: "vpp-nic-comparison-2n-skx-mrr"
2951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2952 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2953 #  parameters:
2954 #  - "name"
2955 #  - "parent"
2956 #  - "result"
2957 #  - "tags"
2958 #
2959 ## VPP Compare NICs 2n-skx 8t4c mrr
2960 #- type: "table"
2961 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2962 #  algorithm: "table_nics_comparison"
2963 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2964 #  reference:
2965 #    title: "x710"
2966 #    nic: "NIC_Intel-X710"
2967 #  compare:
2968 #    title: "xxv710"
2969 #    nic: "NIC_Intel-XXV710"
2970 #  data: "vpp-nic-comparison-2n-skx-mrr"
2971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2973 #  parameters:
2974 #  - "name"
2975 #  - "parent"
2976 #  - "result"
2977 #  - "tags"
2978
2979 ################################################################################
2980 # VPP
2981
2982 # VPP Performance Changes 3n-hsw 1t1c pdr
2983 - type: "table"
2984   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2985   algorithm: "table_perf_comparison"
2986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2987   history:
2988     - title: "rls1904"
2989       data: "vpp-performance-changes-3n-hsw-h1"
2990   reference:
2991     title: "rls1908"
2992     data: "vpp-performance-changes-3n-hsw-ref"
2993     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2994   compare:
2995     title: "rls2001"
2996     data: "vpp-performance-changes-3n-hsw-cmp"
2997   data: "vpp-performance-changes-3n-hsw"
2998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2999   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "throughput"
3004
3005 # VPP Performance Changes 3n-hsw 2t2c pdr
3006 - type: "table"
3007   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3008   algorithm: "table_perf_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3010   history:
3011     - title: "rls1904"
3012       data: "vpp-performance-changes-3n-hsw-h1"
3013   reference:
3014     title: "rls1908"
3015     data: "vpp-performance-changes-3n-hsw-ref"
3016     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3017   compare:
3018     title: "rls2001"
3019     data: "vpp-performance-changes-3n-hsw-cmp"
3020   data: "vpp-performance-changes-3n-hsw"
3021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3022   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3023   parameters:
3024   - "name"
3025   - "parent"
3026   - "throughput"
3027
3028 # VPP Performance Changes 3n-hsw 1t1c ndr
3029 - type: "table"
3030   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3031   algorithm: "table_perf_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3033   history:
3034     - title: "rls1904"
3035       data: "vpp-performance-changes-3n-hsw-h1"
3036   reference:
3037     title: "rls1908"
3038     data: "vpp-performance-changes-3n-hsw-ref"
3039     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3040   compare:
3041     title: "rls2001"
3042     data: "vpp-performance-changes-3n-hsw-cmp"
3043   data: "vpp-performance-changes-3n-hsw"
3044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3045   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3046   parameters:
3047   - "name"
3048   - "parent"
3049   - "throughput"
3050
3051 # VPP Performance Changes 3n-hsw 2t2c ndr
3052 - type: "table"
3053   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3054   algorithm: "table_perf_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3056   history:
3057     - title: "rls1904"
3058       data: "vpp-performance-changes-3n-hsw-h1"
3059   reference:
3060     title: "rls1908"
3061     data: "vpp-performance-changes-3n-hsw-ref"
3062     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3063   compare:
3064     title: "rls2001"
3065     data: "vpp-performance-changes-3n-hsw-cmp"
3066   data: "vpp-performance-changes-3n-hsw"
3067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3069   parameters:
3070   - "name"
3071   - "parent"
3072   - "throughput"
3073
3074 ## VPP Performance Changes 3n-skx 2t1c pdr
3075 #- type: "table"
3076 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3077 #  algorithm: "table_perf_comparison_nic"
3078 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3079 #  history:
3080 #    - title: "rls1904 x710"
3081 #      data: "vpp-performance-changes-3n-skx-h1"
3082 #      nic: "NIC_Intel-X710"
3083 #  reference:
3084 #    title: "rls1908 xxv710"
3085 #    data: "vpp-performance-changes-3n-skx-ref"
3086 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3087 #    nic: "NIC_Intel-XXV710"
3088 #  compare:
3089 #    title: "rls2001 xxv710"
3090 #    data: "vpp-performance-changes-3n-skx-cmp"
3091 #    nic: "NIC_Intel-XXV710"
3092 #  data: "vpp-performance-changes-3n-skx"
3093 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3094 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3095 #  parameters:
3096 #  - "name"
3097 #  - "parent"
3098 #  - "throughput"
3099 #  - "tags"
3100 #
3101 ## VPP Performance Changes 3n-skx 4t2c pdr
3102 #- type: "table"
3103 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3104 #  algorithm: "table_perf_comparison_nic"
3105 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3106 #  history:
3107 #    - title: "rls1904 x710"
3108 #      data: "vpp-performance-changes-3n-skx-h1"
3109 #      nic: "NIC_Intel-X710"
3110 #  reference:
3111 #    title: "rls1908 x710"
3112 #    data: "vpp-performance-changes-3n-skx-ref"
3113 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3114 #    nic: "NIC_Intel-X710"
3115 #  compare:
3116 #    title: "rls2001 xxv710"
3117 #    data: "vpp-performance-changes-3n-skx-cmp"
3118 #    nic: "NIC_Intel-XXV710"
3119 #  data: "vpp-performance-changes-3n-skx"
3120 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3121 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3122 #  parameters:
3123 #  - "name"
3124 #  - "parent"
3125 #  - "throughput"
3126 #  - "tags"
3127 #
3128 ## VPP Performance Changes 3n-skx 2t1c ndr
3129 #- type: "table"
3130 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3131 #  algorithm: "table_perf_comparison_nic"
3132 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3133 #  history:
3134 #    - title: "rls1904 x710"
3135 #      data: "vpp-performance-changes-3n-skx-h1"
3136 #      nic: "NIC_Intel-X710"
3137 #  reference:
3138 #    title: "rls1908 x710"
3139 #    data: "vpp-performance-changes-3n-skx-ref"
3140 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3141 #    nic: "NIC_Intel-X710"
3142 #  compare:
3143 #    title: "rls2001 xxv710"
3144 #    data: "vpp-performance-changes-3n-skx-cmp"
3145 #    nic: "NIC_Intel-XXV710"
3146 #  data: "vpp-performance-changes-3n-skx"
3147 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3148 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3149 #  parameters:
3150 #  - "name"
3151 #  - "parent"
3152 #  - "throughput"
3153 #  - "tags"
3154 #
3155 ## VPP Performance Changes 3n-skx 4t2c ndr
3156 #- type: "table"
3157 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3158 #  algorithm: "table_perf_comparison_nic"
3159 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3160 #  history:
3161 #    - title: "rls1904 x710"
3162 #      data: "vpp-performance-changes-3n-skx-h1"
3163 #      nic: "NIC_Intel-X710"
3164 #  reference:
3165 #    title: "rls1908 x710"
3166 #    data: "vpp-performance-changes-3n-skx-ref"
3167 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3168 #    nic: "NIC_Intel-X710"
3169 #  compare:
3170 #    title: "rls2001 xxv710"
3171 #    data: "vpp-performance-changes-3n-skx-cmp"
3172 #    nic: "NIC_Intel-XXV710"
3173 #  data: "vpp-performance-changes-3n-skx"
3174 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3175 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3176 #  parameters:
3177 #  - "name"
3178 #  - "parent"
3179 #  - "throughput"
3180 #  - "tags"
3181 #
3182 ## VPP Performance Changes 2n-skx 2t1c pdr
3183 #- type: "table"
3184 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3185 #  algorithm: "table_perf_comparison_nic"
3186 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3187 #  history:
3188 #    - title: "rls1904 x710"
3189 #      data: "vpp-performance-changes-2n-skx-h1"
3190 #      nic: "NIC_Intel-X710"
3191 #  reference:
3192 #    title: "rls1908 xxv710"
3193 #    data: "vpp-performance-changes-2n-skx-ref"
3194 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3195 #    nic: "NIC_Intel-XXV710"
3196 #  compare:
3197 #    title: "rls2001 xxv710"
3198 #    data: "vpp-performance-changes-2n-skx-cmp"
3199 #    nic: "NIC_Intel-XXV710"
3200 #  data: "vpp-performance-changes-2n-skx"
3201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3202 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3203 #  parameters:
3204 #  - "name"
3205 #  - "parent"
3206 #  - "throughput"
3207 #  - "tags"
3208 #
3209 ## VPP Performance Changes 2n-skx 4t2c pdr
3210 #- type: "table"
3211 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3212 #  algorithm: "table_perf_comparison_nic"
3213 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3214 #  history:
3215 #    - title: "rls1904 x710"
3216 #      data: "vpp-performance-changes-2n-skx-h1"
3217 #      nic: "NIC_Intel-X710"
3218 #  reference:
3219 #    title: "rls1908 xxv710"
3220 #    data: "vpp-performance-changes-2n-skx-ref"
3221 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3222 #    nic: "NIC_Intel-XXV710"
3223 #  compare:
3224 #    title: "rls2001 xxv710"
3225 #    data: "vpp-performance-changes-2n-skx-cmp"
3226 #    nic: "NIC_Intel-XXV710"
3227 #  data: "vpp-performance-changes-2n-skx"
3228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3230 #  parameters:
3231 #  - "name"
3232 #  - "parent"
3233 #  - "throughput"
3234 #  - "tags"
3235 #
3236 ## VPP Performance Changes 2n-skx 2t1c ndr
3237 #- type: "table"
3238 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3239 #  algorithm: "table_perf_comparison_nic"
3240 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3241 #  history:
3242 #    - title: "rls1904 x710"
3243 #      data: "vpp-performance-changes-2n-skx-h1"
3244 #      nic: "NIC_Intel-X710"
3245 #  reference:
3246 #    title: "rls1908 xxv710"
3247 #    data: "vpp-performance-changes-2n-skx-ref"
3248 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3249 #    nic: "NIC_Intel-XXV710"
3250 #  compare:
3251 #    title: "rls2001 xxv710"
3252 #    data: "vpp-performance-changes-2n-skx-cmp"
3253 #    nic: "NIC_Intel-XXV710"
3254 #  data: "vpp-performance-changes-2n-skx"
3255 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3256 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3257 #  parameters:
3258 #  - "name"
3259 #  - "parent"
3260 #  - "throughput"
3261 #  - "tags"
3262 #
3263 ## VPP Performance Changes 2n-skx 4t2c ndr
3264 #- type: "table"
3265 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3266 #  algorithm: "table_perf_comparison_nic"
3267 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3268 #  history:
3269 #    - title: "rls1904 x710"
3270 #      data: "vpp-performance-changes-2n-skx-h1"
3271 #      nic: "NIC_Intel-X710"
3272 #  reference:
3273 #    title: "rls1908 xxv710"
3274 #    data: "vpp-performance-changes-2n-skx-ref"
3275 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3276 #    nic: "NIC_Intel-XXV710"
3277 #  compare:
3278 #    title: "rls2001 xxv710"
3279 #    data: "vpp-performance-changes-2n-skx-cmp"
3280 #    nic: "NIC_Intel-XXV710"
3281 #  data: "vpp-performance-changes-2n-skx"
3282 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3283 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3284 #  parameters:
3285 #  - "name"
3286 #  - "parent"
3287 #  - "throughput"
3288 #  - "tags"
3289 #
3290 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3291 #- type: "table"
3292 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3293 #  algorithm: "table_perf_comparison"
3294 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3295 #  reference:
3296 #    title: "rls1908"
3297 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3298 #  compare:
3299 #    title: "rls2001"
3300 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3301 #  data: "vpp-performance-changes-nfv-2n-skx"
3302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3303 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3304 #  parameters:
3305 #  - "name"
3306 #  - "parent"
3307 #  - "throughput"
3308 #  - "tags"
3309 #
3310 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3311 #- type: "table"
3312 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3313 #  algorithm: "table_perf_comparison"
3314 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3315 #  reference:
3316 #    title: "rls1908"
3317 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3318 #  compare:
3319 #    title: "rls2001"
3320 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3321 #  data: "vpp-performance-changes-nfv-2n-skx"
3322 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3323 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3324 #  parameters:
3325 #  - "name"
3326 #  - "parent"
3327 #  - "throughput"
3328 #  - "tags"
3329 #
3330 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3331 #- type: "table"
3332 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3333 #  algorithm: "table_perf_comparison"
3334 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3335 #  reference:
3336 #    title: "rls1908"
3337 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3338 #  compare:
3339 #    title: "rls2001"
3340 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3341 #  data: "vpp-performance-changes-nfv-2n-skx"
3342 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3343 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3344 #  parameters:
3345 #  - "name"
3346 #  - "parent"
3347 #  - "throughput"
3348 #  - "tags"
3349 #
3350 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3351 #- type: "table"
3352 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3353 #  algorithm: "table_perf_comparison"
3354 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3355 #  reference:
3356 #    title: "rls1908"
3357 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3358 #  compare:
3359 #    title: "rls2001"
3360 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3361 #  data: "vpp-performance-changes-nfv-2n-skx"
3362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3363 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3364 #  parameters:
3365 #  - "name"
3366 #  - "parent"
3367 #  - "throughput"
3368 #  - "tags"
3369
3370 # VPP Performance Changes 2n-dnv 1t1c pdr
3371 - type: "table"
3372   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3373   algorithm: "table_perf_comparison"
3374   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3375   reference:
3376     title: "rls1908"
3377     data: "vpp-performance-changes-2n-dnv-ref"
3378   compare:
3379     title: "rls2001"
3380     data: "vpp-performance-changes-2n-dnv-cmp"
3381   data: "vpp-performance-changes-2n-dnv"
3382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3383   filter: "'1T1C'"
3384   parameters:
3385   - "name"
3386   - "parent"
3387   - "throughput"
3388   - "tags"
3389
3390 # VPP Performance Changes 2n-dnv 2t2c pdr
3391 - type: "table"
3392   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3393   algorithm: "table_perf_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3395   reference:
3396     title: "rls1908"
3397     data: "vpp-performance-changes-2n-dnv-ref"
3398   compare:
3399     title: "rls2001"
3400     data: "vpp-performance-changes-2n-dnv-cmp"
3401   data: "vpp-performance-changes-2n-dnv"
3402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3403   filter: "'2T2C'"
3404   parameters:
3405   - "name"
3406   - "parent"
3407   - "throughput"
3408   - "tags"
3409
3410 # VPP Performance Changes 2n-dnv 1t1c ndr
3411 - type: "table"
3412   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3413   algorithm: "table_perf_comparison"
3414   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3415   reference:
3416     title: "rls1908"
3417     data: "vpp-performance-changes-2n-dnv-ref"
3418   compare:
3419     title: "rls2001"
3420     data: "vpp-performance-changes-2n-dnv-cmp"
3421   data: "vpp-performance-changes-2n-dnv"
3422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'1T1C'"
3424   parameters:
3425   - "name"
3426   - "parent"
3427   - "throughput"
3428   - "tags"
3429
3430 # VPP Performance Changes 2n-dnv 2t2c ndr
3431 - type: "table"
3432   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3433   algorithm: "table_perf_comparison"
3434   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3435   reference:
3436     title: "rls1908 "
3437     data: "vpp-performance-changes-2n-dnv-ref"
3438   compare:
3439     title: "rls2001"
3440     data: "vpp-performance-changes-2n-dnv-cmp"
3441   data: "vpp-performance-changes-2n-dnv"
3442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3443   filter: "'2T2C'"
3444   parameters:
3445   - "name"
3446   - "parent"
3447   - "throughput"
3448   - "tags"
3449
3450 # VPP Performance Changes 3n-dnv 1t1c pdr
3451 - type: "table"
3452   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3453   algorithm: "table_perf_comparison"
3454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3455   reference:
3456     title: "rls1908"
3457     data: "vpp-performance-changes-3n-dnv-ref"
3458   compare:
3459     title: "rls2001"
3460     data: "vpp-performance-changes-3n-dnv-cmp"
3461   data: "vpp-performance-changes-3n-dnv"
3462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3463   filter: "'1T1C'"
3464   parameters:
3465   - "name"
3466   - "parent"
3467   - "throughput"
3468   - "tags"
3469
3470 # VPP Performance Changes 3n-dnv 2t2c pdr
3471 - type: "table"
3472   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3473   algorithm: "table_perf_comparison"
3474   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3475   reference:
3476     title: "rls1908"
3477     data: "vpp-performance-changes-3n-dnv-ref"
3478   compare:
3479     title: "rls2001"
3480     data: "vpp-performance-changes-3n-dnv-cmp"
3481   data: "vpp-performance-changes-3n-dnv"
3482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'2T2C'"
3484   parameters:
3485   - "name"
3486   - "parent"
3487   - "throughput"
3488   - "tags"
3489
3490 # VPP Performance Changes 3n-dnv 1t1c ndr
3491 - type: "table"
3492   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3493   algorithm: "table_perf_comparison"
3494   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3495   reference:
3496     title: "rls1908"
3497     data: "vpp-performance-changes-3n-dnv-ref"
3498   compare:
3499     title: "rls2001"
3500     data: "vpp-performance-changes-3n-dnv-cmp"
3501   data: "vpp-performance-changes-3n-dnv"
3502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3503   filter: "'1T1C'"
3504   parameters:
3505   - "name"
3506   - "parent"
3507   - "throughput"
3508   - "tags"
3509
3510 # VPP Performance Changes 3n-dnv 2t2c ndr
3511 - type: "table"
3512   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3513   algorithm: "table_perf_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3515   reference:
3516     title: "rls1908"
3517     data: "vpp-performance-changes-3n-dnv-ref"
3518   compare:
3519     title: "rls2001"
3520     data: "vpp-performance-changes-3n-dnv-cmp"
3521   data: "vpp-performance-changes-3n-dnv"
3522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'2T2C'"
3524   parameters:
3525   - "name"
3526   - "parent"
3527   - "throughput"
3528   - "tags"
3529
3530 # VPP Performance Changes 3n-tsh 1t1c pdr
3531 - type: "table"
3532   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3533   algorithm: "table_perf_comparison"
3534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3535   reference:
3536     title: "rls1908"
3537     data: "vpp-performance-changes-3n-tsh-ref"
3538   compare:
3539     title: "rls2001"
3540     data: "vpp-performance-changes-3n-tsh-cmp"
3541   data: "vpp-performance-changes-3n-tsh"
3542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3543   filter: "'1T1C'"
3544   parameters:
3545   - "name"
3546   - "parent"
3547   - "throughput"
3548   - "tags"
3549
3550 # VPP Performance Changes 3n-tsh 2t2c pdr
3551 - type: "table"
3552   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3553   algorithm: "table_perf_comparison"
3554   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3555   reference:
3556     title: "rls1908"
3557     data: "vpp-performance-changes-3n-tsh-ref"
3558   compare:
3559     title: "rls2001"
3560     data: "vpp-performance-changes-3n-tsh-cmp"
3561   data: "vpp-performance-changes-3n-tsh"
3562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T2C'"
3564   parameters:
3565   - "name"
3566   - "parent"
3567   - "throughput"
3568   - "tags"
3569
3570 # VPP Performance Changes 3n-tsh 1t1c ndr
3571 - type: "table"
3572   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3573   algorithm: "table_perf_comparison"
3574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3575   reference:
3576     title: "rls1908"
3577     data: "vpp-performance-changes-3n-tsh-ref"
3578   compare:
3579     title: "rls2001"
3580     data: "vpp-performance-changes-3n-tsh-cmp"
3581   data: "vpp-performance-changes-3n-tsh"
3582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3583   filter: "'1T1C'"
3584   parameters:
3585   - "name"
3586   - "parent"
3587   - "throughput"
3588   - "tags"
3589
3590 # VPP Performance Changes 3n-tsh 2t2c ndr
3591 - type: "table"
3592   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3593   algorithm: "table_perf_comparison"
3594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3595   reference:
3596     title: "rls1908"
3597     data: "vpp-performance-changes-3n-tsh-ref"
3598   compare:
3599     title: "rls2001"
3600     data: "vpp-performance-changes-3n-tsh-cmp"
3601   data: "vpp-performance-changes-3n-tsh"
3602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3603   filter: "'2T2C'"
3604   parameters:
3605   - "name"
3606   - "parent"
3607   - "throughput"
3608   - "tags"
3609
3610 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3611 #- type: "table"
3612 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3613 #  algorithm: "table_perf_comparison_nic"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3615 #  reference:
3616 #    title: "3n-hsw xl710"
3617 #    data: "vpp-compare-testbeds-ref"
3618 #    nic: "NIC_Intel-XL710"
3619 #  compare:
3620 #    title: "3n-skx xxv710"
3621 #    data: "vpp-compare-testbeds-cmp"
3622 #    nic: "NIC_Intel-XXV710"
3623 #  data: "vpp-compare-testbeds"
3624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3625 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3626 #  parameters:
3627 #  - "name"
3628 #  - "parent"
3629 #  - "throughput"
3630 #  - "tags"
3631 #
3632 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3633 #- type: "table"
3634 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3635 #  algorithm: "table_perf_comparison_nic"
3636 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3637 #  reference:
3638 #    title: "3n-hsw xl710"
3639 #    data: "vpp-compare-testbeds-ref"
3640 #    nic: "NIC_Intel-XL710"
3641 #  compare:
3642 #    title: "3n-skx xxv710"
3643 #    data: "vpp-compare-testbeds-cmp"
3644 #    nic: "NIC_Intel-XXV710"
3645 #  data: "vpp-compare-testbeds"
3646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3647 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3648 #  parameters:
3649 #  - "name"
3650 #  - "parent"
3651 #  - "throughput"
3652 #  - "tags"
3653 #
3654 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3655 #- type: "table"
3656 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3657 #  algorithm: "table_perf_comparison_nic"
3658 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3659 #  reference:
3660 #    title: "3n-hsw xl710"
3661 #    data: "vpp-compare-testbeds-ref"
3662 #    nic: "NIC_Intel-XL710"
3663 #  compare:
3664 #    title: "3n-skx xxv710"
3665 #    data: "vpp-compare-testbeds-cmp"
3666 #    nic: "NIC_Intel-XXV710"
3667 #  data: "vpp-compare-testbeds"
3668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3669 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3670 #  parameters:
3671 #  - "name"
3672 #  - "parent"
3673 #  - "throughput"
3674 #  - "tags"
3675 #
3676 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3677 #- type: "table"
3678 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3679 #  algorithm: "table_perf_comparison_nic"
3680 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3681 #  reference:
3682 #    title: "3n-hsw xl710"
3683 #    data: "vpp-compare-testbeds-ref"
3684 #    nic: "NIC_Intel-XL710"
3685 #  compare:
3686 #    title: "3n-skx xxv710"
3687 #    data: "vpp-compare-testbeds-cmp"
3688 #    nic: "NIC_Intel-XXV710"
3689 #  data: "vpp-compare-testbeds"
3690 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3692 #  parameters:
3693 #  - "name"
3694 #  - "parent"
3695 #  - "throughput"
3696 #  - "tags"
3697
3698 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3699 #- type: "table"
3700 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3701 #  algorithm: "table_perf_comparison"
3702 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3703 #  reference:
3704 #    title: "2n-skx"
3705 #    data: "vpp-compare-testbeds-skx-clx-ref"
3706 #  compare:
3707 #    title: "2n-clx"
3708 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3709 #  data: "vpp-compare-testbeds-skx-clx"
3710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3711 #  filter: "'2T1C'"
3712 #  parameters:
3713 #  - "name"
3714 #  - "parent"
3715 #  - "throughput"
3716 #  - "tags"
3717 #
3718 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3719 #- type: "table"
3720 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3721 #  algorithm: "table_perf_comparison"
3722 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3723 #  reference:
3724 #    title: "2n-skx"
3725 #    data: "vpp-compare-testbeds-skx-clx-ref"
3726 #  compare:
3727 #    title: "2n-clx"
3728 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3729 #  data: "vpp-compare-testbeds-skx-clx"
3730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3731 #  filter: "'4T2C'"
3732 #  parameters:
3733 #  - "name"
3734 #  - "parent"
3735 #  - "throughput"
3736 #  - "tags"
3737 #
3738 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3739 #- type: "table"
3740 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3741 #  algorithm: "table_perf_comparison"
3742 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3743 #  reference:
3744 #    title: "2n-skx"
3745 #    data: "vpp-compare-testbeds-skx-clx-ref"
3746 #  compare:
3747 #    title: "2n-clx"
3748 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3749 #  data: "vpp-compare-testbeds-skx-clx"
3750 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3751 #  filter: "'2T1C'"
3752 #  parameters:
3753 #  - "name"
3754 #  - "parent"
3755 #  - "throughput"
3756 #  - "tags"
3757 #
3758 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3759 #- type: "table"
3760 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3761 #  algorithm: "table_perf_comparison"
3762 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3763 #  reference:
3764 #    title: "2n-skx"
3765 #    data: "vpp-compare-testbeds-skx-clx-ref"
3766 #  compare:
3767 #    title: "2n-clx"
3768 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3769 #  data: "vpp-compare-testbeds-skx-clx"
3770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771 #  filter: "'4T2C'"
3772 #  parameters:
3773 #  - "name"
3774 #  - "parent"
3775 #  - "throughput"
3776 #  - "tags"
3777
3778 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3779 - type: "table"
3780   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3781   algorithm: "table_perf_comparison_nic"
3782   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3783   reference:
3784     title: "3n-hsw xl710"
3785     data: "vpp-compare-testbeds-hsw-clx-ref"
3786     nic: "NIC_Intel-XL710"
3787   compare:
3788     title: "2n-clx xxv710"
3789     data: "vpp-compare-testbeds-hsw-clx-cmp"
3790     nic: "NIC_Intel-XXV710"
3791   data: "vpp-compare-testbeds-hsw-clx"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3794   parameters:
3795   - "name"
3796   - "parent"
3797   - "throughput"
3798   - "tags"
3799
3800 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3801 - type: "table"
3802   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3803   algorithm: "table_perf_comparison_nic"
3804   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3805   reference:
3806     title: "3n-hsw xl710"
3807     data: "vpp-compare-testbeds-hsw-clx-ref"
3808     nic: "NIC_Intel-XL710"
3809   compare:
3810     title: "2n-clx xxv710"
3811     data: "vpp-compare-testbeds-hsw-clx-cmp"
3812     nic: "NIC_Intel-XXV710"
3813   data: "vpp-compare-testbeds-hsw-clx"
3814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3815   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3816   parameters:
3817   - "name"
3818   - "parent"
3819   - "throughput"
3820   - "tags"
3821
3822 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3823 - type: "table"
3824   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3825   algorithm: "table_perf_comparison_nic"
3826   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3827   reference:
3828     title: "3n-hsw xl710"
3829     data: "vpp-compare-testbeds-hsw-clx-ref"
3830     nic: "NIC_Intel-XL710"
3831   compare:
3832     title: "2n-clx xxv710"
3833     data: "vpp-compare-testbeds-hsw-clx-cmp"
3834     nic: "NIC_Intel-XXV710"
3835   data: "vpp-compare-testbeds-hsw-clx"
3836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3837   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3838   parameters:
3839   - "name"
3840   - "parent"
3841   - "throughput"
3842   - "tags"
3843
3844 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3845 - type: "table"
3846   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3847   algorithm: "table_perf_comparison_nic"
3848   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3849   reference:
3850     title: "3n-hsw xl710"
3851     data: "vpp-compare-testbeds-hsw-clx-ref"
3852     nic: "NIC_Intel-XL710"
3853   compare:
3854     title: "2n-clx xxv710"
3855     data: "vpp-compare-testbeds-hsw-clx-cmp"
3856     nic: "NIC_Intel-XXV710"
3857   data: "vpp-compare-testbeds-hsw-clx"
3858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3859   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "throughput"
3864   - "tags"
3865
3866 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3867 #- type: "table"
3868 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3869 #  algorithm: "table_perf_comparison"
3870 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3871 #  reference:
3872 #    title: "3-Node Skx"
3873 #    data: "vpp-compare-topologies-ref"
3874 #  compare:
3875 #    title: "2-Node Skx"
3876 #    data: "vpp-compare-topologies-cmp"
3877 #  data: "vpp-compare-topologies"
3878 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3879 #  filter: "'NDRPDR' and '1C'"
3880 #  parameters:
3881 #  - "name"
3882 #  - "parent"
3883 #  - "throughput"
3884 #
3885 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3886 #- type: "table"
3887 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3888 #  algorithm: "table_perf_comparison"
3889 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3890 #  reference:
3891 #    title: "3-Node Skx"
3892 #    data: "vpp-compare-topologies-ref"
3893 #  compare:
3894 #    title: "2-Node Skx"
3895 #    data: "vpp-compare-topologies-cmp"
3896 #  data: "vpp-compare-topologies"
3897 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898 #  filter: "'NDRPDR' and '2C'"
3899 #  parameters:
3900 #  - "name"
3901 #  - "parent"
3902 #  - "throughput"
3903 #
3904 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3905 #- type: "table"
3906 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3907 #  algorithm: "table_perf_comparison"
3908 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3909 #  reference:
3910 #    title: "3-Node Skx"
3911 #    data: "vpp-compare-topologies-ref"
3912 #  compare:
3913 #    title: "2-Node Skx"
3914 #    data: "vpp-compare-topologies-cmp"
3915 #  data: "vpp-compare-topologies"
3916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3917 #  filter: "'NDRPDR' and '1C'"
3918 #  parameters:
3919 #  - "name"
3920 #  - "parent"
3921 #  - "throughput"
3922 #
3923 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3924 #- type: "table"
3925 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3926 #  algorithm: "table_perf_comparison"
3927 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3928 #  reference:
3929 #    title: "3-Node Skx"
3930 #    data: "vpp-compare-topologies-ref"
3931 #  compare:
3932 #    title: "2-Node Skx"
3933 #    data: "vpp-compare-topologies-cmp"
3934 #  data: "vpp-compare-topologies"
3935 #  include-tests: "PDR"
3936 #  filter: "'NDRPDR' and '2C'"
3937 #  parameters:
3938 #  - "name"
3939 #  - "parent"
3940 #  - "throughput"
3941
3942 # VPP Performance Changes 3n-hsw 1t1c MRR
3943 - type: "table"
3944   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3945   algorithm: "table_perf_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3947   history:
3948     - title: "rls1904"
3949       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3950   reference:
3951     title: "rls1908"
3952     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3953   compare:
3954     title: "rls2001"
3955     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3956   data: "vpp-performance-changes-3n-hsw-mrr"
3957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3958   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3959   parameters:
3960   - "name"
3961   - "parent"
3962   - "result"
3963
3964 # VPP Performance Changes 3n-hsw 2t2c MRR
3965 - type: "table"
3966   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3967   algorithm: "table_perf_comparison"
3968   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3969   history:
3970     - title: "rls1904"
3971       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3972   reference:
3973     title: "rls1908"
3974     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3975   compare:
3976     title: "rls2001"
3977     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3978   data: "vpp-performance-changes-3n-hsw-mrr"
3979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3980   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3981   parameters:
3982   - "name"
3983   - "parent"
3984   - "result"
3985
3986 # VPP Performance Changes 3n-hsw 4t4c MRR
3987 - type: "table"
3988   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3989   algorithm: "table_perf_comparison"
3990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3991   history:
3992     - title: "rls1904"
3993       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3994   reference:
3995     title: "rls1908"
3996     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3997   compare:
3998     title: "rls2001"
3999     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4000   data: "vpp-performance-changes-3n-hsw-mrr"
4001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4002   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4003   parameters:
4004   - "name"
4005   - "parent"
4006   - "result"
4007
4008 ## VPP Performance Changes 3n-skx 2t1c MRR
4009 #- type: "table"
4010 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4011 #  algorithm: "table_perf_comparison"
4012 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4013 #  history:
4014 #    - title: "rls1904"
4015 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4016 #  reference:
4017 #    title: "rls1908"
4018 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4019 #  compare:
4020 #    title: "rls2001"
4021 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4022 #  data: "vpp-performance-changes-3n-skx-mrr"
4023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4024 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4025 #  parameters:
4026 #  - "name"
4027 #  - "parent"
4028 #  - "result"
4029 #
4030 ## VPP Performance Changes 3n-skx 4t2c MRR
4031 #- type: "table"
4032 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4033 #  algorithm: "table_perf_comparison"
4034 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4035 #  history:
4036 #    - title: "rls1904"
4037 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4038 #  reference:
4039 #    title: "rls1908"
4040 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4041 #  compare:
4042 #    title: "rls2001"
4043 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4044 #  data: "vpp-performance-changes-3n-skx-mrr"
4045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4046 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4047 #  parameters:
4048 #  - "name"
4049 #  - "parent"
4050 #  - "result"
4051 #
4052 ## VPP Performance Changes 3n-skx 8t4c MRR
4053 #- type: "table"
4054 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4055 #  algorithm: "table_perf_comparison"
4056 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4057 #  history:
4058 #    - title: "rls1904"
4059 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4060 #  reference:
4061 #    title: "rls1908"
4062 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4063 #  compare:
4064 #    title: "rls2001"
4065 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4066 #  data: "vpp-performance-changes-3n-skx-mrr"
4067 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4068 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4069 #  parameters:
4070 #  - "name"
4071 #  - "parent"
4072 #  - "result"
4073 #
4074 ## VPP Performance Changes 2n-skx 2t1c MRR
4075 #- type: "table"
4076 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4077 #  algorithm: "table_perf_comparison"
4078 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4079 #  history:
4080 #    - title: "rls1904"
4081 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4082 #  reference:
4083 #    title: "rls1908"
4084 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4085 #  compare:
4086 #    title: "rls2001"
4087 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4088 #  data: "vpp-performance-changes-2n-skx-mrr"
4089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4090 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4091 #  parameters:
4092 #  - "name"
4093 #  - "parent"
4094 #  - "result"
4095 #
4096 ## VPP Performance Changes 2n-skx 4t2c MRR
4097 #- type: "table"
4098 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4099 #  algorithm: "table_perf_comparison"
4100 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4101 #  history:
4102 #    - title: "rls1904"
4103 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4104 #  reference:
4105 #    title: "rls1908"
4106 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4107 #  compare:
4108 #    title: "rls2001"
4109 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4110 #  data: "vpp-performance-changes-2n-skx-mrr"
4111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4112 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4113 #  parameters:
4114 #  - "name"
4115 #  - "parent"
4116 #  - "result"
4117 #
4118 ## VPP Performance Changes 2n-skx 8t4c MRR
4119 #- type: "table"
4120 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4121 #  algorithm: "table_perf_comparison"
4122 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4123 #  history:
4124 #    - title: "rls1904"
4125 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4126 #  reference:
4127 #    title: "rls1908"
4128 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4129 #  compare:
4130 #    title: "rls2001"
4131 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4132 #  data: "vpp-performance-changes-2n-skx-mrr"
4133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4134 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4135 #  parameters:
4136 #  - "name"
4137 #  - "parent"
4138 #  - "result"
4139 #
4140 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4141 #- type: "table"
4142 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4143 #  algorithm: "table_perf_comparison"
4144 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4145 #  reference:
4146 #    title: "rls1908"
4147 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4148 #  compare:
4149 #    title: "rls2001"
4150 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4151 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4152 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4153 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4154 #  parameters:
4155 #  - "name"
4156 #  - "parent"
4157 #  - "result"
4158 #
4159 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4160 #- type: "table"
4161 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4162 #  algorithm: "table_perf_comparison"
4163 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4164 #  reference:
4165 #    title: "rls1908"
4166 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4167 #  compare:
4168 #    title: "rls2001"
4169 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4170 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4171 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4172 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4173 #  parameters:
4174 #  - "name"
4175 #  - "parent"
4176 #  - "result"
4177 #
4178 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4179 #- type: "table"
4180 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4181 #  algorithm: "table_perf_comparison"
4182 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4183 #  reference:
4184 #    title: "rls1908"
4185 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4186 #  compare:
4187 #    title: "rls2001"
4188 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4189 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4190 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4191 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4192 #  parameters:
4193 #  - "name"
4194 #  - "parent"
4195 #  - "result"
4196
4197 # VPP Performance Changes 2n-dnv 1t1c MRR
4198 - type: "table"
4199   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4200   algorithm: "table_perf_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4202   reference:
4203     title: "rls1908"
4204     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4205   compare:
4206     title: "rls2001"
4207     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4208   data: "vpp-performance-changes-2n-dnv-mrr"
4209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4210   filter: "'1T1C' and 'MRR'"
4211   parameters:
4212   - "name"
4213   - "parent"
4214   - "result"
4215
4216 # VPP Performance Changes 2n-dnv 2t2c MRR
4217 - type: "table"
4218   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4219   algorithm: "table_perf_comparison"
4220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4221   reference:
4222     title: "rls1908"
4223     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4224   compare:
4225     title: "rls2001"
4226     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4227   data: "vpp-performance-changes-2n-dnv-mrr"
4228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4229   filter: "'2T2C' and 'MRR'"
4230   parameters:
4231   - "name"
4232   - "parent"
4233   - "result"
4234
4235 # VPP Performance Changes 2n-dnv 4t4c MRR
4236 - type: "table"
4237   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4238   algorithm: "table_perf_comparison"
4239   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4240   reference:
4241     title: "rls1908"
4242     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4243   compare:
4244     title: "rls2001"
4245     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4246   data: "vpp-performance-changes-2n-dnv-mrr"
4247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4248   filter: "'4T4C' and 'MRR'"
4249   parameters:
4250   - "name"
4251   - "parent"
4252   - "result"
4253
4254 # VPP Performance Changes 3n-dnv 1t1c MRR
4255 - type: "table"
4256   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4257   algorithm: "table_perf_comparison"
4258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4259   reference:
4260     title: "rls1908"
4261     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4262   compare:
4263     title: "rls2001"
4264     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4265   data: "vpp-performance-changes-3n-dnv-mrr"
4266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4267   filter: "'1T1C' and 'MRR'"
4268   parameters:
4269   - "name"
4270   - "parent"
4271   - "result"
4272
4273 # VPP Performance Changes 3n-dnv 2t2c MRR
4274 - type: "table"
4275   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4276   algorithm: "table_perf_comparison"
4277   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4278   reference:
4279     title: "rls1908"
4280     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4281   compare:
4282     title: "rls2001"
4283     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4284   data: "vpp-performance-changes-3n-dnv-mrr"
4285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4286   filter: "'2T2C' and 'MRR'"
4287   parameters:
4288   - "name"
4289   - "parent"
4290   - "result"
4291
4292 # VPP Performance Changes 3n-dnv 4t4c MRR
4293 - type: "table"
4294   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4295   algorithm: "table_perf_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4297   reference:
4298     title: "rls1908"
4299     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4300   compare:
4301     title: "rls2001"
4302     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4303   data: "vpp-performance-changes-3n-dnv-mrr"
4304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4305   filter: "'4T4C' and 'MRR'"
4306   parameters:
4307   - "name"
4308   - "parent"
4309   - "result"
4310
4311 # VPP Performance Changes 3n-tsh 1t1c MRR
4312 - type: "table"
4313   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4314   algorithm: "table_perf_comparison"
4315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4316   reference:
4317     title: "rls1908"
4318     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4319   compare:
4320     title: "rls2001"
4321     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4322   data: "vpp-performance-changes-3n-tsh-mrr"
4323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4324   filter: "'1T1C' and 'MRR'"
4325   parameters:
4326   - "name"
4327   - "parent"
4328   - "result"
4329
4330 # VPP Performance Changes 3n-tsh 2t2c MRR
4331 - type: "table"
4332   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4333   algorithm: "table_perf_comparison"
4334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4335   reference:
4336     title: "rls1908"
4337     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4338   compare:
4339     title: "rls2001"
4340     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4341   data: "vpp-performance-changes-3n-tsh-mrr"
4342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4343   filter: "'2T2C' and 'MRR'"
4344   parameters:
4345   - "name"
4346   - "parent"
4347   - "result"
4348
4349 # VPP Performance Changes 3n-tsh 4t4c MRR
4350 - type: "table"
4351   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4352   algorithm: "table_perf_comparison"
4353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4354   reference:
4355     title: "rls1908"
4356     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4357   compare:
4358     title: "rls2001"
4359     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4360   data: "vpp-performance-changes-3n-tsh-mrr"
4361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362   filter: "'4T4C' and 'MRR'"
4363   parameters:
4364   - "name"
4365   - "parent"
4366   - "result"
4367
4368 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4369 #- type: "table"
4370 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4371 #  algorithm: "table_perf_comparison_nic"
4372 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4373 #  reference:
4374 #    title: "3n-hsw xl710"
4375 #    data: "vpp-compare-testbeds-mrr-ref"
4376 #    nic: "NIC_Intel-XL710"
4377 #  compare:
4378 #    title: "3n-skx xxv710"
4379 #    data: "vpp-compare-testbeds-mrr-cmp"
4380 #    nic: "NIC_Intel-XXV710"
4381 #  data: "vpp-compare-testbeds-mrr"
4382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4383 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4384 #  parameters:
4385 #  - "name"
4386 #  - "parent"
4387 #  - "result"
4388 #  - "tags"
4389 #
4390 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4391 #- type: "table"
4392 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4393 #  algorithm: "table_perf_comparison_nic"
4394 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4395 #  reference:
4396 #    title: "3n-hsw xl710"
4397 #    data: "vpp-compare-testbeds-mrr-ref"
4398 #    nic: "NIC_Intel-XL710"
4399 #  compare:
4400 #    title: "3n-skx xxv710"
4401 #    data: "vpp-compare-testbeds-mrr-cmp"
4402 #    nic: "NIC_Intel-XXV710"
4403 #  data: "vpp-compare-testbeds-mrr"
4404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4405 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4406 #  parameters:
4407 #  - "name"
4408 #  - "parent"
4409 #  - "result"
4410 #  - "tags"
4411 #
4412 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4413 #- type: "table"
4414 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4415 #  algorithm: "table_perf_comparison_nic"
4416 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4417 #  reference:
4418 #    title: "3n-hsw xl710"
4419 #    data: "vpp-compare-testbeds-mrr-ref"
4420 #    nic: "NIC_Intel-XL710"
4421 #  compare:
4422 #    title: "3n-skx xxv710"
4423 #    data: "vpp-compare-testbeds-mrr-cmp"
4424 #    nic: "NIC_Intel-XXV710"
4425 #  data: "vpp-compare-testbeds-mrr"
4426 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4427 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4428 #  parameters:
4429 #  - "name"
4430 #  - "parent"
4431 #  - "result"
4432 #  - "tags"
4433
4434 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4435 #- type: "table"
4436 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4437 #  algorithm: "table_perf_comparison"
4438 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4439 #  reference:
4440 #    title: "2n-skx"
4441 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4442 #  compare:
4443 #    title: "2n-clx"
4444 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4445 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4446 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4447 #  filter: "'2T1C'"
4448 #  parameters:
4449 #  - "name"
4450 #  - "parent"
4451 #  - "result"
4452 #  - "tags"
4453 #
4454 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4455 #- type: "table"
4456 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4457 #  algorithm: "table_perf_comparison"
4458 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4459 #  reference:
4460 #    title: "2n-skx"
4461 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4462 #  compare:
4463 #    title: "2n-clx"
4464 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4465 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4467 #  filter: "'4T2C'"
4468 #  parameters:
4469 #  - "name"
4470 #  - "parent"
4471 #  - "result"
4472 #  - "tags"
4473 #
4474 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4475 #- type: "table"
4476 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4477 #  algorithm: "table_perf_comparison"
4478 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4479 #  reference:
4480 #    title: "2n-skx"
4481 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4482 #  compare:
4483 #    title: "2n-clx"
4484 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4485 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4486 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487 #  filter: "'8T4C'"
4488 #  parameters:
4489 #  - "name"
4490 #  - "parent"
4491 #  - "result"
4492 #  - "tags"
4493 #
4494 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4495 #- type: "table"
4496 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4497 #  algorithm: "table_perf_comparison"
4498 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4499 #  reference:
4500 #    title: "3-Node Skx"
4501 #    data: "vpp-compare-topologies-mrr-ref"
4502 #  compare:
4503 #    title: "2-Node Skx"
4504 #    data: "vpp-compare-topologies-mrr-cmp"
4505 #  data: "vpp-compare-topologies-mrr"
4506 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4507 #  filter: "'MRR' and '1C'"
4508 #  parameters:
4509 #  - "name"
4510 #  - "parent"
4511 #  - "result"
4512 #
4513 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4514 #- type: "table"
4515 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4516 #  algorithm: "table_perf_comparison"
4517 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4518 #  reference:
4519 #    title: "3-Node Skx"
4520 #    data: "vpp-compare-topologies-mrr-ref"
4521 #  compare:
4522 #    title: "2-Node Skx"
4523 #    data: "vpp-compare-topologies-mrr-cmp"
4524 #  data: "vpp-compare-topologies-mrr"
4525 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4526 #  filter: "'MRR' and '2C'"
4527 #  parameters:
4528 #  - "name"
4529 #  - "parent"
4530 #  - "result"
4531 #
4532 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4533 #- type: "table"
4534 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4535 #  algorithm: "table_perf_comparison"
4536 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4537 #  reference:
4538 #    title: "3-Node Skx"
4539 #    data: "vpp-compare-topologies-mrr-ref"
4540 #  compare:
4541 #    title: "2-Node Skx"
4542 #    data: "vpp-compare-topologies-mrr-cmp"
4543 #  data: "vpp-compare-topologies-mrr"
4544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4545 #  filter: "'MRR' and '4C'"
4546 #  parameters:
4547 #  - "name"
4548 #  - "parent"
4549 #  - "result"
4550
4551 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4552 - type: "table"
4553   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4554   algorithm: "table_perf_comparison_nic"
4555   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4556   reference:
4557     title: "3n-hsw xl710"
4558     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4559     nic: "NIC_Intel-XL710"
4560   compare:
4561     title: "2n-clx xxv710"
4562     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4563     nic: "NIC_Intel-XXV710"
4564   data: "vpp-compare-testbeds-mrr-hsw-clx"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4567   parameters:
4568   - "name"
4569   - "parent"
4570   - "result"
4571   - "tags"
4572
4573 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4574 - type: "table"
4575   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4576   algorithm: "table_perf_comparison_nic"
4577   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4578   reference:
4579     title: "3n-hsw xl710"
4580     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4581     nic: "NIC_Intel-XL710"
4582   compare:
4583     title: "2n-clx xxv710"
4584     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4585     nic: "NIC_Intel-XXV710"
4586   data: "vpp-compare-testbeds-mrr-hsw-clx"
4587   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4588   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4589   parameters:
4590   - "name"
4591   - "parent"
4592   - "result"
4593   - "tags"
4594
4595 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4596 - type: "table"
4597   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4598   algorithm: "table_perf_comparison_nic"
4599   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4600   reference:
4601     title: "3n-hsw xl710"
4602     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4603     nic: "NIC_Intel-XL710"
4604   compare:
4605     title: "2n-clx xxv710"
4606     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4607     nic: "NIC_Intel-XXV710"
4608   data: "vpp-compare-testbeds-mrr-hsw-clx"
4609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4610   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4611   parameters:
4612   - "name"
4613   - "parent"
4614   - "result"
4615   - "tags"
4616
4617 # Detailed Test Results - VPP Performance Results 3n-hsw
4618 - type: "table"
4619   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4620   algorithm: "table_merged_details"
4621   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4622   columns:
4623   - title: " |prein| Test Name |preout| "
4624     data: "data name"
4625   - 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| "
4626     data: "data msg"
4627   data: "vpp-perf-results-3n-hsw"
4628   filter: "all"
4629   parameters:
4630   - "name"
4631   - "parent"
4632   - "msg"
4633
4634 ## Detailed Test Results - VPP Performance Results 3n-skx
4635 #- type: "table"
4636 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4637 #  algorithm: "table_merged_details"
4638 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4639 #  columns:
4640 #  - title: " |prein| Test Name |preout| "
4641 #    data: "data name"
4642 #  - 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| "
4643 #    data: "data msg"
4644 #  data: "vpp-perf-results-3n-skx"
4645 #  filter: "all"
4646 #  parameters:
4647 #  - "name"
4648 #  - "parent"
4649 #  - "msg"
4650 #
4651 ## Detailed Test Results - VPP Performance Results 2n-skx
4652 #- type: "table"
4653 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4654 #  algorithm: "table_merged_details"
4655 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4656 #  columns:
4657 #  - title: " |prein| Test Name |preout| "
4658 #    data: "data name"
4659 #  - 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| "
4660 #    data: "data msg"
4661 #  data: "vpp-perf-results-2n-skx"
4662 #  filter: "all"
4663 #  parameters:
4664 #  - "name"
4665 #  - "parent"
4666 #  - "msg"
4667
4668 # Detailed Test Results - VPP Performance Results 2n-clx
4669 - type: "table"
4670   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4671   algorithm: "table_merged_details"
4672   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4673   columns:
4674   - title: " |prein| Test Name |preout| "
4675     data: "data name"
4676   - 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| "
4677     data: "data msg"
4678   data: "vpp-perf-results-2n-clx"
4679   filter: "all"
4680   parameters:
4681   - "name"
4682   - "parent"
4683   - "msg"
4684
4685 # Detailed Test Results - VPP Performance Results 3n-tsh
4686 - type: "table"
4687   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4688   algorithm: "table_merged_details"
4689   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4690   columns:
4691   - title: " |prein| Test Name |preout| "
4692     data: "data name"
4693   - 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| "
4694     data: "data msg"
4695   data: "vpp-perf-results-3n-tsh"
4696   filter: "all"
4697   parameters:
4698   - "name"
4699   - "parent"
4700   - "msg"
4701
4702 # Detailed Test Results - VPP Performance Results 3n-dnv
4703 - type: "table"
4704   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4705   algorithm: "table_merged_details"
4706   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4707   columns:
4708   - title: " |prein| Test Name |preout| "
4709     data: "data name"
4710   - 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| "
4711     data: "data msg"
4712   data: "vpp-perf-results-3n-dnv"
4713   filter: "all"
4714   parameters:
4715   - "name"
4716   - "parent"
4717   - "msg"
4718
4719 # Detailed Test Results - VPP Performance Results 2n-dnv
4720 - type: "table"
4721   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4722   algorithm: "table_merged_details"
4723   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4724   columns:
4725   - title: " |prein| Test Name |preout| "
4726     data: "data name"
4727   - 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| "
4728     data: "data msg"
4729   data: "vpp-perf-results-2n-dnv"
4730   filter: "all"
4731   parameters:
4732   - "name"
4733   - "parent"
4734   - "msg"
4735
4736 # Test configuration - VPP Performance Test Configs 3n-hsw
4737 - type: "table"
4738   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4739   algorithm: "table_merged_details"
4740   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4741   columns:
4742   - title: " |prein| Test Name |preout| "
4743     data: "data name"
4744   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4745     data: "data conf-history"
4746   data: "vpp-perf-results-3n-hsw"
4747   filter: "all"
4748   parameters:
4749   - "parent"
4750   - "name"
4751   - "conf-history"
4752
4753 ## Test configuration - VPP Performance Test Configs 3n-skx
4754 #- type: "table"
4755 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4756 #  algorithm: "table_merged_details"
4757 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4758 #  columns:
4759 #  - title: " |prein| Test Name |preout| "
4760 #    data: "data name"
4761 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4762 #    data: "data conf-history"
4763 #  data: "vpp-perf-results-3n-skx"
4764 #  filter: "all"
4765 #  parameters:
4766 #  - "parent"
4767 #  - "name"
4768 #  - "conf-history"
4769 #
4770 ## Test configuration - VPP Performance Test Configs 2n-skx
4771 #- type: "table"
4772 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4773 #  algorithm: "table_merged_details"
4774 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4775 #  columns:
4776 #  - title: " |prein| Test Name |preout| "
4777 #    data: "data name"
4778 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4779 #    data: "data conf-history"
4780 #  data: "vpp-perf-results-2n-skx"
4781 #  filter: "all"
4782 #  parameters:
4783 #  - "parent"
4784 #  - "name"
4785 #  - "conf-history"
4786
4787 # Test configuration - VPP Performance Test Configs 2n-clx
4788 - type: "table"
4789   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4790   algorithm: "table_merged_details"
4791   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4792   columns:
4793   - title: " |prein| Test Name |preout| "
4794     data: "data name"
4795   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4796     data: "data conf-history"
4797   data: "vpp-perf-results-2n-clx"
4798   filter: "all"
4799   parameters:
4800   - "parent"
4801   - "name"
4802   - "conf-history"
4803
4804 # Test configuration - VPP Performance Test Configs 3n-tsh
4805 - type: "table"
4806   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4807   algorithm: "table_merged_details"
4808   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4809   columns:
4810   - title: " |prein| Test Name |preout| "
4811     data: "data name"
4812   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4813     data: "data conf-history"
4814   data: "vpp-perf-results-3n-tsh"
4815   filter: "all"
4816   parameters:
4817   - "parent"
4818   - "name"
4819   - "conf-history"
4820
4821 # Test configuration - VPP Performance Test Configs 3n-dnv
4822 - type: "table"
4823   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4824   algorithm: "table_merged_details"
4825   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4826   columns:
4827   - title: " |prein| Test Name |preout| "
4828     data: "data name"
4829   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4830     data: "data conf-history"
4831   data: "vpp-perf-results-3n-dnv"
4832   filter: "all"
4833   parameters:
4834   - "parent"
4835   - "name"
4836   - "conf-history"
4837
4838 # Test configuration - VPP Performance Test Configs 2n-dnv
4839 - type: "table"
4840   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4841   algorithm: "table_merged_details"
4842   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4843   columns:
4844   - title: " |prein| Test Name |preout| "
4845     data: "data name"
4846   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4847     data: "data conf-history"
4848   data: "vpp-perf-results-2n-dnv"
4849   filter: "all"
4850   parameters:
4851   - "parent"
4852   - "name"
4853   - "conf-history"
4854
4855 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4856 - type: "table"
4857   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4858   algorithm: "table_oper_data_html"
4859   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4860   data: "vpp-perf-results-3n-hsw"
4861   filter: "all"
4862
4863 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4864 #- type: "table"
4865 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4866 #  algorithm: "table_oper_data_html"
4867 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4868 #  data: "vpp-perf-results-3n-skx"
4869 #  filter: "all"
4870 #
4871 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4872 #- type: "table"
4873 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4874 #  algorithm: "table_oper_data_html"
4875 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4876 #  data: "vpp-perf-results-2n-skx"
4877 #  filter: "all"
4878
4879 # Test Operational Data - VPP Performance Operational Data 2n-clx
4880 - type: "table"
4881   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4882   algorithm: "table_oper_data_html"
4883   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4884   data: "vpp-perf-results-2n-clx"
4885   filter: "all"
4886
4887 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4888 - type: "table"
4889   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4890   algorithm: "table_oper_data_html"
4891   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4892   data: "vpp-perf-results-3n-tsh"
4893   filter: "all"
4894
4895 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4896 - type: "table"
4897   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4898   algorithm: "table_oper_data_html"
4899   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4900   data: "vpp-perf-results-3n-dnv"
4901   filter: "all"
4902
4903 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4904 - type: "table"
4905   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4906   algorithm: "table_oper_data_html"
4907   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4908   data: "vpp-perf-results-2n-dnv"
4909   filter: "all"
4910
4911 # Detailed Test Results - VPP MRR Results 3n-hsw
4912 - type: "table"
4913   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4914   algorithm: "table_merged_details"
4915   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4916   columns:
4917   - title: " |prein| Test Name |preout| "
4918     data: "data name"
4919   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4920     data: "data msg"
4921   data: "vpp-mrr-results-3n-hsw"
4922   filter: "all"
4923   parameters:
4924   - "name"
4925   - "parent"
4926   - "msg"
4927
4928 ## Detailed Test Results - VPP MRR Results 3n-skx
4929 #- type: "table"
4930 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4931 #  algorithm: "table_merged_details"
4932 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4933 #  columns:
4934 #  - title: " |prein| Test Name |preout| "
4935 #    data: "data name"
4936 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4937 #    data: "data msg"
4938 #  data: "vpp-mrr-results-3n-skx"
4939 #  filter: "all"
4940 #  parameters:
4941 #  - "name"
4942 #  - "parent"
4943 #  - "msg"
4944 #
4945 ## Detailed Test Results - VPP MRR Results 2n-skx
4946 #- type: "table"
4947 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4948 #  algorithm: "table_merged_details"
4949 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4950 #  columns:
4951 #  - title: " |prein| Test Name |preout| "
4952 #    data: "data name"
4953 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4954 #    data: "data msg"
4955 #  data: "vpp-mrr-results-2n-skx"
4956 #  filter: "all"
4957 #  parameters:
4958 #  - "name"
4959 #  - "parent"
4960 #  - "msg"
4961
4962 # Detailed Test Results - VPP MRR Results 2n-clx
4963 - type: "table"
4964   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4965   algorithm: "table_merged_details"
4966   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4967   columns:
4968   - title: " |prein| Test Name |preout| "
4969     data: "data name"
4970   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4971     data: "data msg"
4972   data: "vpp-mrr-results-2n-clx"
4973   filter: "all"
4974   parameters:
4975   - "name"
4976   - "parent"
4977   - "msg"
4978
4979 # Detailed Test Results - VPP MRR Results 3n-tsh
4980 - type: "table"
4981   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4982   algorithm: "table_merged_details"
4983   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4984   columns:
4985   - title: " |prein| Test Name |preout| "
4986     data: "data name"
4987   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4988     data: "data msg"
4989   data: "vpp-mrr-results-3n-tsh"
4990   filter: "all"
4991   parameters:
4992   - "name"
4993   - "parent"
4994   - "msg"
4995
4996 # Detailed Test Results - VPP MRR Results 3n-dnv
4997 - type: "table"
4998   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4999   algorithm: "table_merged_details"
5000   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5001   columns:
5002   - title: " |prein| Test Name |preout| "
5003     data: "data name"
5004   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5005     data: "data msg"
5006   data: "vpp-mrr-results-3n-dnv"
5007   filter: "all"
5008   parameters:
5009   - "name"
5010   - "parent"
5011   - "msg"
5012
5013 # Detailed Test Results - VPP MRR Results 2n-dnv
5014 - type: "table"
5015   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5016   algorithm: "table_merged_details"
5017   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5018   columns:
5019   - title: " |prein| Test Name |preout| "
5020     data: "data name"
5021   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5022     data: "data msg"
5023   data: "vpp-mrr-results-2n-dnv"
5024   filter: "all"
5025   parameters:
5026   - "name"
5027   - "parent"
5028   - "msg"
5029
5030 # Test configuration - VPP MRR Test Configs 3n-hsw
5031 - type: "table"
5032   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5033   algorithm: "table_merged_details"
5034   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
5035   columns:
5036   - title: " |prein| Test Name |preout| "
5037     data: "data name"
5038   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5039     data: "data conf-history"
5040   data: "vpp-mrr-results-3n-hsw"
5041   filter: "all"
5042   parameters:
5043   - "parent"
5044   - "name"
5045   - "conf-history"
5046
5047 ## Test configuration - VPP MRR Test Configs 3n-skx
5048 #- type: "table"
5049 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5050 #  algorithm: "table_merged_details"
5051 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
5052 #  columns:
5053 #  - title: " |prein| Test Name |preout| "
5054 #    data: "data name"
5055 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5056 #    data: "data conf-history"
5057 #  data: "vpp-mrr-results-3n-skx"
5058 #  filter: "all"
5059 #  parameters:
5060 #  - "parent"
5061 #  - "name"
5062 #  - "conf-history"
5063 #
5064 ## Test configuration - VPP MRR Test Configs 2n-skx
5065 #- type: "table"
5066 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5067 #  algorithm: "table_merged_details"
5068 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
5069 #  columns:
5070 #  - title: " |prein| Test Name |preout| "
5071 #    data: "data name"
5072 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5073 #    data: "data conf-history"
5074 #  data: "vpp-mrr-results-2n-skx"
5075 #  filter: "all"
5076 #  parameters:
5077 #  - "parent"
5078 #  - "name"
5079 #  - "conf-history"
5080
5081 # Test configuration - VPP MRR Test Configs 2n-clx
5082 - type: "table"
5083   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5084   algorithm: "table_merged_details"
5085   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
5086   columns:
5087   - title: " |prein| Test Name |preout| "
5088     data: "data name"
5089   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5090     data: "data conf-history"
5091   data: "vpp-mrr-results-2n-clx"
5092   filter: "all"
5093   parameters:
5094   - "parent"
5095   - "name"
5096   - "conf-history"
5097
5098 # Test configuration - VPP MRR Test Configs 3n-tsh
5099 - type: "table"
5100   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5101   algorithm: "table_merged_details"
5102   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5103   columns:
5104   - title: " |prein| Test Name |preout| "
5105     data: "data name"
5106   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5107     data: "data conf-history"
5108   data: "vpp-mrr-results-3n-tsh"
5109   filter: "all"
5110   parameters:
5111   - "parent"
5112   - "name"
5113   - "conf-history"
5114
5115 # Test configuration - VPP MRR Test Configs 3n-dnv
5116 - type: "table"
5117   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5118   algorithm: "table_merged_details"
5119   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
5120   columns:
5121   - title: " |prein| Test Name |preout| "
5122     data: "data name"
5123   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5124     data: "data conf-history"
5125   data: "vpp-mrr-results-3n-dnv"
5126   filter: "all"
5127   parameters:
5128   - "parent"
5129   - "name"
5130   - "conf-history"
5131
5132 # Test configuration - VPP MRR Test Configs 2n-dnv
5133 - type: "table"
5134   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5135   algorithm: "table_merged_details"
5136   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
5137   columns:
5138   - title: " |prein| Test Name |preout| "
5139     data: "data name"
5140   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5141     data: "data conf-history"
5142   data: "vpp-mrr-results-2n-dnv"
5143   filter: "all"
5144   parameters:
5145   - "parent"
5146   - "name"
5147   - "conf-history"
5148
5149 # Detailed Test Results - VPP Device Results - Ubuntu
5150 - type: "table"
5151   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5152   algorithm: "table_merged_details"
5153   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5154   columns:
5155   - title: " |prein| Test Name |preout| "
5156     data: "data name"
5157   - title: " |prein| Status |preout| "
5158     data: "data status"
5159   data: "vpp-device-results-ubuntu"
5160   filter: "all"
5161   parameters:
5162   - "name"
5163   - "parent"
5164   - "doc"
5165   - "status"
5166
5167 # Test configuration - VPP Device Test Configs - Ubuntu
5168 - type: "table"
5169   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5170   algorithm: "table_merged_details"
5171   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5172   columns:
5173   - title: " |prein| Test Name |preout| "
5174     data: "data name"
5175   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5176     data: "data conf-history"
5177   data: "vpp-device-results-ubuntu"
5178   filter: "all"
5179   parameters:
5180   - "parent"
5181   - "name"
5182   - "conf-history"
5183
5184 ################################################################################
5185
5186 # DPDK Performance Changes 3n-hsw 1t1c pdr
5187 - type: "table"
5188   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5189   algorithm: "table_perf_comparison"
5190   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5191   history:
5192     - title: "rls1904"
5193       data: "dpdk-performance-changes-3n-hsw-h1"
5194   reference:
5195     title: "rls1908"
5196     data: "dpdk-performance-changes-3n-hsw-ref"
5197   compare:
5198     title: "rls2001"
5199     data: "dpdk-performance-changes-3n-hsw-cmp"
5200   data: "dpdk-performance-changes-3n-hsw"
5201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5202   filter: "'1T1C' and 'NDRPDR'"
5203   parameters:
5204   - "name"
5205   - "parent"
5206   - "throughput"
5207
5208 # DPDK Performance Changes 3n-hsw 2t2c pdr
5209 - type: "table"
5210   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5211   algorithm: "table_perf_comparison"
5212   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5213   history:
5214     - title: "rls1904"
5215       data: "dpdk-performance-changes-3n-hsw-h1"
5216   reference:
5217     title: "rls1908"
5218     data: "dpdk-performance-changes-3n-hsw-ref"
5219   compare:
5220     title: "rls2001"
5221     data: "dpdk-performance-changes-3n-hsw-cmp"
5222   data: "dpdk-performance-changes-3n-hsw"
5223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5224   filter: "'2T2C' and 'NDRPDR'"
5225   parameters:
5226   - "name"
5227   - "parent"
5228   - "throughput"
5229
5230 # DPDK Performance Changes 3n-hsw 1t1c ndr
5231 - type: "table"
5232   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5233   algorithm: "table_perf_comparison"
5234   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5235   history:
5236     - title: "rls1904"
5237       data: "dpdk-performance-changes-3n-hsw-h1"
5238   reference:
5239     title: "rls1908"
5240     data: "dpdk-performance-changes-3n-hsw-ref"
5241   compare:
5242     title: "rls2001"
5243     data: "dpdk-performance-changes-3n-hsw-cmp"
5244   data: "dpdk-performance-changes-3n-hsw"
5245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5246   filter: "'1T1C' and 'NDRPDR'"
5247   parameters:
5248   - "name"
5249   - "parent"
5250   - "throughput"
5251
5252 # DPDK Performance Changes 3n-hsw 2t2c ndr
5253 - type: "table"
5254   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5255   algorithm: "table_perf_comparison"
5256   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5257   history:
5258     - title: "rls1904"
5259       data: "dpdk-performance-changes-3n-hsw-h1"
5260   reference:
5261     title: "rls1908"
5262     data: "dpdk-performance-changes-3n-hsw-ref"
5263   compare:
5264     title: "rls2001"
5265     data: "dpdk-performance-changes-3n-hsw-cmp"
5266   data: "dpdk-performance-changes-3n-hsw"
5267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5268   filter: "'2T2C' and 'NDRPDR'"
5269   parameters:
5270   - "name"
5271   - "parent"
5272   - "throughput"
5273
5274 ## DPDK Performance Changes 3n-skx 2t1c pdr
5275 #- type: "table"
5276 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5277 #  algorithm: "table_perf_comparison"
5278 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5279 #  history:
5280 #    - title: "rls1904"
5281 #      data: "dpdk-performance-changes-3n-skx-h1"
5282 #  reference:
5283 #    title: "rls1908"
5284 #    data: "dpdk-performance-changes-3n-skx-ref"
5285 #  compare:
5286 #    title: "rls2001"
5287 #    data: "dpdk-performance-changes-3n-skx-cmp"
5288 #  data: "dpdk-performance-changes-3n-skx"
5289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5290 #  filter: "'2T1C' and 'NDRPDR'"
5291 #  parameters:
5292 #  - "name"
5293 #  - "parent"
5294 #  - "throughput"
5295 #
5296 ## DPDK Performance Changes 3n-skx 4t2c pdr
5297 #- type: "table"
5298 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5299 #  algorithm: "table_perf_comparison"
5300 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5301 #  history:
5302 #    - title: "rls1904"
5303 #      data: "dpdk-performance-changes-3n-skx-h1"
5304 #  reference:
5305 #    title: "rls1908"
5306 #    data: "dpdk-performance-changes-3n-skx-ref"
5307 #  compare:
5308 #    title: "rls2001"
5309 #    data: "dpdk-performance-changes-3n-skx-cmp"
5310 #  data: "dpdk-performance-changes-3n-skx"
5311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5312 #  filter: "'4T2C' and 'NDRPDR'"
5313 #  parameters:
5314 #  - "name"
5315 #  - "parent"
5316 #  - "throughput"
5317 #
5318 ## DPDK Performance Changes 3n-skx 2t1c ndr
5319 #- type: "table"
5320 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5321 #  algorithm: "table_perf_comparison"
5322 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5323 #  history:
5324 #    - title: "rls1904"
5325 #      data: "dpdk-performance-changes-3n-skx-h1"
5326 #  reference:
5327 #    title: "rls1908"
5328 #    data: "dpdk-performance-changes-3n-skx-ref"
5329 #  compare:
5330 #    title: "rls2001"
5331 #    data: "dpdk-performance-changes-3n-skx-cmp"
5332 #  data: "dpdk-performance-changes-3n-skx"
5333 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5334 #  filter: "'2T1C' and 'NDRPDR'"
5335 #  parameters:
5336 #  - "name"
5337 #  - "parent"
5338 #  - "throughput"
5339 #
5340 ## DPDK Performance Changes 3n-skx 4t2c ndr
5341 #- type: "table"
5342 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5343 #  algorithm: "table_perf_comparison"
5344 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5345 #  history:
5346 #    - title: "rls1904"
5347 #      data: "dpdk-performance-changes-3n-skx-h1"
5348 #  reference:
5349 #    title: "rls1908"
5350 #    data: "dpdk-performance-changes-3n-skx-ref"
5351 #  compare:
5352 #    title: "rls2001"
5353 #    data: "dpdk-performance-changes-3n-skx-cmp"
5354 #  data: "dpdk-performance-changes-3n-skx"
5355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5356 #  filter: "'4T2C' and 'NDRPDR'"
5357 #  parameters:
5358 #  - "name"
5359 #  - "parent"
5360 #  - "throughput"
5361 #
5362 ## DPDK Performance Changes 2n-skx 2t1c pdr
5363 #- type: "table"
5364 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5365 #  algorithm: "table_perf_comparison"
5366 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5367 #  history:
5368 #    - title: "rls1904"
5369 #      data: "dpdk-performance-changes-2n-skx-h1"
5370 #  reference:
5371 #    title: "rls1908"
5372 #    data: "dpdk-performance-changes-2n-skx-ref"
5373 #  compare:
5374 #    title: "rls2001"
5375 #    data: "dpdk-performance-changes-2n-skx-cmp"
5376 #  data: "dpdk-performance-changes-2n-skx"
5377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5378 #  filter: "'2T1C' and 'NDRPDR'"
5379 #  parameters:
5380 #  - "name"
5381 #  - "parent"
5382 #  - "throughput"
5383 #
5384 ## DPDK Performance Changes 2n-skx 4t2c pdr
5385 #- type: "table"
5386 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5387 #  algorithm: "table_perf_comparison"
5388 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5389 #  history:
5390 #    - title: "rls1904"
5391 #      data: "dpdk-performance-changes-2n-skx-h1"
5392 #  reference:
5393 #    title: "rls1908"
5394 #    data: "dpdk-performance-changes-2n-skx-ref"
5395 #  compare:
5396 #    title: "rls2001"
5397 #    data: "dpdk-performance-changes-2n-skx-cmp"
5398 #  data: "dpdk-performance-changes-2n-skx"
5399 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5400 #  filter: "'4T2C' and 'NDRPDR'"
5401 #  parameters:
5402 #  - "name"
5403 #  - "parent"
5404 #  - "throughput"
5405 #
5406 ## DPDK Performance Changes 2n-skx 2t1c ndr
5407 #- type: "table"
5408 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5409 #  algorithm: "table_perf_comparison"
5410 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5411 #  history:
5412 #    - title: "rls1904"
5413 #      data: "dpdk-performance-changes-2n-skx-h1"
5414 #  reference:
5415 #    title: "rls1908"
5416 #    data: "dpdk-performance-changes-2n-skx-ref"
5417 #  compare:
5418 #    title: "rls2001"
5419 #    data: "dpdk-performance-changes-2n-skx-cmp"
5420 #  data: "dpdk-performance-changes-2n-skx"
5421 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5422 #  filter: "'2T1C' and 'NDRPDR'"
5423 #  parameters:
5424 #  - "name"
5425 #  - "parent"
5426 #  - "throughput"
5427 #
5428 ## DPDK Performance Changes 2n-skx 4t2c ndr
5429 #- type: "table"
5430 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5431 #  algorithm: "table_perf_comparison"
5432 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5433 #  history:
5434 #    - title: "rls1904"
5435 #      data: "dpdk-performance-changes-2n-skx-h1"
5436 #  reference:
5437 #    title: "rls1908"
5438 #    data: "dpdk-performance-changes-2n-skx-ref"
5439 #  compare:
5440 #    title: "rls2001"
5441 #    data: "dpdk-performance-changes-2n-skx-cmp"
5442 #  data: "dpdk-performance-changes-2n-skx"
5443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5444 #  filter: "'4T2C' and 'NDRPDR'"
5445 #  parameters:
5446 #  - "name"
5447 #  - "parent"
5448 #  - "throughput"
5449 #
5450 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5451 #- type: "table"
5452 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5453 #  algorithm: "table_perf_comparison"
5454 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5455 #  reference:
5456 #    title: "3-Node Hsw"
5457 #    data: "dpdk-compare-testbeds-ref"
5458 #  compare:
5459 #    title: "3-Node Skx"
5460 #    data: "dpdk-compare-testbeds-cmp"
5461 #  data: "dpdk-compare-testbeds"
5462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5463 #  filter: "'NIC_Intel-X710'"
5464 #  parameters:
5465 #  - "name"
5466 #  - "parent"
5467 #  - "throughput"
5468 #
5469 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5470 #- type: "table"
5471 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5472 #  algorithm: "table_perf_comparison"
5473 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5474 #  reference:
5475 #    title: "3-Node Hsw"
5476 #    data: "dpdk-compare-testbeds-ref"
5477 #  compare:
5478 #    title: "3-Node Skx"
5479 #    data: "dpdk-compare-testbeds-cmp"
5480 #  data: "dpdk-compare-testbeds"
5481 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5482 #  filter: "'NIC_Intel-X710'"
5483 #  parameters:
5484 #  - "name"
5485 #  - "parent"
5486 #  - "throughput"
5487 #
5488 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5489 #- type: "table"
5490 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5491 #  algorithm: "table_perf_comparison"
5492 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5493 #  reference:
5494 #    title: "2-Node Skx"
5495 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5496 #  compare:
5497 #    title: "2-Node Clx"
5498 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5499 #  data: "dpdk-compare-testbeds-skx-clx"
5500 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5501 #  filter: "all"
5502 #  parameters:
5503 #  - "name"
5504 #  - "parent"
5505 #  - "throughput"
5506 #
5507 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5508 #- type: "table"
5509 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5510 #  algorithm: "table_perf_comparison"
5511 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5512 #  reference:
5513 #    title: "2-Node Skx"
5514 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5515 #  compare:
5516 #    title: "2-Node Clx"
5517 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5518 #  data: "dpdk-compare-testbeds-skx-clx"
5519 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5520 #  filter: "all"
5521 #  parameters:
5522 #  - "name"
5523 #  - "parent"
5524 #  - "throughput"
5525 #
5526 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5527 #- type: "table"
5528 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5529 #  algorithm: "table_perf_comparison"
5530 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5531 #  reference:
5532 #    title: "3-Node Skx"
5533 #    data: "dpdk-compare-topologies-ref"
5534 #  compare:
5535 #    title: "2-Node Skx"
5536 #    data: "dpdk-compare-topologies-cmp"
5537 #  data: "dpdk-compare-topologies"
5538 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5539 #  filter: "all"
5540 #  parameters:
5541 #  - "name"
5542 #  - "parent"
5543 #  - "throughput"
5544 #
5545 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5546 #- type: "table"
5547 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5548 #  algorithm: "table_perf_comparison"
5549 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5550 #  reference:
5551 #    title: "3-Node Skx"
5552 #    data: "dpdk-compare-topologies-ref"
5553 #  compare:
5554 #    title: "2-Node Skx"
5555 #    data: "dpdk-compare-topologies-cmp"
5556 #  data: "dpdk-compare-topologies"
5557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5558 #  filter: "all"
5559 #  parameters:
5560 #  - "name"
5561 #  - "parent"
5562 #  - "throughput"
5563
5564 # Detailed Test Results - DPDK Performance Results 3n-hsw
5565 - type: "table"
5566   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5567   algorithm: "table_merged_details"
5568   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5569   columns:
5570   - title: " |prein| Test Name |preout| "
5571     data: "data name"
5572   - 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| "
5573     data: "data msg"
5574   data: "dpdk-perf-results-3n-hsw"
5575   filter: "all"
5576   parameters:
5577   - "name"
5578   - "parent"
5579   - "msg"
5580
5581 ## Detailed Test Results - DPDK Performance Results 3n-skx
5582 #- type: "table"
5583 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5584 #  algorithm: "table_merged_details"
5585 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5586 #  columns:
5587 #  - title: " |prein| Test Name |preout| "
5588 #    data: "data name"
5589 #  - 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| "
5590 #    data: "data msg"
5591 #  data: "dpdk-perf-results-3n-skx"
5592 #  filter: "all"
5593 #  parameters:
5594 #  - "name"
5595 #  - "parent"
5596 #  - "msg"
5597 #
5598 ## Detailed Test Results - DPDK Performance Results 2n-skx
5599 #- type: "table"
5600 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5601 #  algorithm: "table_merged_details"
5602 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5603 #  columns:
5604 #  - title: " |prein| Test Name |preout| "
5605 #    data: "data name"
5606 #  - 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| "
5607 #    data: "data msg"
5608 #  data: "dpdk-perf-results-2n-skx"
5609 #  filter: "all"
5610 #  parameters:
5611 #  - "name"
5612 #  - "parent"
5613 #  - "msg"
5614
5615 # Detailed Test Results - DPDK Performance Results 2n-clx
5616 - type: "table"
5617   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5618   algorithm: "table_merged_details"
5619   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5620   columns:
5621   - title: " |prein| Test Name |preout| "
5622     data: "data name"
5623   - 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| "
5624     data: "data msg"
5625   data: "dpdk-perf-results-2n-clx"
5626   filter: "all"
5627   parameters:
5628   - "name"
5629   - "parent"
5630   - "msg"
5631
5632 # Detailed Test Results - DPDK Performance Results 2n-dnv
5633 - type: "table"
5634   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5635   algorithm: "table_merged_details"
5636   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5637   columns:
5638   - title: " |prein| Test Name |preout| "
5639     data: "data name"
5640   - 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| "
5641     data: "data msg"
5642   data: "dpdk-perf-results-2n-dnv"
5643   filter: "all"
5644   parameters:
5645   - "name"
5646   - "parent"
5647   - "msg"
5648
5649 # Detailed Test Results - DPDK Performance Results 3n-dnv
5650 - type: "table"
5651   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5652   algorithm: "table_merged_details"
5653   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5654   columns:
5655   - title: " |prein| Test Name |preout| "
5656     data: "data name"
5657   - 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| "
5658     data: "data msg"
5659   data: "dpdk-perf-results-3n-dnv"
5660   filter: "all"
5661   parameters:
5662   - "name"
5663   - "parent"
5664   - "msg"
5665
5666 # Detailed Test Results - DPDK Performance Results 3n-tsh
5667 - type: "table"
5668   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5669   algorithm: "table_merged_details"
5670   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5671   columns:
5672   - title: " |prein| Test Name |preout| "
5673     data: "data name"
5674   - 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| "
5675     data: "data msg"
5676   data: "dpdk-perf-results-3n-tsh"
5677   filter: "all"
5678   parameters:
5679   - "name"
5680   - "parent"
5681   - "msg"
5682
5683 ################################################################################
5684 ###                                F I L E S                                 ###
5685 ################################################################################
5686
5687 # VPP Performance Results
5688 - type: "file"
5689   title: "VPP Performance Results"
5690   algorithm: "file_details_split"
5691   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5692   dir-tables:
5693 #    - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5694 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5695     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5696     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5697     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5698     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5699     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5700   data:
5701 #    - "vpp-perf-results-2n-skx"
5702 #    - "vpp-perf-results-3n-skx"
5703     - "vpp-perf-results-2n-clx"
5704     - "vpp-perf-results-3n-hsw"
5705     - "vpp-perf-results-3n-tsh"
5706     - "vpp-perf-results-2n-dnv"
5707     - "vpp-perf-results-3n-dnv"
5708   filter: "all"
5709   data-start-level: 4
5710   order-chapters:
5711     - "l2"
5712     - "ip4"
5713     - "ip6"
5714     - "srv6"
5715     - "ip4_tunnels"
5716     - "ip6_tunnels"
5717     - "vm_vhost"
5718     - "container_memif"
5719     - "crypto"
5720     - "vts"
5721     - "lb"
5722     - "nfv_density"
5723     - "hoststack"
5724   order-sub-chapters:
5725     - "2n-skx"
5726     - "3n-skx"
5727     - "2n-clx"
5728     - "3n-hsw"
5729     - "3n-tsh"
5730     - "2n-dnv"
5731     - "3n-dnv"
5732
5733 # VPP Performance Configuration
5734 - type: "file"
5735   title: "VPP Performance Configuration"
5736   algorithm: "file_details_split"
5737   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5738   dir-tables:
5739 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5740 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5741     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5742     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5743     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5744     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5745     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5746   data:
5747 #    - "vpp-perf-results-2n-skx"
5748 #    - "vpp-perf-results-3n-skx"
5749     - "vpp-perf-results-2n-clx"
5750     - "vpp-perf-results-3n-hsw"
5751     - "vpp-perf-results-3n-tsh"
5752     - "vpp-perf-results-2n-dnv"
5753     - "vpp-perf-results-3n-dnv"
5754   filter: "all"
5755   data-start-level: 4
5756   order-chapters:
5757     - "l2"
5758     - "ip4"
5759     - "ip6"
5760     - "srv6"
5761     - "ip4_tunnels"
5762     - "ip6_tunnels"
5763     - "vm_vhost"
5764     - "container_memif"
5765     - "crypto"
5766     - "vts"
5767     - "lb"
5768     - "nfv_density"
5769     - "hoststack"
5770   order-sub-chapters:
5771     - "2n-skx"
5772     - "3n-skx"
5773     - "2n-clx"
5774     - "3n-hsw"
5775     - "3n-tsh"
5776     - "2n-dnv"
5777     - "3n-dnv"
5778
5779 # VPP Performance Operational
5780 - type: "file"
5781   title: "VPP Performance Operational"
5782   algorithm: "file_details_split_html"
5783   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5784   dir-tables:
5785 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5786 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5787     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5788     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5789     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5790     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5791     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5792   data:
5793 #    - "vpp-perf-results-2n-skx"
5794 #    - "vpp-perf-results-3n-skx"
5795     - "vpp-perf-results-2n-clx"
5796     - "vpp-perf-results-3n-hsw"
5797     - "vpp-perf-results-3n-tsh"
5798     - "vpp-perf-results-2n-dnv"
5799     - "vpp-perf-results-3n-dnv"
5800   filter: "all"
5801   data-start-level: 4
5802   order-chapters:
5803     - "l2"
5804     - "ip4"
5805     - "ip6"
5806     - "srv6"
5807     - "ip4_tunnels"
5808     - "ip6_tunnels"
5809     - "vm_vhost"
5810     - "container_memif"
5811     - "crypto"
5812     - "vts"
5813     - "lb"
5814     - "nfv_density"
5815     - "hoststack"
5816   order-sub-chapters:
5817     - "2n-skx"
5818     - "3n-skx"
5819     - "2n-clx"
5820     - "3n-hsw"
5821     - "3n-tsh"
5822     - "2n-dnv"
5823     - "3n-dnv"
5824
5825 # VPP MRR Results
5826 - type: "file"
5827   title: "VPP MRR Results"
5828   algorithm: "file_details_split"
5829   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5830   dir-tables:
5831 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5832 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5833     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5834     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5835     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5836     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5837     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5838   data:
5839 #    - "vpp-mrr-results-2n-skx"
5840 #    - "vpp-mrr-results-3n-skx"
5841     - "vpp-mrr-results-2n-clx"
5842     - "vpp-mrr-results-3n-hsw"
5843     - "vpp-mrr-results-3n-tsh"
5844     - "vpp-mrr-results-2n-dnv"
5845     - "vpp-mrr-results-3n-dnv"
5846   filter: "all"
5847   data-start-level: 4
5848   order-chapters:
5849     - "l2"
5850     - "ip4"
5851     - "ip6"
5852     - "srv6"
5853     - "ip4_tunnels"
5854     - "ip6_tunnels"
5855     - "vm_vhost"
5856     - "container_memif"
5857     - "crypto"
5858     - "vts"
5859     - "lb"
5860     - "nfv_density"
5861     - "hoststack"
5862   order-sub-chapters:
5863     - "2n-skx"
5864     - "3n-skx"
5865     - "2n-clx"
5866     - "3n-hsw"
5867     - "3n-tsh"
5868     - "2n-dnv"
5869     - "3n-dnv"
5870
5871 # VPP MRR Configuration
5872 - type: "file"
5873   title: "VPP MRR Configuration"
5874   algorithm: "file_details_split"
5875   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5876   dir-tables:
5877 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5878 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5879     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5880     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5881     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5882     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5883     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5884   data:
5885 #    - "vpp-mrr-results-2n-skx"
5886 #    - "vpp-mrr-results-3n-skx"
5887     - "vpp-mrr-results-2n-clx"
5888     - "vpp-mrr-results-3n-hsw"
5889     - "vpp-mrr-results-3n-tsh"
5890     - "vpp-mrr-results-2n-dnv"
5891     - "vpp-mrr-results-3n-dnv"
5892   filter: "all"
5893   data-start-level: 4
5894   order-chapters:
5895     - "l2"
5896     - "ip4"
5897     - "ip6"
5898     - "srv6"
5899     - "ip4_tunnels"
5900     - "ip6_tunnels"
5901     - "vm_vhost"
5902     - "container_memif"
5903     - "crypto"
5904     - "vts"
5905     - "lb"
5906     - "nfv_density"
5907     - "hoststack"
5908   order-sub-chapters:
5909     - "2n-skx"
5910     - "3n-skx"
5911     - "2n-clx"
5912     - "3n-hsw"
5913     - "3n-tsh"
5914     - "2n-dnv"
5915     - "3n-dnv"
5916
5917 # VPP Device Results - Ubuntu
5918 - type: "file"
5919   title: "VPP Device Results - Ubuntu"
5920   algorithm: "file_test_results"
5921   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5922   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5923   data: "vpp-device-results-ubuntu"
5924   filter: "all"
5925   data-start-level: 4
5926
5927 # VPP Device Configuration - Ubuntu
5928 - type: "file"
5929   title: "VPP Device Configuration - Ubuntu"
5930   algorithm: "file_test_results"
5931   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5932   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5933   data: "vpp-device-results-ubuntu"
5934   filter: "all"
5935   data-start-level: 4
5936
5937 # DPDK Performance Results 3n-hsw
5938 - type: "file"
5939   title: "DPDK Performance Results 3n-hsw"
5940   algorithm: "file_test_results"
5941   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5942   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5943   data: "dpdk-perf-results-3n-hsw"
5944   filter: "all"
5945   data-start-level: 4
5946
5947 ## DPDK Performance Results 3n-skx
5948 #- type: "file"
5949 #  title: "DPDK Performance Results 3n-skx"
5950 #  algorithm: "file_test_results"
5951 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5952 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5953 #  data: "dpdk-perf-results-3n-skx"
5954 #  filter: "all"
5955 #  data-start-level: 4
5956 #
5957 ## DPDK Performance Results 2n-skx
5958 #- type: "file"
5959 #  title: "DPDK Performance Results 2n-skx"
5960 #  algorithm: "file_test_results"
5961 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5962 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5963 #  data: "dpdk-perf-results-2n-skx"
5964 #  filter: "all"
5965 #  data-start-level: 4
5966
5967 # DPDK Performance Results 2n-clx
5968 - type: "file"
5969   title: "DPDK Performance Results 2n-clx"
5970   algorithm: "file_test_results"
5971   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5972   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5973   data: "dpdk-perf-results-2n-clx"
5974   filter: "all"
5975   data-start-level: 4
5976
5977 # DPDK Performance Results 2n-dnv
5978 - type: "file"
5979   title: "DPDK Performance Results 2n-dnv"
5980   algorithm: "file_test_results"
5981   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5982   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5983   data: "dpdk-perf-results-2n-dnv"
5984   filter: "all"
5985   data-start-level: 4
5986
5987 # DPDK Performance Results 3n-dnv
5988 - type: "file"
5989   title: "DPDK Performance Results 3n-dnv"
5990   algorithm: "file_test_results"
5991   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5992   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5993   data: "dpdk-perf-results-3n-dnv"
5994   filter: "all"
5995   data-start-level: 4
5996
5997 # DPDK Performance Results 3n-tsh
5998 - type: "file"
5999   title: "DPDK Performance Results 3n-tsh"
6000   algorithm: "file_test_results"
6001   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6002   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6003   data: "dpdk-perf-results-3n-tsh"
6004   filter: "all"
6005   data-start-level: 4
6006
6007 ################################################################################
6008 ###                                P L O T S                                 ###
6009 ################################################################################
6010
6011 # Hoststack tests 3n-hsw
6012
6013 - type: "plot"
6014   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6015   algorithm: "plot_perf_box_name"
6016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6017   data: "plot-vpp-hoststack-3n-hsw"
6018   include:
6019     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6020     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6021   layout:
6022     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6023     layout: "plot-hoststack"
6024
6025 - type: "plot"
6026   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6027   algorithm: "plot_perf_box_name"
6028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6029   data: "plot-vpp-hoststack-3n-hsw"
6030   include:
6031     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6032     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6033   layout:
6034     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6035     layout: "plot-hoststack"
6036
6037 - type: "plot"
6038   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6039   algorithm: "plot_perf_box_name"
6040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6041   data: "plot-vpp-hoststack-3n-hsw"
6042   include:
6043     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6044     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6045     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6046     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6047   layout:
6048     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6049     layout: "plot-hoststack"
6050
6051 # Plots VPP HTTP Server Performance
6052 - type: "plot"
6053   title: "VPP HTTP Server Performance"
6054   algorithm: "plot_http_server_perf_box"
6055   output-file-type: ".html"
6056   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6057   data:
6058     "plot-vpp-http-server-performance"
6059   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6060   parameters:
6061   - "result"
6062   - "name"
6063   traces:
6064     hoverinfo: "y+name"
6065     boxpoints: "outliers"
6066     whiskerwidth: 0
6067   layout:
6068     title: "VPP HTTP Server Performance"
6069     layout:
6070       "plot-cps"
6071
6072 - type: "plot"
6073   title: "VPP HTTP Server Performance"
6074   algorithm: "plot_http_server_perf_box"
6075   output-file-type: ".html"
6076   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6077   data:
6078     "plot-vpp-http-server-performance"
6079   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6080   parameters:
6081   - "result"
6082   - "name"
6083   traces:
6084     hoverinfo: "y+name"
6085     boxpoints: "outliers"
6086     whiskerwidth: 0
6087   layout:
6088     title: "VPP HTTP Server Performance"
6089     layout:
6090       "plot-rps"
6091
6092 ################################################################################
6093
6094 ## Soak Test (PLRsearch), boxes
6095 #- type: "plot"
6096 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6097 #  algorithm: "plot_perf_box_name"
6098 #  output-file-type: ".html"
6099 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6100 #  data: "plot-vpp-soak-2n-skx"
6101 #  include:
6102 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6103 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6104 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6105 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6106 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6107 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6108 #  layout:
6109 #    title: "30 Minutes Soak Test (PLRsearch)"
6110 #    layout: "plot-soak-throughput"
6111 #
6112 ## Soak Test (PLRsearch), boxes
6113 #- type: "plot"
6114 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6115 #  algorithm: "plot_perf_box_name"
6116 #  output-file-type: ".html"
6117 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6118 #  data: "plot-vpp-soak-2n-skx"
6119 #  include:
6120 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6121 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6122 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6123 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6124 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6125 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6126 #  layout:
6127 #    title: "30 Minutes Soak Test (PLRsearch)"
6128 #    layout: "plot-soak-throughput"
6129
6130 ###############################################################################
6131
6132 # Reconf tests 2n-skx
6133
6134 #- type: "plot"
6135 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6136 #  algorithm: "plot_nf_reconf_box_name"
6137 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6138 #  data: "plot-vpp-nfv-reconf-2n-skx"
6139 #  include:
6140 #    - "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"
6141 #    - "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"
6142 #    - "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"
6143 #    - "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"
6144 #    - "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"
6145 #    - "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"
6146 #  layout:
6147 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6148 #    layout: "plot-throughput"
6149 #
6150 #- type: "plot"
6151 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6152 #  algorithm: "plot_nf_reconf_box_name"
6153 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6154 #  data: "plot-vpp-nfv-reconf-2n-skx"
6155 #  include:
6156 #    - "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"
6157 #    - "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"
6158 #    - "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"
6159 #    - "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"
6160 #    - "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"
6161 #    - "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"
6162 #  layout:
6163 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6164 #    layout: "plot-throughput"
6165 #
6166 #- type: "plot"
6167 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6168 #  algorithm: "plot_nf_reconf_box_name"
6169 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6170 #  data: "plot-vpp-nfv-reconf-2n-skx"
6171 #  include:
6172 #    - "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"
6173 #    - "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"
6174 #    - "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"
6175 #    - "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"
6176 #    - "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"
6177 #    - "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"
6178 #  layout:
6179 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6180 #    layout: "plot-throughput"
6181
6182 ###############################################################################
6183
6184 # Reconf tests 2n-clx
6185
6186 - type: "plot"
6187   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6188   algorithm: "plot_nf_reconf_box_name"
6189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6190   data: "plot-vpp-nfv-reconf-2n-clx"
6191   include:
6192     - "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"
6193     - "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"
6194     - "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"
6195     - "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"
6196   layout:
6197     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6198     layout: "plot-throughput"
6199
6200 - type: "plot"
6201   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6202   algorithm: "plot_nf_reconf_box_name"
6203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6204   data: "plot-vpp-nfv-reconf-2n-clx"
6205   include:
6206     - "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"
6207     - "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"
6208     - "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"
6209     - "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"
6210   layout:
6211     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6212     layout: "plot-throughput"
6213
6214 - type: "plot"
6215   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6216   algorithm: "plot_nf_reconf_box_name"
6217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6218   data: "plot-vpp-nfv-reconf-2n-clx"
6219   include:
6220     - "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"
6221     - "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"
6222     - "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"
6223     - "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"
6224   layout:
6225     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6226     layout: "plot-throughput"
6227
6228 ################################################################################
6229 ## Plots - NF Density - VSC - MRR 64b
6230 #- type: "plot"
6231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6232 #  algorithm: "plot_nf_heatmap"
6233 #  output-file-type: ".html"
6234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6235 #  data: "plot-vpp-nfv-2n-skx-mrr"
6236 #  filter: "'NIC_Intel-XXV710' and
6237 #           'NF_DENSITY' and
6238 #           'VHOST' and
6239 #           not 'VXLAN' and
6240 #           'CHAIN' and
6241 #           'NF_VPPIP4' and
6242 #           '64B' and
6243 #           '2T1C' and
6244 #           'MRR'"
6245 #  parameters:
6246 #  - "result"
6247 #  - "name"
6248 #  - "tags"
6249 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6250 #  x-axis: "X = VNFs per Service Chain"
6251 #  y-axis: "Y = Number of Service Chains"
6252 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6253 #  layout:
6254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6255 #    layout: "plot-service-density"
6256 #
6257 #- type: "plot"
6258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6259 #  algorithm: "plot_nf_heatmap"
6260 #  output-file-type: ".html"
6261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6262 #  data: "plot-vpp-nfv-2n-skx-mrr"
6263 #  filter: "'NIC_Intel-XXV710' and
6264 #           'NF_DENSITY' and
6265 #           'VHOST' and
6266 #           not 'VXLAN' and
6267 #           'CHAIN' and
6268 #           'NF_VPPIP4' and
6269 #           '64B' and
6270 #           '4T2C' and
6271 #           'MRR'"
6272 #  parameters:
6273 #  - "result"
6274 #  - "name"
6275 #  - "tags"
6276 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6277 #  x-axis: "X = VNFs per Service Chain"
6278 #  y-axis: "Y = Number of Service Chains"
6279 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6280 #  layout:
6281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6282 #    layout: "plot-service-density"
6283 #
6284 #- type: "plot"
6285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6286 #  algorithm: "plot_nf_heatmap"
6287 #  output-file-type: ".html"
6288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6289 #  data: "plot-vpp-nfv-2n-skx-mrr"
6290 #  filter: "'NIC_Intel-XXV710' and
6291 #           'NF_DENSITY' and
6292 #           'VHOST' and
6293 #           not 'VXLAN' and
6294 #           'CHAIN' and
6295 #           'NF_VPPIP4' and
6296 #           '64B' and
6297 #           '8T4C' and
6298 #           'MRR'"
6299 #  parameters:
6300 #  - "result"
6301 #  - "name"
6302 #  - "tags"
6303 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6304 #  x-axis: "X = VNFs per Service Chain"
6305 #  y-axis: "Y = Number of Service Chains"
6306 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6307 #  layout:
6308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6309 #    layout: "plot-service-density"
6310 #
6311 ## Plots - NF Density - VSC - MRR IMIX
6312 #- type: "plot"
6313 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6314 #  algorithm: "plot_nf_heatmap"
6315 #  output-file-type: ".html"
6316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6317 #  data: "plot-vpp-nfv-2n-skx-mrr"
6318 #  filter: "'NIC_Intel-XXV710' and
6319 #           'NF_DENSITY' and
6320 #           'VHOST' and
6321 #           not 'VXLAN' and
6322 #           'CHAIN' and
6323 #           'NF_VPPIP4' and
6324 #           'IMIX' and
6325 #           '2T1C' and
6326 #           'MRR'"
6327 #  parameters:
6328 #  - "result"
6329 #  - "name"
6330 #  - "tags"
6331 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6332 #  x-axis: "X = VNFs per Service Chain"
6333 #  y-axis: "Y = Number of Service Chains"
6334 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6335 #  layout:
6336 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6337 #    layout: "plot-service-density"
6338 #
6339 #- type: "plot"
6340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6341 #  algorithm: "plot_nf_heatmap"
6342 #  output-file-type: ".html"
6343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6344 #  data: "plot-vpp-nfv-2n-skx-mrr"
6345 #  filter: "'NIC_Intel-XXV710' and
6346 #           'NF_DENSITY' and
6347 #           'VHOST' and
6348 #           not 'VXLAN' and
6349 #           'CHAIN' and
6350 #           'NF_VPPIP4' and
6351 #           'IMIX' and
6352 #           '4T2C' and
6353 #           'MRR'"
6354 #  parameters:
6355 #  - "result"
6356 #  - "name"
6357 #  - "tags"
6358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6359 #  x-axis: "X = VNFs per Service Chain"
6360 #  y-axis: "Y = Number of Service Chains"
6361 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6362 #  layout:
6363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6364 #    layout: "plot-service-density"
6365 #
6366 #- type: "plot"
6367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6368 #  algorithm: "plot_nf_heatmap"
6369 #  output-file-type: ".html"
6370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6371 #  data: "plot-vpp-nfv-2n-skx-mrr"
6372 #  filter: "'NIC_Intel-XXV710' and
6373 #           'NF_DENSITY' and
6374 #           'VHOST' and
6375 #           not 'VXLAN' and
6376 #           'CHAIN' and
6377 #           'NF_VPPIP4' and
6378 #           'IMIX' and
6379 #           '8T4C' and
6380 #           'MRR'"
6381 #  parameters:
6382 #  - "result"
6383 #  - "name"
6384 #  - "tags"
6385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6386 #  x-axis: "X = VNFs per Service Chain"
6387 #  y-axis: "Y = Number of Service Chains"
6388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6389 #  layout:
6390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6391 #    layout: "plot-service-density"
6392 #
6393 ## Plots - NF Density - VSC - NDR 64b
6394 #- type: "plot"
6395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6396 #  algorithm: "plot_nf_heatmap"
6397 #  output-file-type: ".html"
6398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6399 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6400 #  filter: "'NIC_Intel-XXV710' and
6401 #           'NF_DENSITY' and
6402 #           'VHOST' and
6403 #           not 'VXLAN' and
6404 #           'CHAIN' and
6405 #           'NF_VPPIP4' and
6406 #           '64B' and
6407 #           '2T1C' and
6408 #           'NDRPDR'"
6409 #  parameters:
6410 #  - "throughput"
6411 #  - "name"
6412 #  - "tags"
6413 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6414 #  x-axis: "X = VNFs per Service Chain"
6415 #  y-axis: "Y = Number of Service Chains"
6416 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6417 #  layout:
6418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6419 #    layout: "plot-service-density"
6420 #
6421 #- type: "plot"
6422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6423 #  algorithm: "plot_nf_heatmap"
6424 #  output-file-type: ".html"
6425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6426 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6427 #  filter: "'NIC_Intel-XXV710' and
6428 #           'NF_DENSITY' and
6429 #           'VHOST' and
6430 #           not 'VXLAN' and
6431 #           'CHAIN' and
6432 #           'NF_VPPIP4' and
6433 #           '64B' and
6434 #           '4T2C' and
6435 #           'NDRPDR'"
6436 #  parameters:
6437 #  - "throughput"
6438 #  - "name"
6439 #  - "tags"
6440 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6441 #  x-axis: "X = VNFs per Service Chain"
6442 #  y-axis: "Y = Number of Service Chains"
6443 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6444 #  layout:
6445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6446 #    layout: "plot-service-density"
6447 #
6448 #- type: "plot"
6449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6450 #  algorithm: "plot_nf_heatmap"
6451 #  output-file-type: ".html"
6452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6453 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6454 #  filter: "'NIC_Intel-XXV710' and
6455 #           'NF_DENSITY' and
6456 #           'VHOST' and
6457 #           not 'VXLAN' and
6458 #           'CHAIN' and
6459 #           'NF_VPPIP4' and
6460 #           '64B' and
6461 #           '8T4C' and
6462 #           'NDRPDR'"
6463 #  parameters:
6464 #  - "throughput"
6465 #  - "name"
6466 #  - "tags"
6467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6468 #  x-axis: "X = VNFs per Service Chain"
6469 #  y-axis: "Y = Number of Service Chains"
6470 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6471 #  layout:
6472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6473 #    layout: "plot-service-density"
6474 #
6475 ## Plots - NF Density - VSC - NDR IMIX
6476 #- type: "plot"
6477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6478 #  algorithm: "plot_nf_heatmap"
6479 #  output-file-type: ".html"
6480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6481 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6482 #  filter: "'NIC_Intel-XXV710' and
6483 #           'NF_DENSITY' and
6484 #           'VHOST' and
6485 #           not 'VXLAN' and
6486 #           'CHAIN' and
6487 #           'NF_VPPIP4' and
6488 #           'IMIX' and
6489 #           '2T1C' and
6490 #           'NDRPDR'"
6491 #  parameters:
6492 #  - "throughput"
6493 #  - "name"
6494 #  - "tags"
6495 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6496 #  x-axis: "X = VNFs per Service Chain"
6497 #  y-axis: "Y = Number of Service Chains"
6498 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6499 #  layout:
6500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6501 #    layout: "plot-service-density"
6502 #
6503 #- type: "plot"
6504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6505 #  algorithm: "plot_nf_heatmap"
6506 #  output-file-type: ".html"
6507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6508 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6509 #  filter: "'NIC_Intel-XXV710' and
6510 #           'NF_DENSITY' and
6511 #           'VHOST' and
6512 #           not 'VXLAN' and
6513 #           'CHAIN' and
6514 #           'NF_VPPIP4' and
6515 #           'IMIX' and
6516 #           '4T2C' and
6517 #           'NDRPDR'"
6518 #  parameters:
6519 #  - "throughput"
6520 #  - "name"
6521 #  - "tags"
6522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6523 #  x-axis: "X = VNFs per Service Chain"
6524 #  y-axis: "Y = Number of Service Chains"
6525 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6526 #  layout:
6527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6528 #    layout: "plot-service-density"
6529 #
6530 #- type: "plot"
6531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6532 #  algorithm: "plot_nf_heatmap"
6533 #  output-file-type: ".html"
6534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6536 #  filter: "'NIC_Intel-XXV710' and
6537 #           'NF_DENSITY' and
6538 #           'VHOST' and
6539 #           not 'VXLAN' and
6540 #           'CHAIN' and
6541 #           'NF_VPPIP4' and
6542 #           'IMIX' and
6543 #           '8T4C' and
6544 #           'NDRPDR'"
6545 #  parameters:
6546 #  - "throughput"
6547 #  - "name"
6548 #  - "tags"
6549 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6550 #  x-axis: "X = VNFs per Service Chain"
6551 #  y-axis: "Y = Number of Service Chains"
6552 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6553 #  layout:
6554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6555 #    layout: "plot-service-density"
6556 #
6557 ## Plots - NF Density - VSC - PDR 64b
6558 #- type: "plot"
6559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6560 #  algorithm: "plot_nf_heatmap"
6561 #  output-file-type: ".html"
6562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6563 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6564 #  filter: "'NIC_Intel-XXV710' and
6565 #           'NF_DENSITY' and
6566 #           'VHOST' and
6567 #           not 'VXLAN' and
6568 #           'CHAIN' and
6569 #           'NF_VPPIP4' and
6570 #           '64B' and
6571 #           '2T1C' and
6572 #           'NDRPDR'"
6573 #  parameters:
6574 #  - "throughput"
6575 #  - "name"
6576 #  - "tags"
6577 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6578 #  x-axis: "X = VNFs per Service Chain"
6579 #  y-axis: "Y = Number of Service Chains"
6580 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6581 #  layout:
6582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6583 #    layout: "plot-service-density"
6584 #
6585 #- type: "plot"
6586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6587 #  algorithm: "plot_nf_heatmap"
6588 #  output-file-type: ".html"
6589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6590 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6591 #  filter: "'NIC_Intel-XXV710' and
6592 #           'NF_DENSITY' and
6593 #           'VHOST' and
6594 #           not 'VXLAN' and
6595 #           'CHAIN' and
6596 #           'NF_VPPIP4' and
6597 #           '64B' and
6598 #           '4T2C' and
6599 #           'NDRPDR'"
6600 #  parameters:
6601 #  - "throughput"
6602 #  - "name"
6603 #  - "tags"
6604 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6605 #  x-axis: "X = VNFs per Service Chain"
6606 #  y-axis: "Y = Number of Service Chains"
6607 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6608 #  layout:
6609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6610 #    layout: "plot-service-density"
6611 #
6612 #- type: "plot"
6613 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6614 #  algorithm: "plot_nf_heatmap"
6615 #  output-file-type: ".html"
6616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6617 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6618 #  filter: "'NIC_Intel-XXV710' and
6619 #           'NF_DENSITY' and
6620 #           'VHOST' and
6621 #           not 'VXLAN' and
6622 #           'CHAIN' and
6623 #           'NF_VPPIP4' and
6624 #           '64B' and
6625 #           '8T4C' and
6626 #           'NDRPDR'"
6627 #  parameters:
6628 #  - "throughput"
6629 #  - "name"
6630 #  - "tags"
6631 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6632 #  x-axis: "X = VNFs per Service Chain"
6633 #  y-axis: "Y = Number of Service Chains"
6634 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6635 #  layout:
6636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6637 #    layout: "plot-service-density"
6638 #
6639 ## Plots - NF Density - VSC - PDR IMIX
6640 #- type: "plot"
6641 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6642 #  algorithm: "plot_nf_heatmap"
6643 #  output-file-type: ".html"
6644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6645 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6646 #  filter: "'NIC_Intel-XXV710' and
6647 #           'NF_DENSITY' and
6648 #           'VHOST' and
6649 #           not 'VXLAN' and
6650 #           'CHAIN' and
6651 #           'NF_VPPIP4' and
6652 #           'IMIX' and
6653 #           '2T1C' and
6654 #           'NDRPDR'"
6655 #  parameters:
6656 #  - "throughput"
6657 #  - "name"
6658 #  - "tags"
6659 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6660 #  x-axis: "X = VNFs per Service Chain"
6661 #  y-axis: "Y = Number of Service Chains"
6662 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6663 #  layout:
6664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6665 #    layout: "plot-service-density"
6666 #
6667 #- type: "plot"
6668 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6669 #  algorithm: "plot_nf_heatmap"
6670 #  output-file-type: ".html"
6671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6672 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6673 #  filter: "'NIC_Intel-XXV710' and
6674 #           'NF_DENSITY' and
6675 #           'VHOST' and
6676 #           not 'VXLAN' and
6677 #           'CHAIN' and
6678 #           'NF_VPPIP4' and
6679 #           'IMIX' and
6680 #           '4T2C' and
6681 #           'NDRPDR'"
6682 #  parameters:
6683 #  - "throughput"
6684 #  - "name"
6685 #  - "tags"
6686 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6687 #  x-axis: "X = VNFs per Service Chain"
6688 #  y-axis: "Y = Number of Service Chains"
6689 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6690 #  layout:
6691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6692 #    layout: "plot-service-density"
6693 #
6694 #- type: "plot"
6695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6696 #  algorithm: "plot_nf_heatmap"
6697 #  output-file-type: ".html"
6698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6699 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6700 #  filter: "'NIC_Intel-XXV710' and
6701 #           'NF_DENSITY' and
6702 #           'VHOST' and
6703 #           not 'VXLAN' and
6704 #           'CHAIN' and
6705 #           'NF_VPPIP4' and
6706 #           'IMIX' and
6707 #           '8T4C' and
6708 #           'NDRPDR'"
6709 #  parameters:
6710 #  - "throughput"
6711 #  - "name"
6712 #  - "tags"
6713 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6714 #  x-axis: "X = VNFs per Service Chain"
6715 #  y-axis: "Y = Number of Service Chains"
6716 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6717 #  layout:
6718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6719 #    layout: "plot-service-density"
6720 #
6721 ################################################################################
6722 ## Plots - NF Density - VSC - MRR 64b
6723 #- type: "plot"
6724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6725 #  algorithm: "plot_nf_heatmap"
6726 #  output-file-type: ".html"
6727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6728 #  data: "plot-vpp-nfv-2n-skx-mrr"
6729 #  filter: "'NIC_Intel-XXV710' and
6730 #           'NF_DENSITY' and
6731 #           'VHOST' and
6732 #           'VXLAN' and
6733 #           'CHAIN' and
6734 #           '118' and
6735 #           '2T1C' and
6736 #           'MRR'"
6737 #  parameters:
6738 #  - "result"
6739 #  - "name"
6740 #  - "tags"
6741 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6742 #  x-axis: "X = VNFs per Service Chain"
6743 #  y-axis: "Y = Number of Service Chains"
6744 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6745 #  layout:
6746 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6747 #    layout: "plot-service-density"
6748 #
6749 #- type: "plot"
6750 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6751 #  algorithm: "plot_nf_heatmap"
6752 #  output-file-type: ".html"
6753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6754 #  data: "plot-vpp-nfv-2n-skx-mrr"
6755 #  filter: "'NIC_Intel-XXV710' and
6756 #           'NF_DENSITY' and
6757 #           'VHOST' and
6758 #           'VXLAN' and
6759 #           'CHAIN' and
6760 #           '118' and
6761 #           '4T2C' and
6762 #           'MRR'"
6763 #  parameters:
6764 #  - "result"
6765 #  - "name"
6766 #  - "tags"
6767 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6768 #  x-axis: "X = VNFs per Service Chain"
6769 #  y-axis: "Y = Number of Service Chains"
6770 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6771 #  layout:
6772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6773 #    layout: "plot-service-density"
6774 #
6775 #- type: "plot"
6776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6777 #  algorithm: "plot_nf_heatmap"
6778 #  output-file-type: ".html"
6779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6780 #  data: "plot-vpp-nfv-2n-skx-mrr"
6781 #  filter: "'NIC_Intel-XXV710' and
6782 #           'NF_DENSITY' and
6783 #           'VHOST' and
6784 #           'VXLAN' and
6785 #           'CHAIN' and
6786 #           '118' and
6787 #           '8T4C' and
6788 #           'MRR'"
6789 #  parameters:
6790 #  - "result"
6791 #  - "name"
6792 #  - "tags"
6793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6794 #  x-axis: "X = VNFs per Service Chain"
6795 #  y-axis: "Y = Number of Service Chains"
6796 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6797 #  layout:
6798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6799 #    layout: "plot-service-density"
6800 #
6801 ## Plots - NF Density - VSC - MRR IMIX
6802 #- type: "plot"
6803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6804 #  algorithm: "plot_nf_heatmap"
6805 #  output-file-type: ".html"
6806 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6807 #  data: "plot-vpp-nfv-2n-skx-mrr"
6808 #  filter: "'NIC_Intel-XXV710' and
6809 #           'NF_DENSITY' and
6810 #           'VHOST' and
6811 #           'VXLAN' and
6812 #           'CHAIN' and
6813 #           'IMIX' and
6814 #           '2T1C' and
6815 #           'MRR'"
6816 #  parameters:
6817 #  - "result"
6818 #  - "name"
6819 #  - "tags"
6820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6821 #  x-axis: "X = VNFs per Service Chain"
6822 #  y-axis: "Y = Number of Service Chains"
6823 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6824 #  layout:
6825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6826 #    layout: "plot-service-density"
6827 #
6828 #- type: "plot"
6829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6830 #  algorithm: "plot_nf_heatmap"
6831 #  output-file-type: ".html"
6832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6833 #  data: "plot-vpp-nfv-2n-skx-mrr"
6834 #  filter: "'NIC_Intel-XXV710' and
6835 #           'NF_DENSITY' and
6836 #           'VHOST' and
6837 #           'VXLAN' and
6838 #           'CHAIN' and
6839 #           'IMIX' and
6840 #           '4T2C' and
6841 #           'MRR'"
6842 #  parameters:
6843 #  - "result"
6844 #  - "name"
6845 #  - "tags"
6846 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6847 #  x-axis: "X = VNFs per Service Chain"
6848 #  y-axis: "Y = Number of Service Chains"
6849 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6850 #  layout:
6851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6852 #    layout: "plot-service-density"
6853 #
6854 #- type: "plot"
6855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6856 #  algorithm: "plot_nf_heatmap"
6857 #  output-file-type: ".html"
6858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6859 #  data: "plot-vpp-nfv-2n-skx-mrr"
6860 #  filter: "'NIC_Intel-XXV710' and
6861 #           'NF_DENSITY' and
6862 #           'VHOST' and
6863 #           'VXLAN' and
6864 #           'CHAIN' and
6865 #           'IMIX' and
6866 #           '8T4C' and
6867 #           'MRR'"
6868 #  parameters:
6869 #  - "result"
6870 #  - "name"
6871 #  - "tags"
6872 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6873 #  x-axis: "X = VNFs per Service Chain"
6874 #  y-axis: "Y = Number of Service Chains"
6875 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6876 #  layout:
6877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6878 #    layout: "plot-service-density"
6879 #
6880 ## Plots - NF Density - VSC - NDR 64b
6881 #- type: "plot"
6882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6883 #  algorithm: "plot_nf_heatmap"
6884 #  output-file-type: ".html"
6885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6886 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6887 #  filter: "'NIC_Intel-XXV710' and
6888 #           'NF_DENSITY' and
6889 #           'VHOST' and
6890 #           'VXLAN' and
6891 #           'CHAIN' and
6892 #           '118' and
6893 #           '2T1C' and
6894 #           'NDRPDR'"
6895 #  parameters:
6896 #  - "throughput"
6897 #  - "name"
6898 #  - "tags"
6899 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6903 #  layout:
6904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6905 #    layout: "plot-service-density"
6906 #
6907 #- type: "plot"
6908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6909 #  algorithm: "plot_nf_heatmap"
6910 #  output-file-type: ".html"
6911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6912 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6913 #  filter: "'NIC_Intel-XXV710' and
6914 #           'NF_DENSITY' and
6915 #           'VHOST' and
6916 #           'VXLAN' and
6917 #           'CHAIN' and
6918 #           '118' and
6919 #           '4T2C' and
6920 #           'NDRPDR'"
6921 #  parameters:
6922 #  - "throughput"
6923 #  - "name"
6924 #  - "tags"
6925 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6926 #  x-axis: "X = VNFs per Service Chain"
6927 #  y-axis: "Y = Number of Service Chains"
6928 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6929 #  layout:
6930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6931 #    layout: "plot-service-density"
6932 #
6933 #- type: "plot"
6934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6935 #  algorithm: "plot_nf_heatmap"
6936 #  output-file-type: ".html"
6937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6938 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6939 #  filter: "'NIC_Intel-XXV710' and
6940 #           'NF_DENSITY' and
6941 #           'VHOST' and
6942 #           'VXLAN' and
6943 #           'CHAIN' and
6944 #           '118' and
6945 #           '8T4C' and
6946 #           'NDRPDR'"
6947 #  parameters:
6948 #  - "throughput"
6949 #  - "name"
6950 #  - "tags"
6951 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6952 #  x-axis: "X = VNFs per Service Chain"
6953 #  y-axis: "Y = Number of Service Chains"
6954 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6955 #  layout:
6956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6957 #    layout: "plot-service-density"
6958 #
6959 ## Plots - NF Density - VSC - NDR IMIX
6960 #- type: "plot"
6961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6962 #  algorithm: "plot_nf_heatmap"
6963 #  output-file-type: ".html"
6964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6965 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6966 #  filter: "'NIC_Intel-XXV710' and
6967 #           'NF_DENSITY' and
6968 #           'VHOST' and
6969 #           'VXLAN' and
6970 #           'CHAIN' and
6971 #           'IMIX' and
6972 #           '2T1C' and
6973 #           'NDRPDR'"
6974 #  parameters:
6975 #  - "throughput"
6976 #  - "name"
6977 #  - "tags"
6978 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6982 #  layout:
6983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6984 #    layout: "plot-service-density"
6985 #
6986 #- type: "plot"
6987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6988 #  algorithm: "plot_nf_heatmap"
6989 #  output-file-type: ".html"
6990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6991 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6992 #  filter: "'NIC_Intel-XXV710' and
6993 #           'NF_DENSITY' and
6994 #           'VHOST' and
6995 #           'VXLAN' and
6996 #           'CHAIN' and
6997 #           'IMIX' and
6998 #           '4T2C' and
6999 #           'NDRPDR'"
7000 #  parameters:
7001 #  - "throughput"
7002 #  - "name"
7003 #  - "tags"
7004 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7005 #  x-axis: "X = VNFs per Service Chain"
7006 #  y-axis: "Y = Number of Service Chains"
7007 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7008 #  layout:
7009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7010 #    layout: "plot-service-density"
7011 #
7012 #- type: "plot"
7013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7014 #  algorithm: "plot_nf_heatmap"
7015 #  output-file-type: ".html"
7016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7017 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7018 #  filter: "'NIC_Intel-XXV710' and
7019 #           'NF_DENSITY' and
7020 #           'VHOST' and
7021 #           'VXLAN' and
7022 #           'CHAIN' and
7023 #           'IMIX' and
7024 #           '8T4C' and
7025 #           'NDRPDR'"
7026 #  parameters:
7027 #  - "throughput"
7028 #  - "name"
7029 #  - "tags"
7030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7031 #  x-axis: "X = VNFs per Service Chain"
7032 #  y-axis: "Y = Number of Service Chains"
7033 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7034 #  layout:
7035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7036 #    layout: "plot-service-density"
7037 #
7038 ## Plots - NF Density - VSC - PDR 64b
7039 #- type: "plot"
7040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7041 #  algorithm: "plot_nf_heatmap"
7042 #  output-file-type: ".html"
7043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
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 #           '2T1C' and
7052 #           'NDRPDR'"
7053 #  parameters:
7054 #  - "throughput"
7055 #  - "name"
7056 #  - "tags"
7057 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7061 #  layout:
7062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7063 #    layout: "plot-service-density"
7064 #
7065 #- type: "plot"
7066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7067 #  algorithm: "plot_nf_heatmap"
7068 #  output-file-type: ".html"
7069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7070 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7071 #  filter: "'NIC_Intel-XXV710' and
7072 #           'NF_DENSITY' and
7073 #           'VHOST' and
7074 #           'VXLAN' and
7075 #           'CHAIN' and
7076 #           '118' and
7077 #           '4T2C' and
7078 #           'NDRPDR'"
7079 #  parameters:
7080 #  - "throughput"
7081 #  - "name"
7082 #  - "tags"
7083 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7084 #  x-axis: "X = VNFs per Service Chain"
7085 #  y-axis: "Y = Number of Service Chains"
7086 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7087 #  layout:
7088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7089 #    layout: "plot-service-density"
7090 #
7091 #- type: "plot"
7092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7093 #  algorithm: "plot_nf_heatmap"
7094 #  output-file-type: ".html"
7095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7096 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7097 #  filter: "'NIC_Intel-XXV710' and
7098 #           'NF_DENSITY' and
7099 #           'VHOST' and
7100 #           'VXLAN' and
7101 #           'CHAIN' and
7102 #           '118' and
7103 #           '8T4C' and
7104 #           'NDRPDR'"
7105 #  parameters:
7106 #  - "throughput"
7107 #  - "name"
7108 #  - "tags"
7109 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7110 #  x-axis: "X = VNFs per Service Chain"
7111 #  y-axis: "Y = Number of Service Chains"
7112 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7113 #  layout:
7114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7115 #    layout: "plot-service-density"
7116 #
7117 ## Plots - NF Density - VSC - PDR IMIX
7118 #- type: "plot"
7119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7120 #  algorithm: "plot_nf_heatmap"
7121 #  output-file-type: ".html"
7122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
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 #           '2T1C' and
7131 #           'NDRPDR'"
7132 #  parameters:
7133 #  - "throughput"
7134 #  - "name"
7135 #  - "tags"
7136 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7140 #  layout:
7141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7142 #    layout: "plot-service-density"
7143 #
7144 #- type: "plot"
7145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7146 #  algorithm: "plot_nf_heatmap"
7147 #  output-file-type: ".html"
7148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7149 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7150 #  filter: "'NIC_Intel-XXV710' and
7151 #           'NF_DENSITY' and
7152 #           'VHOST' and
7153 #           'VXLAN' and
7154 #           'CHAIN' and
7155 #           'IMIX' and
7156 #           '4T2C' and
7157 #           'NDRPDR'"
7158 #  parameters:
7159 #  - "throughput"
7160 #  - "name"
7161 #  - "tags"
7162 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7163 #  x-axis: "X = VNFs per Service Chain"
7164 #  y-axis: "Y = Number of Service Chains"
7165 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7166 #  layout:
7167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7168 #    layout: "plot-service-density"
7169 #
7170 #- type: "plot"
7171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7172 #  algorithm: "plot_nf_heatmap"
7173 #  output-file-type: ".html"
7174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7175 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7176 #  filter: "'NIC_Intel-XXV710' and
7177 #           'NF_DENSITY' and
7178 #           'VHOST' and
7179 #           'VXLAN' and
7180 #           'CHAIN' and
7181 #           'IMIX' and
7182 #           '8T4C' and
7183 #           'NDRPDR'"
7184 #  parameters:
7185 #  - "throughput"
7186 #  - "name"
7187 #  - "tags"
7188 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7189 #  x-axis: "X = VNFs per Service Chain"
7190 #  y-axis: "Y = Number of Service Chains"
7191 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7192 #  layout:
7193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7194 #    layout: "plot-service-density"
7195 #
7196 ################################################################################
7197 ## Plots - NF Density - CSC - MRR 64b
7198 #- type: "plot"
7199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7200 #  algorithm: "plot_nf_heatmap"
7201 #  output-file-type: ".html"
7202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7203 #  data: "plot-vpp-nfv-2n-skx-mrr"
7204 #  filter: "'NIC_Intel-XXV710' and
7205 #           'NF_DENSITY' and
7206 #           'DOCKER' and
7207 #           'CHAIN' and
7208 #           'NF_VPPIP4' and
7209 #           '64B' and
7210 #           '2T1C' and
7211 #           'MRR'"
7212 #  parameters:
7213 #  - "result"
7214 #  - "name"
7215 #  - "tags"
7216 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7217 #  x-axis: "X = CNFs per Service Chain"
7218 #  y-axis: "Y = Number of Service Chains"
7219 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7220 #  layout:
7221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7222 #    layout: "plot-service-density"
7223 #
7224 #- type: "plot"
7225 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7226 #  algorithm: "plot_nf_heatmap"
7227 #  output-file-type: ".html"
7228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7229 #  data: "plot-vpp-nfv-2n-skx-mrr"
7230 #  filter: "'NIC_Intel-XXV710' and
7231 #           'NF_DENSITY' and
7232 #           'DOCKER' and
7233 #           'CHAIN' and
7234 #           'NF_VPPIP4' and
7235 #           '64B' and
7236 #           '4T2C' and
7237 #           'MRR'"
7238 #  parameters:
7239 #  - "result"
7240 #  - "name"
7241 #  - "tags"
7242 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7243 #  x-axis: "X = CNFs per Service Chain"
7244 #  y-axis: "Y = Number of Service Chains"
7245 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7246 #  layout:
7247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7248 #    layout: "plot-service-density"
7249 #
7250 #- type: "plot"
7251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7252 #  algorithm: "plot_nf_heatmap"
7253 #  output-file-type: ".html"
7254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7255 #  data: "plot-vpp-nfv-2n-skx-mrr"
7256 #  filter: "'NIC_Intel-XXV710' and
7257 #           'NF_DENSITY' and
7258 #           'DOCKER' and
7259 #           'CHAIN' and
7260 #           'NF_VPPIP4' and
7261 #           '64B' and
7262 #           '8T4C' and
7263 #           'MRR'"
7264 #  parameters:
7265 #  - "result"
7266 #  - "name"
7267 #  - "tags"
7268 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7269 #  x-axis: "X = CNFs per Service Chain"
7270 #  y-axis: "Y = Number of Service Chains"
7271 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7272 #  layout:
7273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7274 #    layout: "plot-service-density"
7275 #
7276 ## Plots - NF Density - CSC - MRR IMIX
7277 #- type: "plot"
7278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7279 #  algorithm: "plot_nf_heatmap"
7280 #  output-file-type: ".html"
7281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7282 #  data: "plot-vpp-nfv-2n-skx-mrr"
7283 #  filter: "'NIC_Intel-XXV710' and
7284 #           'NF_DENSITY' and
7285 #           'DOCKER' and
7286 #           'CHAIN' and
7287 #           'NF_VPPIP4' and
7288 #           'IMIX' and
7289 #           '2T1C' and
7290 #           'MRR'"
7291 #  parameters:
7292 #  - "result"
7293 #  - "name"
7294 #  - "tags"
7295 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7296 #  x-axis: "X = CNFs per Service Chain"
7297 #  y-axis: "Y = Number of Service Chains"
7298 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7299 #  layout:
7300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7301 #    layout: "plot-service-density"
7302 #
7303 #- type: "plot"
7304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7305 #  algorithm: "plot_nf_heatmap"
7306 #  output-file-type: ".html"
7307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7308 #  data: "plot-vpp-nfv-2n-skx-mrr"
7309 #  filter: "'NIC_Intel-XXV710' and
7310 #           'NF_DENSITY' and
7311 #           'DOCKER' and
7312 #           'CHAIN' and
7313 #           'NF_VPPIP4' and
7314 #           'IMIX' and
7315 #           '4T2C' and
7316 #           'MRR'"
7317 #  parameters:
7318 #  - "result"
7319 #  - "name"
7320 #  - "tags"
7321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7322 #  x-axis: "X = CNFs per Service Chain"
7323 #  y-axis: "Y = Number of Service Chains"
7324 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7325 #  layout:
7326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7327 #    layout: "plot-service-density"
7328 #
7329 #- type: "plot"
7330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7331 #  algorithm: "plot_nf_heatmap"
7332 #  output-file-type: ".html"
7333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7334 #  data: "plot-vpp-nfv-2n-skx-mrr"
7335 #  filter: "'NIC_Intel-XXV710' and
7336 #           'NF_DENSITY' and
7337 #           'DOCKER' and
7338 #           'CHAIN' and
7339 #           'NF_VPPIP4' and
7340 #           'IMIX' and
7341 #           '8T4C' and
7342 #           'MRR'"
7343 #  parameters:
7344 #  - "result"
7345 #  - "name"
7346 #  - "tags"
7347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7348 #  x-axis: "X = CNFs per Service Chain"
7349 #  y-axis: "Y = Number of Service Chains"
7350 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7351 #  layout:
7352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7353 #    layout: "plot-service-density"
7354 #
7355 ## Plots - NF Density - CSC - NDR 64b
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'DOCKER' and
7365 #           'CHAIN' and
7366 #           'NF_VPPIP4' and
7367 #           '64B' and
7368 #           '2T1C' and
7369 #           'NDRPDR'"
7370 #  parameters:
7371 #  - "throughput"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "NDR" # "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 NDR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7380 #    layout: "plot-service-density"
7381 #
7382 #- type: "plot"
7383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7384 #  algorithm: "plot_nf_heatmap"
7385 #  output-file-type: ".html"
7386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7387 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7388 #  filter: "'NIC_Intel-XXV710' and
7389 #           'NF_DENSITY' and
7390 #           'DOCKER' and
7391 #           'CHAIN' and
7392 #           'NF_VPPIP4' and
7393 #           '64B' and
7394 #           '4T2C' and
7395 #           'NDRPDR'"
7396 #  parameters:
7397 #  - "throughput"
7398 #  - "name"
7399 #  - "tags"
7400 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7401 #  x-axis: "X = CNFs per Service Chain"
7402 #  y-axis: "Y = Number of Service Chains"
7403 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7404 #  layout:
7405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7406 #    layout: "plot-service-density"
7407 #
7408 #- type: "plot"
7409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7410 #  algorithm: "plot_nf_heatmap"
7411 #  output-file-type: ".html"
7412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7413 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7414 #  filter: "'NIC_Intel-XXV710' and
7415 #           'NF_DENSITY' and
7416 #           'DOCKER' and
7417 #           'CHAIN' and
7418 #           'NF_VPPIP4' and
7419 #           '64B' and
7420 #           '8T4C' and
7421 #           'NDRPDR'"
7422 #  parameters:
7423 #  - "throughput"
7424 #  - "name"
7425 #  - "tags"
7426 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7427 #  x-axis: "X = CNFs per Service Chain"
7428 #  y-axis: "Y = Number of Service Chains"
7429 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7430 #  layout:
7431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7432 #    layout: "plot-service-density"
7433 #
7434 ## Plots - NF Density - CSC - NDR IMIX
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7440 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'DOCKER' and
7444 #           'CHAIN' and
7445 #           'NF_VPPIP4' and
7446 #           'IMIX' and
7447 #           '2T1C' and
7448 #           'NDRPDR'"
7449 #  parameters:
7450 #  - "throughput"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "NDR" # "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 NDR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7459 #    layout: "plot-service-density"
7460 #
7461 #- type: "plot"
7462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7463 #  algorithm: "plot_nf_heatmap"
7464 #  output-file-type: ".html"
7465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7466 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7467 #  filter: "'NIC_Intel-XXV710' and
7468 #           'NF_DENSITY' and
7469 #           'DOCKER' and
7470 #           'CHAIN' and
7471 #           'NF_VPPIP4' and
7472 #           'IMIX' and
7473 #           '4T2C' and
7474 #           'NDRPDR'"
7475 #  parameters:
7476 #  - "throughput"
7477 #  - "name"
7478 #  - "tags"
7479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7480 #  x-axis: "X = CNFs per Service Chain"
7481 #  y-axis: "Y = Number of Service Chains"
7482 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7483 #  layout:
7484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7485 #    layout: "plot-service-density"
7486 #
7487 #- type: "plot"
7488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7489 #  algorithm: "plot_nf_heatmap"
7490 #  output-file-type: ".html"
7491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7492 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7493 #  filter: "'NIC_Intel-XXV710' and
7494 #           'NF_DENSITY' and
7495 #           'DOCKER' and
7496 #           'CHAIN' and
7497 #           'NF_VPPIP4' and
7498 #           'IMIX' and
7499 #           '8T4C' and
7500 #           'NDRPDR'"
7501 #  parameters:
7502 #  - "throughput"
7503 #  - "name"
7504 #  - "tags"
7505 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7506 #  x-axis: "X = CNFs per Service Chain"
7507 #  y-axis: "Y = Number of Service Chains"
7508 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7509 #  layout:
7510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7511 #    layout: "plot-service-density"
7512 #
7513 ## Plots - NF Density - CSC - PDR 64b
7514 #- type: "plot"
7515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7516 #  algorithm: "plot_nf_heatmap"
7517 #  output-file-type: ".html"
7518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
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 #           '2T1C' and
7527 #           'NDRPDR'"
7528 #  parameters:
7529 #  - "throughput"
7530 #  - "name"
7531 #  - "tags"
7532 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7536 #  layout:
7537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7538 #    layout: "plot-service-density"
7539 #
7540 #- type: "plot"
7541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7542 #  algorithm: "plot_nf_heatmap"
7543 #  output-file-type: ".html"
7544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7545 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7546 #  filter: "'NIC_Intel-XXV710' and
7547 #           'NF_DENSITY' and
7548 #           'DOCKER' and
7549 #           'CHAIN' and
7550 #           'NF_VPPIP4' and
7551 #           '64B' and
7552 #           '4T2C' and
7553 #           'NDRPDR'"
7554 #  parameters:
7555 #  - "throughput"
7556 #  - "name"
7557 #  - "tags"
7558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7559 #  x-axis: "X = CNFs per Service Chain"
7560 #  y-axis: "Y = Number of Service Chains"
7561 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7562 #  layout:
7563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7564 #    layout: "plot-service-density"
7565 #
7566 #- type: "plot"
7567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7568 #  algorithm: "plot_nf_heatmap"
7569 #  output-file-type: ".html"
7570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7571 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7572 #  filter: "'NIC_Intel-XXV710' and
7573 #           'NF_DENSITY' and
7574 #           'DOCKER' and
7575 #           'CHAIN' and
7576 #           'NF_VPPIP4' and
7577 #           '64B' and
7578 #           '8T4C' and
7579 #           'NDRPDR'"
7580 #  parameters:
7581 #  - "throughput"
7582 #  - "name"
7583 #  - "tags"
7584 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7585 #  x-axis: "X = CNFs per Service Chain"
7586 #  y-axis: "Y = Number of Service Chains"
7587 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7588 #  layout:
7589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7590 #    layout: "plot-service-density"
7591 #
7592 ## Plots - NF Density - CSC - PDR IMIX
7593 #- type: "plot"
7594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7595 #  algorithm: "plot_nf_heatmap"
7596 #  output-file-type: ".html"
7597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
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 #           '2T1C' and
7606 #           'NDRPDR'"
7607 #  parameters:
7608 #  - "throughput"
7609 #  - "name"
7610 #  - "tags"
7611 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7615 #  layout:
7616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7617 #    layout: "plot-service-density"
7618 #
7619 #- type: "plot"
7620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7621 #  algorithm: "plot_nf_heatmap"
7622 #  output-file-type: ".html"
7623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7624 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7625 #  filter: "'NIC_Intel-XXV710' and
7626 #           'NF_DENSITY' and
7627 #           'DOCKER' and
7628 #           'CHAIN' and
7629 #           'NF_VPPIP4' and
7630 #           'IMIX' and
7631 #           '4T2C' and
7632 #           'NDRPDR'"
7633 #  parameters:
7634 #  - "throughput"
7635 #  - "name"
7636 #  - "tags"
7637 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7638 #  x-axis: "X = CNFs per Service Chain"
7639 #  y-axis: "Y = Number of Service Chains"
7640 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7641 #  layout:
7642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7643 #    layout: "plot-service-density"
7644 #
7645 #- type: "plot"
7646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7647 #  algorithm: "plot_nf_heatmap"
7648 #  output-file-type: ".html"
7649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7650 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7651 #  filter: "'NIC_Intel-XXV710' and
7652 #           'NF_DENSITY' and
7653 #           'DOCKER' and
7654 #           'CHAIN' and
7655 #           'NF_VPPIP4' and
7656 #           'IMIX' and
7657 #           '8T4C' and
7658 #           'NDRPDR'"
7659 #  parameters:
7660 #  - "throughput"
7661 #  - "name"
7662 #  - "tags"
7663 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7664 #  x-axis: "X = CNFs per Service Chain"
7665 #  y-axis: "Y = Number of Service Chains"
7666 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7667 #  layout:
7668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7669 #    layout: "plot-service-density"
7670 #
7671 ################################################################################
7672 #
7673 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7674 #- type: "plot"
7675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7676 #  algorithm: "plot_nf_heatmap"
7677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7678 #  data: "plot-vpp-nfv-3n-skx-mrr"
7679 #  filter: "'NIC_Intel-XXV710' and
7680 #           'NF_DENSITY' and
7681 #           'DOCKER' and
7682 #           'CHAIN' and
7683 #           'NF_VPPIP4' and
7684 #           'IPSEC' and
7685 #           'TNL_4' and
7686 #           'IMIX' and
7687 #           '2T1C' and
7688 #           'MRR'"
7689 #  parameters:
7690 #  - "result"
7691 #  - "name"
7692 #  - "tags"
7693 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7694 #  x-axis: "X = CNFs per Service Chain"
7695 #  y-axis: "Y = Number of Service Chains"
7696 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7697 #  layout:
7698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7699 #    layout: "plot-service-density"
7700 #
7701 #- type: "plot"
7702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7703 #  algorithm: "plot_nf_heatmap"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7705 #  data: "plot-vpp-nfv-3n-skx-mrr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'DOCKER' and
7709 #           'CHAIN' and
7710 #           'NF_VPPIP4' and
7711 #           'IPSEC' and
7712 #           'TNL_4' and
7713 #           'IMIX' and
7714 #           '4T2C' and
7715 #           'MRR'"
7716 #  parameters:
7717 #  - "result"
7718 #  - "name"
7719 #  - "tags"
7720 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7721 #  x-axis: "X = CNFs per Service Chain"
7722 #  y-axis: "Y = Number of Service Chains"
7723 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7724 #  layout:
7725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7726 #    layout: "plot-service-density"
7727 #
7728 #- type: "plot"
7729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7730 #  algorithm: "plot_nf_heatmap"
7731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7732 #  data: "plot-vpp-nfv-3n-skx-mrr"
7733 #  filter: "'NIC_Intel-XXV710' and
7734 #           'NF_DENSITY' and
7735 #           'DOCKER' and
7736 #           'CHAIN' and
7737 #           'NF_VPPIP4' and
7738 #           'IPSEC' and
7739 #           'TNL_4' and
7740 #           'IMIX' and
7741 #           '8T4C' and
7742 #           'MRR'"
7743 #  parameters:
7744 #  - "result"
7745 #  - "name"
7746 #  - "tags"
7747 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7748 #  x-axis: "X = CNFs per Service Chain"
7749 #  y-axis: "Y = Number of Service Chains"
7750 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7751 #  layout:
7752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7753 #    layout: "plot-service-density"
7754 #
7755 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7756 #- type: "plot"
7757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7758 #  algorithm: "plot_nf_heatmap"
7759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7760 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7761 #  filter: "'NIC_Intel-XXV710' and
7762 #           'NF_DENSITY' and
7763 #           'DOCKER' and
7764 #           'CHAIN' and
7765 #           'NF_VPPIP4' and
7766 #           'IPSEC' and
7767 #           'TNL_4' and
7768 #           'IMIX' and
7769 #           '2T1C' and
7770 #           'NDRPDR'"
7771 #  parameters:
7772 #  - "throughput"
7773 #  - "name"
7774 #  - "tags"
7775 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7776 #  x-axis: "X = CNFs per Service Chain"
7777 #  y-axis: "Y = Number of Service Chains"
7778 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7779 #  layout:
7780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7781 #    layout: "plot-service-density"
7782 #
7783 #- type: "plot"
7784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7785 #  algorithm: "plot_nf_heatmap"
7786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7787 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7788 #  filter: "'NIC_Intel-XXV710' and
7789 #           'NF_DENSITY' and
7790 #           'DOCKER' and
7791 #           'CHAIN' and
7792 #           'NF_VPPIP4' and
7793 #           'IPSEC' and
7794 #           'TNL_4' and
7795 #           'IMIX' and
7796 #           '4T2C' and
7797 #           'NDRPDR'"
7798 #  parameters:
7799 #  - "throughput"
7800 #  - "name"
7801 #  - "tags"
7802 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7803 #  x-axis: "X = CNFs per Service Chain"
7804 #  y-axis: "Y = Number of Service Chains"
7805 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7806 #  layout:
7807 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7808 #    layout: "plot-service-density"
7809 #
7810 #- type: "plot"
7811 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7812 #  algorithm: "plot_nf_heatmap"
7813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7814 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7815 #  filter: "'NIC_Intel-XXV710' and
7816 #           'NF_DENSITY' and
7817 #           'DOCKER' and
7818 #           'CHAIN' and
7819 #           'NF_VPPIP4' and
7820 #           'IPSEC' and
7821 #           'TNL_4' and
7822 #           'IMIX' and
7823 #           '8T4C' and
7824 #           'NDRPDR'"
7825 #  parameters:
7826 #  - "throughput"
7827 #  - "name"
7828 #  - "tags"
7829 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7830 #  x-axis: "X = CNFs per Service Chain"
7831 #  y-axis: "Y = Number of Service Chains"
7832 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7833 #  layout:
7834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7835 #    layout: "plot-service-density"
7836 #
7837 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7838 #- type: "plot"
7839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7840 #  algorithm: "plot_nf_heatmap"
7841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7842 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7843 #  filter: "'NIC_Intel-XXV710' and
7844 #           'NF_DENSITY' and
7845 #           'DOCKER' and
7846 #           'CHAIN' and
7847 #           'NF_VPPIP4' and
7848 #           'IPSEC' and
7849 #           'TNL_4' and
7850 #           'IMIX' and
7851 #           '2T1C' and
7852 #           'NDRPDR'"
7853 #  parameters:
7854 #  - "throughput"
7855 #  - "name"
7856 #  - "tags"
7857 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7858 #  x-axis: "X = CNFs per Service Chain"
7859 #  y-axis: "Y = Number of Service Chains"
7860 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7861 #  layout:
7862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7863 #    layout: "plot-service-density"
7864 #
7865 #- type: "plot"
7866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7867 #  algorithm: "plot_nf_heatmap"
7868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7869 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7870 #  filter: "'NIC_Intel-XXV710' and
7871 #           'NF_DENSITY' and
7872 #           'DOCKER' and
7873 #           'CHAIN' and
7874 #           'NF_VPPIP4' and
7875 #           'IPSEC' and
7876 #           'TNL_4' and
7877 #           'IMIX' and
7878 #           '4T2C' and
7879 #           'NDRPDR'"
7880 #  parameters:
7881 #  - "throughput"
7882 #  - "name"
7883 #  - "tags"
7884 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7885 #  x-axis: "X = CNFs per Service Chain"
7886 #  y-axis: "Y = Number of Service Chains"
7887 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7888 #  layout:
7889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7890 #    layout: "plot-service-density"
7891 #
7892 #- type: "plot"
7893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7894 #  algorithm: "plot_nf_heatmap"
7895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7896 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7897 #  filter: "'NIC_Intel-XXV710' and
7898 #           'NF_DENSITY' and
7899 #           'DOCKER' and
7900 #           'CHAIN' and
7901 #           'NF_VPPIP4' and
7902 #           'IPSEC' and
7903 #           'TNL_4' and
7904 #           'IMIX' and
7905 #           '8T4C' and
7906 #           'NDRPDR'"
7907 #  parameters:
7908 #  - "throughput"
7909 #  - "name"
7910 #  - "tags"
7911 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7912 #  x-axis: "X = CNFs per Service Chain"
7913 #  y-axis: "Y = Number of Service Chains"
7914 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7915 #  layout:
7916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7917 #    layout: "plot-service-density"
7918
7919 ###############################################################################
7920
7921 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7922 - type: "plot"
7923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7924   algorithm: "plot_nf_heatmap"
7925   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7926   data: "plot-vpp-nfv-3n-hsw-mrr"
7927   filter: "'NIC_Intel-XL710' and
7928            'NF_DENSITY' and
7929            'DOCKER' and
7930            'CHAIN' and
7931            'NF_VPPIP4' and
7932            'IMIX' and
7933            'TNL_4' and
7934            '1T1C' and
7935            'MRR'"
7936   parameters:
7937   - "result"
7938   - "name"
7939   - "tags"
7940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7941   x-axis: "X = CNFs per Service Chain"
7942   y-axis: "Y = Number of Service Chains"
7943   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7944   layout:
7945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7946     layout: "plot-service-density"
7947
7948 - type: "plot"
7949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7950   algorithm: "plot_nf_heatmap"
7951   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7952   data: "plot-vpp-nfv-3n-hsw-mrr"
7953   filter: "'NIC_Intel-XL710' and
7954            'NF_DENSITY' and
7955            'DOCKER' and
7956            'CHAIN' and
7957            'NF_VPPIP4' and
7958            'IPSEC' and
7959            'TNL_4' and
7960            'IMIX' and
7961            '2T2C' and
7962            'MRR'"
7963   parameters:
7964   - "result"
7965   - "name"
7966   - "tags"
7967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7968   x-axis: "X = CNFs per Service Chain"
7969   y-axis: "Y = Number of Service Chains"
7970   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7971   layout:
7972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7973     layout: "plot-service-density"
7974
7975 - type: "plot"
7976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7977   algorithm: "plot_nf_heatmap"
7978   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7979   data: "plot-vpp-nfv-3n-hsw-mrr"
7980   filter: "'NIC_Intel-XL710' and
7981            'NF_DENSITY' and
7982            'DOCKER' and
7983            'CHAIN' and
7984            'NF_VPPIP4' and
7985            'IPSEC' and
7986            'TNL_4' and
7987            'IMIX' and
7988            '4T4C' and
7989            'MRR'"
7990   parameters:
7991   - "result"
7992   - "name"
7993   - "tags"
7994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7995   x-axis: "X = CNFs per Service Chain"
7996   y-axis: "Y = Number of Service Chains"
7997   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7998   layout:
7999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8000     layout: "plot-service-density"
8001
8002 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8003 - type: "plot"
8004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8005   algorithm: "plot_nf_heatmap"
8006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8007   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8008   filter: "'NIC_Intel-XL710' and
8009            'NF_DENSITY' and
8010            'DOCKER' and
8011            'CHAIN' and
8012            'NF_VPPIP4' and
8013            'IPSEC' and
8014            'TNL_4' and
8015            'IMIX' and
8016            '1T1C' and
8017            'NDRPDR'"
8018   parameters:
8019   - "throughput"
8020   - "name"
8021   - "tags"
8022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8023   x-axis: "X = CNFs per Service Chain"
8024   y-axis: "Y = Number of Service Chains"
8025   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8026   layout:
8027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8028     layout: "plot-service-density"
8029
8030 - type: "plot"
8031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8032   algorithm: "plot_nf_heatmap"
8033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8034   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8035   filter: "'NIC_Intel-XL710' and
8036            'NF_DENSITY' and
8037            'DOCKER' and
8038            'CHAIN' and
8039            'NF_VPPIP4' and
8040            'IPSEC' and
8041            'TNL_4' and
8042            'IMIX' and
8043            '2T2C' and
8044            'NDRPDR'"
8045   parameters:
8046   - "throughput"
8047   - "name"
8048   - "tags"
8049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8050   x-axis: "X = CNFs per Service Chain"
8051   y-axis: "Y = Number of Service Chains"
8052   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8053   layout:
8054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8055     layout: "plot-service-density"
8056
8057 - type: "plot"
8058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8059   algorithm: "plot_nf_heatmap"
8060   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8061   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8062   filter: "'NIC_Intel-XL710' and
8063            'NF_DENSITY' and
8064            'DOCKER' and
8065            'CHAIN' and
8066            'NF_VPPIP4' and
8067            'IPSEC' and
8068            'TNL_4' and
8069            'IMIX' and
8070            '4T4C' and
8071            'NDRPDR'"
8072   parameters:
8073   - "throughput"
8074   - "name"
8075   - "tags"
8076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8077   x-axis: "X = CNFs per Service Chain"
8078   y-axis: "Y = Number of Service Chains"
8079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8080   layout:
8081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8082     layout: "plot-service-density"
8083
8084 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8085 - type: "plot"
8086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8087   algorithm: "plot_nf_heatmap"
8088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8089   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8090   filter: "'NIC_Intel-XL710' and
8091            'NF_DENSITY' and
8092            'DOCKER' and
8093            'CHAIN' and
8094            'NF_VPPIP4' and
8095            'IPSEC' and
8096            'TNL_4' and
8097            'IMIX' and
8098            '1T1C' and
8099            'NDRPDR'"
8100   parameters:
8101   - "throughput"
8102   - "name"
8103   - "tags"
8104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8105   x-axis: "X = CNFs per Service Chain"
8106   y-axis: "Y = Number of Service Chains"
8107   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8108   layout:
8109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8110     layout: "plot-service-density"
8111
8112 - type: "plot"
8113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8114   algorithm: "plot_nf_heatmap"
8115   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8116   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8117   filter: "'NIC_Intel-XL710' and
8118            'NF_DENSITY' and
8119            'DOCKER' and
8120            'CHAIN' and
8121            'NF_VPPIP4' and
8122            'IPSEC' and
8123            'TNL_4' and
8124            'IMIX' and
8125            '2T2C' and
8126            'NDRPDR'"
8127   parameters:
8128   - "throughput"
8129   - "name"
8130   - "tags"
8131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8132   x-axis: "X = CNFs per Service Chain"
8133   y-axis: "Y = Number of Service Chains"
8134   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8135   layout:
8136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8137     layout: "plot-service-density"
8138
8139 - type: "plot"
8140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8141   algorithm: "plot_nf_heatmap"
8142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8143   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8144   filter: "'NIC_Intel-XL710' and
8145            'NF_DENSITY' and
8146            'DOCKER' and
8147            'CHAIN' and
8148            'NF_VPPIP4' and
8149            'IPSEC' and
8150            'TNL_4' and
8151            'IMIX' and
8152            '4T4C' and
8153            'NDRPDR'"
8154   parameters:
8155   - "throughput"
8156   - "name"
8157   - "tags"
8158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8159   x-axis: "X = CNFs per Service Chain"
8160   y-axis: "Y = Number of Service Chains"
8161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8162   layout:
8163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8164     layout: "plot-service-density"
8165
8166 ###############################################################################
8167
8168 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8169 #- type: "plot"
8170 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8171 #  algorithm: "plot_nf_heatmap"
8172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8173 #  data: "plot-vpp-nfv-3n-skx-mrr"
8174 #  filter: "'NIC_Intel-XXV710' and
8175 #           'NF_DENSITY' and
8176 #           'DOCKER' and
8177 #           'CHAIN' and
8178 #           'NF_VPPIP4' and
8179 #           'IPSEC' and
8180 #           'TNL_1000' and
8181 #           'IMIX' and
8182 #           '2T1C' and
8183 #           'MRR'"
8184 #  parameters:
8185 #  - "result"
8186 #  - "name"
8187 #  - "tags"
8188 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8189 #  x-axis: "X = CNFs per Service Chain"
8190 #  y-axis: "Y = Number of Service Chains"
8191 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8192 #  layout:
8193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8194 #    layout: "plot-service-density"
8195 #
8196 #- type: "plot"
8197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8198 #  algorithm: "plot_nf_heatmap"
8199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8200 #  data: "plot-vpp-nfv-3n-skx-mrr"
8201 #  filter: "'NIC_Intel-XXV710' and
8202 #           'NF_DENSITY' and
8203 #           'DOCKER' and
8204 #           'CHAIN' and
8205 #           'NF_VPPIP4' and
8206 #           'IPSEC' and
8207 #           'TNL_1000' and
8208 #           'IMIX' and
8209 #           '4T2C' and
8210 #           'MRR'"
8211 #  parameters:
8212 #  - "result"
8213 #  - "name"
8214 #  - "tags"
8215 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8216 #  x-axis: "X = CNFs per Service Chain"
8217 #  y-axis: "Y = Number of Service Chains"
8218 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8219 #  layout:
8220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8221 #    layout: "plot-service-density"
8222 #
8223 #- type: "plot"
8224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8225 #  algorithm: "plot_nf_heatmap"
8226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8227 #  data: "plot-vpp-nfv-3n-skx-mrr"
8228 #  filter: "'NIC_Intel-XXV710' and
8229 #           'NF_DENSITY' and
8230 #           'DOCKER' and
8231 #           'CHAIN' and
8232 #           'NF_VPPIP4' and
8233 #           'IPSEC' and
8234 #           'TNL_1000' and
8235 #           'IMIX' and
8236 #           '8T4C' and
8237 #           'MRR'"
8238 #  parameters:
8239 #  - "result"
8240 #  - "name"
8241 #  - "tags"
8242 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8243 #  x-axis: "X = CNFs per Service Chain"
8244 #  y-axis: "Y = Number of Service Chains"
8245 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8246 #  layout:
8247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8248 #    layout: "plot-service-density"
8249 #
8250 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8251 #- type: "plot"
8252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8253 #  algorithm: "plot_nf_heatmap"
8254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8255 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8256 #  filter: "'NIC_Intel-XXV710' and
8257 #           'NF_DENSITY' and
8258 #           'DOCKER' and
8259 #           'CHAIN' and
8260 #           'NF_VPPIP4' and
8261 #           'IPSEC' and
8262 #           'TNL_1000' and
8263 #           'IMIX' and
8264 #           '2T1C' and
8265 #           'NDRPDR'"
8266 #  parameters:
8267 #  - "throughput"
8268 #  - "name"
8269 #  - "tags"
8270 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8271 #  x-axis: "X = CNFs per Service Chain"
8272 #  y-axis: "Y = Number of Service Chains"
8273 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8274 #  layout:
8275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8276 #    layout: "plot-service-density"
8277 #
8278 #- type: "plot"
8279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8280 #  algorithm: "plot_nf_heatmap"
8281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8282 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8283 #  filter: "'NIC_Intel-XXV710' and
8284 #           'NF_DENSITY' and
8285 #           'DOCKER' and
8286 #           'CHAIN' and
8287 #           'NF_VPPIP4' and
8288 #           'IPSEC' and
8289 #           'TNL_1000' and
8290 #           'IMIX' and
8291 #           '4T2C' and
8292 #           'NDRPDR'"
8293 #  parameters:
8294 #  - "throughput"
8295 #  - "name"
8296 #  - "tags"
8297 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8298 #  x-axis: "X = CNFs per Service Chain"
8299 #  y-axis: "Y = Number of Service Chains"
8300 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8301 #  layout:
8302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8303 #    layout: "plot-service-density"
8304 #
8305 #- type: "plot"
8306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8307 #  algorithm: "plot_nf_heatmap"
8308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8309 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8310 #  filter: "'NIC_Intel-XXV710' and
8311 #           'NF_DENSITY' and
8312 #           'DOCKER' and
8313 #           'CHAIN' and
8314 #           'NF_VPPIP4' and
8315 #           'IPSEC' and
8316 #           'TNL_1000' and
8317 #           'IMIX' and
8318 #           '8T4C' and
8319 #           'NDRPDR'"
8320 #  parameters:
8321 #  - "throughput"
8322 #  - "name"
8323 #  - "tags"
8324 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8325 #  x-axis: "X = CNFs per Service Chain"
8326 #  y-axis: "Y = Number of Service Chains"
8327 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8328 #  layout:
8329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8330 #    layout: "plot-service-density"
8331 #
8332 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8333 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8337 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8338 #  filter: "'NIC_Intel-XXV710' and
8339 #           'NF_DENSITY' and
8340 #           'DOCKER' and
8341 #           'CHAIN' and
8342 #           'NF_VPPIP4' and
8343 #           'IPSEC' and
8344 #           'TNL_1000' and
8345 #           'IMIX' and
8346 #           '2T1C' and
8347 #           'NDRPDR'"
8348 #  parameters:
8349 #  - "throughput"
8350 #  - "name"
8351 #  - "tags"
8352 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8353 #  x-axis: "X = CNFs per Service Chain"
8354 #  y-axis: "Y = Number of Service Chains"
8355 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8356 #  layout:
8357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8358 #    layout: "plot-service-density"
8359 #
8360 #- type: "plot"
8361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8362 #  algorithm: "plot_nf_heatmap"
8363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8364 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8365 #  filter: "'NIC_Intel-XXV710' and
8366 #           'NF_DENSITY' and
8367 #           'DOCKER' and
8368 #           'CHAIN' and
8369 #           'NF_VPPIP4' and
8370 #           'IPSEC' and
8371 #           'TNL_1000' and
8372 #           'IMIX' and
8373 #           '4T2C' and
8374 #           'NDRPDR'"
8375 #  parameters:
8376 #  - "throughput"
8377 #  - "name"
8378 #  - "tags"
8379 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8380 #  x-axis: "X = CNFs per Service Chain"
8381 #  y-axis: "Y = Number of Service Chains"
8382 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8383 #  layout:
8384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8385 #    layout: "plot-service-density"
8386 #
8387 #- type: "plot"
8388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8389 #  algorithm: "plot_nf_heatmap"
8390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8391 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8392 #  filter: "'NIC_Intel-XXV710' and
8393 #           'NF_DENSITY' and
8394 #           'DOCKER' and
8395 #           'CHAIN' and
8396 #           'NF_VPPIP4' and
8397 #           'IPSEC' and
8398 #           'TNL_1000' and
8399 #           'IMIX' and
8400 #           '8T4C' and
8401 #           'NDRPDR'"
8402 #  parameters:
8403 #  - "throughput"
8404 #  - "name"
8405 #  - "tags"
8406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8407 #  x-axis: "X = CNFs per Service Chain"
8408 #  y-axis: "Y = Number of Service Chains"
8409 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8410 #  layout:
8411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8412 #    layout: "plot-service-density"
8413
8414 ###############################################################################
8415
8416 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8417 - type: "plot"
8418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8419   algorithm: "plot_nf_heatmap"
8420   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8421   data: "plot-vpp-nfv-3n-hsw-mrr"
8422   filter: "'NIC_Intel-XL710' and
8423            'NF_DENSITY' and
8424            'DOCKER' and
8425            'CHAIN' and
8426            'NF_VPPIP4' and
8427            'IMIX' and
8428            'TNL_1000' and
8429            '1T1C' and
8430            'MRR'"
8431   parameters:
8432   - "result"
8433   - "name"
8434   - "tags"
8435   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8436   x-axis: "X = CNFs per Service Chain"
8437   y-axis: "Y = Number of Service Chains"
8438   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8439   layout:
8440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8441     layout: "plot-service-density"
8442
8443 - type: "plot"
8444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8445   algorithm: "plot_nf_heatmap"
8446   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8447   data: "plot-vpp-nfv-3n-hsw-mrr"
8448   filter: "'NIC_Intel-XL710' and
8449            'NF_DENSITY' and
8450            'DOCKER' and
8451            'CHAIN' and
8452            'NF_VPPIP4' and
8453            'IPSEC' and
8454            'TNL_1000' and
8455            'IMIX' and
8456            '2T2C' and
8457            'MRR'"
8458   parameters:
8459   - "result"
8460   - "name"
8461   - "tags"
8462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8463   x-axis: "X = CNFs per Service Chain"
8464   y-axis: "Y = Number of Service Chains"
8465   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8466   layout:
8467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8468     layout: "plot-service-density"
8469
8470 - type: "plot"
8471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8472   algorithm: "plot_nf_heatmap"
8473   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8474   data: "plot-vpp-nfv-3n-hsw-mrr"
8475   filter: "'NIC_Intel-XL710' and
8476            'NF_DENSITY' and
8477            'DOCKER' and
8478            'CHAIN' and
8479            'NF_VPPIP4' and
8480            'IPSEC' and
8481            'TNL_1000' and
8482            'IMIX' and
8483            '4T4C' and
8484            'MRR'"
8485   parameters:
8486   - "result"
8487   - "name"
8488   - "tags"
8489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8490   x-axis: "X = CNFs per Service Chain"
8491   y-axis: "Y = Number of Service Chains"
8492   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8493   layout:
8494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8495     layout: "plot-service-density"
8496
8497 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8498 - type: "plot"
8499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8500   algorithm: "plot_nf_heatmap"
8501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8502   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8503   filter: "'NIC_Intel-XL710' and
8504            'NF_DENSITY' and
8505            'DOCKER' and
8506            'CHAIN' and
8507            'NF_VPPIP4' and
8508            'IPSEC' and
8509            'TNL_1000' and
8510            'IMIX' and
8511            '1T1C' and
8512            'NDRPDR'"
8513   parameters:
8514   - "throughput"
8515   - "name"
8516   - "tags"
8517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8518   x-axis: "X = CNFs per Service Chain"
8519   y-axis: "Y = Number of Service Chains"
8520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8521   layout:
8522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8523     layout: "plot-service-density"
8524
8525 - type: "plot"
8526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8527   algorithm: "plot_nf_heatmap"
8528   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8529   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8530   filter: "'NIC_Intel-XL710' and
8531            'NF_DENSITY' and
8532            'DOCKER' and
8533            'CHAIN' and
8534            'NF_VPPIP4' and
8535            'IPSEC' and
8536            'TNL_1000' and
8537            'IMIX' and
8538            '2T2C' and
8539            'NDRPDR'"
8540   parameters:
8541   - "throughput"
8542   - "name"
8543   - "tags"
8544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8545   x-axis: "X = CNFs per Service Chain"
8546   y-axis: "Y = Number of Service Chains"
8547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8548   layout:
8549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8550     layout: "plot-service-density"
8551
8552 - type: "plot"
8553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8554   algorithm: "plot_nf_heatmap"
8555   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8556   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8557   filter: "'NIC_Intel-XL710' and
8558            'NF_DENSITY' and
8559            'DOCKER' and
8560            'CHAIN' and
8561            'NF_VPPIP4' and
8562            'IPSEC' and
8563            'TNL_1000' and
8564            'IMIX' and
8565            '4T4C' and
8566            'NDRPDR'"
8567   parameters:
8568   - "throughput"
8569   - "name"
8570   - "tags"
8571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8572   x-axis: "X = CNFs per Service Chain"
8573   y-axis: "Y = Number of Service Chains"
8574   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8575   layout:
8576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8577     layout: "plot-service-density"
8578
8579 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8580 - type: "plot"
8581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8582   algorithm: "plot_nf_heatmap"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8584   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8585   filter: "'NIC_Intel-XL710' and
8586            'NF_DENSITY' and
8587            'DOCKER' and
8588            'CHAIN' and
8589            'NF_VPPIP4' and
8590            'IPSEC' and
8591            'TNL_1000' and
8592            'IMIX' and
8593            '1T1C' and
8594            'NDRPDR'"
8595   parameters:
8596   - "throughput"
8597   - "name"
8598   - "tags"
8599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8600   x-axis: "X = CNFs per Service Chain"
8601   y-axis: "Y = Number of Service Chains"
8602   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8603   layout:
8604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8605     layout: "plot-service-density"
8606
8607 - type: "plot"
8608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8609   algorithm: "plot_nf_heatmap"
8610   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8611   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8612   filter: "'NIC_Intel-XL710' and
8613            'NF_DENSITY' and
8614            'DOCKER' and
8615            'CHAIN' and
8616            'NF_VPPIP4' and
8617            'IPSEC' and
8618            'TNL_1000' and
8619            'IMIX' and
8620            '2T2C' and
8621            'NDRPDR'"
8622   parameters:
8623   - "throughput"
8624   - "name"
8625   - "tags"
8626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8627   x-axis: "X = CNFs per Service Chain"
8628   y-axis: "Y = Number of Service Chains"
8629   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8630   layout:
8631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8632     layout: "plot-service-density"
8633
8634 - type: "plot"
8635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8636   algorithm: "plot_nf_heatmap"
8637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8638   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8639   filter: "'NIC_Intel-XL710' and
8640            'NF_DENSITY' and
8641            'DOCKER' and
8642            'CHAIN' and
8643            'NF_VPPIP4' and
8644            'IPSEC' and
8645            'TNL_1000' and
8646            'IMIX' and
8647            '4T4C' and
8648            'NDRPDR'"
8649   parameters:
8650   - "throughput"
8651   - "name"
8652   - "tags"
8653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8654   x-axis: "X = CNFs per Service Chain"
8655   y-axis: "Y = Number of Service Chains"
8656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8657   layout:
8658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8659     layout: "plot-service-density"
8660
8661 ###############################################################################
8662
8663 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8664 #- type: "plot"
8665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8666 #  algorithm: "plot_nf_heatmap"
8667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8668 #  data: "plot-vpp-nfv-3n-skx-mrr"
8669 #  filter: "'NIC_Intel-XXV710' and
8670 #           'NF_DENSITY' and
8671 #           'DOCKER' and
8672 #           'CHAIN' and
8673 #           'NF_VPPIP4' and
8674 #           'IPSEC' and
8675 #           'TNL_10000' and
8676 #           'IMIX' and
8677 #           '2T1C' and
8678 #           'MRR'"
8679 #  parameters:
8680 #  - "result"
8681 #  - "name"
8682 #  - "tags"
8683 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8684 #  x-axis: "X = CNFs per Service Chain"
8685 #  y-axis: "Y = Number of Service Chains"
8686 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8687 #  layout:
8688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8689 #    layout: "plot-service-density"
8690 #
8691 #- type: "plot"
8692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8693 #  algorithm: "plot_nf_heatmap"
8694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8695 #  data: "plot-vpp-nfv-3n-skx-mrr"
8696 #  filter: "'NIC_Intel-XXV710' and
8697 #           'NF_DENSITY' and
8698 #           'DOCKER' and
8699 #           'CHAIN' and
8700 #           'NF_VPPIP4' and
8701 #           'IPSEC' and
8702 #           'TNL_10000' and
8703 #           'IMIX' and
8704 #           '4T2C' and
8705 #           'MRR'"
8706 #  parameters:
8707 #  - "result"
8708 #  - "name"
8709 #  - "tags"
8710 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8711 #  x-axis: "X = CNFs per Service Chain"
8712 #  y-axis: "Y = Number of Service Chains"
8713 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8714 #  layout:
8715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8716 #    layout: "plot-service-density"
8717 #
8718 #- type: "plot"
8719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8720 #  algorithm: "plot_nf_heatmap"
8721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8722 #  data: "plot-vpp-nfv-3n-skx-mrr"
8723 #  filter: "'NIC_Intel-XXV710' and
8724 #           'NF_DENSITY' and
8725 #           'DOCKER' and
8726 #           'CHAIN' and
8727 #           'NF_VPPIP4' and
8728 #           'IPSEC' and
8729 #           'TNL_10000' and
8730 #           'IMIX' and
8731 #           '8T4C' and
8732 #           'MRR'"
8733 #  parameters:
8734 #  - "result"
8735 #  - "name"
8736 #  - "tags"
8737 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8738 #  x-axis: "X = CNFs per Service Chain"
8739 #  y-axis: "Y = Number of Service Chains"
8740 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8741 #  layout:
8742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8743 #    layout: "plot-service-density"
8744 #
8745 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8746 #- type: "plot"
8747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8748 #  algorithm: "plot_nf_heatmap"
8749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8750 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8751 #  filter: "'NIC_Intel-XXV710' and
8752 #           'NF_DENSITY' and
8753 #           'DOCKER' and
8754 #           'CHAIN' and
8755 #           'NF_VPPIP4' and
8756 #           'IPSEC' and
8757 #           'TNL_10000' and
8758 #           'IMIX' and
8759 #           '2T1C' and
8760 #           'NDRPDR'"
8761 #  parameters:
8762 #  - "throughput"
8763 #  - "name"
8764 #  - "tags"
8765 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8766 #  x-axis: "X = CNFs per Service Chain"
8767 #  y-axis: "Y = Number of Service Chains"
8768 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8769 #  layout:
8770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8771 #    layout: "plot-service-density"
8772 #
8773 #- type: "plot"
8774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8775 #  algorithm: "plot_nf_heatmap"
8776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8777 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8778 #  filter: "'NIC_Intel-XXV710' and
8779 #           'NF_DENSITY' and
8780 #           'DOCKER' and
8781 #           'CHAIN' and
8782 #           'NF_VPPIP4' and
8783 #           'IPSEC' and
8784 #           'TNL_10000' and
8785 #           'IMIX' and
8786 #           '4T2C' and
8787 #           'NDRPDR'"
8788 #  parameters:
8789 #  - "throughput"
8790 #  - "name"
8791 #  - "tags"
8792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8793 #  x-axis: "X = CNFs per Service Chain"
8794 #  y-axis: "Y = Number of Service Chains"
8795 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8796 #  layout:
8797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8798 #    layout: "plot-service-density"
8799 #
8800 #- type: "plot"
8801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8802 #  algorithm: "plot_nf_heatmap"
8803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8804 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8805 #  filter: "'NIC_Intel-XXV710' and
8806 #           'NF_DENSITY' and
8807 #           'DOCKER' and
8808 #           'CHAIN' and
8809 #           'NF_VPPIP4' and
8810 #           'IPSEC' and
8811 #           'TNL_10000' and
8812 #           'IMIX' and
8813 #           '8T4C' and
8814 #           'NDRPDR'"
8815 #  parameters:
8816 #  - "throughput"
8817 #  - "name"
8818 #  - "tags"
8819 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8820 #  x-axis: "X = CNFs per Service Chain"
8821 #  y-axis: "Y = Number of Service Chains"
8822 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8823 #  layout:
8824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8825 #    layout: "plot-service-density"
8826 #
8827 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8828 #- type: "plot"
8829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8830 #  algorithm: "plot_nf_heatmap"
8831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8832 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8833 #  filter: "'NIC_Intel-XXV710' and
8834 #           'NF_DENSITY' and
8835 #           'DOCKER' and
8836 #           'CHAIN' and
8837 #           'NF_VPPIP4' and
8838 #           'IPSEC' and
8839 #           'TNL_10000' and
8840 #           'IMIX' and
8841 #           '2T1C' and
8842 #           'NDRPDR'"
8843 #  parameters:
8844 #  - "throughput"
8845 #  - "name"
8846 #  - "tags"
8847 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8848 #  x-axis: "X = CNFs per Service Chain"
8849 #  y-axis: "Y = Number of Service Chains"
8850 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8851 #  layout:
8852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8853 #    layout: "plot-service-density"
8854 #
8855 #- type: "plot"
8856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8857 #  algorithm: "plot_nf_heatmap"
8858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8859 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8860 #  filter: "'NIC_Intel-XXV710' and
8861 #           'NF_DENSITY' and
8862 #           'DOCKER' and
8863 #           'CHAIN' and
8864 #           'NF_VPPIP4' and
8865 #           'IPSEC' and
8866 #           'TNL_10000' and
8867 #           'IMIX' and
8868 #           '4T2C' and
8869 #           'NDRPDR'"
8870 #  parameters:
8871 #  - "throughput"
8872 #  - "name"
8873 #  - "tags"
8874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8875 #  x-axis: "X = CNFs per Service Chain"
8876 #  y-axis: "Y = Number of Service Chains"
8877 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8878 #  layout:
8879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8880 #    layout: "plot-service-density"
8881 #
8882 #- type: "plot"
8883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8884 #  algorithm: "plot_nf_heatmap"
8885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8886 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8887 #  filter: "'NIC_Intel-XXV710' and
8888 #           'NF_DENSITY' and
8889 #           'DOCKER' and
8890 #           'CHAIN' and
8891 #           'NF_VPPIP4' and
8892 #           'IPSEC' and
8893 #           'TNL_10000' and
8894 #           'IMIX' and
8895 #           '8T4C' and
8896 #           'NDRPDR'"
8897 #  parameters:
8898 #  - "throughput"
8899 #  - "name"
8900 #  - "tags"
8901 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8902 #  x-axis: "X = CNFs per Service Chain"
8903 #  y-axis: "Y = Number of Service Chains"
8904 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8905 #  layout:
8906 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8907 #    layout: "plot-service-density"
8908
8909 ###############################################################################
8910
8911 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8912 - type: "plot"
8913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8914   algorithm: "plot_nf_heatmap"
8915   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8916   data: "plot-vpp-nfv-3n-hsw-mrr"
8917   filter: "'NIC_Intel-XL710' and
8918            'NF_DENSITY' and
8919            'DOCKER' and
8920            'CHAIN' and
8921            'NF_VPPIP4' and
8922            'IMIX' and
8923            'TNL_10000' and
8924            '1T1C' and
8925            'MRR'"
8926   parameters:
8927   - "result"
8928   - "name"
8929   - "tags"
8930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8931   x-axis: "X = CNFs per Service Chain"
8932   y-axis: "Y = Number of Service Chains"
8933   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8934   layout:
8935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8936     layout: "plot-service-density"
8937
8938 - type: "plot"
8939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8940   algorithm: "plot_nf_heatmap"
8941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8942   data: "plot-vpp-nfv-3n-hsw-mrr"
8943   filter: "'NIC_Intel-XL710' and
8944            'NF_DENSITY' and
8945            'DOCKER' and
8946            'CHAIN' and
8947            'NF_VPPIP4' and
8948            'IPSEC' and
8949            'TNL_10000' and
8950            'IMIX' and
8951            '2T2C' and
8952            'MRR'"
8953   parameters:
8954   - "result"
8955   - "name"
8956   - "tags"
8957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8958   x-axis: "X = CNFs per Service Chain"
8959   y-axis: "Y = Number of Service Chains"
8960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8961   layout:
8962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8963     layout: "plot-service-density"
8964
8965 - type: "plot"
8966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8967   algorithm: "plot_nf_heatmap"
8968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8969   data: "plot-vpp-nfv-3n-hsw-mrr"
8970   filter: "'NIC_Intel-XL710' and
8971            'NF_DENSITY' and
8972            'DOCKER' and
8973            'CHAIN' and
8974            'NF_VPPIP4' and
8975            'IPSEC' and
8976            'TNL_10000' and
8977            'IMIX' and
8978            '4T4C' and
8979            'MRR'"
8980   parameters:
8981   - "result"
8982   - "name"
8983   - "tags"
8984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8985   x-axis: "X = CNFs per Service Chain"
8986   y-axis: "Y = Number of Service Chains"
8987   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8988   layout:
8989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8990     layout: "plot-service-density"
8991
8992 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8997   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8998   filter: "'NIC_Intel-XL710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IPSEC' and
9004            'TNL_10000' and
9005            'IMIX' and
9006            '1T1C' and
9007            'NDRPDR'"
9008   parameters:
9009   - "throughput"
9010   - "name"
9011   - "tags"
9012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9013   x-axis: "X = CNFs per Service Chain"
9014   y-axis: "Y = Number of Service Chains"
9015   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9016   layout:
9017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9018     layout: "plot-service-density"
9019
9020 - type: "plot"
9021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9022   algorithm: "plot_nf_heatmap"
9023   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9024   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9025   filter: "'NIC_Intel-XL710' and
9026            'NF_DENSITY' and
9027            'DOCKER' and
9028            'CHAIN' and
9029            'NF_VPPIP4' and
9030            'IPSEC' and
9031            'TNL_10000' and
9032            'IMIX' and
9033            '2T2C' and
9034            'NDRPDR'"
9035   parameters:
9036   - "throughput"
9037   - "name"
9038   - "tags"
9039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9040   x-axis: "X = CNFs per Service Chain"
9041   y-axis: "Y = Number of Service Chains"
9042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9043   layout:
9044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9045     layout: "plot-service-density"
9046
9047 - type: "plot"
9048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9049   algorithm: "plot_nf_heatmap"
9050   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9051   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9052   filter: "'NIC_Intel-XL710' and
9053            'NF_DENSITY' and
9054            'DOCKER' and
9055            'CHAIN' and
9056            'NF_VPPIP4' and
9057            'IPSEC' and
9058            'TNL_10000' and
9059            'IMIX' and
9060            '4T4C' and
9061            'NDRPDR'"
9062   parameters:
9063   - "throughput"
9064   - "name"
9065   - "tags"
9066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9067   x-axis: "X = CNFs per Service Chain"
9068   y-axis: "Y = Number of Service Chains"
9069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9070   layout:
9071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9072     layout: "plot-service-density"
9073
9074 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9075 - type: "plot"
9076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9077   algorithm: "plot_nf_heatmap"
9078   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9079   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9080   filter: "'NIC_Intel-XL710' and
9081            'NF_DENSITY' and
9082            'DOCKER' and
9083            'CHAIN' and
9084            'NF_VPPIP4' and
9085            'IPSEC' and
9086            'TNL_10000' and
9087            'IMIX' and
9088            '1T1C' and
9089            'NDRPDR'"
9090   parameters:
9091   - "throughput"
9092   - "name"
9093   - "tags"
9094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9095   x-axis: "X = CNFs per Service Chain"
9096   y-axis: "Y = Number of Service Chains"
9097   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9098   layout:
9099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9100     layout: "plot-service-density"
9101
9102 - type: "plot"
9103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9104   algorithm: "plot_nf_heatmap"
9105   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9106   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9107   filter: "'NIC_Intel-XL710' and
9108            'NF_DENSITY' and
9109            'DOCKER' and
9110            'CHAIN' and
9111            'NF_VPPIP4' and
9112            'IPSEC' and
9113            'TNL_10000' and
9114            'IMIX' and
9115            '2T2C' and
9116            'NDRPDR'"
9117   parameters:
9118   - "throughput"
9119   - "name"
9120   - "tags"
9121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9122   x-axis: "X = CNFs per Service Chain"
9123   y-axis: "Y = Number of Service Chains"
9124   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9125   layout:
9126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9127     layout: "plot-service-density"
9128
9129 - type: "plot"
9130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9131   algorithm: "plot_nf_heatmap"
9132   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9133   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9134   filter: "'NIC_Intel-XL710' and
9135            'NF_DENSITY' and
9136            'DOCKER' and
9137            'CHAIN' and
9138            'NF_VPPIP4' and
9139            'IPSEC' and
9140            'TNL_10000' and
9141            'IMIX' and
9142            '4T4C' and
9143            'NDRPDR'"
9144   parameters:
9145   - "throughput"
9146   - "name"
9147   - "tags"
9148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9149   x-axis: "X = CNFs per Service Chain"
9150   y-axis: "Y = Number of Service Chains"
9151   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9152   layout:
9153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9154     layout: "plot-service-density"
9155
9156 ###############################################################################
9157
9158 # Plots - NF Density - CSP - MRR 64b
9159
9160 #- type: "plot"
9161 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9162 #  algorithm: "plot_nf_heatmap"
9163 #  output-file-type: ".html"
9164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9165 #  data: "plot-vpp-nfv-2n-skx-mrr"
9166 #  filter: "'NIC_Intel-XXV710' and
9167 #           'NF_DENSITY' and
9168 #           'DOCKER' and
9169 #           'PIPELINE' and
9170 #           'NF_VPPIP4' and
9171 #           '64B' and
9172 #           '2T1C' and
9173 #           'MRR'"
9174 #  parameters:
9175 #  - "result"
9176 #  - "name"
9177 #  - "tags"
9178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9179 #  x-axis: "X = CNFs per Service Pipeline"
9180 #  y-axis: "Y = Number of Service Pipelines"
9181 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9182 #  layout:
9183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9184 #    layout: "plot-service-density"
9185 #
9186 #- type: "plot"
9187 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9188 #  algorithm: "plot_nf_heatmap"
9189 #  output-file-type: ".html"
9190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9191 #  data: "plot-vpp-nfv-2n-skx-mrr"
9192 #  filter: "'NIC_Intel-XXV710' and
9193 #           'NF_DENSITY' and
9194 #           'DOCKER' and
9195 #           'PIPELINE' and
9196 #           'NF_VPPIP4' and
9197 #           '64B' and
9198 #           '4T2C' and
9199 #           'MRR'"
9200 #  parameters:
9201 #  - "result"
9202 #  - "name"
9203 #  - "tags"
9204 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9205 #  x-axis: "X = CNFs per Service Pipeline"
9206 #  y-axis: "Y = Number of Service Pipelines"
9207 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9208 #  layout:
9209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9210 #    layout: "plot-service-density"
9211 #
9212 #- type: "plot"
9213 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9214 #  algorithm: "plot_nf_heatmap"
9215 #  output-file-type: ".html"
9216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9217 #  data: "plot-vpp-nfv-2n-skx-mrr"
9218 #  filter: "'NIC_Intel-XXV710' and
9219 #           'NF_DENSITY' and
9220 #           'DOCKER' and
9221 #           'PIPELINE' and
9222 #           'NF_VPPIP4' and
9223 #           '64B' and
9224 #           '8T4C' and
9225 #           'MRR'"
9226 #  parameters:
9227 #  - "result"
9228 #  - "name"
9229 #  - "tags"
9230 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9231 #  x-axis: "X = CNFs per Service Pipeline"
9232 #  y-axis: "Y = Number of Service Pipelines"
9233 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9234 #  layout:
9235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9236 #    layout: "plot-service-density"
9237 #
9238 ## Plots - NF Density - CSP - MRR IMIX
9239 #- type: "plot"
9240 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9241 #  algorithm: "plot_nf_heatmap"
9242 #  output-file-type: ".html"
9243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9244 #  data: "plot-vpp-nfv-2n-skx-mrr"
9245 #  filter: "'NIC_Intel-XXV710' and
9246 #           'NF_DENSITY' and
9247 #           'DOCKER' and
9248 #           'PIPELINE' and
9249 #           'NF_VPPIP4' and
9250 #           'IMIX' and
9251 #           '2T1C' and
9252 #           'MRR'"
9253 #  parameters:
9254 #  - "result"
9255 #  - "name"
9256 #  - "tags"
9257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9258 #  x-axis: "X = CNFs per Service Pipeline"
9259 #  y-axis: "Y = Number of Service Pipelines"
9260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9261 #  layout:
9262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9263 #    layout: "plot-service-density"
9264 #
9265 #- type: "plot"
9266 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9267 #  algorithm: "plot_nf_heatmap"
9268 #  output-file-type: ".html"
9269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9270 #  data: "plot-vpp-nfv-2n-skx-mrr"
9271 #  filter: "'NIC_Intel-XXV710' and
9272 #           'NF_DENSITY' and
9273 #           'DOCKER' and
9274 #           'PIPELINE' and
9275 #           'NF_VPPIP4' and
9276 #           'IMIX' and
9277 #           '4T2C' and
9278 #           'MRR'"
9279 #  parameters:
9280 #  - "result"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Pipeline"
9285 #  y-axis: "Y = Number of Service Pipelines"
9286 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9289 #    layout: "plot-service-density"
9290 #
9291 #- type: "plot"
9292 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9293 #  algorithm: "plot_nf_heatmap"
9294 #  output-file-type: ".html"
9295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9296 #  data: "plot-vpp-nfv-2n-skx-mrr"
9297 #  filter: "'NIC_Intel-XXV710' and
9298 #           'NF_DENSITY' and
9299 #           'DOCKER' and
9300 #           'PIPELINE' and
9301 #           'NF_VPPIP4' and
9302 #           'IMIX' and
9303 #           '8T4C' and
9304 #           'MRR'"
9305 #  parameters:
9306 #  - "result"
9307 #  - "name"
9308 #  - "tags"
9309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9310 #  x-axis: "X = CNFs per Service Pipeline"
9311 #  y-axis: "Y = Number of Service Pipelines"
9312 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9313 #  layout:
9314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9315 #    layout: "plot-service-density"
9316 #
9317 ## Plots - NF Density - CSP - NDR 64b
9318 #- type: "plot"
9319 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9320 #  algorithm: "plot_nf_heatmap"
9321 #  output-file-type: ".html"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9323 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'PIPELINE' and
9328 #           'NF_VPPIP4' and
9329 #           '64B' and
9330 #           '2T1C' and
9331 #           'NDRPDR'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9342 #    layout: "plot-service-density"
9343 #
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file-type: ".html"
9348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9349 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9350 #  filter: "'NIC_Intel-XXV710' and
9351 #           'NF_DENSITY' and
9352 #           'DOCKER' and
9353 #           'PIPELINE' and
9354 #           'NF_VPPIP4' and
9355 #           '64B' and
9356 #           '4T2C' and
9357 #           'NDRPDR'"
9358 #  parameters:
9359 #  - "throughput"
9360 #  - "name"
9361 #  - "tags"
9362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9363 #  x-axis: "X = CNFs per Service Pipeline"
9364 #  y-axis: "Y = Number of Service Pipelines"
9365 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9366 #  layout:
9367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9368 #    layout: "plot-service-density"
9369 #
9370 #- type: "plot"
9371 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9372 #  algorithm: "plot_nf_heatmap"
9373 #  output-file-type: ".html"
9374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9375 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9376 #  filter: "'NIC_Intel-XXV710' and
9377 #           'NF_DENSITY' and
9378 #           'DOCKER' and
9379 #           'PIPELINE' and
9380 #           'NF_VPPIP4' and
9381 #           '64B' and
9382 #           '8T4C' and
9383 #           'NDRPDR'"
9384 #  parameters:
9385 #  - "throughput"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Pipeline"
9390 #  y-axis: "Y = Number of Service Pipelines"
9391 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9394 #    layout: "plot-service-density"
9395 #
9396 ## Plots - NF Density - CSP - NDR IMIX
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file-type: ".html"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9402 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9403 #  filter: "'NIC_Intel-XXV710' and
9404 #           'NF_DENSITY' and
9405 #           'DOCKER' and
9406 #           'PIPELINE' and
9407 #           'NF_VPPIP4' and
9408 #           'IMIX' and
9409 #           '2T1C' and
9410 #           'NDRPDR'"
9411 #  parameters:
9412 #  - "throughput"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file-type: ".html"
9427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9428 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9429 #  filter: "'NIC_Intel-XXV710' and
9430 #           'NF_DENSITY' and
9431 #           'DOCKER' and
9432 #           'PIPELINE' and
9433 #           'NF_VPPIP4' and
9434 #           'IMIX' and
9435 #           '4T2C' and
9436 #           'NDRPDR'"
9437 #  parameters:
9438 #  - "throughput"
9439 #  - "name"
9440 #  - "tags"
9441 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9442 #  x-axis: "X = CNFs per Service Pipeline"
9443 #  y-axis: "Y = Number of Service Pipelines"
9444 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9445 #  layout:
9446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9447 #    layout: "plot-service-density"
9448 #
9449 #- type: "plot"
9450 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9451 #  algorithm: "plot_nf_heatmap"
9452 #  output-file-type: ".html"
9453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9454 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9455 #  filter: "'NIC_Intel-XXV710' and
9456 #           'NF_DENSITY' and
9457 #           'DOCKER' and
9458 #           'PIPELINE' and
9459 #           'NF_VPPIP4' and
9460 #           'IMIX' and
9461 #           '8T4C' and
9462 #           'NDRPDR'"
9463 #  parameters:
9464 #  - "throughput"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Pipeline"
9469 #  y-axis: "Y = Number of Service Pipelines"
9470 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9473 #    layout: "plot-service-density"
9474 #
9475 ## Plots - NF Density - CSP - PDR 64b
9476 #- type: "plot"
9477 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9478 #  algorithm: "plot_nf_heatmap"
9479 #  output-file-type: ".html"
9480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
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 #           '2T1C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9500 #    layout: "plot-service-density"
9501 #
9502 #- type: "plot"
9503 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9504 #  algorithm: "plot_nf_heatmap"
9505 #  output-file-type: ".html"
9506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9508 #  filter: "'NIC_Intel-XXV710' and
9509 #           'NF_DENSITY' and
9510 #           'DOCKER' and
9511 #           'PIPELINE' and
9512 #           'NF_VPPIP4' and
9513 #           '64B' and
9514 #           '4T2C' and
9515 #           'NDRPDR'"
9516 #  parameters:
9517 #  - "throughput"
9518 #  - "name"
9519 #  - "tags"
9520 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9521 #  x-axis: "X = CNFs per Service Pipeline"
9522 #  y-axis: "Y = Number of Service Pipelines"
9523 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9524 #  layout:
9525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9526 #    layout: "plot-service-density"
9527 #
9528 #- type: "plot"
9529 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9530 #  algorithm: "plot_nf_heatmap"
9531 #  output-file-type: ".html"
9532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9533 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9534 #  filter: "'NIC_Intel-XXV710' and
9535 #           'NF_DENSITY' and
9536 #           'DOCKER' and
9537 #           'PIPELINE' and
9538 #           'NF_VPPIP4' and
9539 #           '64B' and
9540 #           '8T4C' and
9541 #           'NDRPDR'"
9542 #  parameters:
9543 #  - "throughput"
9544 #  - "name"
9545 #  - "tags"
9546 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9547 #  x-axis: "X = CNFs per Service Pipeline"
9548 #  y-axis: "Y = Number of Service Pipelines"
9549 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9550 #  layout:
9551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9552 #    layout: "plot-service-density"
9553 #
9554 ## Plots - NF Density - CSP - PDR IMIX
9555 #- type: "plot"
9556 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9557 #  algorithm: "plot_nf_heatmap"
9558 #  output-file-type: ".html"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
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 #           '2T1C' and
9568 #           'NDRPDR'"
9569 #  parameters:
9570 #  - "throughput"
9571 #  - "name"
9572 #  - "tags"
9573 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9577 #  layout:
9578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9579 #    layout: "plot-service-density"
9580 #
9581 #- type: "plot"
9582 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9583 #  algorithm: "plot_nf_heatmap"
9584 #  output-file-type: ".html"
9585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9587 #  filter: "'NIC_Intel-XXV710' and
9588 #           'NF_DENSITY' and
9589 #           'DOCKER' and
9590 #           'PIPELINE' and
9591 #           'NF_VPPIP4' and
9592 #           'IMIX' and
9593 #           '4T2C' and
9594 #           'NDRPDR'"
9595 #  parameters:
9596 #  - "throughput"
9597 #  - "name"
9598 #  - "tags"
9599 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9600 #  x-axis: "X = CNFs per Service Pipeline"
9601 #  y-axis: "Y = Number of Service Pipelines"
9602 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9603 #  layout:
9604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9605 #    layout: "plot-service-density"
9606 #
9607 #- type: "plot"
9608 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9609 #  algorithm: "plot_nf_heatmap"
9610 #  output-file-type: ".html"
9611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9612 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9613 #  filter: "'NIC_Intel-XXV710' and
9614 #           'NF_DENSITY' and
9615 #           'DOCKER' and
9616 #           'PIPELINE' and
9617 #           'NF_VPPIP4' and
9618 #           'IMIX' and
9619 #           '8T4C' and
9620 #           'NDRPDR'"
9621 #  parameters:
9622 #  - "throughput"
9623 #  - "name"
9624 #  - "tags"
9625 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9626 #  x-axis: "X = CNFs per Service Pipeline"
9627 #  y-axis: "Y = Number of Service Pipelines"
9628 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9629 #  layout:
9630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9631 #    layout: "plot-service-density"
9632
9633 ###############################################################################
9634 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9635
9636 - type: "plot"
9637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9638   algorithm: "plot_nf_heatmap"
9639   output-file-type: ".html"
9640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9641   data: "plot-vpp-nfv-2n-clx-mrr"
9642   filter: "'NIC_Intel-XXV710' and
9643            'NF_DENSITY' and
9644            'VHOST' and
9645            not 'VXLAN' and
9646            'CHAIN' and
9647            'NF_VPPIP4' and
9648            'IMIX' and
9649            '2T1C' and
9650            'MRR'"
9651   parameters:
9652   - "result"
9653   - "name"
9654   - "tags"
9655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9656   x-axis: "X = VNFs per Service Chain"
9657   y-axis: "Y = Number of Service Chains"
9658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9659   layout:
9660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9661     layout: "plot-service-density"
9662
9663 - type: "plot"
9664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9665   algorithm: "plot_nf_heatmap"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9668   data: "plot-vpp-nfv-2n-clx-mrr"
9669   filter: "'NIC_Intel-XXV710' and
9670            'NF_DENSITY' and
9671            'VHOST' and
9672            not 'VXLAN' and
9673            'CHAIN' and
9674            'NF_VPPIP4' and
9675            'IMIX' and
9676            '4T2C' and
9677            'MRR'"
9678   parameters:
9679   - "result"
9680   - "name"
9681   - "tags"
9682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9683   x-axis: "X = VNFs per Service Chain"
9684   y-axis: "Y = Number of Service Chains"
9685   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9686   layout:
9687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9688     layout: "plot-service-density"
9689
9690 - type: "plot"
9691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9692   algorithm: "plot_nf_heatmap"
9693   output-file-type: ".html"
9694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9695   data: "plot-vpp-nfv-2n-clx-mrr"
9696   filter: "'NIC_Intel-XXV710' and
9697            'NF_DENSITY' and
9698            'VHOST' and
9699            not 'VXLAN' and
9700            'CHAIN' and
9701            'NF_VPPIP4' and
9702            'IMIX' and
9703            '8T4C' and
9704            'MRR'"
9705   parameters:
9706   - "result"
9707   - "name"
9708   - "tags"
9709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9710   x-axis: "X = VNFs per Service Chain"
9711   y-axis: "Y = Number of Service Chains"
9712   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9713   layout:
9714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9715     layout: "plot-service-density"
9716
9717 # Plots - NF Density - VSC - NDR IMIX
9718 - type: "plot"
9719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9720   algorithm: "plot_nf_heatmap"
9721   output-file-type: ".html"
9722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9723   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9724   filter: "'NIC_Intel-XXV710' and
9725            'NF_DENSITY' and
9726            'VHOST' and
9727            not 'VXLAN' and
9728            'CHAIN' and
9729            'NF_VPPIP4' and
9730            'IMIX' and
9731            '2T1C' and
9732            'NDRPDR'"
9733   parameters:
9734   - "throughput"
9735   - "name"
9736   - "tags"
9737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9738   x-axis: "X = VNFs per Service Chain"
9739   y-axis: "Y = Number of Service Chains"
9740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9741   layout:
9742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9743     layout: "plot-service-density"
9744
9745 - type: "plot"
9746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9747   algorithm: "plot_nf_heatmap"
9748   output-file-type: ".html"
9749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9750   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9751   filter: "'NIC_Intel-XXV710' and
9752            'NF_DENSITY' and
9753            'VHOST' and
9754            not 'VXLAN' and
9755            'CHAIN' and
9756            'NF_VPPIP4' and
9757            'IMIX' and
9758            '4T2C' and
9759            'NDRPDR'"
9760   parameters:
9761   - "throughput"
9762   - "name"
9763   - "tags"
9764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9765   x-axis: "X = VNFs per Service Chain"
9766   y-axis: "Y = Number of Service Chains"
9767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9768   layout:
9769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9770     layout: "plot-service-density"
9771
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9778   filter: "'NIC_Intel-XXV710' and
9779            'NF_DENSITY' and
9780            'VHOST' and
9781            not 'VXLAN' and
9782            'CHAIN' and
9783            'NF_VPPIP4' and
9784            'IMIX' and
9785            '8T4C' and
9786            'NDRPDR'"
9787   parameters:
9788   - "throughput"
9789   - "name"
9790   - "tags"
9791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9792   x-axis: "X = VNFs per Service Chain"
9793   y-axis: "Y = Number of Service Chains"
9794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9795   layout:
9796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9797     layout: "plot-service-density"
9798
9799 # Plots - NF Density - VSC - PDR IMIX
9800 - type: "plot"
9801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9802   algorithm: "plot_nf_heatmap"
9803   output-file-type: ".html"
9804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9805   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9806   filter: "'NIC_Intel-XXV710' and
9807            'NF_DENSITY' and
9808            'VHOST' and
9809            not 'VXLAN' and
9810            'CHAIN' and
9811            'NF_VPPIP4' and
9812            'IMIX' and
9813            '2T1C' and
9814            'NDRPDR'"
9815   parameters:
9816   - "throughput"
9817   - "name"
9818   - "tags"
9819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9820   x-axis: "X = VNFs per Service Chain"
9821   y-axis: "Y = Number of Service Chains"
9822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9823   layout:
9824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9825     layout: "plot-service-density"
9826
9827 - type: "plot"
9828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9829   algorithm: "plot_nf_heatmap"
9830   output-file-type: ".html"
9831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9832   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9833   filter: "'NIC_Intel-XXV710' and
9834            'NF_DENSITY' and
9835            'VHOST' and
9836            not 'VXLAN' and
9837            'CHAIN' and
9838            'NF_VPPIP4' and
9839            'IMIX' and
9840            '4T2C' and
9841            'NDRPDR'"
9842   parameters:
9843   - "throughput"
9844   - "name"
9845   - "tags"
9846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9847   x-axis: "X = VNFs per Service Chain"
9848   y-axis: "Y = Number of Service Chains"
9849   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9850   layout:
9851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9852     layout: "plot-service-density"
9853
9854 - type: "plot"
9855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9856   algorithm: "plot_nf_heatmap"
9857   output-file-type: ".html"
9858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9859   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9860   filter: "'NIC_Intel-XXV710' and
9861            'NF_DENSITY' and
9862            'VHOST' and
9863            not 'VXLAN' and
9864            'CHAIN' and
9865            'NF_VPPIP4' and
9866            'IMIX' and
9867            '8T4C' and
9868            'NDRPDR'"
9869   parameters:
9870   - "throughput"
9871   - "name"
9872   - "tags"
9873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9874   x-axis: "X = VNFs per Service Chain"
9875   y-axis: "Y = Number of Service Chains"
9876   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9877   layout:
9878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9879     layout: "plot-service-density"
9880
9881 # Plots - NF Density - VSC - MRR IMIX
9882 - type: "plot"
9883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9884   algorithm: "plot_nf_heatmap"
9885   output-file-type: ".html"
9886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9887   data: "plot-vpp-nfv-2n-clx-mrr"
9888   filter: "'NIC_Intel-XXV710' and
9889            'NF_DENSITY' and
9890            'VHOST' and
9891            'VXLAN' and
9892            'CHAIN' and
9893            'IMIX' and
9894            '2T1C' and
9895            'MRR'"
9896   parameters:
9897   - "result"
9898   - "name"
9899   - "tags"
9900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9901   x-axis: "X = VNFs per Service Chain"
9902   y-axis: "Y = Number of Service Chains"
9903   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9904   layout:
9905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9906     layout: "plot-service-density"
9907
9908 - type: "plot"
9909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9910   algorithm: "plot_nf_heatmap"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9913   data: "plot-vpp-nfv-2n-clx-mrr"
9914   filter: "'NIC_Intel-XXV710' and
9915            'NF_DENSITY' and
9916            'VHOST' and
9917            'VXLAN' and
9918            'CHAIN' and
9919            'IMIX' and
9920            '4T2C' and
9921            'MRR'"
9922   parameters:
9923   - "result"
9924   - "name"
9925   - "tags"
9926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9927   x-axis: "X = VNFs per Service Chain"
9928   y-axis: "Y = Number of Service Chains"
9929   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9930   layout:
9931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9932     layout: "plot-service-density"
9933
9934 - type: "plot"
9935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9936   algorithm: "plot_nf_heatmap"
9937   output-file-type: ".html"
9938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9939   data: "plot-vpp-nfv-2n-clx-mrr"
9940   filter: "'NIC_Intel-XXV710' and
9941            'NF_DENSITY' and
9942            'VHOST' and
9943            'VXLAN' and
9944            'CHAIN' and
9945            'IMIX' and
9946            '8T4C' and
9947            'MRR'"
9948   parameters:
9949   - "result"
9950   - "name"
9951   - "tags"
9952   include-tests: "MRR" # "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 MRR) [Mpps]"
9956   layout:
9957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9958     layout: "plot-service-density"
9959
9960 # Plots - NF Density - VSC - NDR IMIX
9961 - type: "plot"
9962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9963   algorithm: "plot_nf_heatmap"
9964   output-file-type: ".html"
9965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9966   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9967   filter: "'NIC_Intel-XXV710' and
9968            'NF_DENSITY' and
9969            'VHOST' and
9970            'VXLAN' and
9971            'CHAIN' a
9972            'IMIX' and
9973            '2T1C' and
9974            'NDRPDR'"
9975   parameters:
9976   - "throughput"
9977   - "name"
9978   - "tags"
9979   include-tests: "NDR" # "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 NDR) [Mpps]"
9983   layout:
9984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9985     layout: "plot-service-density"
9986
9987 - type: "plot"
9988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9989   algorithm: "plot_nf_heatmap"
9990   output-file-type: ".html"
9991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9992   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9993   filter: "'NIC_Intel-XXV710' and
9994            'NF_DENSITY' and
9995            'VHOST' and
9996            'VXLAN' and
9997            'CHAIN' and
9998            'IMIX' and
9999            '4T2C' and
10000            'NDRPDR'"
10001   parameters:
10002   - "throughput"
10003   - "name"
10004   - "tags"
10005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10006   x-axis: "X = VNFs per Service Chain"
10007   y-axis: "Y = Number of Service Chains"
10008   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10009   layout:
10010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10011     layout: "plot-service-density"
10012
10013 - type: "plot"
10014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10015   algorithm: "plot_nf_heatmap"
10016   output-file-type: ".html"
10017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10018   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10019   filter: "'NIC_Intel-XXV710' and
10020            'NF_DENSITY' and
10021            'VHOST' and
10022            'VXLAN' and
10023            'CHAIN' and
10024            'IMIX' and
10025            '8T4C' and
10026            'NDRPDR'"
10027   parameters:
10028   - "throughput"
10029   - "name"
10030   - "tags"
10031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10032   x-axis: "X = VNFs per Service Chain"
10033   y-axis: "Y = Number of Service Chains"
10034   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10035   layout:
10036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10037     layout: "plot-service-density"
10038
10039 # Plots - NF Density - VSC - PDR IMIX
10040 - type: "plot"
10041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10042   algorithm: "plot_nf_heatmap"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10045   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10046   filter: "'NIC_Intel-XXV710' and
10047            'NF_DENSITY' and
10048            'VHOST' and
10049            'VXLAN' and
10050            'CHAIN' and
10051            'IMIX' and
10052            '2T1C' and
10053            'NDRPDR'"
10054   parameters:
10055   - "throughput"
10056   - "name"
10057   - "tags"
10058   include-tests: "PDR" # "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 PDR) [Mpps]"
10062   layout:
10063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10064     layout: "plot-service-density"
10065
10066 - type: "plot"
10067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10068   algorithm: "plot_nf_heatmap"
10069   output-file-type: ".html"
10070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10071   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10072   filter: "'NIC_Intel-XXV710' and
10073            'NF_DENSITY' and
10074            'VHOST' and
10075            'VXLAN' and
10076            'CHAIN' and
10077            'IMIX' and
10078            '4T2C' and
10079            'NDRPDR'"
10080   parameters:
10081   - "throughput"
10082   - "name"
10083   - "tags"
10084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10085   x-axis: "X = VNFs per Service Chain"
10086   y-axis: "Y = Number of Service Chains"
10087   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10088   layout:
10089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10090     layout: "plot-service-density"
10091
10092 - type: "plot"
10093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10094   algorithm: "plot_nf_heatmap"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10097   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10098   filter: "'NIC_Intel-XXV710' and
10099            'NF_DENSITY' and
10100            'VHOST' and
10101            'VXLAN' and
10102            'CHAIN' and
10103            'IMIX' and
10104            '8T4C' and
10105            'NDRPDR'"
10106   parameters:
10107   - "throughput"
10108   - "name"
10109   - "tags"
10110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10111   x-axis: "X = VNFs per Service Chain"
10112   y-axis: "Y = Number of Service Chains"
10113   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10114   layout:
10115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10116     layout: "plot-service-density"
10117
10118 # Plots - NF Density - CSC - MRR IMIX
10119 - type: "plot"
10120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10121   algorithm: "plot_nf_heatmap"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10124   data: "plot-vpp-nfv-2n-clx-mrr"
10125   filter: "'NIC_Intel-XXV710' and
10126            'NF_DENSITY' and
10127            'DOCKER' and
10128            'CHAIN' and
10129            'NF_VPPIP4' and
10130            'IMIX' and
10131            '2T1C' and
10132            'MRR'"
10133   parameters:
10134   - "result"
10135   - "name"
10136   - "tags"
10137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10138   x-axis: "X = CNFs per Service Chain"
10139   y-axis: "Y = Number of Service Chains"
10140   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10141   layout:
10142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10143     layout: "plot-service-density"
10144
10145 - type: "plot"
10146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10147   algorithm: "plot_nf_heatmap"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10150   data: "plot-vpp-nfv-2n-clx-mrr"
10151   filter: "'NIC_Intel-XXV710' and
10152            'NF_DENSITY' and
10153            'DOCKER' and
10154            'CHAIN' and
10155            'NF_VPPIP4' and
10156            'IMIX' and
10157            '4T2C' and
10158            'MRR'"
10159   parameters:
10160   - "result"
10161   - "name"
10162   - "tags"
10163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10164   x-axis: "X = CNFs per Service Chain"
10165   y-axis: "Y = Number of Service Chains"
10166   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10167   layout:
10168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10169     layout: "plot-service-density"
10170
10171 - type: "plot"
10172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10173   algorithm: "plot_nf_heatmap"
10174   output-file-type: ".html"
10175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10176   data: "plot-vpp-nfv-2n-clx-mrr"
10177   filter: "'NIC_Intel-XXV710' and
10178            'NF_DENSITY' and
10179            'DOCKER' and
10180            'CHAIN' and
10181            'NF_VPPIP4' and
10182            'IMIX' and
10183            '8T4C' and
10184            'MRR'"
10185   parameters:
10186   - "result"
10187   - "name"
10188   - "tags"
10189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10190   x-axis: "X = CNFs per Service Chain"
10191   y-axis: "Y = Number of Service Chains"
10192   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10193   layout:
10194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10195     layout: "plot-service-density"
10196
10197 # Plots - NF Density - CSC - NDR IMIX
10198 - type: "plot"
10199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10200   algorithm: "plot_nf_heatmap"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10204   filter: "'NIC_Intel-XXV710' and
10205            'NF_DENSITY' and
10206            'DOCKER' and
10207            'CHAIN' and
10208            'NF_VPPIP4' and
10209            'IMIX' and
10210            '2T1C' and
10211            'NDRPDR'"
10212   parameters:
10213   - "throughput"
10214   - "name"
10215   - "tags"
10216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10217   x-axis: "X = CNFs per Service Chain"
10218   y-axis: "Y = Number of Service Chains"
10219   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10220   layout:
10221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10222     layout: "plot-service-density"
10223
10224 - type: "plot"
10225   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10226   algorithm: "plot_nf_heatmap"
10227   output-file-type: ".html"
10228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10229   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10230   filter: "'NIC_Intel-XXV710' and
10231            'NF_DENSITY' and
10232            'DOCKER' and
10233            'CHAIN' and
10234            'NF_VPPIP4' and
10235            'IMIX' and
10236            '4T2C' and
10237            'NDRPDR'"
10238   parameters:
10239   - "throughput"
10240   - "name"
10241   - "tags"
10242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10243   x-axis: "X = CNFs per Service Chain"
10244   y-axis: "Y = Number of Service Chains"
10245   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10246   layout:
10247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10248     layout: "plot-service-density"
10249
10250 - type: "plot"
10251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10252   algorithm: "plot_nf_heatmap"
10253   output-file-type: ".html"
10254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10255   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10256   filter: "'NIC_Intel-XXV710' and
10257            'NF_DENSITY' and
10258            'DOCKER' and
10259            'CHAIN' and
10260            'NF_VPPIP4' and
10261            'IMIX' and
10262            '8T4C' and
10263            'NDRPDR'"
10264   parameters:
10265   - "throughput"
10266   - "name"
10267   - "tags"
10268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10269   x-axis: "X = CNFs per Service Chain"
10270   y-axis: "Y = Number of Service Chains"
10271   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10272   layout:
10273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10274     layout: "plot-service-density"
10275
10276 # Plots - NF Density - CSC - PDR IMIX
10277 - type: "plot"
10278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10279   algorithm: "plot_nf_heatmap"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10282   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'DOCKER' and
10286            'CHAIN' and
10287            'NF_VPPIP4' and
10288            'IMIX' and
10289            '2T1C' and
10290            'NDRPDR'"
10291   parameters:
10292   - "throughput"
10293   - "name"
10294   - "tags"
10295   include-tests: "PDR" # "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 PDR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10301     layout: "plot-service-density"
10302
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10308   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10309   filter: "'NIC_Intel-XXV710' and
10310            'NF_DENSITY' and
10311            'DOCKER' and
10312            'CHAIN' and
10313            'NF_VPPIP4' and
10314            'IMIX' and
10315            '4T2C' and
10316            'NDRPDR'"
10317   parameters:
10318   - "throughput"
10319   - "name"
10320   - "tags"
10321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = CNFs per Service Chain"
10323   y-axis: "Y = Number of Service Chains"
10324   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10327     layout: "plot-service-density"
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10334   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'DOCKER' and
10338            'CHAIN' and
10339            'NF_VPPIP4' and
10340            'IMIX' and
10341            '8T4C' and
10342            'NDRPDR'"
10343   parameters:
10344   - "throughput"
10345   - "name"
10346   - "tags"
10347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10348   x-axis: "X = CNFs per Service Chain"
10349   y-axis: "Y = Number of Service Chains"
10350   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10351   layout:
10352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10353     layout: "plot-service-density"
10354
10355 # Plots - NF Density - CSP - MRR IMIX
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10361   data: "plot-vpp-nfv-2n-clx-mrr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'DOCKER' and
10365            'PIPELINE' and
10366            'NF_VPPIP4' and
10367            'IMIX' and
10368            '2T1C' and
10369            'MRR'"
10370   parameters:
10371   - "result"
10372   - "name"
10373   - "tags"
10374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = CNFs per Service Pipeline"
10376   y-axis: "Y = Number of Service Pipelines"
10377   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10380     layout: "plot-service-density"
10381
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10387   data: "plot-vpp-nfv-2n-clx-mrr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'DOCKER' and
10391            'PIPELINE' and
10392            'NF_VPPIP4' and
10393            'IMIX' and
10394            '4T2C' and
10395            'MRR'"
10396   parameters:
10397   - "result"
10398   - "name"
10399   - "tags"
10400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = CNFs per Service Pipeline"
10402   y-axis: "Y = Number of Service Pipelines"
10403   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10406     layout: "plot-service-density"
10407
10408 - type: "plot"
10409   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10410   algorithm: "plot_nf_heatmap"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10413   data: "plot-vpp-nfv-2n-clx-mrr"
10414   filter: "'NIC_Intel-XXV710' and
10415            'NF_DENSITY' and
10416            'DOCKER' and
10417            'PIPELINE' and
10418            'NF_VPPIP4' and
10419            'IMIX' and
10420            '8T4C' and
10421            'MRR'"
10422   parameters:
10423   - "result"
10424   - "name"
10425   - "tags"
10426   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = CNFs per Service Pipeline"
10428   y-axis: "Y = Number of Service Pipelines"
10429   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10432     layout: "plot-service-density"
10433
10434 # Plots - NF Density - CSP - NDR IMIX
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'DOCKER' and
10444            'PIPELINE' and
10445            'NF_VPPIP4' and
10446            'IMIX' and
10447            '2T1C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = CNFs per Service Pipeline"
10455   y-axis: "Y = Number of Service Pipelines"
10456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10459     layout: "plot-service-density"
10460
10461 - type: "plot"
10462   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10463   algorithm: "plot_nf_heatmap"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10466   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10467   filter: "'NIC_Intel-XXV710' and
10468            'NF_DENSITY' and
10469            'DOCKER' and
10470            'PIPELINE' and
10471            'NF_VPPIP4' and
10472            'IMIX' and
10473            '4T2C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = CNFs per Service Pipeline"
10481   y-axis: "Y = Number of Service Pipelines"
10482   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10485     layout: "plot-service-density"
10486
10487 - type: "plot"
10488   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10489   algorithm: "plot_nf_heatmap"
10490   output-file-type: ".html"
10491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10492   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10493   filter: "'NIC_Intel-XXV710' and
10494            'NF_DENSITY' and
10495            'DOCKER' and
10496            'PIPELINE' and
10497            'NF_VPPIP4' and
10498            'IMIX' and
10499            '8T4C' and
10500            'NDRPDR'"
10501   parameters:
10502   - "throughput"
10503   - "name"
10504   - "tags"
10505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10506   x-axis: "X = CNFs per Service Pipeline"
10507   y-axis: "Y = Number of Service Pipelines"
10508   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10509   layout:
10510     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10511     layout: "plot-service-density"
10512
10513 # Plots - NF Density - CSP - PDR IMIX
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10519   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'DOCKER' and
10523            'PIPELINE' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '2T1C' and
10527            'NDRPDR'"
10528   parameters:
10529   - "throughput"
10530   - "name"
10531   - "tags"
10532   include-tests: "PDR" # "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 PDR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10538     layout: "plot-service-density"
10539
10540 - type: "plot"
10541   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10542   algorithm: "plot_nf_heatmap"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10545   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10546   filter: "'NIC_Intel-XXV710' and
10547            'NF_DENSITY' and
10548            'DOCKER' and
10549            'PIPELINE' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '4T2C' and
10553            'NDRPDR'"
10554   parameters:
10555   - "throughput"
10556   - "name"
10557   - "tags"
10558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = CNFs per Service Pipeline"
10560   y-axis: "Y = Number of Service Pipelines"
10561   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10564     layout: "plot-service-density"
10565
10566 - type: "plot"
10567   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10568   algorithm: "plot_nf_heatmap"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10571   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10572   filter: "'NIC_Intel-XXV710' and
10573            'NF_DENSITY' and
10574            'DOCKER' and
10575            'PIPELINE' and
10576            'NF_VPPIP4' and
10577            'IMIX' and
10578            '8T4C' and
10579            'NDRPDR'"
10580   parameters:
10581   - "throughput"
10582   - "name"
10583   - "tags"
10584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10585   x-axis: "X = CNFs per Service Pipeline"
10586   y-axis: "Y = Number of Service Pipelines"
10587   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10588   layout:
10589     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10590     layout: "plot-service-density"
10591
10592 ################################################################################
10593
10594 # Packet Throughput
10595
10596 #- type: "plot"
10597 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10598 #  algorithm: "plot_perf_box_name"
10599 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10600 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10601 #  include:
10602 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10606 #  layout:
10607 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10608 #    layout: "plot-throughput"
10609 #
10610 #- type: "plot"
10611 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10612 #  algorithm: "plot_perf_box_name"
10613 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10614 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10615 #  include:
10616 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10617 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10618 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10620 #  layout:
10621 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10622 #    layout: "plot-throughput"
10623 #
10624 #- type: "plot"
10625 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10626 #  algorithm: "plot_perf_box_name"
10627 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10628 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10629 #  include:
10630 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10631 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10632 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10633 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10635 #  layout:
10636 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10637 #    layout: "plot-throughput"
10638 #
10639 #- type: "plot"
10640 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10641 #  algorithm: "plot_perf_box_name"
10642 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10643 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10644 #  include:
10645 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10646 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10647 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10650 #  layout:
10651 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10652 #    layout: "plot-throughput"
10653
10654 - type: "plot"
10655   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10656   algorithm: "plot_perf_box_name"
10657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10659   include:
10660     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10661     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10662     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10663     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10664     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10665   layout:
10666     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10667     layout: "plot-throughput"
10668
10669 - type: "plot"
10670   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10671   algorithm: "plot_perf_box_name"
10672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10674   include:
10675     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10676     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10677     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10678     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10680   layout:
10681     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10682     layout: "plot-throughput"
10683
10684 #- type: "plot"
10685 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10686 #  algorithm: "plot_perf_box_name"
10687 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10688 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10689 #  include:
10690 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10691 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10692 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10693 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10695 #  layout:
10696 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10697 #    layout: "plot-throughput"
10698 #
10699 #- type: "plot"
10700 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10701 #  algorithm: "plot_perf_box_name"
10702 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10703 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10704 #  include:
10705 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10706 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10707 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10708 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10710 #  layout:
10711 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10712 #    layout: "plot-throughput"
10713 #
10714 #- type: "plot"
10715 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10716 #  algorithm: "plot_perf_box_name"
10717 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10718 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10719 #  include:
10720 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10721 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10722 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10723 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10724 #  layout:
10725 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10726 #    layout: "plot-throughput"
10727 #
10728 #- type: "plot"
10729 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10730 #  algorithm: "plot_perf_box_name"
10731 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10732 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10733 #  include:
10734 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10735 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10736 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10737 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10738 #  layout:
10739 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10740 #    layout: "plot-throughput"
10741 #
10742 #- type: "plot"
10743 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10744 #  algorithm: "plot_perf_box_name"
10745 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10746 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10747 #  include:
10748 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10749 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10750 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10753 #  layout:
10754 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10755 #    layout: "plot-throughput"
10756 #
10757 #- type: "plot"
10758 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10759 #  algorithm: "plot_perf_box_name"
10760 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10761 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10762 #  include:
10763 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10764 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10768 #  layout:
10769 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10770 #    layout: "plot-throughput"
10771 #
10772 #- type: "plot"
10773 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10774 #  algorithm: "plot_perf_box_name"
10775 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10776 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10777 #  include:
10778 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10779 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10784 #  layout:
10785 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10786 #    layout: "plot-throughput"
10787 #
10788 #- type: "plot"
10789 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10790 #  algorithm: "plot_perf_box_name"
10791 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10792 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10793 #  include:
10794 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10799 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10800 #  layout:
10801 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10802 #    layout: "plot-throughput"
10803
10804 - type: "plot"
10805   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10806   algorithm: "plot_perf_box_name"
10807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10809   include:
10810     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10813   layout:
10814     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10822   include:
10823     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10826   layout:
10827     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10828     layout: "plot-throughput"
10829
10830 #- type: "plot"
10831 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10832 #  algorithm: "plot_perf_box_name"
10833 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10834 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10835 #  include:
10836 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10837 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10838 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10839 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10840 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10841 #  layout:
10842 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10843 #    layout: "plot-throughput"
10844 #
10845 #- type: "plot"
10846 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10847 #  algorithm: "plot_perf_box_name"
10848 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10849 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10850 #  include:
10851 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10852 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10853 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10854 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10855 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10856 #  layout:
10857 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10858 #    layout: "plot-throughput"
10859 #
10860 #- type: "plot"
10861 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10862 #  algorithm: "plot_perf_box_name"
10863 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10864 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10865 #  include:
10866 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10867 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10868 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10869 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10870 #  layout:
10871 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10872 #    layout: "plot-throughput"
10873 #
10874 #- type: "plot"
10875 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10876 #  algorithm: "plot_perf_box_name"
10877 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10878 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10879 #  include:
10880 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10881 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10882 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10883 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10884 #  layout:
10885 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10886 #    layout: "plot-throughput"
10887 #
10888 #- type: "plot"
10889 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10890 #  algorithm: "plot_perf_box_name"
10891 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10892 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10893 #  include:
10894 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10895 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10896 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10897 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10898 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10899 #  layout:
10900 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10901 #    layout: "plot-throughput"
10902 #
10903 #- type: "plot"
10904 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10905 #  algorithm: "plot_perf_box_name"
10906 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10907 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10908 #  include:
10909 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10910 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10911 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10912 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10913 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10914 #  layout:
10915 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10916 #    layout: "plot-throughput"
10917 #
10918 #- type: "plot"
10919 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10920 #  algorithm: "plot_perf_box_name"
10921 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10922 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10923 #  include:
10924 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10925 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10926 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10927 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10928 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10929 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10930 #  layout:
10931 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10932 #    layout: "plot-throughput"
10933 #
10934 #- type: "plot"
10935 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10936 #  algorithm: "plot_perf_box_name"
10937 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10938 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10939 #  include:
10940 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10941 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10942 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10943 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10944 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10945 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10946 #  layout:
10947 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10948 #    layout: "plot-throughput"
10949
10950 - type: "plot"
10951   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10952   algorithm: "plot_perf_box_name"
10953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10955   include:
10956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10961   layout:
10962     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10976   layout:
10977     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10985   include:
10986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10992   layout:
10993     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10994     layout: "plot-throughput"
10995
10996 - type: "plot"
10997   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10998   algorithm: "plot_perf_box_name"
10999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11001   include:
11002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11008   layout:
11009     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11010     layout: "plot-throughput"
11011
11012 - type: "plot"
11013   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11014   algorithm: "plot_perf_box_name"
11015   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11016   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11017   include:
11018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11023   layout:
11024     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11029   algorithm: "plot_perf_box_name"
11030   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11031   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11032   include:
11033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11038   layout:
11039     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11054   layout:
11055     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11060   algorithm: "plot_perf_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11062   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11063   include:
11064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11070   layout:
11071     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11072     layout: "plot-throughput"
11073
11074 - type: "plot"
11075   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11076   algorithm: "plot_perf_box_name"
11077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11079   include:
11080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11085   layout:
11086     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11087     layout: "plot-throughput"
11088
11089 - type: "plot"
11090   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11091   algorithm: "plot_perf_box_name"
11092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11094   include:
11095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11100   layout:
11101     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11102     layout: "plot-throughput"
11103
11104 - type: "plot"
11105   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11106   algorithm: "plot_perf_box_name"
11107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11109   include:
11110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11116   layout:
11117     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11122   algorithm: "plot_perf_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11124   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11125   include:
11126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11132   layout:
11133     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11141   include:
11142     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11144   layout:
11145     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11153   include:
11154     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11156   layout:
11157     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11158     layout: "plot-throughput"
11159
11160 #- type: "plot"
11161 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11162 #  algorithm: "plot_perf_box_name"
11163 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11164 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11165 #  include:
11166 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11167 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11169 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11170 #  layout:
11171 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11172 #    layout: "plot-throughput"
11173 #
11174 #- type: "plot"
11175 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11176 #  algorithm: "plot_perf_box_name"
11177 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11178 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11179 #  include:
11180 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11181 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11182 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11183 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11184 #  layout:
11185 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11186 #    layout: "plot-throughput"
11187
11188 - type: "plot"
11189   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11190   algorithm: "plot_perf_box_name"
11191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11193   include:
11194     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11198   layout:
11199     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11200     layout: "plot-throughput"
11201
11202 - type: "plot"
11203   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11204   algorithm: "plot_perf_box_name"
11205   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11206   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11207   include:
11208     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11212   layout:
11213     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11214     layout: "plot-throughput"
11215
11216 - type: "plot"
11217   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11218   algorithm: "plot_perf_box_name"
11219   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11220   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11221   include:
11222     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11226   layout:
11227     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11228     layout: "plot-throughput"
11229
11230 - type: "plot"
11231   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11232   algorithm: "plot_perf_box_name"
11233   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11234   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11235   include:
11236     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11240   layout:
11241     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11242     layout: "plot-throughput"
11243
11244 #- type: "plot"
11245 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11246 #  algorithm: "plot_perf_box_name"
11247 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11248 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11249 #  include:
11250 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11251 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11252 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11253 #  layout:
11254 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11255 #    layout: "plot-throughput"
11256 #
11257 #- type: "plot"
11258 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11259 #  algorithm: "plot_perf_box_name"
11260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11262 #  include:
11263 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11264 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11265 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11266 #  layout:
11267 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11268 #    layout: "plot-throughput"
11269 #
11270 #- type: "plot"
11271 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11272 #  algorithm: "plot_perf_box_name"
11273 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11274 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11275 #  include:
11276 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11277 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11278 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11279 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11280 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11281 #  layout:
11282 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11283 #    layout: "plot-throughput"
11284 #
11285 #- type: "plot"
11286 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11287 #  algorithm: "plot_perf_box_name"
11288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11290 #  include:
11291 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11292 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11293 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11294 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11295 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11296 #  layout:
11297 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11298 #    layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11305   include:
11306     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11309   layout:
11310     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11318   include:
11319     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11322   layout:
11323     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11324     layout: "plot-throughput"
11325
11326 #- type: "plot"
11327 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11328 #  algorithm: "plot_perf_box_name"
11329 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11330 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11331 #  include:
11332 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11333 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11334 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11335 #  layout:
11336 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11337 #    layout: "plot-throughput"
11338 #
11339 #- type: "plot"
11340 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11341 #  algorithm: "plot_perf_box_name"
11342 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11343 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11344 #  include:
11345 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11346 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11347 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11348 #  layout:
11349 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11350 #    layout: "plot-throughput"
11351 #
11352 #- type: "plot"
11353 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11354 #  algorithm: "plot_perf_box_name"
11355 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11356 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11357 #  include:
11358 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11359 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11360 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11361 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11362 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11363 #  layout:
11364 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11365 #    layout: "plot-throughput"
11366 #
11367 #- type: "plot"
11368 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11369 #  algorithm: "plot_perf_box_name"
11370 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11371 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11372 #  include:
11373 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11374 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11375 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11376 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11377 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11378 #  layout:
11379 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11380 #    layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11384   algorithm: "plot_perf_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11387   include:
11388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11393   layout:
11394     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11395     layout: "plot-throughput"
11396
11397 - type: "plot"
11398   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11399   algorithm: "plot_perf_box_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11402   include:
11403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11408   layout:
11409     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11410     layout: "plot-throughput"
11411
11412 - type: "plot"
11413   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11414   algorithm: "plot_perf_box_name"
11415   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11416   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11417   include:
11418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11423   layout:
11424     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11425     layout: "plot-throughput"
11426
11427 - type: "plot"
11428   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11429   algorithm: "plot_perf_box_name"
11430   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11431   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11432   include:
11433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11438   layout:
11439     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11440     layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11444   algorithm: "plot_perf_box_name"
11445   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11446   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11447   include:
11448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11453   layout:
11454     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11455     layout: "plot-throughput"
11456
11457 - type: "plot"
11458   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11459   algorithm: "plot_perf_box_name"
11460   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11461   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11462   include:
11463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11468   layout:
11469     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11470     layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11477   include:
11478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11484   layout:
11485     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11486     layout: "plot-throughput"
11487
11488 - type: "plot"
11489   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11490   algorithm: "plot_perf_box_name"
11491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11493   include:
11494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11500   layout:
11501     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11509   include:
11510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11514   layout:
11515     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11523   include:
11524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11528   layout:
11529     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11530     layout: "plot-throughput"
11531
11532 #- type: "plot"
11533 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11534 #  algorithm: "plot_perf_box_name"
11535 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11536 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11537 #  include:
11538 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11539 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11540 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11541 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11542 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11543 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11544 #  layout:
11545 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11546 #    layout: "plot-throughput"
11547 #
11548 #- type: "plot"
11549 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11550 #  algorithm: "plot_perf_box_name"
11551 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11552 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11553 #  include:
11554 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11555 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11556 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11557 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11558 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11559 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11560 #  layout:
11561 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11562 #    layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11569   include:
11570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11571 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11573 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11575 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11576   layout:
11577     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11585   include:
11586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11587 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11589 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11591 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11592   layout:
11593     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11601   include:
11602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11608   layout:
11609     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11616   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11617   include:
11618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11624   layout:
11625     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11626     layout: "plot-throughput"
11627
11628 #- type: "plot"
11629 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11630 #  algorithm: "plot_perf_box_name"
11631 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11632 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11633 #  include:
11634 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11635 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11636 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11637 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11640 #  layout:
11641 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11642 #    layout: "plot-throughput"
11643 #
11644 #- type: "plot"
11645 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11646 #  algorithm: "plot_perf_box_name"
11647 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11648 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11649 #  include:
11650 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11651 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11652 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11653 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11656 #  layout:
11657 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11658 #    layout: "plot-throughput"
11659 #
11660 #- type: "plot"
11661 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11662 #  algorithm: "plot_perf_box_name"
11663 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11664 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11665 #  include:
11666 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11667 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11668 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11669 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11670 #  layout:
11671 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11672 #    layout: "plot-throughput"
11673 #
11674 #- type: "plot"
11675 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11676 #  algorithm: "plot_perf_box_name"
11677 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11678 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11679 #  include:
11680 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11681 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11682 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11683 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11684 #  layout:
11685 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11686 #    layout: "plot-throughput"
11687 #
11688 #- type: "plot"
11689 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11690 #  algorithm: "plot_perf_box_name"
11691 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11692 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11693 #  include:
11694 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11695 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11696 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11697 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11698 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11699 #  layout:
11700 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11701 #    layout: "plot-throughput"
11702 #
11703 #- type: "plot"
11704 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11705 #  algorithm: "plot_perf_box_name"
11706 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11707 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11708 #  include:
11709 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11710 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11711 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11712 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11713 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11714 #  layout:
11715 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11716 #    layout: "plot-throughput"
11717 #
11718 #- type: "plot"
11719 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11720 #  algorithm: "plot_perf_box_name"
11721 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11722 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11723 #  include:
11724 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11725 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11726 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11727 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11728 #  layout:
11729 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11730 #    layout: "plot-throughput"
11731 #
11732 #- type: "plot"
11733 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11734 #  algorithm: "plot_perf_box_name"
11735 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11736 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11737 #  include:
11738 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11739 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11740 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11742 #  layout:
11743 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11744 #    layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11748   algorithm: "plot_perf_box_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11751   include:
11752     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11753     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11754     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11755     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11758   layout:
11759     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11767   include:
11768     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11769     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11770     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11771     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11772     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11773     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11774   layout:
11775     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11776     layout: "plot-throughput"
11777
11778 #- type: "plot"
11779 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11780 #  algorithm: "plot_perf_box_name"
11781 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11782 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783 #  include:
11784 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11789 #  layout:
11790 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11791 #    layout: "plot-throughput"
11792 #
11793 #- type: "plot"
11794 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11795 #  algorithm: "plot_perf_box_name"
11796 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11797 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11798 #  include:
11799 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11800 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11802 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11804 #  layout:
11805 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11806 #    layout: "plot-throughput"
11807 #
11808 #- type: "plot"
11809 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11810 #  algorithm: "plot_perf_box_name"
11811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813 #  include:
11814 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11815 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11816 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11817 #  layout:
11818 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11819 #    layout: "plot-throughput"
11820 #
11821 #- type: "plot"
11822 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11823 #  algorithm: "plot_perf_box_name"
11824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11826 #  include:
11827 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11828 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11829 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11830 #  layout:
11831 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11832 #    layout: "plot-throughput"
11833 #
11834 #- type: "plot"
11835 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11836 #  algorithm: "plot_perf_box_name"
11837 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11838 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839 #  include:
11840 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11841 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11842 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11843 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11844 #  layout:
11845 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11846 #    layout: "plot-throughput"
11847 #
11848 #- type: "plot"
11849 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11850 #  algorithm: "plot_perf_box_name"
11851 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11852 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11853 #  include:
11854 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11855 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11856 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11857 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11858 #  layout:
11859 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11860 #    layout: "plot-throughput"
11861 #
11862 #- type: "plot"
11863 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11864 #  algorithm: "plot_perf_box_name"
11865 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11866 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11867 #  include:
11868 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11869 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11870 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11871 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11872 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11873 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11874 #  layout:
11875 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11876 #    layout: "plot-throughput"
11877 #
11878 #- type: "plot"
11879 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11880 #  algorithm: "plot_perf_box_name"
11881 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11882 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11883 #  include:
11884 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11885 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11886 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11887 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11888 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11889 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11890 #  layout:
11891 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11892 #    layout: "plot-throughput"
11893 #
11894 #- type: "plot"
11895 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11896 #  algorithm: "plot_perf_box_name"
11897 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11898 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11899 #  include:
11900 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11901 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11902 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11903 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11904 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11905 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11906 #  layout:
11907 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11908 #    layout: "plot-throughput"
11909 #
11910 #- type: "plot"
11911 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11912 #  algorithm: "plot_perf_box_name"
11913 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11914 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11915 #  include:
11916 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11917 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11918 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11919 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11920 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11921 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11922 #  layout:
11923 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11924 #    layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11931   include:
11932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11936   layout:
11937     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11945   include:
11946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11950   layout:
11951     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11959   include:
11960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11966   layout:
11967     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11975   include:
11976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11980     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11982   layout:
11983     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11991   include:
11992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11998   layout:
11999     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12007   include:
12008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12014   layout:
12015     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12023   include:
12024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12028   layout:
12029     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12030     layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12036   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12037   include:
12038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12042   layout:
12043     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12051   include:
12052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12058   layout:
12059     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12066   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12067   include:
12068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12074   layout:
12075     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12083   include:
12084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12088   layout:
12089     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12097   include:
12098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12102   layout:
12103     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12111   include:
12112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12118   layout:
12119     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12127   include:
12128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12134   layout:
12135     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12143   include:
12144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12150   layout:
12151     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12159   include:
12160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12166   layout:
12167     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12175   include:
12176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12178     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12180     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12182   layout:
12183     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12191   include:
12192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12194     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12195     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12196     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12197     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12198   layout:
12199     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12200     layout: "plot-throughput"
12201
12202 #- type: "plot"
12203 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12204 #  algorithm: "plot_perf_box_name"
12205 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12206 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12207 #  include:
12208 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12209 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12210 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12211 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12214 #  layout:
12215 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12216 #    layout: "plot-throughput"
12217 #
12218 #- type: "plot"
12219 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12220 #  algorithm: "plot_perf_box_name"
12221 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12222 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12223 #  include:
12224 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12225 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12226 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12227 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12228 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12229 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12230 #  layout:
12231 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12232 #    layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12239   include:
12240     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12241     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12242     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12243     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12244     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12245     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12246   layout:
12247     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12255   include:
12256     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12257     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12258     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12259     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12260     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12261     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12262   layout:
12263     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12264     layout: "plot-throughput"
12265
12266 #- type: "plot"
12267 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12268 #  algorithm: "plot_perf_box_name"
12269 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12270 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12271 #  include:
12272 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12273 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12274 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12275 #  layout:
12276 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12277 #    layout: "plot-throughput"
12278 #
12279 #- type: "plot"
12280 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12281 #  algorithm: "plot_perf_box_name"
12282 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12283 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12284 #  include:
12285 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12286 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12287 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12288 #  layout:
12289 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12290 #    layout: "plot-throughput"
12291
12292 #- type: "plot"
12293 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12294 #  algorithm: "plot_perf_box_name"
12295 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12296 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12297 #  include:
12298 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12301 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12302 #  layout:
12303 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12304 #    layout: "plot-throughput"
12305 #
12306 #- type: "plot"
12307 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12308 #  algorithm: "plot_perf_box_name"
12309 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12310 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12311 #  include:
12312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12316 #  layout:
12317 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12318 #    layout: "plot-throughput"
12319 #
12320 #- type: "plot"
12321 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12322 #  algorithm: "plot_perf_box_name"
12323 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12324 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12325 #  include:
12326 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12330 #  layout:
12331 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12332 #    layout: "plot-throughput"
12333 #
12334 #- type: "plot"
12335 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12336 #  algorithm: "plot_perf_box_name"
12337 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12338 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12339 #  include:
12340 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12341 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12344 #  layout:
12345 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12346 #    layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12353   include:
12354     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12355     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12356     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12358   layout:
12359     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12367   include:
12368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12372   layout:
12373     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12381   include:
12382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12386   layout:
12387     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12395   include:
12396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12400   layout:
12401     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12402     layout: "plot-throughput"
12403
12404 #- type: "plot"
12405 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12406 #  algorithm: "plot_perf_box_name"
12407 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12408 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12409 #  include:
12410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12414 #  layout:
12415 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12416 #    layout: "plot-throughput"
12417 #
12418 #- type: "plot"
12419 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12420 #  algorithm: "plot_perf_box_name"
12421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423 #  include:
12424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12428 #  layout:
12429 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12430 #    layout: "plot-throughput"
12431 #
12432 #- type: "plot"
12433 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12434 #  algorithm: "plot_perf_box_name"
12435 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12436 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12437 #  include:
12438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12442 #  layout:
12443 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12444 #    layout: "plot-throughput"
12445 #
12446 #- type: "plot"
12447 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12448 #  algorithm: "plot_perf_box_name"
12449 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12450 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451 #  include:
12452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12454 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12455 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12456 #  layout:
12457 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12458 #    layout: "plot-throughput"
12459 #
12460 #- type: "plot"
12461 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12462 #  algorithm: "plot_perf_box_name"
12463 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12464 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12465 #  include:
12466 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12467 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12468 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12469 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12470 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12471 #  layout:
12472 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12473 #    layout: "plot-throughput"
12474 #
12475 #- type: "plot"
12476 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12477 #  algorithm: "plot_perf_box_name"
12478 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12479 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12480 #  include:
12481 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12482 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12483 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12484 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12485 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12486 #  layout:
12487 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12488 #    layout: "plot-throughput"
12489 #
12490 #- type: "plot"
12491 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12492 #  algorithm: "plot_perf_box_name"
12493 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12494 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12495 #  include:
12496 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12497 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12498 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12499 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12500 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12501 #  layout:
12502 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12503 #    layout: "plot-throughput"
12504 #
12505 #- type: "plot"
12506 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12507 #  algorithm: "plot_perf_box_name"
12508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12510 #  include:
12511 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12512 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12513 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12514 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12515 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12516 #  layout:
12517 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12518 #    layout: "plot-throughput"
12519 #
12520 #- type: "plot"
12521 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12522 #  algorithm: "plot_perf_box_name"
12523 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12524 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12525 #  include:
12526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12528 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12529 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12530 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12531 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12532 #  layout:
12533 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12534 #    layout: "plot-throughput"
12535 #
12536 #- type: "plot"
12537 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12538 #  algorithm: "plot_perf_box_name"
12539 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12540 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12541 #  include:
12542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12544 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12546 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12547 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12548 #  layout:
12549 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12550 #    layout: "plot-throughput"
12551 #
12552 #- type: "plot"
12553 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12554 #  algorithm: "plot_perf_box_name"
12555 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12556 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12557 #  include:
12558 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12559 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12560 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12561 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12562 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12564 #  layout:
12565 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12566 #    layout: "plot-throughput"
12567 #
12568 #- type: "plot"
12569 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12570 #  algorithm: "plot_perf_box_name"
12571 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12572 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573 #  include:
12574 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12575 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12576 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12577 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12578 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12579 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12580 #  layout:
12581 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12582 #    layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12586   algorithm: "plot_perf_box_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12588   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12589   include:
12590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12595   layout:
12596     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12597     layout: "plot-throughput"
12598
12599 - type: "plot"
12600   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12601   algorithm: "plot_perf_box_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12604   include:
12605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12610   layout:
12611     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12612     layout: "plot-throughput"
12613
12614 #- type: "plot"
12615 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12616 #  algorithm: "plot_perf_box_name"
12617 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12618 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12619 #  include:
12620 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12625 #  layout:
12626 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12627 #    layout: "plot-throughput"
12628 #
12629 #- type: "plot"
12630 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12631 #  algorithm: "plot_perf_box_name"
12632 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12633 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12634 #  include:
12635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12640 #  layout:
12641 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12642 #    layout: "plot-throughput"
12643
12644 #- type: "plot"
12645 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12646 #  algorithm: "plot_perf_box_name"
12647 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12648 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12649 #  include:
12650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12656 #  layout:
12657 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12658 #    layout: "plot-throughput"
12659 #
12660 #- type: "plot"
12661 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12662 #  algorithm: "plot_perf_box_name"
12663 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12664 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12665 #  include:
12666 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12667 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12668 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12669 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12672 #  layout:
12673 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12674 #    layout: "plot-throughput"
12675
12676 #- type: "plot"
12677 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12678 #  algorithm: "plot_perf_box_name"
12679 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12680 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12681 #  include:
12682 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12683 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12685 #  layout:
12686 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12687 #    layout: "plot-throughput"
12688 #
12689 #- type: "plot"
12690 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12691 #  algorithm: "plot_perf_box_name"
12692 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12693 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12694 #  include:
12695 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12696 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12697 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12698 #  layout:
12699 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12700 #    layout: "plot-throughput"
12701
12702 ################################################################################
12703
12704 # Packet Speedup
12705
12706 #- type: "plot"
12707 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12708 #  algorithm: "plot_tsa_name"
12709 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12710 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12711 #  include:
12712 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12716 #  layout:
12717 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12718 #    layout: "plot-throughput-speedup-analysis"
12719 #
12720 #- type: "plot"
12721 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12722 #  algorithm: "plot_tsa_name"
12723 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12724 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12725 #  include:
12726 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12730 #  layout:
12731 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12732 #    layout: "plot-throughput-speedup-analysis"
12733 #
12734 #- type: "plot"
12735 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12736 #  algorithm: "plot_tsa_name"
12737 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12738 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12739 #  include:
12740 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12741 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12742 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12745 #  layout:
12746 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12747 #    layout: "plot-throughput-speedup-analysis"
12748 #
12749 #- type: "plot"
12750 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12751 #  algorithm: "plot_tsa_name"
12752 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12753 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12754 #  include:
12755 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12756 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12757 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12758 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12760 #  layout:
12761 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12762 #    layout: "plot-throughput-speedup-analysis"
12763 #
12764 #- type: "plot"
12765 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12766 #  algorithm: "plot_tsa_name"
12767 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12768 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12769 #  include:
12770 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12771 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12772 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12773 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12775 #  layout:
12776 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12777 #    layout: "plot-throughput-speedup-analysis"
12778 #
12779 #- type: "plot"
12780 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12781 #  algorithm: "plot_tsa_name"
12782 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12783 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12784 #  include:
12785 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12786 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12787 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12788 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12790 #  layout:
12791 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12792 #    layout: "plot-throughput-speedup-analysis"
12793 #
12794 #- type: "plot"
12795 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12796 #  algorithm: "plot_tsa_name"
12797 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12798 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12799 #  include:
12800 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12801 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12803 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12804 #  layout:
12805 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12806 #    layout: "plot-throughput-speedup-analysis"
12807 #
12808 #- type: "plot"
12809 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12810 #  algorithm: "plot_tsa_name"
12811 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12812 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12813 #  include:
12814 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12817 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12818 #  layout:
12819 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12820 #    layout: "plot-throughput-speedup-analysis"
12821 #
12822 #- type: "plot"
12823 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12824 #  algorithm: "plot_tsa_name"
12825 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12826 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12827 #  include:
12828 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12833 #  layout:
12834 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12835 #    layout: "plot-throughput-speedup-analysis"
12836 #
12837 #- type: "plot"
12838 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12839 #  algorithm: "plot_tsa_name"
12840 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12841 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12842 #  include:
12843 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12848 #  layout:
12849 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12850 #    layout: "plot-throughput-speedup-analysis"
12851 #
12852 #- type: "plot"
12853 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12854 #  algorithm: "plot_tsa_name"
12855 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12856 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12857 #  include:
12858 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12864 #  layout:
12865 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12866 #    layout: "plot-throughput-speedup-analysis"
12867 #
12868 #- type: "plot"
12869 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12870 #  algorithm: "plot_tsa_name"
12871 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12872 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12873 #  include:
12874 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12879 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12880 #  layout:
12881 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12882 #    layout: "plot-throughput-speedup-analysis"
12883
12884 - type: "plot"
12885   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12886   algorithm: "plot_tsa_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12889   include:
12890     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12895     layout: "plot-throughput-speedup-analysis"
12896
12897 - type: "plot"
12898   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12899   algorithm: "plot_tsa_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12906   layout:
12907     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12908     layout: "plot-throughput-speedup-analysis"
12909
12910 #- type: "plot"
12911 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12912 #  algorithm: "plot_tsa_name"
12913 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12914 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915 #  include:
12916 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12917 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12921 #  layout:
12922 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12923 #    layout: "plot-throughput-speedup-analysis"
12924 #
12925 #- type: "plot"
12926 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12927 #  algorithm: "plot_tsa_name"
12928 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12929 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12930 #  include:
12931 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12932 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12933 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12936 #  layout:
12937 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12938 #    layout: "plot-throughput-speedup-analysis"
12939 #
12940 #- type: "plot"
12941 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12942 #  algorithm: "plot_tsa_name"
12943 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12944 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12945 #  include:
12946 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12947 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12948 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12950 #  layout:
12951 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12952 #    layout: "plot-throughput-speedup-analysis"
12953 #
12954 #- type: "plot"
12955 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12956 #  algorithm: "plot_tsa_name"
12957 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12958 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12959 #  include:
12960 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12961 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12964 #  layout:
12965 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12966 #    layout: "plot-throughput-speedup-analysis"
12967 #
12968 #- type: "plot"
12969 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12970 #  algorithm: "plot_tsa_name"
12971 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12972 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12973 #  include:
12974 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12978 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12979 #  layout:
12980 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12981 #    layout: "plot-throughput-speedup-analysis"
12982 #
12983 #- type: "plot"
12984 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12985 #  algorithm: "plot_tsa_name"
12986 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12987 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988 #  include:
12989 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12991 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12992 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12993 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12994 #  layout:
12995 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12996 #    layout: "plot-throughput-speedup-analysis"
12997 #
12998 #- type: "plot"
12999 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13000 #  algorithm: "plot_tsa_name"
13001 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13002 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003 #  include:
13004 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13005 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13006 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13007 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13008 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13009 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13010 #  layout:
13011 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13012 #    layout: "plot-throughput-speedup-analysis"
13013 #
13014 #- type: "plot"
13015 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13016 #  algorithm: "plot_tsa_name"
13017 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13018 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13019 #  include:
13020 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13021 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13022 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13023 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13024 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13025 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13026 #  layout:
13027 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13028 #    layout: "plot-throughput-speedup-analysis"
13029
13030 - type: "plot"
13031   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13032   algorithm: "plot_tsa_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13035   include:
13036     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13038   layout:
13039     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13040     layout: "plot-throughput-speedup-analysis"
13041
13042 - type: "plot"
13043   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13044   algorithm: "plot_tsa_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13047   include:
13048     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13049     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13050   layout:
13051     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13052     layout: "plot-throughput-speedup-analysis"
13053
13054 #- type: "plot"
13055 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13056 #  algorithm: "plot_tsa_name"
13057 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13058 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059 #  include:
13060 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13061 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13062 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13063 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13064 #  layout:
13065 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13066 #    layout: "plot-throughput-speedup-analysis"
13067 #
13068 #- type: "plot"
13069 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13070 #  algorithm: "plot_tsa_name"
13071 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13072 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13073 #  include:
13074 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13075 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13076 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13077 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13078 #  layout:
13079 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13080 #    layout: "plot-throughput-speedup-analysis"
13081 #
13082 #- type: "plot"
13083 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13084 #  algorithm: "plot_tsa_name"
13085 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13086 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13087 #  include:
13088 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13091 #  layout:
13092 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13093 #    layout: "plot-throughput-speedup-analysis"
13094 #
13095 #- type: "plot"
13096 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13097 #  algorithm: "plot_tsa_name"
13098 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13099 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13100 #  include:
13101 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13104 #  layout:
13105 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13106 #    layout: "plot-throughput-speedup-analysis"
13107 #
13108 #- type: "plot"
13109 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13110 #  algorithm: "plot_tsa_name"
13111 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13112 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13113 #  include:
13114 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13115 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13116 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13117 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13118 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13119 #  layout:
13120 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13121 #    layout: "plot-throughput-speedup-analysis"
13122 #
13123 #- type: "plot"
13124 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13125 #  algorithm: "plot_tsa_name"
13126 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13127 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13128 #  include:
13129 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13130 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13131 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13132 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13133 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13134 #  layout:
13135 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13136 #    layout: "plot-throughput-speedup-analysis"
13137
13138 - type: "plot"
13139   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13140   algorithm: "plot_tsa_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13143   include:
13144     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13145     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13146     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13147   layout:
13148     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13149     layout: "plot-throughput-speedup-analysis"
13150
13151 - type: "plot"
13152   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13153   algorithm: "plot_tsa_name"
13154   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13156   include:
13157     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13158     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13160   layout:
13161     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13162     layout: "plot-throughput-speedup-analysis"
13163
13164 #- type: "plot"
13165 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13166 #  algorithm: "plot_tsa_name"
13167 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13168 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13169 #  include:
13170 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13173 #  layout:
13174 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13175 #    layout: "plot-throughput-speedup-analysis"
13176 #
13177 #- type: "plot"
13178 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13179 #  algorithm: "plot_tsa_name"
13180 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13181 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182 #  include:
13183 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13184 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13185 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13186 #  layout:
13187 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13188 #    layout: "plot-throughput-speedup-analysis"
13189 #
13190 #- type: "plot"
13191 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13192 #  algorithm: "plot_tsa_name"
13193 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13194 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13195 #  include:
13196 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13197 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13198 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13199 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13200 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13201 #  layout:
13202 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13203 #    layout: "plot-throughput-speedup-analysis"
13204 #
13205 #- type: "plot"
13206 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13207 #  algorithm: "plot_tsa_name"
13208 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13209 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13210 #  include:
13211 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13212 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13213 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13214 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13215 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13216 #  layout:
13217 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13218 #    layout: "plot-throughput-speedup-analysis"
13219
13220 - type: "plot"
13221   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13222   algorithm: "plot_tsa_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13225   include:
13226     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13227     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13228     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13229     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13232   layout:
13233     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13234     layout: "plot-throughput-speedup-analysis"
13235
13236 - type: "plot"
13237   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13238   algorithm: "plot_tsa_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13241   include:
13242     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13243     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13244     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13248   layout:
13249     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13250     layout: "plot-throughput-speedup-analysis"
13251
13252 - type: "plot"
13253   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13254   algorithm: "plot_tsa_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13257   include:
13258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13262   layout:
13263     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13264     layout: "plot-throughput-speedup-analysis"
13265
13266 - type: "plot"
13267   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13268   algorithm: "plot_tsa_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13271   include:
13272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13276   layout:
13277     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13278     layout: "plot-throughput-speedup-analysis"
13279
13280 #- type: "plot"
13281 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13282 #  algorithm: "plot_tsa_name"
13283 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13284 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13285 #  include:
13286 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13287 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13288 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13289 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13290 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13291 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13292 #  layout:
13293 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13294 #    layout: "plot-throughput-speedup-analysis"
13295 #
13296 #- type: "plot"
13297 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13298 #  algorithm: "plot_tsa_name"
13299 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13300 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13301 #  include:
13302 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13303 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13304 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13305 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13306 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13307 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13308 #  layout:
13309 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13310 #    layout: "plot-throughput-speedup-analysis"
13311 #
13312 #- type: "plot"
13313 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13314 #  algorithm: "plot_tsa_name"
13315 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13316 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13317 #  include:
13318 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13319 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13320 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13321 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13324 #  layout:
13325 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13326 #    layout: "plot-throughput-speedup-analysis"
13327 #
13328 #- type: "plot"
13329 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13330 #  algorithm: "plot_tsa_name"
13331 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13332 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13333 #  include:
13334 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13335 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13336 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13337 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13340 #  layout:
13341 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13342 #    layout: "plot-throughput-speedup-analysis"
13343 #
13344 #- type: "plot"
13345 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13346 #  algorithm: "plot_tsa_name"
13347 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13348 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13349 #  include:
13350 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13351 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13352 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13353 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13354 #  layout:
13355 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13356 #    layout: "plot-throughput-speedup-analysis"
13357 #
13358 #- type: "plot"
13359 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13360 #  algorithm: "plot_tsa_name"
13361 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13362 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13363 #  include:
13364 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13365 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13366 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13367 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13368 #  layout:
13369 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13370 #    layout: "plot-throughput-speedup-analysis"
13371 #
13372 #- type: "plot"
13373 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13374 #  algorithm: "plot_tsa_name"
13375 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13376 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13377 #  include:
13378 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13379 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13380 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13381 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13382 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13383 #  layout:
13384 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13385 #    layout: "plot-throughput-speedup-analysis"
13386 #
13387 #- type: "plot"
13388 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13389 #  algorithm: "plot_tsa_name"
13390 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13391 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13392 #  include:
13393 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13394 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13395 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13396 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13397 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13398 #  layout:
13399 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13400 #    layout: "plot-throughput-speedup-analysis"
13401 #
13402 #- type: "plot"
13403 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13404 #  algorithm: "plot_tsa_name"
13405 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13406 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13407 #  include:
13408 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13409 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13410 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13411 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13412 #  layout:
13413 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13414 #    layout: "plot-throughput-speedup-analysis"
13415 #
13416 #- type: "plot"
13417 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13418 #  algorithm: "plot_tsa_name"
13419 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13420 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13421 #  include:
13422 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13423 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13424 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13426 #  layout:
13427 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13428 #    layout: "plot-throughput-speedup-analysis"
13429
13430 - type: "plot"
13431   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13432   algorithm: "plot_tsa_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13435   include:
13436     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13442   layout:
13443     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13444     layout: "plot-throughput-speedup-analysis"
13445
13446 - type: "plot"
13447   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13448   algorithm: "plot_tsa_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13451   include:
13452     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13458   layout:
13459     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13460     layout: "plot-throughput-speedup-analysis"
13461
13462 #- type: "plot"
13463 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13464 #  algorithm: "plot_tsa_name"
13465 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13466 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467 #  include:
13468 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13469 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13470 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13472 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13473 #  layout:
13474 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13475 #    layout: "plot-throughput-speedup-analysis"
13476 #
13477 #- type: "plot"
13478 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13479 #  algorithm: "plot_tsa_name"
13480 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13481 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13482 #  include:
13483 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13484 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13485 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13486 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13487 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13488 #  layout:
13489 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13490 #    layout: "plot-throughput-speedup-analysis"
13491 #
13492 #- type: "plot"
13493 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13494 #  algorithm: "plot_tsa_name"
13495 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13496 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497 #  include:
13498 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13501 #  layout:
13502 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13503 #    layout: "plot-throughput-speedup-analysis"
13504 #
13505 #- type: "plot"
13506 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13507 #  algorithm: "plot_tsa_name"
13508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510 #  include:
13511 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13512 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13513 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13514 #  layout:
13515 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13516 #    layout: "plot-throughput-speedup-analysis"
13517 #
13518 #- type: "plot"
13519 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13520 #  algorithm: "plot_tsa_name"
13521 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13522 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523 #  include:
13524 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13525 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13526 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13527 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13528 #  layout:
13529 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13530 #    layout: "plot-throughput-speedup-analysis"
13531 #
13532 #- type: "plot"
13533 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13534 #  algorithm: "plot_tsa_name"
13535 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13536 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537 #  include:
13538 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13539 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13540 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13541 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13542 #  layout:
13543 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13544 #    layout: "plot-throughput-speedup-analysis"
13545 #
13546 #- type: "plot"
13547 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13548 #  algorithm: "plot_tsa_name"
13549 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13550 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551 #  include:
13552 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13553 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13554 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13555 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13556 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13557 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13558 #  layout:
13559 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13560 #    layout: "plot-throughput-speedup-analysis"
13561 #
13562 #- type: "plot"
13563 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13564 #  algorithm: "plot_tsa_name"
13565 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13566 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567 #  include:
13568 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13570 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13571 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13572 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13573 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13574 #  layout:
13575 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13576 #    layout: "plot-throughput-speedup-analysis"
13577 #
13578 #- type: "plot"
13579 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13580 #  algorithm: "plot_tsa_name"
13581 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13582 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13583 #  include:
13584 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13585 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13586 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13587 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13588 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13589 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13590 #  layout:
13591 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13592 #    layout: "plot-throughput-speedup-analysis"
13593 #
13594 #- type: "plot"
13595 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13596 #  algorithm: "plot_tsa_name"
13597 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13598 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13599 #  include:
13600 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13601 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13602 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13603 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13604 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13605 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13606 #  layout:
13607 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13608 #    layout: "plot-throughput-speedup-analysis"
13609
13610 - type: "plot"
13611   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13612   algorithm: "plot_tsa_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13615   include:
13616     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13617     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13618     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13619     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13620     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13621     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13622   layout:
13623     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13624     layout: "plot-throughput-speedup-analysis"
13625
13626 - type: "plot"
13627   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13628   algorithm: "plot_tsa_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13631   include:
13632     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13633     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13634     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13635     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13636     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13637     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13638   layout:
13639     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13640     layout: "plot-throughput-speedup-analysis"
13641
13642 #- type: "plot"
13643 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13644 #  algorithm: "plot_tsa_name"
13645 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13646 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13647 #  include:
13648 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13649 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13650 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13652 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13653 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13654 #  layout:
13655 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13656 #    layout: "plot-throughput-speedup-analysis"
13657 #
13658 #- type: "plot"
13659 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13660 #  algorithm: "plot_tsa_name"
13661 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13662 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13663 #  include:
13664 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13665 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13666 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13667 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13668 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13670 #  layout:
13671 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13672 #    layout: "plot-throughput-speedup-analysis"
13673 #
13674 #- type: "plot"
13675 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13676 #  algorithm: "plot_tsa_name"
13677 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13678 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13679 #  include:
13680 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13684 #  layout:
13685 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13686 #    layout: "plot-throughput-speedup-analysis"
13687 #
13688 #- type: "plot"
13689 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13690 #  algorithm: "plot_tsa_name"
13691 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13692 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13693 #  include:
13694 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13695 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13698 #  layout:
13699 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13700 #    layout: "plot-throughput-speedup-analysis"
13701 #
13702 #- type: "plot"
13703 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13704 #  algorithm: "plot_tsa_name"
13705 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13706 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13707 #  include:
13708 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13709 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13710 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13712 #  layout:
13713 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13714 #    layout: "plot-throughput-speedup-analysis"
13715 #
13716 #- type: "plot"
13717 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13718 #  algorithm: "plot_tsa_name"
13719 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13720 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13721 #  include:
13722 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13726 #  layout:
13727 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13728 #    layout: "plot-throughput-speedup-analysis"
13729
13730 - type: "plot"
13731   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13732   algorithm: "plot_tsa_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13735   include:
13736     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13740   layout:
13741     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13742     layout: "plot-throughput-speedup-analysis"
13743
13744 - type: "plot"
13745   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13746   algorithm: "plot_tsa_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13749   include:
13750     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13754   layout:
13755     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13756     layout: "plot-throughput-speedup-analysis"
13757
13758 - type: "plot"
13759   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13760   algorithm: "plot_tsa_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13763   include:
13764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13768   layout:
13769     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13770     layout: "plot-throughput-speedup-analysis"
13771
13772 - type: "plot"
13773   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13774   algorithm: "plot_tsa_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13777   include:
13778     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13782   layout:
13783     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13784     layout: "plot-throughput-speedup-analysis"
13785
13786 #- type: "plot"
13787 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13788 #  algorithm: "plot_tsa_name"
13789 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13790 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791 #  include:
13792 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796 #  layout:
13797 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13798 #    layout: "plot-throughput-speedup-analysis"
13799 #
13800 #- type: "plot"
13801 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13802 #  algorithm: "plot_tsa_name"
13803 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13804 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805 #  include:
13806 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810 #  layout:
13811 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13812 #    layout: "plot-throughput-speedup-analysis"
13813 #
13814 #- type: "plot"
13815 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13816 #  algorithm: "plot_tsa_name"
13817 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13818 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819 #  include:
13820 #    - "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"
13821 #    - "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"
13822 #    - "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"
13823 #    - "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"
13824 #  layout:
13825 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13826 #    layout: "plot-throughput-speedup-analysis"
13827 #
13828 #- type: "plot"
13829 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13830 #  algorithm: "plot_tsa_name"
13831 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13832 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13833 #  include:
13834 #    - "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"
13835 #    - "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"
13836 #    - "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"
13837 #    - "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"
13838 #  layout:
13839 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13840 #    layout: "plot-throughput-speedup-analysis"
13841 #
13842 #- type: "plot"
13843 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13844 #  algorithm: "plot_tsa_name"
13845 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13846 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13847 #  include:
13848 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13849 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13853 #  layout:
13854 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13855 #    layout: "plot-throughput-speedup-analysis"
13856 #
13857 #- type: "plot"
13858 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13859 #  algorithm: "plot_tsa_name"
13860 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13861 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13862 #  include:
13863 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13864 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13865 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13866 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13867 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13868 #  layout:
13869 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13870 #    layout: "plot-throughput-speedup-analysis"
13871 #
13872 #- type: "plot"
13873 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13874 #  algorithm: "plot_tsa_name"
13875 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13876 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13877 #  include:
13878 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13880 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13881 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13882 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13883 #  layout:
13884 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13885 #    layout: "plot-throughput-speedup-analysis"
13886 #
13887 #- type: "plot"
13888 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13889 #  algorithm: "plot_tsa_name"
13890 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13891 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13892 #  include:
13893 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13897 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13898 #  layout:
13899 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13900 #    layout: "plot-throughput-speedup-analysis"
13901 #
13902 #- type: "plot"
13903 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13904 #  algorithm: "plot_tsa_name"
13905 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13906 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13907 #  include:
13908 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13909 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13910 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13911 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13912 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13914 #  layout:
13915 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13916 #    layout: "plot-throughput-speedup-analysis"
13917 #
13918 #- type: "plot"
13919 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13920 #  algorithm: "plot_tsa_name"
13921 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13922 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13923 #  include:
13924 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13925 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13926 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13927 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13930 #  layout:
13931 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13932 #    layout: "plot-throughput-speedup-analysis"
13933 #
13934 #- type: "plot"
13935 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13936 #  algorithm: "plot_tsa_name"
13937 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13938 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13939 #  include:
13940 #    - "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"
13941 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13942 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13943 #    - "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"
13944 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946 #  layout:
13947 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13948 #    layout: "plot-throughput-speedup-analysis"
13949 #
13950 #- type: "plot"
13951 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13952 #  algorithm: "plot_tsa_name"
13953 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13954 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13955 #  include:
13956 #    - "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"
13957 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959 #    - "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"
13960 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13962 #  layout:
13963 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13964 #    layout: "plot-throughput-speedup-analysis"
13965 #
13966 #- type: "plot"
13967 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13968 #  algorithm: "plot_tsa_name"
13969 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13970 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13971 #  include:
13972 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13975 #  layout:
13976 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13977 #    layout: "plot-throughput-speedup-analysis"
13978 #
13979 #- type: "plot"
13980 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13981 #  algorithm: "plot_tsa_name"
13982 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13983 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13984 #  include:
13985 #    - "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"
13986 #    - "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"
13987 #    - "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"
13988 #  layout:
13989 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13990 #    layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13997   include:
13998     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13999     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14000     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14001     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14002     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14003   layout:
14004     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14005     layout: "plot-throughput-speedup-analysis"
14006
14007 - type: "plot"
14008   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14009   algorithm: "plot_tsa_name"
14010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14012   include:
14013     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14014     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14015     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14016     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14017     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14018   layout:
14019     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14027   include:
14028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14033   layout:
14034     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14042   include:
14043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14048   layout:
14049     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14057   include:
14058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14064   layout:
14065     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14066     layout: "plot-throughput-speedup-analysis"
14067
14068 - type: "plot"
14069   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14070   algorithm: "plot_tsa_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14072   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14073   include:
14074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14080   layout:
14081     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14089   include:
14090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14094   layout:
14095     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14103   include:
14104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14108   layout:
14109     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 - type: "plot"
14113   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14114   algorithm: "plot_tsa_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14117   include:
14118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14123   layout:
14124     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14125     layout: "plot-throughput-speedup-analysis"
14126
14127 - type: "plot"
14128   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14129   algorithm: "plot_tsa_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14131   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14132   include:
14133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14138   layout:
14139     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14147   include:
14148     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14149     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14154   layout:
14155     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14163   include:
14164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14166     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14170   layout:
14171     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14179   include:
14180     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14181     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14182     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14183     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14184   layout:
14185     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 - type: "plot"
14189   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14190   algorithm: "plot_tsa_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14193   include:
14194     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14195     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14196     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14197     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14198   layout:
14199     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14207   include:
14208     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14213     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14214   layout:
14215     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14223   include:
14224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14228     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14229     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14230   layout:
14231     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14239   include:
14240     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14241     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14242     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14243     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14244     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14245     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14246   layout:
14247     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14255   include:
14256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14257     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14258     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14259     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14262   layout:
14263     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14264     layout: "plot-throughput-speedup-analysis"
14265
14266 - type: "plot"
14267   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14268   algorithm: "plot_tsa_name"
14269   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14270   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14271   include:
14272     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14273     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14274     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14275     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14276     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14277     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14278   layout:
14279     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14280     layout: "plot-throughput-speedup-analysis"
14281
14282 - type: "plot"
14283   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14284   algorithm: "plot_tsa_name"
14285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14287   include:
14288     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14289     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14290     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14291     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14292     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14293     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14294   layout:
14295     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14296     layout: "plot-throughput-speedup-analysis"
14297
14298 - type: "plot"
14299   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14300   algorithm: "plot_tsa_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14303   include:
14304     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14309   layout:
14310     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14318   include:
14319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14324   layout:
14325     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 #- type: "plot"
14329 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14330 #  algorithm: "plot_tsa_name"
14331 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14332 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14333 #  include:
14334 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14335 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14336 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14339 #  layout:
14340 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14341 #    layout: "plot-throughput-speedup-analysis"
14342 #
14343 #- type: "plot"
14344 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14345 #  algorithm: "plot_tsa_name"
14346 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14347 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14348 #  include:
14349 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14350 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14354 #  layout:
14355 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14356 #    layout: "plot-throughput-speedup-analysis"
14357
14358 #- type: "plot"
14359 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14360 #  algorithm: "plot_tsa_name"
14361 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14362 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14363 #  include:
14364 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14365 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14366 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14367 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14368 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14369 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14370 #  layout:
14371 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14372 #    layout: "plot-throughput-speedup-analysis"
14373 #
14374 #- type: "plot"
14375 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14376 #  algorithm: "plot_tsa_name"
14377 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14378 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14379 #  include:
14380 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14381 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14382 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14383 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14384 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14385 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14386 #  layout:
14387 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14388 #    layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14401   layout:
14402     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14416   layout:
14417     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14425   include:
14426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14432   layout:
14433     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14441   include:
14442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14448   layout:
14449     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14457   include:
14458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14463   layout:
14464     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14472   include:
14473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14478   layout:
14479     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14480     layout: "plot-throughput-speedup-analysis"
14481
14482 - type: "plot"
14483   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14487   include:
14488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14492   layout:
14493     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14501   include:
14502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14506   layout:
14507     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 - type: "plot"
14511   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14515   include:
14516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14522   layout:
14523     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14531   include:
14532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14538   layout:
14539     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14540     layout: "plot-throughput-speedup-analysis"
14541
14542 - type: "plot"
14543   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14544   algorithm: "plot_tsa_name"
14545   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14546   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14547   include:
14548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14553   layout:
14554     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14562   include:
14563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14568   layout:
14569     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14584   layout:
14585     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14600   layout:
14601     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14609   include:
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14614   layout:
14615     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14623   include:
14624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14628   layout:
14629     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14637   include:
14638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14643   layout:
14644     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14652   include:
14653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14658   layout:
14659     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14667   include:
14668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14674   layout:
14675     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14683   include:
14684     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14685     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14686     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14687     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14688     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14689     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14690   layout:
14691     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14699   include:
14700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14704   layout:
14705     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14713   include:
14714     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14718   layout:
14719     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14727   include:
14728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14734   layout:
14735     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14743   include:
14744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14750   layout:
14751     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14759   include:
14760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14766   layout:
14767     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14775   include:
14776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14782   layout:
14783     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 #- type: "plot"
14787 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14788 #  algorithm: "plot_tsa_name"
14789 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14790 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14791 #  include:
14792 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14793 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14794 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14795 #  layout:
14796 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14797 #    layout: "plot-throughput-speedup-analysis"
14798 #
14799 #- type: "plot"
14800 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14801 #  algorithm: "plot_tsa_name"
14802 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14803 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14804 #  include:
14805 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14806 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14807 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14808 #  layout:
14809 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14810 #    layout: "plot-throughput-speedup-analysis"
14811
14812 ################################################################################
14813
14814 # Packet Throughput - DPDK
14815
14816 # 2n-skx-xxv710
14817
14818 #- type: "plot"
14819 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14820 #  algorithm: "plot_perf_box_name"
14821 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14822 #  data: "plot-dpdk-throughput-latency-2n-skx"
14823 #  include:
14824 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14825 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14826 #  layout:
14827 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14828 #    layout: "plot-throughput"
14829 #
14830 #- type: "plot"
14831 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14832 #  algorithm: "plot_perf_box_name"
14833 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14834 #  data: "plot-dpdk-throughput-latency-2n-skx"
14835 #  include:
14836 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14837 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14838 #  layout:
14839 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14840 #    layout: "plot-throughput"
14841 #
14842 #- type: "plot"
14843 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14844 #  algorithm: "plot_perf_box_name"
14845 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14846 #  data: "plot-dpdk-throughput-latency-2n-skx"
14847 #  include:
14848 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14849 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14850 #  layout:
14851 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14852 #    layout: "plot-throughput"
14853 #
14854 #- type: "plot"
14855 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14856 #  algorithm: "plot_perf_box_name"
14857 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14858 #  data: "plot-dpdk-throughput-latency-2n-skx"
14859 #  include:
14860 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14861 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14862 #  layout:
14863 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14864 #    layout: "plot-throughput"
14865 #
14866 ## 2n-skx-x710
14867 #
14868 #- type: "plot"
14869 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14870 #  algorithm: "plot_perf_box_name"
14871 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14872 #  data: "plot-dpdk-throughput-latency-2n-skx"
14873 #  include:
14874 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14875 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14876 #  layout:
14877 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14878 #    layout: "plot-throughput"
14879 #
14880 #- type: "plot"
14881 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14882 #  algorithm: "plot_perf_box_name"
14883 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14884 #  data: "plot-dpdk-throughput-latency-2n-skx"
14885 #  include:
14886 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14887 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14888 #  layout:
14889 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14890 #    layout: "plot-throughput"
14891 #
14892 #- type: "plot"
14893 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14894 #  algorithm: "plot_perf_box_name"
14895 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14896 #  data: "plot-dpdk-throughput-latency-2n-skx"
14897 #  include:
14898 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14899 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14900 #  layout:
14901 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14902 #    layout: "plot-throughput"
14903 #
14904 #- type: "plot"
14905 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14906 #  algorithm: "plot_perf_box_name"
14907 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14908 #  data: "plot-dpdk-throughput-latency-2n-skx"
14909 #  include:
14910 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14911 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14912 #  layout:
14913 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14914 #    layout: "plot-throughput"
14915 #
14916 ## 3n-skx-xxv710
14917 #
14918 #- type: "plot"
14919 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14920 #  algorithm: "plot_perf_box_name"
14921 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14922 #  data: "plot-dpdk-throughput-latency-3n-skx"
14923 #  include:
14924 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14925 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14926 #  layout:
14927 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14928 #    layout: "plot-throughput"
14929 #
14930 #- type: "plot"
14931 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14932 #  algorithm: "plot_perf_box_name"
14933 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14934 #  data: "plot-dpdk-throughput-latency-3n-skx"
14935 #  include:
14936 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14937 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14938 #  layout:
14939 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14940 #    layout: "plot-throughput"
14941 #
14942 #- type: "plot"
14943 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14944 #  algorithm: "plot_perf_box_name"
14945 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14946 #  data: "plot-dpdk-throughput-latency-3n-skx"
14947 #  include:
14948 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14949 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14950 #  layout:
14951 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14952 #    layout: "plot-throughput"
14953 #
14954 #- type: "plot"
14955 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14956 #  algorithm: "plot_perf_box_name"
14957 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14958 #  data: "plot-dpdk-throughput-latency-3n-skx"
14959 #  include:
14960 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14961 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14962 #  layout:
14963 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14964 #    layout: "plot-throughput"
14965 #
14966 ## 3n-skx-x710
14967 #
14968 #- type: "plot"
14969 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14970 #  algorithm: "plot_perf_box_name"
14971 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14972 #  data: "plot-dpdk-throughput-latency-3n-skx"
14973 #  include:
14974 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14975 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14976 #  layout:
14977 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14978 #    layout: "plot-throughput"
14979 #
14980 #- type: "plot"
14981 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14982 #  algorithm: "plot_perf_box_name"
14983 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14984 #  data: "plot-dpdk-throughput-latency-3n-skx"
14985 #  include:
14986 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14987 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14988 #  layout:
14989 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14990 #    layout: "plot-throughput"
14991 #
14992 #- type: "plot"
14993 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14994 #  algorithm: "plot_perf_box_name"
14995 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14996 #  data: "plot-dpdk-throughput-latency-3n-skx"
14997 #  include:
14998 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14999 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15000 #  layout:
15001 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15002 #    layout: "plot-throughput"
15003 #
15004 #- type: "plot"
15005 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15006 #  algorithm: "plot_perf_box_name"
15007 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15008 #  data: "plot-dpdk-throughput-latency-3n-skx"
15009 #  include:
15010 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15011 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15012 #  layout:
15013 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15014 #    layout: "plot-throughput"
15015
15016 # 3n-hsw-xl710
15017
15018 - type: "plot"
15019   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15020   algorithm: "plot_perf_box_name"
15021   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15022   data: "plot-dpdk-throughput-latency-3n-hsw"
15023   include:
15024     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15025     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15026   layout:
15027     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15028     layout: "plot-throughput"
15029
15030 - type: "plot"
15031   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15032   algorithm: "plot_perf_box_name"
15033   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15034   data: "plot-dpdk-throughput-latency-3n-hsw"
15035   include:
15036     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15037     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15038   layout:
15039     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15040     layout: "plot-throughput"
15041
15042 - type: "plot"
15043   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15044   algorithm: "plot_perf_box_name"
15045   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15046   data: "plot-dpdk-throughput-latency-3n-hsw"
15047   include:
15048     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15049     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15050   layout:
15051     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15052     layout: "plot-throughput"
15053
15054 - type: "plot"
15055   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15056   algorithm: "plot_perf_box_name"
15057   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15058   data: "plot-dpdk-throughput-latency-3n-hsw"
15059   include:
15060     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15061     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15062   layout:
15063     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15064     layout: "plot-throughput"
15065
15066 # 3n-hsw-x710
15067
15068 - type: "plot"
15069   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15070   algorithm: "plot_perf_box_name"
15071   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15072   data: "plot-dpdk-throughput-latency-3n-hsw"
15073   include:
15074     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15075     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15076   layout:
15077     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15078     layout: "plot-throughput"
15079
15080 - type: "plot"
15081   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15082   algorithm: "plot_perf_box_name"
15083   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15084   data: "plot-dpdk-throughput-latency-3n-hsw"
15085   include:
15086     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15087     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15088   layout:
15089     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15090     layout: "plot-throughput"
15091
15092 - type: "plot"
15093   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15094   algorithm: "plot_perf_box_name"
15095   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15096   data: "plot-dpdk-throughput-latency-3n-hsw"
15097   include:
15098     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15099     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15100   layout:
15101     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15102     layout: "plot-throughput"
15103
15104 - type: "plot"
15105   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15106   algorithm: "plot_perf_box_name"
15107   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15108   data: "plot-dpdk-throughput-latency-3n-hsw"
15109   include:
15110     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15111     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15112   layout:
15113     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15114     layout: "plot-throughput"
15115
15116 # 2n-dnv-x553
15117
15118 - type: "plot"
15119   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15120   algorithm: "plot_perf_box_name"
15121   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15122   data: "plot-dpdk-throughput-latency-2n-dnv"
15123   include:
15124     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15125     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15126   layout:
15127     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15128     layout: "plot-throughput"
15129
15130 - type: "plot"
15131   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15132   algorithm: "plot_perf_box_name"
15133   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15134   data: "plot-dpdk-throughput-latency-2n-dnv"
15135   include:
15136     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15137     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15138   layout:
15139     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15140     layout: "plot-throughput"
15141
15142 - type: "plot"
15143   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15144   algorithm: "plot_perf_box_name"
15145   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15146   data: "plot-dpdk-throughput-latency-2n-dnv"
15147   include:
15148     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15149     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15150   layout:
15151     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15152     layout: "plot-throughput"
15153
15154 - type: "plot"
15155   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15156   algorithm: "plot_perf_box_name"
15157   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15158   data: "plot-dpdk-throughput-latency-2n-dnv"
15159   include:
15160     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15161     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15162   layout:
15163     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15164     layout: "plot-throughput"
15165
15166 # 3n-dnv-x553
15167
15168 - type: "plot"
15169   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15170   algorithm: "plot_perf_box_name"
15171   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15172   data: "plot-dpdk-throughput-latency-3n-dnv"
15173   include:
15174     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15175     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15176   layout:
15177     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15178     layout: "plot-throughput"
15179
15180 - type: "plot"
15181   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15182   algorithm: "plot_perf_box_name"
15183   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15184   data: "plot-dpdk-throughput-latency-3n-dnv"
15185   include:
15186     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15187     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15188   layout:
15189     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15190     layout: "plot-throughput"
15191
15192 - type: "plot"
15193   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15194   algorithm: "plot_perf_box_name"
15195   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15196   data: "plot-dpdk-throughput-latency-3n-dnv"
15197   include:
15198     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15199     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15200   layout:
15201     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15202     layout: "plot-throughput"
15203
15204 - type: "plot"
15205   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15206   algorithm: "plot_perf_box_name"
15207   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15208   data: "plot-dpdk-throughput-latency-3n-dnv"
15209   include:
15210     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15211     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15212   layout:
15213     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15214     layout: "plot-throughput"
15215
15216 # 3n-tsh-x520
15217
15218 - type: "plot"
15219   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15220   algorithm: "plot_perf_box_name"
15221   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15222   data: "plot-dpdk-throughput-latency-3n-tsh"
15223   include:
15224     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15225     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15226   layout:
15227     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15232   algorithm: "plot_perf_box_name"
15233   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15234   data: "plot-dpdk-throughput-latency-3n-tsh"
15235   include:
15236     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15237     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15238   layout:
15239     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15240     layout: "plot-throughput"
15241
15242 - type: "plot"
15243   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15244   algorithm: "plot_perf_box_name"
15245   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15246   data: "plot-dpdk-throughput-latency-3n-tsh"
15247   include:
15248     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15249     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15250   layout:
15251     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15252     layout: "plot-throughput"
15253
15254 - type: "plot"
15255   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15256   algorithm: "plot_perf_box_name"
15257   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15258   data: "plot-dpdk-throughput-latency-3n-tsh"
15259   include:
15260     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15261     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15262   layout:
15263     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15264     layout: "plot-throughput"
15265
15266 ################################################################################
15267 ###   2n-clx                                                                 ###
15268 ################################################################################
15269
15270 # Packet Throughput
15271
15272 - type: "plot"
15273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15274   algorithm: "plot_perf_box_name"
15275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15277   include:
15278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15282   layout:
15283     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15288   algorithm: "plot_perf_box_name"
15289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15291   include:
15292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15296   layout:
15297     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15298     layout: "plot-throughput"
15299
15300 - type: "plot"
15301   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15302   algorithm: "plot_perf_box_name"
15303   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15305   include:
15306     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15307     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15308     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15309     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15310   layout:
15311     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15312     layout: "plot-throughput"
15313
15314 - type: "plot"
15315   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15316   algorithm: "plot_perf_box_name"
15317   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15319   include:
15320     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15321     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15322     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15323     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15324   layout:
15325     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15326     layout: "plot-throughput"
15327
15328 - type: "plot"
15329   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15330   algorithm: "plot_perf_box_name"
15331   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15333   include:
15334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15339   layout:
15340     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15341     layout: "plot-throughput"
15342
15343 - type: "plot"
15344   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15345   algorithm: "plot_perf_box_name"
15346   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15348   include:
15349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15354   layout:
15355     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15356     layout: "plot-throughput"
15357
15358 - type: "plot"
15359   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15360   algorithm: "plot_perf_box_name"
15361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15363   include:
15364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15368   layout:
15369     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15370     layout: "plot-throughput"
15371
15372 - type: "plot"
15373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15374   algorithm: "plot_perf_box_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15377   include:
15378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15382   layout:
15383     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15384     layout: "plot-throughput"
15385
15386 - type: "plot"
15387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15388   algorithm: "plot_perf_box_name"
15389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15391   include:
15392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15397   layout:
15398     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15399     layout: "plot-throughput"
15400
15401 - type: "plot"
15402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15403   algorithm: "plot_perf_box_name"
15404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15406   include:
15407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15412   layout:
15413     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15414     layout: "plot-throughput"
15415
15416 - type: "plot"
15417   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15418   algorithm: "plot_perf_box_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15421   include:
15422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15428   layout:
15429     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15430     layout: "plot-throughput"
15431
15432 - type: "plot"
15433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15434   algorithm: "plot_perf_box_name"
15435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15437   include:
15438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15444   layout:
15445     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15446     layout: "plot-throughput"
15447
15448 - type: "plot"
15449   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15450   algorithm: "plot_perf_box_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15453   include:
15454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15456   layout:
15457     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15458     layout: "plot-throughput"
15459
15460 - type: "plot"
15461   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15462   algorithm: "plot_perf_box_name"
15463   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15465   include:
15466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15468   layout:
15469     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15470     layout: "plot-throughput"
15471
15472 - type: "plot"
15473   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15474   algorithm: "plot_perf_box_name"
15475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15477   include:
15478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15484   layout:
15485     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15486     layout: "plot-throughput"
15487
15488 - type: "plot"
15489   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15490   algorithm: "plot_perf_box_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15493   include:
15494     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15500   layout:
15501     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15502     layout: "plot-throughput"
15503
15504 - type: "plot"
15505   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15506   algorithm: "plot_perf_box_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15509   include:
15510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15516   layout:
15517     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15518     layout: "plot-throughput"
15519
15520 - type: "plot"
15521   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15522   algorithm: "plot_perf_box_name"
15523   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15525   include:
15526     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15532   layout:
15533     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15534     layout: "plot-throughput"
15535
15536 - type: "plot"
15537   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15538   algorithm: "plot_perf_box_name"
15539   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15541   include:
15542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15545   layout:
15546     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15547     layout: "plot-throughput"
15548
15549 - type: "plot"
15550   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15551   algorithm: "plot_perf_box_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15554   include:
15555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15558   layout:
15559     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15560     layout: "plot-throughput"
15561
15562 - type: "plot"
15563   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15564   algorithm: "plot_perf_box_name"
15565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15567   include:
15568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15573   layout:
15574     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15575     layout: "plot-throughput"
15576
15577 - type: "plot"
15578   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15579   algorithm: "plot_perf_box_name"
15580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15582   include:
15583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15588   layout:
15589     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15590     layout: "plot-throughput"
15591
15592 - type: "plot"
15593   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15594   algorithm: "plot_perf_box_name"
15595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15597   include:
15598     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15603   layout:
15604     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15605     layout: "plot-throughput"
15606
15607 - type: "plot"
15608   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15609   algorithm: "plot_perf_box_name"
15610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15612   include:
15613     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15614     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15615     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15618   layout:
15619     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15620     layout: "plot-throughput"
15621
15622 - type: "plot"
15623   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15624   algorithm: "plot_perf_box_name"
15625   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15627   include:
15628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15634   layout:
15635     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15636     layout: "plot-throughput"
15637
15638 - type: "plot"
15639   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15640   algorithm: "plot_perf_box_name"
15641   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15643   include:
15644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15650   layout:
15651     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15652     layout: "plot-throughput"
15653
15654 - type: "plot"
15655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15656   algorithm: "plot_perf_box_name"
15657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15659   include:
15660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15664   layout:
15665     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15666     layout: "plot-throughput"
15667
15668 - type: "plot"
15669   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15670   algorithm: "plot_perf_box_name"
15671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15673   include:
15674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15678   layout:
15679     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15680     layout: "plot-throughput"
15681
15682 - type: "plot"
15683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15684   algorithm: "plot_perf_box_name"
15685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15687   include:
15688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15693   layout:
15694     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15695     layout: "plot-throughput"
15696
15697 - type: "plot"
15698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15699   algorithm: "plot_perf_box_name"
15700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15702   include:
15703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15708   layout:
15709     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15710     layout: "plot-throughput"
15711
15712 - type: "plot"
15713   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15714   algorithm: "plot_perf_box_name"
15715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15717   include:
15718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15722   layout:
15723     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15724     layout: "plot-throughput"
15725
15726 - type: "plot"
15727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15728   algorithm: "plot_perf_box_name"
15729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15731   include:
15732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15736   layout:
15737     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15738     layout: "plot-throughput"
15739
15740 - type: "plot"
15741   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15742   algorithm: "plot_perf_box_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15745   include:
15746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15752   layout:
15753     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15754     layout: "plot-throughput"
15755
15756 - type: "plot"
15757   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15758   algorithm: "plot_perf_box_name"
15759   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15761   include:
15762     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15768   layout:
15769     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15770     layout: "plot-throughput"
15771
15772 - type: "plot"
15773   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15774   algorithm: "plot_perf_box_name"
15775   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15777   include:
15778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15782   layout:
15783     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15784     layout: "plot-throughput"
15785
15786 - type: "plot"
15787   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15788   algorithm: "plot_perf_box_name"
15789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15791   include:
15792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15796   layout:
15797     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15798     layout: "plot-throughput"
15799
15800 - type: "plot"
15801   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15802   algorithm: "plot_perf_box_name"
15803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15805   include:
15806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15810   layout:
15811     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15812     layout: "plot-throughput"
15813
15814 - type: "plot"
15815   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15816   algorithm: "plot_perf_box_name"
15817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15819   include:
15820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15824   layout:
15825     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15826     layout: "plot-throughput"
15827
15828 - type: "plot"
15829   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15830   algorithm: "plot_perf_box_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15833   include:
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15838   layout:
15839     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15840     layout: "plot-throughput"
15841
15842 - type: "plot"
15843   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15844   algorithm: "plot_perf_box_name"
15845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15847   include:
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15852   layout:
15853     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15854     layout: "plot-throughput"
15855
15856 - type: "plot"
15857   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15858   algorithm: "plot_perf_box_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15861   include:
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15866   layout:
15867     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15868     layout: "plot-throughput"
15869
15870 - type: "plot"
15871   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15872   algorithm: "plot_perf_box_name"
15873   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15875   include:
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15880   layout:
15881     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15882     layout: "plot-throughput"
15883
15884 - type: "plot"
15885   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15886   algorithm: "plot_perf_box_name"
15887   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15889   include:
15890     - "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"
15891     - "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"
15892     - "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"
15893     - "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"
15894   layout:
15895     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15896     layout: "plot-throughput"
15897
15898 - type: "plot"
15899   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15900   algorithm: "plot_perf_box_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15903   include:
15904     - "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"
15905     - "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"
15906     - "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"
15907     - "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"
15908   layout:
15909     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15910     layout: "plot-throughput"
15911
15912 ################################################################################
15913
15914 # Packet Speedup
15915
15916 - type: "plot"
15917   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15921   include:
15922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15926   layout:
15927     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15935   include:
15936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15940   layout:
15941     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15949   include:
15950     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15951     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15952     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15953     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15954   layout:
15955     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15963   include:
15964     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15965     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15966     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15967     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15968   layout:
15969     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15977   include:
15978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15983   layout:
15984     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15992   include:
15993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15998   layout:
15999     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16007   include:
16008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16012   layout:
16013     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16021   include:
16022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16026   layout:
16027     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16035   include:
16036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16041   layout:
16042     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16050   include:
16051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16056   layout:
16057     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16065   include:
16066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16072   layout:
16073     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16081   include:
16082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16088   layout:
16089     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16097   include:
16098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16100   layout:
16101     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16109   include:
16110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16112   layout:
16113     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16121   include:
16122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16128   layout:
16129     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16137   include:
16138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16144   layout:
16145     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16153   include:
16154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16160   layout:
16161     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16169   include:
16170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16176   layout:
16177     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16185   include:
16186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16189   layout:
16190     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 - type: "plot"
16194   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16195   algorithm: "plot_tsa_name"
16196   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16198   include:
16199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16202   layout:
16203     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16211   include:
16212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16217   layout:
16218     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16219     layout: "plot-throughput-speedup-analysis"
16220
16221 - type: "plot"
16222   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16223   algorithm: "plot_tsa_name"
16224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16226   include:
16227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16232   layout:
16233     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16234     layout: "plot-throughput-speedup-analysis"
16235
16236 - type: "plot"
16237   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16238   algorithm: "plot_tsa_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16241   include:
16242     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16247   layout:
16248     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16256   include:
16257     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16262   layout:
16263     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16271   include:
16272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16278   layout:
16279     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16280     layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16287   include:
16288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16294   layout:
16295     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16303   include:
16304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16308   layout:
16309     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16317   include:
16318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16322   layout:
16323     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16324     layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16331   include:
16332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16337   layout:
16338     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16346   include:
16347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16352   layout:
16353     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16361   include:
16362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16366   layout:
16367     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16375   include:
16376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16380   layout:
16381     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16389   include:
16390     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16396   layout:
16397     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16405   include:
16406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16412   layout:
16413     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16421   include:
16422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16426   layout:
16427     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16435   include:
16436     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16437     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16440   layout:
16441     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16442     layout: "plot-throughput-speedup-analysis"
16443
16444 - type: "plot"
16445   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16446   algorithm: "plot_tsa_name"
16447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16449   include:
16450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16454   layout:
16455     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16456     layout: "plot-throughput-speedup-analysis"
16457
16458 - type: "plot"
16459   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16460   algorithm: "plot_tsa_name"
16461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16463   include:
16464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16468   layout:
16469     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16470     layout: "plot-throughput-speedup-analysis"
16471
16472 - type: "plot"
16473   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16474   algorithm: "plot_tsa_name"
16475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16477   include:
16478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16482   layout:
16483     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16484     layout: "plot-throughput-speedup-analysis"
16485
16486 - type: "plot"
16487   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16488   algorithm: "plot_tsa_name"
16489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16491   include:
16492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16496   layout:
16497     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16505   include:
16506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16510   layout:
16511     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16512     layout: "plot-throughput-speedup-analysis"
16513
16514 - type: "plot"
16515   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16516   algorithm: "plot_tsa_name"
16517   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16519   include:
16520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16524   layout:
16525     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16533   include:
16534     - "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"
16535     - "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"
16536     - "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"
16537     - "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"
16538   layout:
16539     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16547   include:
16548     - "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"
16549     - "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"
16550     - "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"
16551     - "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"
16552   layout:
16553     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16554     layout: "plot-throughput-speedup-analysis"
16555
16556 ################################################################################
16557
16558 # Packet Throughput - DPDK
16559
16560 # 2n-clx-xxv710
16561
16562 - type: "plot"
16563   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16564   algorithm: "plot_perf_box_name"
16565   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16566   data: "plot-dpdk-throughput-latency-2n-clx"
16567   include:
16568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16569     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16570   layout:
16571     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16572     layout: "plot-throughput"
16573
16574 - type: "plot"
16575   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16576   algorithm: "plot_perf_box_name"
16577   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16578   data: "plot-dpdk-throughput-latency-2n-clx"
16579   include:
16580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16581     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16582   layout:
16583     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16590   data: "plot-dpdk-throughput-latency-2n-clx"
16591   include:
16592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16594   layout:
16595     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16596     layout: "plot-throughput"
16597
16598 - type: "plot"
16599   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16600   algorithm: "plot_perf_box_name"
16601   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16602   data: "plot-dpdk-throughput-latency-2n-clx"
16603   include:
16604     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16605     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16606   layout:
16607     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16608     layout: "plot-throughput"
16609
16610 # 2n-clx-x710
16611
16612 - type: "plot"
16613   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16614   algorithm: "plot_perf_box_name"
16615   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16616   data: "plot-dpdk-throughput-latency-2n-clx"
16617   include:
16618     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16619     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16620   layout:
16621     title: "2n-clx-x710-64b-2t1c-base-ndr"
16622     layout: "plot-throughput"
16623
16624 - type: "plot"
16625   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16628   data: "plot-dpdk-throughput-latency-2n-clx"
16629   include:
16630     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16631     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16632   layout:
16633     title: "2n-clx-x710-64b-4t2c-base-ndr"
16634     layout: "plot-throughput"
16635
16636 - type: "plot"
16637   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16638   algorithm: "plot_perf_box_name"
16639   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16640   data: "plot-dpdk-throughput-latency-2n-clx"
16641   include:
16642     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16643     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16644   layout:
16645     title: "2n-clx-x710-64b-2t1c-base-pdr"
16646     layout: "plot-throughput"
16647
16648 - type: "plot"
16649   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16650   algorithm: "plot_perf_box_name"
16651   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16652   data: "plot-dpdk-throughput-latency-2n-clx"
16653   include:
16654     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16655     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16656   layout:
16657     title: "2n-clx-x710-64b-4t2c-base-pdr"
16658     layout: "plot-throughput"
16659
16660 ################################################################################
16661
16662 #- type: "plot"
16663 #  title: "Latency by percentile: 2n-skx"
16664 #  algorithm: "plot_hdrh_lat_by_percentile"
16665 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16666 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16667 #  target-links: "../../_static/vpp"
16668 #  data: "plot-vpp-hdrh-lat-2n-skx"
16669 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16670 #  layout:
16671 #    layout: "plot-hdrh-latency-by-percentile"
16672
16673 #- type: "plot"
16674 #  title: "Latency by percentile: 3n-skx"
16675 #  algorithm: "plot_hdrh_lat_by_percentile"
16676 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16677 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16678 #  target-links: "../../_static/vpp"
16679 #  data: "plot-vpp-hdrh-lat-3n-skx"
16680 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16681 #  layout:
16682 #    layout: "plot-hdrh-latency-by-percentile"
16683
16684 - type: "plot"
16685   title: "Latency by percentile: 2n-clx"
16686   algorithm: "plot_hdrh_lat_by_percentile"
16687   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16688   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16689   target-links: "../../_static/vpp"
16690   data: "plot-vpp-hdrh-lat-2n-clx"
16691   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16692   layout:
16693     layout: "plot-hdrh-latency-by-percentile"
16694
16695 - type: "plot"
16696   title: "Latency by percentile: 3n-hsw"
16697   algorithm: "plot_hdrh_lat_by_percentile"
16698   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16699   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16700   target-links: "../../_static/vpp"
16701   data: "plot-vpp-hdrh-lat-3n-hsw"
16702   filter: "'1T1C' and 'NIC_Intel-XL710'"
16703   layout:
16704     layout: "plot-hdrh-latency-by-percentile"
16705
16706 - type: "plot"
16707   title: "Latency by percentile: 3n-tsh"
16708   algorithm: "plot_hdrh_lat_by_percentile"
16709   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16710   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16711   target-links: "../../_static/vpp"
16712   data: "plot-vpp-hdrh-lat-3n-tsh"
16713   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16714   layout:
16715     layout: "plot-hdrh-latency-by-percentile"
16716
16717 - type: "plot"
16718   title: "Latency by percentile: DPDK 2n-clx"
16719   algorithm: "plot_hdrh_lat_by_percentile"
16720   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16721   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16722   target-links: "../../_static/dpdk"
16723   data: "plot-dpdk-hdrh-lat-2n-clx"
16724   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16725   layout:
16726     layout: "plot-hdrh-latency-by-percentile"
16727
16728 - type: "plot"
16729   title: "Latency by percentile: DPDK 3n-hsw"
16730   algorithm: "plot_hdrh_lat_by_percentile"
16731   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16732   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16733   target-links: "../../_static/dpdk"
16734   data: "plot-dpdk-hdrh-lat-3n-hsw"
16735   filter: "'1T1C' and 'NIC_Intel-XL710'"
16736   layout:
16737     layout: "plot-hdrh-latency-by-percentile"
16738
16739 - type: "plot"
16740   title: "Latency by percentile: DPDK 3n-tsh"
16741   algorithm: "plot_hdrh_lat_by_percentile"
16742   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16743   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16744   target-links: "../../_static/dpdk"
16745   data: "plot-dpdk-hdrh-lat-3n-tsh"
16746   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16747   layout:
16748     layout: "plot-hdrh-latency-by-percentile"