Report: hide 2n-skx NDR data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   limits:
126     nic:
127       x520: 24460000
128       x553: 29761905
129       x710: 35800000
130       xxv710: 35800000
131       xl710: 35800000
132       cx556a: 60000000
133
134     link:
135       10ge: 14880952.38
136       25ge: 37202380.95
137       40ge: 59523809.52
138       100ge: 148809523.81
139
140     pci:
141       pci-g3-x8: 74404761.90
142       pci-g3-x16: 148809523.81
143
144   data-sets:
145
146     ###########################################################################
147     # Replacements:
148
149     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
150       csit-vpp-perf-verify-1908-3n-hsw:
151         - 48  # NDRPDR sel vhost
152         - 49  # NDRPDR sel vhost
153         - 52  # NDRPDR sel vhost
154         - 53  # NDRPDR sel vhost
155         - 54  # NDRPDR sel vhost
156         - 55  # NDRPDR sel vhost
157         - 56  # NDRPDR sel vhost
158         - 57  # NDRPDR sel vhost
159         - 58  # NDRPDR sel vhost
160         - 59  # NDRPDR sel vhost
161
162     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
163       csit-vpp-perf-verify-1908-3n-skx:
164         - 52  # NDRPDR sel vhost
165         - 53  # NDRPDR sel vhost
166         - 55  # NDRPDR sel vhost
167         - 61  # NDRPDR sel vhost
168         - 62  # NDRPDR sel vhost
169         - 63  # NDRPDR sel vhost
170         - 64  # NDRPDR sel vhost
171         - 65  # NDRPDR sel vhost
172         - 66  # NDRPDR sel vhost
173         - 67  # NDRPDR sel vhost
174
175     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
176       csit-vpp-perf-verify-1908-2n-skx:
177         - 88  # NDRPDR sel vhost
178         - 89  # NDRPDR sel vhost
179         - 91  # NDRPDR sel vhost
180         - 92  # NDRPDR sel vhost
181         - 93  # NDRPDR sel vhost
182         - 94  # NDRPDR sel vhost
183         - 95  # NDRPDR sel vhost
184         - 96  # NDRPDR sel vhost
185         - 97  # NDRPDR sel vhost
186         - 98  # NDRPDR sel vhost
187
188     ###########################################################################
189     # Plots:
190
191     # 3n-hsw
192
193     plot-vpp-throughput-lat-tsa-3n-hsw:
194       csit-vpp-perf-verify-2001-3n-hsw:
195         - 21  # NDRPDR sel
196         - 22  # NDRPDR sel
197         - 23  # NDRPDR sel
198         - 24  # NDRPDR sel
199         - 25  # NDRPDR sel
200         - 29  # NDRPDR sel
201         - 30  # NDRPDR sel
202         - 31  # NDRPDR sel
203         - 32  # NDRPDR sel
204         - 34  # NDRPDR sel
205
206     plot-vpp-hdrh-lat-3n-hsw:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 22  # NDRPDR sel
209
210     plot-vpp-nfv-3n-hsw-ndrpdr:
211       csit-vpp-perf-verify-2001-3n-hsw:
212         - 21  # NDRPDR sel
213         - 22  # NDRPDR sel
214         - 23  # NDRPDR sel
215         - 24  # NDRPDR sel
216         - 25  # NDRPDR sel
217         - 29  # NDRPDR sel
218         - 30  # NDRPDR sel
219         - 31  # NDRPDR sel
220         - 32  # NDRPDR sel
221         - 34  # NDRPDR sel
222
223     plot-vpp-nfv-3n-hsw-mrr:
224       csit-vpp-perf-verify-2001-3n-hsw:
225         - 17  # MRR sel
226
227     plot-dpdk-throughput-latency-3n-hsw:
228       csit-dpdk-perf-verify-2001-3n-hsw:
229         - 4   # NDRPDR sel
230         - 5   # NDRPDR sel
231         - 6   # NDRPDR sel
232         - 7   # NDRPDR sel
233         - 8   # NDRPDR sel
234         - 9   # NDRPDR sel
235         - 10  # NDRPDR sel
236         - 11  # NDRPDR sel
237         - 12  # NDRPDR sel
238         - 13  # NDRPDR sel
239         - 15  # NDRPDR sel
240         - 16  # NDRPDR sel
241         - 17  # NDRPDR sel
242         - 18  # NDRPDR sel
243         - 19  # NDRPDR sel
244         - 20  # NDRPDR sel
245         - 21  # NDRPDR sel
246         - 22  # NDRPDR sel
247         - 23  # NDRPDR sel
248         - 24  # NDRPDR sel
249
250     plot-vpp-hoststack-3n-hsw:
251       csit-vpp-perf-verify-2001-3n-hsw:
252         - 87  # hoststack
253         - 88  # hoststack
254         - 89  # hoststack
255         - 90  # hoststack
256         - 91  # hoststack
257         - 92  # hoststack
258         - 93  # hoststack
259         - 94  # hoststack
260         - 95  # hoststack
261         - 96  # hoststack
262
263     plot-dpdk-hdrh-lat-3n-hsw:
264       csit-dpdk-perf-verify-2001-3n-hsw:
265         - 16  # NDRPDR sel
266
267     # 3n-skx
268
269     plot-vpp-throughput-lat-tsa-3n-skx:
270       # TODO: Add the data
271       csit-vpp-perf-verify-2001-3n-skx:
272         - 14  # NDRPDR sel
273         - 15  # NDRPDR sel
274         - 16  # NDRPDR sel
275
276     plot-vpp-hdrh-lat-3n-skx:
277       csit-vpp-perf-verify-2001-3n-skx:
278         - 14  # NDRPDR sel
279
280     plot-vpp-nfv-3n-skx-ndrpdr:
281       # TODO: Add data
282       csit-vpp-perf-verify-2001-3n-skx:
283         - 14  # NDRPDR sel
284         - 15  # NDRPDR sel
285         - 16  # NDRPDR sel
286
287     plot-vpp-nfv-3n-skx-mrr:
288       # TODO: Replace
289       # csit-vpp-perf-verify-2001-3n-skx:
290       csit-vpp-perf-verify-1908-3n-skx:
291         - 36  # MRR sel
292
293     plot-dpdk-throughput-latency-3n-skx:
294       csit-dpdk-perf-verify-2001-3n-skx:
295         - 1   # NDRPDR sel
296         - 2   # NDRPDR sel
297         - 3   # NDRPDR sel
298         - 4   # NDRPDR sel
299         - 5   # NDRPDR sel
300         - 6   # NDRPDR sel
301         - 7   # NDRPDR sel
302         - 8   # NDRPDR sel
303         - 9   # NDRPDR sel
304         - 10  # NDRPDR sel
305
306     plot-dpdk-hdrh-lat-3n-skx:
307       csit-dpdk-perf-verify-2001-3n-skx:
308         - 1   # NDRPDR sel
309         - 19  # NDRPDR sel
310
311     # 2n-skx
312
313     plot-vpp-throughput-lat-tsa-2n-skx:
314       # TODO: Add the data
315       csit-vpp-perf-verify-2001-2n-skx:
316         - 92  # NDRPDR sel
317         - 93  # NDRPDR sel
318         - 94  # NDRPDR sel
319
320     plot-vpp-hdrh-lat-2n-skx:
321       csit-vpp-perf-verify-2001-2n-skx:
322         - 92  # NDRPDR sel
323
324     plot-vpp-http-server-performance:
325       csit-vpp-perf-verify-2001-2n-clx:
326         - 80  # TCP
327         - 82  # TCP
328         - 83  # TCP
329         - 85  # TCP
330         - 86  # TCP
331         - 87  # TCP
332         - 88  # TCP
333         - 89  # TCP
334         - 90  # TCP
335         - 91  # TCP
336
337     plot-vpp-soak-2n-skx:
338       # TODO: Replace the data
339       # csit-vpp-perf-verify-2001-2n-skx:
340       csit-vpp-perf-verify-1908-2n-skx:
341         - 83  # SOAK
342         - 86  # SOAK
343
344     plot-vpp-nfv-2n-skx-ndrpdr:
345       # TODO: Replace the data
346       csit-vpp-perf-verify-2001-2n-skx:
347         - 30  # NFV
348         - 31  # NFV
349
350     plot-vpp-nfv-2n-skx-mrr:
351       # TODO: Replace the data
352       # csit-vpp-perf-verify-2001-2n-skx:
353       csit-vpp-perf-verify-1908-2n-skx:
354         - 71  # NFV MRR
355
356     plot-vpp-nfv-reconf-2n-skx:
357       # TODO: Replace the data
358       # csit-vpp-perf-verify-2001-2n-skx:
359       csit-vpp-perf-verify-1908-2n-skx:
360         - 113 # NFV reconf sel
361         - 114 # NFV reconf sel
362         - 115 # NFV reconf sel
363
364     plot-dpdk-throughput-latency-2n-skx:
365       csit-dpdk-perf-verify-2001-2n-skx:
366         - 1   # NDRPDR sel
367         - 2   # NDRPDR sel
368         - 3   # NDRPDR sel
369         - 4   # NDRPDR sel
370         - 5   # NDRPDR sel
371         - 6   # NDRPDR sel
372         - 7   # NDRPDR sel
373         - 8   # NDRPDR sel
374         - 9   # NDRPDR sel
375         - 10  # NDRPDR sel
376         - 11  # NDRPDR sel
377         - 13  # NDRPDR sel
378         - 26  # NDRPDR sel
379         - 16  # NDRPDR sel
380         - 17  # NDRPDR sel
381         - 18  # NDRPDR sel
382         - 19  # NDRPDR sel
383         - 27  # NDRPDR sel
384         - 21  # NDRPDR sel
385         - 25  # NDRPDR sel
386
387     plot-dpdk-hdrh-lat-2n-skx:
388       csit-dpdk-perf-verify-2001-2n-skx:
389         - 1   # NDRPDR sel
390         - 19  # NDRPDR sel
391
392     # 2n-clx
393
394     plot-vpp-throughput-lat-tsa-2n-clx:
395       csit-vpp-perf-verify-2001-2n-clx:
396         - 28  # NDRPDR sel
397         - 29  # NDRPDR sel
398         - 32  # NDRPDR sel
399         - 40  # NDRPDR sel
400         - 43  # NDRPDR sel
401         - 44  # NDRPDR sel
402         - 45  # NDRPDR sel
403         - 47  # NDRPDR sel
404         - 48  # NDRPDR sel
405         - 49  # NDRPDR sel
406
407     plot-vpp-hdrh-lat-2n-clx:
408       csit-vpp-perf-verify-2001-2n-clx:
409         - 28  # NDRPDR sel
410
411     plot-vpp-nfv-2n-clx-ndrpdr:
412       csit-vpp-perf-verify-2001-2n-clx:
413         - 28  # NDRPDR sel
414         - 29  # NDRPDR sel
415         - 32  # NDRPDR sel
416         - 40  # NDRPDR sel
417         - 43  # NDRPDR sel
418         - 44  # NDRPDR sel
419         - 45  # NDRPDR sel
420         - 47  # NDRPDR sel
421         - 48  # NDRPDR sel
422         - 49  # NDRPDR sel
423
424     plot-vpp-nfv-2n-clx-mrr:
425       csit-vpp-perf-verify-2001-2n-clx:
426         - 39  # MRR
427
428     plot-vpp-nfv-reconf-2n-clx:
429       csit-vpp-perf-verify-2001-2n-clx:
430         - 68  # Reconf
431         - 69  # Reconf
432         - 70  # Reconf
433         - 71  # Reconf
434         - 72  # Reconf
435         - 73  # Reconf
436         - 74  # Reconf
437         - 75  # Reconf
438         - 76  # Reconf
439         - 77  # Reconf
440
441     plot-vpp-soak-2n-clx:
442       csit-vpp-perf-verify-2001-2n-clx:
443         - 93  # Soak
444         - 94  # Soak
445
446     plot-dpdk-throughput-latency-2n-clx:
447       csit-dpdk-perf-verify-2001-2n-clx:
448         - 15  # NDRPDR sel
449         - 16  # NDRPDR sel
450         - 17  # NDRPDR sel
451         - 18  # NDRPDR sel
452         - 19  # NDRPDR sel
453         - 20  # NDRPDR sel
454         - 21  # NDRPDR sel
455         - 22  # NDRPDR sel
456         - 23  # NDRPDR sel
457         - 24  # NDRPDR sel
458         - 25  # NDRPDR sel
459         - 26  # NDRPDR sel
460         - 27  # NDRPDR sel
461         - 28  # NDRPDR sel
462         - 29  # NDRPDR sel
463         - 30  # NDRPDR sel
464         - 31  # NDRPDR sel
465         - 32  # NDRPDR sel
466         - 33  # NDRPDR sel
467         - 34  # NDRPDR sel
468
469
470     plot-dpdk-hdrh-lat-2n-clx:
471       csit-dpdk-perf-verify-2001-2n-clx:
472         - 15  # NDRPDR sel
473
474     # 3n-tsh
475
476     plot-vpp-throughput-lat-tsa-3n-tsh:
477       csit-vpp-perf-verify-2001-3n-tsh:
478         - 3   # NDRPDR sel
479         - 4   # NDRPDR sel
480         - 7   # NDRPDR sel
481         - 8   # NDRPDR sel
482         - 10  # NDRPDR sel
483         - 12  # NDRPDR sel
484         - 13  # NDRPDR sel
485         - 14  # NDRPDR sel
486         - 15  # NDRPDR sel
487         - 21  # NDRPDR sel
488
489     plot-vpp-hdrh-lat-3n-tsh:
490       csit-vpp-perf-verify-2001-3n-tsh:
491         - 10  # NDRPDR sel
492
493     plot-dpdk-throughput-latency-3n-tsh:
494       csit-dpdk-perf-verify-2001-3n-tsh:
495         - 3   # NDRPDR sel
496         - 4   # NDRPDR sel
497         - 5   # NDRPDR sel
498         - 9   # NDRPDR sel
499         - 10  # NDRPDR sel
500         - 11  # NDRPDR sel
501         - 12  # NDRPDR sel
502         - 14  # NDRPDR sel
503         - 15  # NDRPDR sel
504         - 18  # NDRPDR sel
505
506     plot-dpdk-hdrh-lat-3n-tsh:
507       csit-dpdk-perf-verify-2001-3n-tsh:
508         - 3   # NDRPDR sel
509
510     # 3n-dnv
511
512     plot-vpp-throughput-lat-tsa-3n-dnv:
513       csit-vpp-perf-verify-2001-3n-dnv:
514         - 5   # NDRPDR sel
515         - 6   # NDRPDR sel
516         - 7   # NDRPDR sel
517         - 8   # NDRPDR sel
518         - 9   # NDRPDR sel
519         - 10  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 16  # NDRPDR sel
522         - 17  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-throughput-latency-3n-dnv:
526       csit-dpdk-perf-verify-2001-3n-dnv:
527         - 12  # NDRPDR sel
528         - 13  # NDRPDR sel
529         - 14  # NDRPDR sel
530         - 15  # NDRPDR sel
531         - 16  # NDRPDR sel
532         - 17  # NDRPDR sel
533         - 18  # NDRPDR sel
534         - 19  # NDRPDR sel
535         - 20  # NDRPDR sel
536         - 22  # NDRPDR sel
537
538     # 2n-dnv
539
540     plot-vpp-throughput-lat-tsa-2n-dnv:
541       csit-vpp-perf-verify-2001-2n-dnv:
542         - 4   # NDRPDR sel
543         - 5   # NDRPDR sel
544         - 6   # NDRPDR sel
545         - 7   # NDRPDR sel
546         - 8   # NDRPDR sel
547         - 9   # NDRPDR sel
548         - 10  # NDRPDR sel
549         - 11  # NDRPDR sel
550         - 13  # NDRPDR sel
551         - 16  # NDRPDR sel
552
553     plot-dpdk-throughput-latency-2n-dnv:
554       csit-dpdk-perf-verify-2001-2n-dnv:
555         - 9   # NDRPDR sel
556         - 10  # NDRPDR sel
557         - 11  # NDRPDR sel
558         - 12  # NDRPDR sel
559         - 13  # NDRPDR sel
560         - 14  # NDRPDR sel
561         - 15  # NDRPDR sel
562         - 16  # NDRPDR sel
563         - 17  # NDRPDR sel
564         - 18  # NDRPDR sel
565
566     ###########################################################################
567     # Simple tables (only one data set):
568
569     # NIC Comparisons
570
571     vpp-nic-comparison-3n-skx:
572       # TODO: Replace the data
573       csit-vpp-perf-verify-2001-3n-skx:
574         - 14  # NDRPDR sel
575         - 15  # NDRPDR sel
576         - 16  # NDRPDR sel
577
578     vpp-nic-comparison-2n-skx:
579       # TODO: Add the data
580       csit-vpp-perf-verify-2001-2n-skx:
581         - 92  # NDRPDR sel
582         - 93  # NDRPDR sel
583         - 94  # NDRPDR sel
584
585     vpp-nic-comparison-3n-skx-mrr:
586       # TODO: Replace
587       # csit-vpp-perf-verify-2001-3n-skx:
588       csit-vpp-perf-verify-1908-3n-skx:
589         - 36  # MRR sel
590
591     vpp-nic-comparison-2n-skx-mrr:
592       # TODO: Replace
593       # csit-vpp-perf-verify-2001-2n-skx:
594       csit-vpp-perf-verify-1908-2n-skx:
595         - 69  # MRR sel
596
597     # Results
598
599     vpp-perf-results-3n-hsw:
600       csit-vpp-perf-verify-2001-3n-hsw:
601         - 18  # NDRPDR full
602         - 20  # NDRPDR full
603         - 28  # NDRPDR full
604         - 35  # NDRPDR full
605         - 42  # NDRPDR full
606         - 46  # NDRPDR full
607         - 47  # NDRPDR full
608         - 48  # NDRPDR full
609         - 49  # NDRPDR full
610         - 50  # NDRPDR full
611         - 51  # NDRPDR full
612         - 52  # NDRPDR full
613         - 53  # NDRPDR full
614         - 54  # NDRPDR full
615         - 55  # NDRPDR full
616         - 56  # NDRPDR full
617         - 57  # NDRPDR full
618         - 58  # NDRPDR full
619         - 59  # NDRPDR full
620         - 61  # NDRPDR full
621         - 62  # NDRPDR full
622         - 63  # NDRPDR full
623         - 64  # NDRPDR full
624         - 65  # NDRPDR full
625         - 67  # NDRPDR full
626         - 70  # NDRPDR full
627         - 72  # NDRPDR full
628         - 73  # NDRPDR full
629         - 76  # NDRPDR full
630         - 77  # NDRPDR full
631         - 78  # NDRPDR full
632         - 79  # NDRPDR full
633         - 81  # NDRPDR full
634         - 82  # NDRPDR full
635         - 84  # NDRPDR full
636         - 85  # NDRPDR full
637
638     vpp-perf-results-3n-skx:
639       # TODO: Replace
640       csit-vpp-perf-verify-2001-3n-skx:
641         - 14  # NDRPDR sel
642
643     vpp-perf-results-2n-skx:
644       csit-vpp-perf-verify-2001-2n-skx:
645         # TODO: Replace
646         - 92  # NDRPDR sel
647
648     vpp-perf-results-2n-clx:
649       csit-vpp-perf-verify-2001-2n-clx:
650         - 53  # NDRPDR full
651         - 54  # NDRPDR full
652         - 55  # NDRPDR full
653         - 56  # NDRPDR full
654         - 57  # NDRPDR full
655         - 58  # NDRPDR full
656         - 59  # NDRPDR full
657         - 60  # NDRPDR full
658         - 61  # NDRPDR full
659         - 62  # NDRPDR full
660         - 63  # NDRPDR full
661         - 64  # NDRPDR full
662         - 65  # NDRPDR full
663         - 66  # NDRPDR full
664         - 67  # NDRPDR full
665
666     vpp-perf-results-3n-tsh:
667       csit-vpp-perf-verify-2001-3n-tsh:
668         - 10  # NDRPDR sel
669
670     vpp-perf-results-3n-dnv:
671       csit-vpp-perf-verify-2001-3n-dnv:
672         - 19  # NDRPDR full
673         - 20  # NDRPDR full
674         - 21  # NDRPDR full
675         - 22  # NDRPDR full
676         - 23  # NDRPDR full
677         - 24  # NDRPDR full
678         - 25  # NDRPDR full
679         - 26  # NDRPDR full
680         - 37  # NDRPDR full
681         - 38  # NDRPDR full
682         - 39  # NDRPDR full
683
684     vpp-perf-results-2n-dnv:
685       csit-vpp-perf-verify-2001-2n-dnv:
686         - 21  # NDRPDR full
687         - 22  # NDRPDR full
688         - 25  # NDRPDR full
689         - 26  # NDRPDR full
690         - 27  # NDRPDR full
691         - 28  # NDRPDR full
692
693     vpp-mrr-results-3n-hsw:
694       csit-vpp-perf-verify-2001-3n-hsw:
695         - 17  # MRR sel
696
697     vpp-mrr-results-3n-skx:
698       # TODO: Replace
699       # csit-vpp-perf-verify-2001-3n-skx:
700       csit-vpp-perf-verify-1908-3n-skx:
701         - 36  # MRR sel
702
703     vpp-mrr-results-2n-skx:
704       # TODO: Replace
705       # csit-vpp-perf-verify-2001-2n-skx:
706       csit-vpp-perf-verify-1908-2n-skx:
707         - 69  # MRR sel
708
709     vpp-mrr-results-2n-clx:
710       csit-vpp-perf-verify-2001-2n-clx:
711         - 39  # MRR
712
713     vpp-mrr-results-3n-tsh:
714       csit-vpp-perf-verify-2001-3n-tsh:
715         - 9   # MRR sel
716
717     vpp-mrr-results-3n-dnv:
718       csit-vpp-perf-verify-2001-3n-dnv:
719         - 11  # MRR sel
720
721     vpp-mrr-results-2n-dnv:
722       csit-vpp-perf-verify-2001-2n-dnv:
723         - 12  # MRR sel
724
725     vpp-device-results-ubuntu:
726       csit-vpp-device-2001-ubuntu1804-1n-skx:
727         - 57
728
729     dpdk-perf-results-3n-hsw:
730       csit-dpdk-perf-verify-2001-3n-hsw:
731         - 25  # NDRPDR full
732         - 26  # NDRPDR full
733
734     dpdk-perf-results-3n-skx:
735       csit-dpdk-perf-verify-2001-3n-skx:
736         - 1   # NDRPDR sel
737
738     dpdk-perf-results-2n-skx:
739       csit-dpdk-perf-verify-2001-2n-skx:
740         - 1   # NDRPDR sel
741
742     dpdk-perf-results-2n-clx:
743       csit-dpdk-perf-verify-2001-2n-clx:
744         - 15  # NDRPDR sel
745         - 34  # NDRPDR sel
746
747     dpdk-perf-results-2n-dnv:
748       csit-dpdk-perf-verify-2001-2n-dnv:
749         - 16  # NDRPDR sel
750
751     dpdk-perf-results-3n-dnv:
752       csit-dpdk-perf-verify-2001-3n-dnv:
753         - 12  # NDRPDR sel
754
755     dpdk-perf-results-3n-tsh:
756       csit-dpdk-perf-verify-2001-3n-tsh:
757         - 3   # NDRPDR sel
758
759 ###########################################################################
760     # Tables (more than one data set)
761
762     # Performance changes
763
764     vpp-performance-changes-3n-hsw-h1:
765       csit-vpp-perf-verify-1904-3n-hsw:
766         - 11  # NDRPDR sel
767         - 12  # NDRPDR sel
768         - 20  # NDRPDR sel
769         - 21  # NDRPDR sel
770         - 23  # NDRPDR sel
771         - 24  # NDRPDR sel
772         - 25  # NDRPDR sel
773         - 26  # NDRPDR sel
774         - 29  # NDRPDR sel
775         - 30  # NDRPDR sel
776     vpp-performance-changes-3n-hsw-ref:
777       csit-vpp-perf-verify-1908-3n-hsw:
778         - 12  # NDRPDR sel
779         - 13  # NDRPDR sel
780         - 14  # NDRPDR sel
781         - 15  # NDRPDR sel
782         - 16  # NDRPDR sel
783         - 17  # NDRPDR sel
784         - 18  # NDRPDR sel
785         - 19  # NDRPDR sel
786         - 20  # NDRPDR sel
787         - 21  # NDRPDR sel
788     vpp-performance-changes-3n-hsw-cmp:
789       csit-vpp-perf-verify-2001-3n-hsw:
790         - 21  # NDRPDR sel
791         - 22  # NDRPDR sel
792         - 23  # NDRPDR sel
793         - 24  # NDRPDR sel
794         - 25  # NDRPDR sel
795         - 29  # NDRPDR sel
796         - 30  # NDRPDR sel
797         - 31  # NDRPDR sel
798         - 32  # NDRPDR sel
799         - 34  # NDRPDR sel
800     vpp-performance-changes-3n-hsw:
801       - "vpp-performance-changes-3n-hsw-h1"
802       - "vpp-performance-changes-3n-hsw-ref"
803       - "vpp-performance-changes-3n-hsw-cmp"
804
805     vpp-performance-changes-3n-skx-h1:
806       csit-vpp-perf-verify-1904-3n-skx:
807         - 8   # NDRPDR sel
808         - 9   # NDRPDR sel
809         - 10  # NDRPDR sel
810         - 11  # NDRPDR sel
811         - 12  # NDRPDR sel
812         - 14  # NDRPDR sel
813         - 16  # NDRPDR sel
814         - 21  # NDRPDR sel
815         - 23  # NDRPDR sel
816         - 25  # NDRPDR sel
817     vpp-performance-changes-3n-skx-ref:
818       csit-vpp-perf-verify-1908-3n-skx:
819         - 14  # NDRPDR sel
820         - 16  # NDRPDR sel
821         - 19  # NDRPDR sel
822         - 20  # NDRPDR sel
823         - 22  # NDRPDR sel
824         - 23  # NDRPDR sel
825         - 24  # NDRPDR sel
826         - 25  # NDRPDR sel
827         - 26  # NDRPDR sel
828         - 29  # NDRPDR sel
829     vpp-performance-changes-3n-skx-cmp:
830       # TODO: Add the data
831       csit-vpp-perf-verify-2001-3n-skx:
832         - 14  # NDRPDR sel
833         - 15  # NDRPDR sel
834         - 16  # NDRPDR sel
835     vpp-performance-changes-3n-skx:
836       - "vpp-performance-changes-3n-skx-h1"
837       - "vpp-performance-changes-3n-skx-ref"
838       - "vpp-performance-changes-3n-skx-cmp"
839
840     vpp-performance-changes-2n-skx-h1:
841       csit-vpp-perf-verify-1904-2n-skx:
842         - 12  # NDRPDR sel
843         - 14  # NDRPDR sel
844         - 16  # NDRPDR sel
845         - 17  # NDRPDR sel
846         - 18  # NDRPDR sel
847         - 21  # NDRPDR sel
848         - 27  # NDRPDR sel
849         - 30  # NDRPDR sel
850         - 31  # NDRPDR sel
851         - 32  # NDRPDR sel
852     vpp-performance-changes-2n-skx-ref:
853       csit-vpp-perf-verify-1908-2n-skx:
854         - 26  # NDRPDR sel
855         - 27  # NDRPDR sel
856         - 34  # NDRPDR sel
857         - 35  # NDRPDR sel
858         - 36  # NDRPDR sel
859         - 42  # NDRPDR sel
860         - 43  # NDRPDR sel
861         - 44  # NDRPDR sel
862         - 45  # NDRPDR sel
863         - 46  # NDRPDR sel
864     vpp-performance-changes-2n-skx-cmp:
865       # TODO: Add the data
866       csit-vpp-perf-verify-2001-2n-skx:
867         - 92  # NDRPDR sel
868         - 93  # NDRPDR sel
869         - 94  # NDRPDR sel
870     vpp-performance-changes-2n-skx:
871       - "vpp-performance-changes-2n-skx-h1"
872       - "vpp-performance-changes-2n-skx-ref"
873       - "vpp-performance-changes-2n-skx-cmp"
874
875     vpp-performance-changes-nfv-2n-skx-ref:
876       csit-vpp-perf-verify-1908-2n-skx:
877         - 22  # NFV
878         - 31  # NFV
879         - 32  # NFV
880     vpp-performance-changes-nfv-2n-skx-cmp:
881       # TODO: Add the data
882       csit-vpp-perf-verify-2001-2n-skx:
883         - 30  # NFV
884         - 31  # NFV
885     vpp-performance-changes-nfv-2n-skx:
886       - "vpp-performance-changes-nfv-2n-skx-ref"
887       - "vpp-performance-changes-nfv-2n-skx-cmp"
888
889     vpp-performance-changes-2n-dnv-ref:
890       csit-vpp-perf-verify-1908-2n-dnv:
891         - 1   # NDRPDR sel
892         - 2   # NDRPDR sel
893         - 3   # NDRPDR sel
894         - 4   # NDRPDR sel
895         - 5   # NDRPDR sel
896         - 6   # NDRPDR sel
897         - 7   # NDRPDR sel
898         - 8   # NDRPDR sel
899         - 9   # NDRPDR sel
900         - 10  # NDRPDR sel
901     vpp-performance-changes-2n-dnv-cmp:
902       csit-vpp-perf-verify-2001-2n-dnv:
903         - 4   # NDRPDR sel
904         - 5   # NDRPDR sel
905         - 6   # NDRPDR sel
906         - 7   # NDRPDR sel
907         - 8   # NDRPDR sel
908         - 9   # NDRPDR sel
909         - 10  # NDRPDR sel
910         - 11  # NDRPDR sel
911         - 13  # NDRPDR sel
912         - 16  # NDRPDR sel
913     vpp-performance-changes-2n-dnv:
914       - "vpp-performance-changes-2n-dnv-ref"
915       - "vpp-performance-changes-2n-dnv-cmp"
916
917     vpp-performance-changes-3n-dnv-ref:
918       csit-vpp-perf-verify-1908-3n-dnv:
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 12  # NDRPDR sel
925         - 13  # NDRPDR sel
926         - 14  # NDRPDR sel
927         - 15  # NDRPDR sel
928         - 16  # NDRPDR sel
929     vpp-performance-changes-3n-dnv-cmp:
930       csit-vpp-perf-verify-2001-3n-dnv:
931         - 5   # NDRPDR sel
932         - 6   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 16  # NDRPDR sel
939         - 17  # NDRPDR sel
940         - 18  # NDRPDR sel
941     vpp-performance-changes-3n-dnv:
942       - "vpp-performance-changes-3n-dnv-ref"
943       - "vpp-performance-changes-3n-dnv-cmp"
944
945     vpp-performance-changes-3n-tsh-ref:
946       csit-vpp-perf-verify-1908-3n-tsh:
947         - 7   # NDRPDR sel
948         - 8   # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 10  # NDRPDR sel
951         - 11  # NDRPDR sel
952         - 12  # NDRPDR sel
953         - 13  # NDRPDR sel
954         - 14  # NDRPDR sel
955         - 15  # NDRPDR sel
956         - 16  # NDRPDR sel
957     vpp-performance-changes-3n-tsh-cmp:
958       csit-vpp-perf-verify-2001-3n-tsh:
959         - 3   # NDRPDR sel
960         - 4   # NDRPDR sel
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 10  # NDRPDR sel
964         - 12  # NDRPDR sel
965         - 13  # NDRPDR sel
966         - 14  # NDRPDR sel
967         - 15  # NDRPDR sel
968         - 21  # NDRPDR sel
969     vpp-performance-changes-3n-tsh:
970       - "vpp-performance-changes-3n-tsh-ref"
971       - "vpp-performance-changes-3n-tsh-cmp"
972
973     vpp-soak-vs-ndr-2n-skx-ref:
974       csit-vpp-perf-verify-2001-2n-skx:
975         - 92  # NDRPDR sel
976         - 93  # NDRPDR sel
977         - 94  # NDRPDR sel
978     vpp-soak-vs-ndr-2n-skx-cmp:
979       # TODO: Replace
980       # csit-vpp-perf-verify-2001-2n-skx:
981       csit-vpp-perf-verify-1908-2n-skx:
982         - 83  # SOAK
983         - 86  # SOAK
984     vpp-soak-vs-ndr-2n-skx:
985       csit-vpp-perf-verify-2001-2n-skx:
986         - 92  # NDRPDR sel
987         - 93  # NDRPDR sel
988         - 94  # NDRPDR sel
989         - 83  # SOAK
990         - 86  # SOAK
991
992     vpp-soak-vs-ndr-2n-clx-ref:
993       csit-vpp-perf-verify-2001-2n-clx:
994         - 28  # NDRPDR sel
995         - 29  # NDRPDR sel
996         - 32  # NDRPDR sel
997         - 40  # NDRPDR sel
998         - 43  # NDRPDR sel
999         - 44  # NDRPDR sel
1000         - 45  # NDRPDR sel
1001         - 47  # NDRPDR sel
1002         - 48  # NDRPDR sel
1003         - 49  # NDRPDR sel
1004     vpp-soak-vs-ndr-2n-clx-cmp:
1005       csit-vpp-perf-verify-2001-2n-clx:
1006         - 93  # SOAK
1007         - 94  # Soak
1008     vpp-soak-vs-ndr-2n-clx:
1009       csit-vpp-perf-verify-2001-2n-clx:
1010         - 28  # NDRPDR sel
1011         - 29  # NDRPDR sel
1012         - 32  # NDRPDR sel
1013         - 40  # NDRPDR sel
1014         - 43  # NDRPDR sel
1015         - 44  # NDRPDR sel
1016         - 45  # NDRPDR sel
1017         - 47  # NDRPDR sel
1018         - 48  # NDRPDR sel
1019         - 49  # NDRPDR sel
1020         - 93  # SOAK
1021         - 94  # Soak
1022
1023     vpp-performance-changes-3n-hsw-mrr-h1:
1024       csit-vpp-perf-verify-1904-3n-hsw:
1025         - 9   # MRR sel
1026     vpp-performance-changes-3n-hsw-mrr-ref:
1027       csit-vpp-perf-verify-1908-3n-hsw:
1028         - 39  # MRR sel
1029     vpp-performance-changes-3n-hsw-mrr-cmp:
1030       csit-vpp-perf-verify-2001-3n-hsw:
1031         - 17  # MRR sel
1032     vpp-performance-changes-3n-hsw-mrr:
1033       - "vpp-performance-changes-3n-hsw-mrr-h1"
1034       - "vpp-performance-changes-3n-hsw-mrr-ref"
1035       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1036
1037     vpp-performance-changes-3n-skx-mrr-h1:
1038       csit-vpp-perf-verify-1904-3n-skx:
1039         - 7   # MRR sel
1040     vpp-performance-changes-3n-skx-mrr-ref:
1041       csit-vpp-perf-verify-1908-3n-skx:
1042         - 36  # MRR sel
1043     vpp-performance-changes-3n-skx-mrr-cmp:
1044       # TODO: Replace
1045       # csit-vpp-perf-verify-2001-3n-skx:
1046       csit-vpp-perf-verify-1908-3n-skx:
1047         - 36  # MRR sel
1048     vpp-performance-changes-3n-skx-mrr:
1049       - "vpp-performance-changes-3n-skx-mrr-h1"
1050       - "vpp-performance-changes-3n-skx-mrr-ref"
1051       - "vpp-performance-changes-3n-skx-mrr-cmp"
1052
1053     vpp-performance-changes-2n-skx-mrr-h1:
1054       csit-vpp-perf-verify-1904-2n-skx:
1055         - 11  # MRR sel
1056     vpp-performance-changes-2n-skx-mrr-ref:
1057       csit-vpp-perf-verify-1908-2n-skx:
1058         - 69  # MRR sel
1059     vpp-performance-changes-2n-skx-mrr-cmp:
1060       # TODO: Replace
1061       # csit-vpp-perf-verify-2001-2n-skx:
1062       csit-vpp-perf-verify-1908-2n-skx:
1063         - 69  # MRR sel
1064     vpp-performance-changes-2n-skx-mrr:
1065       - "vpp-performance-changes-2n-skx-mrr-h1"
1066       - "vpp-performance-changes-2n-skx-mrr-ref"
1067       - "vpp-performance-changes-2n-skx-mrr-cmp"
1068
1069     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1070       csit-vpp-perf-verify-1908-2n-skx:
1071         - 71  # NFV MRR
1072     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1073       # TODO: Replace
1074       # csit-vpp-perf-verify-2001-2n-skx:
1075       csit-vpp-perf-verify-1908-2n-skx:
1076         - 71  # NFV MRR
1077     vpp-performance-changes-nfv-2n-skx-mrr:
1078       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1079       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1080
1081     vpp-performance-changes-2n-dnv-mrr-ref:
1082       csit-vpp-perf-verify-1908-2n-dnv:
1083         - 11  # MRR sel
1084     vpp-performance-changes-2n-dnv-mrr-cmp:
1085       csit-vpp-perf-verify-2001-2n-dnv:
1086         - 12  # MRR sel
1087     vpp-performance-changes-2n-dnv-mrr:
1088       - "vpp-performance-changes-2n-dnv-mrr-ref"
1089       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1090
1091     vpp-performance-changes-3n-dnv-mrr-ref:
1092       csit-vpp-perf-verify-1908-3n-dnv:
1093         - 17  # MRR sel
1094     vpp-performance-changes-3n-dnv-mrr-cmp:
1095       csit-vpp-perf-verify-2001-3n-dnv:
1096         - 11  # MRR sel
1097     vpp-performance-changes-3n-dnv-mrr:
1098       - "vpp-performance-changes-3n-dnv-mrr-ref"
1099       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1100
1101     vpp-performance-changes-3n-tsh-mrr-ref:
1102       csit-vpp-perf-verify-1908-3n-tsh:
1103         - 17  # MRR sel
1104     vpp-performance-changes-3n-tsh-mrr-cmp:
1105       csit-vpp-perf-verify-2001-3n-tsh:
1106         - 9   # MRR sel
1107     vpp-performance-changes-3n-tsh-mrr:
1108       - "vpp-performance-changes-3n-tsh-mrr-ref"
1109       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1110
1111     dpdk-performance-changes-3n-hsw-h1:
1112       csit-dpdk-perf-verify-1904-3n-hsw:
1113         - 2   # NDRPDR sel
1114         - 3   # NDRPDR sel
1115         - 5   # NDRPDR sel
1116         - 6   # NDRPDR sel
1117         - 13  # NDRPDR sel
1118         - 14  # NDRPDR sel
1119         - 15  # NDRPDR sel
1120         - 18  # NDRPDR sel
1121         - 19  # NDRPDR sel
1122         - 20  # NDRPDR sel
1123     dpdk-performance-changes-3n-hsw-ref:
1124       csit-dpdk-perf-verify-1908-3n-hsw:
1125         - 2   # NDRPDR sel
1126         - 3   # NDRPDR sel
1127         - 4   # NDRPDR sel
1128         - 5   # NDRPDR sel
1129         - 6   # NDRPDR sel
1130         - 7   # NDRPDR sel
1131         - 8   # NDRPDR sel
1132         - 9   # NDRPDR sel
1133         - 10  # NDRPDR sel
1134         - 11  # NDRPDR sel
1135     dpdk-performance-changes-3n-hsw-cmp:
1136       csit-dpdk-perf-verify-2001-3n-hsw:
1137 #        - 4   # NDRPDR sel
1138 #        - 5   # NDRPDR sel
1139 #        - 6   # NDRPDR sel
1140 #        - 7   # NDRPDR sel
1141 #        - 8   # NDRPDR sel
1142 #        - 9   # NDRPDR sel
1143 #        - 10  # NDRPDR sel
1144 #        - 11  # NDRPDR sel
1145 #        - 12  # NDRPDR sel
1146 #        - 13  # NDRPDR sel
1147         - 15  # NDRPDR sel
1148         - 16  # NDRPDR sel
1149         - 17  # NDRPDR sel
1150         - 18  # NDRPDR sel
1151         - 19  # NDRPDR sel
1152         - 20  # NDRPDR sel
1153         - 21  # NDRPDR sel
1154         - 22  # NDRPDR sel
1155         - 23  # NDRPDR sel
1156         - 24  # NDRPDR sel
1157     dpdk-performance-changes-3n-hsw:
1158       - "dpdk-performance-changes-3n-hsw-h1"
1159       - "dpdk-performance-changes-3n-hsw-ref"
1160       - "dpdk-performance-changes-3n-hsw-cmp"
1161
1162     dpdk-performance-changes-3n-skx-h1:
1163       csit-dpdk-perf-verify-1904-3n-skx:
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         - 11  # NDRPDR sel
1171         - 12  # NDRPDR sel
1172         - 13  # NDRPDR sel
1173         - 14  # NDRPDR sel
1174     dpdk-performance-changes-3n-skx-ref:
1175       csit-dpdk-perf-verify-1908-3n-skx:
1176         - 3   # NDRPDR sel
1177         - 4   # NDRPDR sel
1178         - 5   # NDRPDR sel
1179         - 6   # NDRPDR sel
1180         - 7   # NDRPDR sel
1181         - 8   # NDRPDR sel
1182         - 9   # NDRPDR sel
1183         - 10  # NDRPDR sel
1184         - 11  # NDRPDR sel
1185         - 12  # NDRPDR sel
1186     dpdk-performance-changes-3n-skx-cmp:
1187       csit-dpdk-perf-verify-2001-3n-skx:
1188         - 1   # NDRPDR sel
1189         - 2   # NDRPDR sel
1190         - 3   # NDRPDR sel
1191         - 4   # NDRPDR sel
1192         - 5   # NDRPDR sel
1193         - 6   # NDRPDR sel
1194         - 7   # NDRPDR sel
1195         - 8   # NDRPDR sel
1196         - 9   # NDRPDR sel
1197         - 10  # NDRPDR sel
1198     dpdk-performance-changes-3n-skx:
1199       - "dpdk-performance-changes-3n-skx-h1"
1200       - "dpdk-performance-changes-3n-skx-ref"
1201       - "dpdk-performance-changes-3n-skx-cmp"
1202
1203     dpdk-performance-changes-2n-skx-h1:
1204       csit-dpdk-perf-verify-1904-2n-skx:
1205         - 2   # NDRPDR sel
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 7   # NDRPDR sel
1210         - 8   # NDRPDR sel
1211         - 9   # NDRPDR sel
1212         - 10  # NDRPDR sel
1213         - 11  # NDRPDR sel
1214         - 12  # NDRPDR sel
1215     dpdk-performance-changes-2n-skx-ref:
1216       csit-dpdk-perf-verify-1908-2n-skx:
1217         - 2   # NDRPDR sel
1218         - 3   # NDRPDR sel
1219         - 4   # NDRPDR sel
1220         - 5   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226         - 12  # NDRPDR sel
1227     dpdk-performance-changes-2n-skx-cmp:
1228       csit-dpdk-perf-verify-2001-2n-skx:
1229         - 1   # NDRPDR sel
1230         - 2   # NDRPDR sel
1231         - 3   # NDRPDR sel
1232         - 4   # NDRPDR sel
1233         - 5   # NDRPDR sel
1234         - 6   # NDRPDR sel
1235         - 7   # NDRPDR sel
1236         - 8   # NDRPDR sel
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240         - 13  # NDRPDR sel
1241         - 26  # NDRPDR sel
1242         - 16  # NDRPDR sel
1243         - 17  # NDRPDR sel
1244         - 18  # NDRPDR sel
1245         - 19  # NDRPDR sel
1246         - 27  # NDRPDR sel
1247         - 21  # NDRPDR sel
1248         - 25  # NDRPDR sel
1249     dpdk-performance-changes-2n-skx:
1250       - "dpdk-performance-changes-2n-skx-h1"
1251       - "dpdk-performance-changes-2n-skx-ref"
1252       - "dpdk-performance-changes-2n-skx-cmp"
1253
1254     # Compare testbeds
1255
1256     vpp-compare-testbeds-ref:
1257       csit-vpp-perf-verify-2001-3n-hsw:
1258         - 21  # NDRPDR sel
1259         - 22  # NDRPDR sel
1260         - 23  # NDRPDR sel
1261         - 24  # NDRPDR sel
1262         - 25  # NDRPDR sel
1263         - 29  # NDRPDR sel
1264         - 30  # NDRPDR sel
1265         - 31  # NDRPDR sel
1266         - 32  # NDRPDR sel
1267         - 34  # NDRPDR sel
1268     vpp-compare-testbeds-cmp:
1269       # TODO: Add the data
1270       csit-vpp-perf-verify-2001-3n-skx:
1271         - 14  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274     vpp-compare-testbeds:
1275       - "vpp-compare-testbeds-ref"
1276       - "vpp-compare-testbeds-cmp"
1277
1278     vpp-compare-testbeds-skx-clx-ref:
1279       # TODO: Add the data
1280       csit-vpp-perf-verify-2001-2n-skx:
1281         - 92  # NDRPDR sel
1282         - 93  # NDRPDR sel
1283         - 94  # NDRPDR sel
1284     vpp-compare-testbeds-skx-clx-cmp:
1285       csit-vpp-perf-verify-2001-2n-clx:
1286         - 28  # NDRPDR sel
1287         - 29  # NDRPDR sel
1288         - 32  # NDRPDR sel
1289         - 40  # NDRPDR sel
1290         - 43  # NDRPDR sel
1291         - 44  # NDRPDR sel
1292         - 45  # NDRPDR sel
1293         - 47  # NDRPDR sel
1294         - 48  # NDRPDR sel
1295         - 49  # NDRPDR sel
1296     vpp-compare-testbeds-skx-clx:
1297       - "vpp-compare-testbeds-skx-clx-ref"
1298       - "vpp-compare-testbeds-skx-clx-cmp"
1299
1300     vpp-compare-testbeds-hsw-clx-ref:
1301       csit-vpp-perf-verify-2001-3n-hsw:
1302         - 21  # NDRPDR sel
1303         - 22  # NDRPDR sel
1304         - 23  # NDRPDR sel
1305         - 24  # NDRPDR sel
1306         - 25  # NDRPDR sel
1307         - 29  # NDRPDR sel
1308         - 30  # NDRPDR sel
1309         - 31  # NDRPDR sel
1310         - 32  # NDRPDR sel
1311         - 34  # NDRPDR sel
1312     vpp-compare-testbeds-hsw-clx-cmp:
1313       csit-vpp-perf-verify-2001-2n-clx:
1314         - 28  # NDRPDR sel
1315         - 29  # NDRPDR sel
1316         - 32  # NDRPDR sel
1317         - 40  # NDRPDR sel
1318         - 43  # NDRPDR sel
1319         - 44  # NDRPDR sel
1320         - 45  # NDRPDR sel
1321         - 47  # NDRPDR sel
1322         - 48  # NDRPDR sel
1323         - 49  # NDRPDR sel
1324     vpp-compare-testbeds-hsw-clx:
1325       - "vpp-compare-testbeds-hsw-clx-ref"
1326       - "vpp-compare-testbeds-hsw-clx-cmp"
1327
1328     vpp-compare-testbeds-mrr-ref:
1329       csit-vpp-perf-verify-2001-3n-hsw:
1330         - 17  # MRR sel
1331     vpp-compare-testbeds-mrr-cmp:
1332       # TODO: Replace
1333       # csit-vpp-perf-verify-2001-3n-skx:
1334       csit-vpp-perf-verify-1908-3n-skx:
1335         - 36  # MRR sel
1336     vpp-compare-testbeds-mrr:
1337       - "vpp-compare-testbeds-mrr-ref"
1338       - "vpp-compare-testbeds-mrr-cmp"
1339
1340     vpp-compare-testbeds-mrr-skx-clx-ref:
1341       # TODO: Replace
1342       # csit-vpp-perf-verify-2001-2n-skx:
1343       csit-vpp-perf-verify-1908-2n-skx:
1344         - 69  # MRR sel
1345     vpp-compare-testbeds-mrr-skx-clx-cmp:
1346       csit-vpp-perf-verify-2001-2n-clx:
1347         - 39  # MRR
1348     vpp-compare-testbeds-mrr-skx-clx:
1349       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1350       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1351
1352     vpp-compare-testbeds-mrr-hsw-clx-ref:
1353       csit-vpp-perf-verify-2001-3n-hsw:
1354         - 17  # MRR sel
1355     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1356       csit-vpp-perf-verify-2001-2n-clx:
1357         - 39  # MRR
1358     vpp-compare-testbeds-mrr-hsw-clx:
1359       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1360       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1361
1362     dpdk-compare-testbeds-ref:
1363       csit-dpdk-perf-verify-2001-3n-hsw:
1364         - 4   # NDRPDR sel
1365         - 5   # NDRPDR sel
1366         - 6   # NDRPDR sel
1367         - 7   # NDRPDR sel
1368         - 8   # NDRPDR sel
1369         - 9   # NDRPDR sel
1370         - 10  # NDRPDR sel
1371         - 11  # NDRPDR sel
1372         - 12  # NDRPDR sel
1373         - 13  # NDRPDR sel
1374         - 15  # NDRPDR sel
1375         - 16  # NDRPDR sel
1376         - 17  # NDRPDR sel
1377         - 18  # NDRPDR sel
1378         - 19  # NDRPDR sel
1379         - 20  # NDRPDR sel
1380         - 21  # NDRPDR sel
1381         - 22  # NDRPDR sel
1382         - 23  # NDRPDR sel
1383         - 24  # NDRPDR sel
1384     dpdk-compare-testbeds-cmp:
1385       csit-dpdk-perf-verify-2001-3n-skx:
1386         - 1   # NDRPDR sel
1387         - 2   # NDRPDR sel
1388         - 3   # NDRPDR sel
1389         - 4   # NDRPDR sel
1390         - 5   # NDRPDR sel
1391         - 6   # NDRPDR sel
1392         - 7   # NDRPDR sel
1393         - 8   # NDRPDR sel
1394         - 9   # NDRPDR sel
1395         - 10  # NDRPDR sel
1396     dpdk-compare-testbeds:
1397       - "dpdk-compare-testbeds-ref"
1398       - "dpdk-compare-testbeds-cmp"
1399
1400     dpdk-compare-testbeds-skx-clx-ref:
1401       csit-dpdk-perf-verify-2001-2n-skx:
1402         - 1   # NDRPDR sel
1403         - 2   # NDRPDR sel
1404         - 3   # NDRPDR sel
1405         - 4   # NDRPDR sel
1406         - 5   # NDRPDR sel
1407         - 6   # NDRPDR sel
1408         - 7   # NDRPDR sel
1409         - 8   # NDRPDR sel
1410         - 9   # NDRPDR sel
1411         - 10  # NDRPDR sel
1412         - 11  # NDRPDR sel
1413         - 13  # NDRPDR sel
1414         - 26  # NDRPDR sel
1415         - 16  # NDRPDR sel
1416         - 17  # NDRPDR sel
1417         - 18  # NDRPDR sel
1418         - 19  # NDRPDR sel
1419         - 27  # NDRPDR sel
1420         - 21  # NDRPDR sel
1421         - 25  # NDRPDR sel
1422     dpdk-compare-testbeds-skx-clx-cmp:
1423       csit-dpdk-perf-verify-2001-2n-clx:
1424         - 15  # NDRPDR sel
1425         - 16  # NDRPDR sel
1426         - 17  # NDRPDR sel
1427         - 18  # NDRPDR sel
1428         - 19  # NDRPDR sel
1429         - 20  # NDRPDR sel
1430         - 21  # NDRPDR sel
1431         - 22  # NDRPDR sel
1432         - 23  # NDRPDR sel
1433         - 24  # NDRPDR sel
1434         - 25  # NDRPDR sel
1435         - 26  # NDRPDR sel
1436         - 27  # NDRPDR sel
1437         - 28  # NDRPDR sel
1438         - 29  # NDRPDR sel
1439         - 30  # NDRPDR sel
1440         - 31  # NDRPDR sel
1441         - 32  # NDRPDR sel
1442         - 33  # NDRPDR sel
1443         - 34  # NDRPDR sel
1444
1445     dpdk-compare-testbeds-skx-clx:
1446       - "dpdk-compare-testbeds-skx-clx-ref"
1447       - "dpdk-compare-testbeds-skx-clx-cmp"
1448
1449     # Compare topologies
1450
1451     vpp-compare-topologies-ref:
1452       # TODO: Add the data
1453       csit-vpp-perf-verify-2001-3n-skx:
1454         - 14  # NDRPDR sel
1455         - 15  # NDRPDR sel
1456         - 16  # NDRPDR sel
1457     vpp-compare-topologies-cmp:
1458       # TODO: Add the data
1459       csit-vpp-perf-verify-2001-2n-skx:
1460         - 92  # NDRPDR sel
1461         - 93  # NDRPDR sel
1462         - 94  # NDRPDR sel
1463     vpp-compare-topologies:
1464       - "vpp-compare-topologies-ref"
1465       - "vpp-compare-topologies-cmp"
1466
1467     vpp-compare-topologies-mrr-ref:
1468       # TODO: Replace
1469       # csit-vpp-perf-verify-2001-3n-skx:
1470       csit-vpp-perf-verify-1908-3n-skx:
1471         - 36  # MRR sel
1472     vpp-compare-topologies-mrr-cmp:
1473       # TODO: Replace
1474       # csit-vpp-perf-verify-2001-2n-skx:
1475       csit-vpp-perf-verify-1908-2n-skx:
1476         - 69  # MRR sel
1477     vpp-compare-topologies-mrr:
1478       - "vpp-compare-topologies-mrr-ref"
1479       - "vpp-compare-topologies-mrr-cmp"
1480
1481     dpdk-compare-topologies-ref:
1482       csit-dpdk-perf-verify-2001-3n-skx:
1483         - 1   # NDRPDR sel
1484         - 2   # NDRPDR sel
1485         - 3   # NDRPDR sel
1486         - 4   # NDRPDR sel
1487         - 5   # NDRPDR sel
1488         - 6   # NDRPDR sel
1489         - 7   # NDRPDR sel
1490         - 8   # NDRPDR sel
1491         - 9   # NDRPDR sel
1492         - 10  # NDRPDR sel
1493     dpdk-compare-topologies-cmp:
1494       csit-dpdk-perf-verify-2001-2n-skx:
1495         - 1   # NDRPDR sel
1496         - 2   # NDRPDR sel
1497         - 3   # NDRPDR sel
1498         - 4   # NDRPDR sel
1499         - 5   # NDRPDR sel
1500         - 6   # NDRPDR sel
1501         - 7   # NDRPDR sel
1502         - 8   # NDRPDR sel
1503         - 9   # NDRPDR sel
1504         - 10  # NDRPDR sel
1505         - 11  # NDRPDR sel
1506         - 13  # NDRPDR sel
1507         - 26  # NDRPDR sel
1508         - 16  # NDRPDR sel
1509         - 17  # NDRPDR sel
1510         - 18  # NDRPDR sel
1511         - 19  # NDRPDR sel
1512         - 27  # NDRPDR sel
1513         - 21  # NDRPDR sel
1514         - 25  # NDRPDR sel
1515     dpdk-compare-topologies:
1516       - "dpdk-compare-topologies-ref"
1517       - "dpdk-compare-topologies-cmp"
1518
1519   plot-layouts:
1520
1521     plot-soak-throughput:
1522       titlefont:
1523         size: 18
1524       xaxis:
1525         title: "<b>Test Cases [Index]</b>"
1526         titlefont:
1527           size: 16
1528         autorange: True
1529         fixedrange: False
1530         gridcolor: "rgb(230, 230, 230)"
1531         linecolor: "rgb(220, 220, 220)"
1532         linewidth: 1
1533         showgrid: True
1534         showline: True
1535         showticklabels: True
1536         tickcolor: "rgb(220, 220, 220)"
1537         tickmode: "linear"
1538         tickfont:
1539           size: 16
1540         zeroline: False
1541       yaxis:
1542         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1543         titlefont:
1544           size: 16
1545         gridcolor: "rgb(230, 230, 230)"
1546         hoverformat: ".4r"
1547         tickformat: ".3r"
1548         linecolor: "rgb(220, 220, 220)"
1549         linewidth: 1
1550         showgrid: True
1551         showline: True
1552         showticklabels: True
1553         tickcolor: "rgb(220, 220, 220)"
1554         tickfont:
1555           size: 16
1556         zeroline: False
1557         range: [0,50]
1558       autosize: False
1559       margin:
1560         t: 50
1561         b: 0
1562         l: 80
1563         r: 20
1564       showlegend: True
1565       legend:
1566         orientation: "h"
1567         font:
1568           size: 16
1569       width: 700
1570       height: 900
1571       paper_bgcolor: "#fff"
1572       plot_bgcolor: "#fff"
1573       hoverlabel:
1574         namelength: -1
1575
1576     plot-service-density:
1577       titlefont:
1578         size: 18
1579       xaxis:
1580         side: "top"
1581         autorange: True
1582         fixedrange: False
1583         showgrid: False
1584         showline: False
1585         showticklabels: False
1586         ticks: ""
1587         ticklen: 0
1588         tickwidth: 0
1589         zeroline: False
1590       yaxis:
1591         autorange: "reversed"
1592         showgrid: False
1593         showline: False
1594         showticklabels: False
1595         ticks: ""
1596         ticklen: 0
1597         tickwidth: 0
1598         zeroline: False
1599       showlegend: False
1600       paper_bgcolor: "#fff"
1601       plot_bgcolor: "#fff"
1602       width: 700
1603       height: 700
1604       hoverlabel:
1605         namelength: -1
1606
1607     plot-cps:
1608       titlefont:
1609         size: 18
1610       xaxis:
1611         title: "<b>Test Cases [Index]</b>"
1612         titlefont:
1613           size: 16
1614         autorange: True
1615         fixedrange: False
1616         gridcolor: "rgb(230, 230, 230)"
1617         linecolor: "rgb(220, 220, 220)"
1618         linewidth: 1
1619         showgrid: True
1620         showline: True
1621         showticklabels: True
1622         tickcolor: "rgb(220, 220, 220)"
1623         tickmode: "linear"
1624         tickfont:
1625           size: 16
1626         zeroline: False
1627       yaxis:
1628         title: "<b>Connections Per Second [cps]</b>"
1629         titlefont:
1630           size: 16
1631         gridcolor: "rgb(230, 230, 230)"
1632         hoverformat: ".4s"
1633         linecolor: "rgb(220, 220, 220)"
1634         linewidth: 1
1635         rangemode: "tozero"
1636         showgrid: True
1637         showline: True
1638         showticklabels: True
1639         tickcolor: "rgb(220, 220, 220)"
1640         tickformat: ".3s"
1641         tickfont:
1642           size: 16
1643         zeroline: False
1644       boxmode: "group"
1645       boxgroupgap: 0.5
1646       autosize: False
1647       margin:
1648         t: 50
1649         b: 20
1650         l: 80
1651         r: 20
1652       showlegend: True
1653       legend:
1654         orientation: "h"
1655         font:
1656           size: 16
1657       width: 700
1658       height: 800
1659       paper_bgcolor: "#fff"
1660       plot_bgcolor: "#fff"
1661       hoverlabel:
1662         namelength: -1
1663
1664     plot-rps:
1665       titlefont:
1666         size: 18
1667       xaxis:
1668         title: "<b>Test Cases [Index]</b>"
1669         titlefont:
1670           size: 16
1671         autorange: True
1672         fixedrange: False
1673         gridcolor: "rgb(230, 230, 230)"
1674         linecolor: "rgb(220, 220, 220)"
1675         linewidth: 1
1676         showgrid: True
1677         showline: True
1678         showticklabels: True
1679         tickcolor: "rgb(220, 220, 220)"
1680         tickmode: "linear"
1681         tickfont:
1682           size: 16
1683         zeroline: False
1684       yaxis:
1685         title: "<b>Requests Per Second [rps]</b>"
1686         titlefont:
1687           size: 16
1688         gridcolor: "rgb(230, 230, 230)"
1689         hoverformat: ".4s"
1690         linecolor: "rgb(220, 220, 220)"
1691         linewidth: 1
1692         rangemode: "tozero"
1693         showgrid: True
1694         showline: True
1695         showticklabels: True
1696         tickcolor: "rgb(230, 230, 230)"
1697         tickformat: ".3s"
1698         tickfont:
1699           size: 16
1700         zeroline: False
1701       boxmode: "group"
1702       boxgroupgap: 0.5
1703       autosize: False
1704       margin:
1705         t: 50
1706         b: 20
1707         l: 80
1708         r: 20
1709       showlegend: True
1710       legend:
1711         orientation: "h"
1712         font:
1713           size: 16
1714       width: 700
1715       height: 800
1716       paper_bgcolor: "#fff"
1717       plot_bgcolor: "#fff"
1718       hoverlabel:
1719         namelength: -1
1720
1721     plot-hoststack:
1722       titlefont:
1723         size: 16
1724       xaxis:
1725         title: "<b>Test Cases [Index]</b>"
1726         titlefont:
1727           size: 14
1728         autorange: True
1729         fixedrange: False
1730         gridcolor: "rgb(230, 230, 230)"
1731         linecolor: "rgb(220, 220, 220)"
1732         linewidth: 1
1733         showgrid: True
1734         showline: True
1735         showticklabels: True
1736         tickcolor: "rgb(220, 220, 220)"
1737         tickmode: "linear"
1738         tickfont:
1739           size: 14
1740         zeroline: False
1741       yaxis:
1742         title: "<b>Bandwidth [Gbps]</b>"
1743         titlefont:
1744           size: 14
1745         gridcolor: "rgb(230, 230, 230)"
1746         hoverformat: ".4s"
1747         linecolor: "rgb(220, 220, 220)"
1748         linewidth: 1
1749         rangemode: "tozero"
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(230, 230, 230)"
1754         tickformat: ".3s"
1755         tickfont:
1756           size: 14
1757         zeroline: False
1758       boxmode: "group"
1759       boxgroupgap: 0.5
1760       autosize: False
1761       margin:
1762         t: 50
1763         b: 20
1764         l: 80
1765         r: 20
1766       showlegend: True
1767       legend:
1768         orientation: "h"
1769         font:
1770           size: 14
1771       width: 700
1772       height: 800
1773       paper_bgcolor: "#fff"
1774       plot_bgcolor: "#fff"
1775       hoverlabel:
1776         namelength: -1
1777
1778     plot-throughput:
1779       titlefont:
1780         size: 18
1781       xaxis:
1782         title: "<b>Test Cases [Index]</b>"
1783         titlefont:
1784           size: 16
1785         autorange: True
1786         fixedrange: False
1787         gridcolor: "rgb(230, 230, 230)"
1788         linecolor: "rgb(220, 220, 220)"
1789         linewidth: 1
1790         showgrid: True
1791         showline: True
1792         showticklabels: True
1793         tickcolor: "rgb(220, 220, 220)"
1794         tickmode: "linear"
1795         tickfont:
1796           size: 16
1797         zeroline: False
1798       yaxis:
1799         title: "<b>Packet Throughput [Mpps]</b>"
1800         titlefont:
1801           size: 16
1802         gridcolor: "rgb(230, 230, 230)"
1803         hoverformat: ".4r"
1804         tickformat: ".3r"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: True
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickfont:
1812           size: 16
1813         zeroline: False
1814         range: [0,50]
1815       autosize: False
1816       margin:
1817         t: 50
1818         b: 0
1819         l: 80
1820         r: 20
1821       showlegend: True
1822       legend:
1823         orientation: "h"
1824         font:
1825           size: 16
1826       width: 700
1827       height: 900
1828       paper_bgcolor: "#fff"
1829       plot_bgcolor: "#fff"
1830       hoverlabel:
1831         namelength: -1
1832
1833     plot-throughput-speedup-analysis:
1834       titlefont:
1835         size: 18
1836       xaxis:
1837         title: "<b>Number of Cores [Qty]</b>"
1838         titlefont:
1839           size: 16
1840         autorange: True
1841         fixedrange: False
1842         gridcolor: "rgb(230, 230, 230)"
1843         linecolor: "rgb(220, 220, 220)"
1844         linewidth: 1
1845         showgrid: True
1846         showline: True
1847         showticklabels: True
1848         tickcolor: "rgb(238, 238, 238)"
1849         tickmode: "linear"
1850         tickfont:
1851           size: 16
1852         zeroline: False
1853       yaxis:
1854         title: "<b>Packet Throughput [Mpps]</b>"
1855         titlefont:
1856           size: 16
1857         type: "linear"
1858         gridcolor: "rgb(230, 230, 230)"
1859         hoverformat: ".4s"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(220, 220, 220)"
1866         tickformat: ".4s"
1867         tickfont:
1868           size: 16
1869         zeroline: True
1870         rangemode: "tozero"
1871         range: [0,100]
1872       legend:
1873         orientation: "h"
1874         font:
1875           size: 16
1876         xanchor: "left"
1877         yanchor: "top"
1878         x: 0
1879         y: -0.2
1880         bgcolor: "rgba(255, 255, 255, 0)"
1881         bordercolor: "rgba(255, 255, 255, 0)"
1882         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1883       autosize: False
1884       margin:
1885           't': 50
1886           'b': 150
1887           'l': 85
1888           'r': 10
1889       showlegend: True
1890       width: 700
1891       height: 700
1892       paper_bgcolor: "#fff"
1893       plot_bgcolor: "#fff"
1894       hoverlabel:
1895         namelength: -1
1896       annotations: [
1897         {
1898           text: "_ _          __          ...",
1899           align: "left",
1900           showarrow: False,
1901           xref: "paper",
1902           yref: "paper",
1903           xanchor: "left",
1904           yanchor: "top",
1905           x: 0,
1906           y: -0.13,
1907           font: {
1908             family: "Consolas, Courier New",
1909             size: 15
1910           },
1911         },
1912         {
1913           text: "    Perfect     Measured     Limit",
1914           align: "left",
1915           showarrow: False,
1916           xref: "paper",
1917           yref: "paper",
1918           xanchor: "left",
1919           yanchor: "top",
1920           x: 0,
1921           y: -0.15,
1922           font: {
1923             family: "Consolas, Courier New",
1924             size: 15
1925           },
1926         },
1927       ]
1928
1929     plot-latency:
1930       titlefont:
1931         size: 18
1932       xaxis:
1933         title: "<b>Direction</b>"
1934         titlefont:
1935           size: 16
1936         autorange: True
1937         fixedrange: False
1938         gridcolor: "rgb(230, 230, 230)"
1939         linecolor: "rgb(220, 220, 220)"
1940         linewidth: 1
1941         showgrid: True
1942         showline: True
1943         showticklabels: False
1944         tickcolor: "rgb(220, 220, 220)"
1945         tickmode: "linear"
1946         tickfont:
1947           size: 16
1948         zeroline: False
1949       yaxis:
1950         title: "<b>Packet Latency [uSec]</b>"
1951         titlefont:
1952           size: 16
1953         type: "linear"
1954         gridcolor: "rgb(230, 230, 230)"
1955         hoverformat: ".4s"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickformat: ".4s"
1963         tickfont:
1964           size: 16
1965         zeroline: True
1966         rangemode: "tozero"
1967       legend:
1968         orientation: "h"
1969         font:
1970           size: 16
1971         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1972       autosize: False
1973       margin:
1974           't': 50
1975           'b': 150
1976           'l': 80
1977           'r': 10
1978       showlegend: True
1979       width: 700
1980       height: 700
1981       paper_bgcolor: "#fff"
1982       plot_bgcolor: "#fff"
1983       hoverlabel:
1984         namelength: -1
1985
1986     plot-hdrh-latency:
1987       title:
1988         text: ""
1989         xanchor: "center"
1990         x: 0.5
1991         font:
1992           size: 16
1993       width: 700
1994       plot_bgcolor: "white"
1995       annotations:
1996         - font:
1997             size: 14
1998           showarrow: False
1999           text: "<b>Packet Latency [uSec]</b>"
2000           x: 1
2001           xanchor: "right"
2002           xref: "paper"
2003           y: -0.045
2004           yanchor: "top"
2005           yref: "paper"
2006         - font:
2007             size: 14
2008           showarrow: False
2009           text: "<b>Probability [%]</b>"
2010           textangle: 270
2011           x: -0.06
2012           xanchor: "center"
2013           xref: "paper"
2014           y: 0.5
2015           yanchor: "middle"
2016           yref: "paper"
2017         - font:
2018             size: 14
2019           showarrow: False
2020           text: "<b>Direction: E-W</b>"
2021           x: 0.24
2022           xanchor: "center"
2023           xref: "paper"
2024           y: 1.05
2025           yanchor: "bottom"
2026           yref: "paper"
2027         - font:
2028             size: 14
2029           showarrow: False
2030           text: "<b>Direction: W-E</b>"
2031           x: 0.74
2032           xanchor: "center"
2033           xref: "paper"
2034           y: 1.05
2035           yanchor: "bottom"
2036           yref: "paper"
2037
2038     plot-hdrh-latency-percentile:
2039       title:
2040         text: ""
2041         xanchor: "center"
2042         x: 0.5
2043         font:
2044           size: 18
2045       xaxis:
2046         type: "log"
2047         title: "<b>Percentile [%]</b>"
2048         titlefont:
2049           size: 16
2050         autorange: True
2051         fixedrange: False
2052         gridcolor: "rgb(230, 230, 230)"
2053         linecolor: "rgb(220, 220, 220)"
2054         linewidth: 1
2055         showgrid: True
2056         showline: True
2057         showticklabels: True
2058         tickcolor: "rgb(220, 220, 220)"
2059         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2060         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2061         tickfont:
2062           size: 16
2063       yaxis:
2064         title: "<b>Packet Latency [uSec]</b>"
2065         titlefont:
2066           size: 16
2067         gridcolor: "rgb(230, 230, 230)"
2068         linecolor: "rgb(220, 220, 220)"
2069         linewidth: 1
2070         showgrid: True
2071         showline: True
2072         showticklabels: True
2073         tickcolor: "rgb(220, 220, 220)"
2074         tickfont:
2075           size: 16
2076       autosize: False
2077       showlegend: True
2078       legend:
2079         traceorder: "normal"
2080         orientation: "h"
2081         font:
2082           size: 16
2083         xanchor: "left"
2084         yanchor: "top"
2085         x: 0
2086         y: -0.15
2087         bgcolor: "rgba(255, 255, 255, 0)"
2088         bordercolor: "rgba(255, 255, 255, 0)"
2089       width: 700
2090       height: 700
2091       paper_bgcolor: "white"
2092       plot_bgcolor: "white"
2093
2094     plot-hdrh-latency-by-percentile:
2095       title:
2096         text: "<b>Latency by Percentile Distribution</b>"
2097         xanchor: "center"
2098         x: 0.5
2099         font:
2100           size: 18
2101       showlegend: True
2102       legend:
2103         traceorder: "normal"
2104         orientation: "h"
2105         font:
2106           size: 16
2107         xanchor: "left"
2108         yanchor: "top"
2109         x: 0
2110         y: -0.2
2111         bgcolor: "rgba(255, 255, 255, 0)"
2112         bordercolor: "rgba(255, 255, 255, 0)"
2113       xaxis:
2114         type: "linear"
2115         title: "<b>Percentile [%]</b>"
2116         titlefont:
2117           size: 14
2118         autorange: False
2119         fixedrange: False
2120         range: [0, 100]
2121         gridcolor: "rgb(230, 230, 230)"
2122         linecolor: "rgb(220, 220, 220)"
2123         linewidth: 1
2124         showgrid: True
2125         showline: True
2126         showticklabels: True
2127         tickcolor: "rgb(220, 220, 220)"
2128         tickvals: [0, 25, 50, 75, 100]
2129         ticktext: [0, 25, 50, 75, 100]
2130         tickfont:
2131           size: 14
2132       yaxis:
2133         title: "<b>One-Way Latency per Direction [uSec]</b>"
2134         titlefont:
2135           size: 14
2136         gridcolor: "rgb(230, 230, 230)"
2137         linecolor: "rgb(220, 220, 220)"
2138         linewidth: 1
2139         showgrid: True
2140         showline: True
2141         showticklabels: True
2142         tickcolor: "rgb(220, 220, 220)"
2143         tickfont:
2144           size: 14
2145       width: 700
2146       height: 700
2147       paper_bgcolor: "white"
2148       plot_bgcolor: "white"
2149
2150 - type: "static"
2151   src-path: "{DIR[RST]}"
2152   dst-path: "{DIR[WORKING,SRC]}"
2153
2154 - type: "input"
2155   general:
2156     file-name: "output_info.xml.gz"
2157     file-format: ".gz"
2158     arch-file-format:
2159       - ".gz"
2160       - ".zip"
2161     download-path: "{job}/{build}/archives/{filename}"
2162     extract: "output.xml"
2163
2164     zip-file-name: "robot-plugin.zip"
2165     zip-file-format: ".zip"
2166     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2167     zip-extract: "robot-plugin/output.xml"
2168
2169   builds:
2170
2171     csit-vpp-perf-verify-1904-3n-hsw:
2172       - 9   # MRR sel
2173       - 11  # NDRPDR sel
2174       - 12  # NDRPDR sel
2175       - 20  # NDRPDR sel
2176       - 21  # NDRPDR sel
2177       - 23  # NDRPDR sel
2178       - 24  # NDRPDR sel
2179       - 25  # NDRPDR sel
2180       - 26  # NDRPDR sel
2181       - 29  # NDRPDR sel
2182       - 30  # NDRPDR sel
2183     csit-vpp-perf-verify-1908-3n-hsw:
2184       - 12  # NDRPDR sel
2185       - 13  # NDRPDR sel
2186       - 14  # NDRPDR sel
2187       - 15  # NDRPDR sel
2188       - 16  # NDRPDR sel
2189       - 17  # NDRPDR sel
2190       - 18  # NDRPDR sel
2191       - 19  # NDRPDR sel
2192       - 20  # NDRPDR sel
2193       - 21  # NDRPDR sel
2194       - 48  # NDRPDR sel vhost
2195       - 49  # NDRPDR sel vhost
2196       - 52  # NDRPDR sel vhost
2197       - 53  # NDRPDR sel vhost
2198       - 54  # NDRPDR sel vhost
2199       - 55  # NDRPDR sel vhost
2200       - 56  # NDRPDR sel vhost
2201       - 57  # NDRPDR sel vhost
2202       - 58  # NDRPDR sel vhost
2203       - 59  # NDRPDR sel vhost
2204       - 39  # MRR sel
2205     csit-vpp-perf-verify-2001-3n-hsw:
2206       - 21  # NDRPDR sel
2207       - 22  # NDRPDR sel
2208       - 23  # NDRPDR sel
2209       - 24  # NDRPDR sel
2210       - 25  # NDRPDR sel
2211       - 29  # NDRPDR sel
2212       - 30  # NDRPDR sel
2213       - 31  # NDRPDR sel
2214       - 32  # NDRPDR sel
2215       - 34  # NDRPDR sel
2216       - 17  # MRR sel
2217       - 18  # NDRPDR full
2218       - 20  # NDRPDR full
2219       - 28  # NDRPDR full
2220       - 35  # NDRPDR full
2221       - 42  # NDRPDR full
2222       - 46  # NDRPDR full
2223       - 47  # NDRPDR full
2224       - 48  # NDRPDR full
2225       - 49  # NDRPDR full
2226       - 50  # NDRPDR full
2227       - 51  # NDRPDR full
2228       - 52  # NDRPDR full
2229       - 53  # NDRPDR full
2230       - 54  # NDRPDR full
2231       - 55  # NDRPDR full
2232       - 56  # NDRPDR full
2233       - 57  # NDRPDR full
2234       - 58  # NDRPDR full
2235       - 59  # NDRPDR full
2236       - 61  # NDRPDR full
2237       - 62  # NDRPDR full
2238       - 63  # NDRPDR full
2239       - 64  # NDRPDR full
2240       - 65  # NDRPDR full
2241       - 67  # NDRPDR full
2242       - 70  # NDRPDR full
2243       - 72  # NDRPDR full
2244       - 73  # NDRPDR full
2245       - 76  # NDRPDR full
2246       - 77  # NDRPDR full
2247       - 78  # NDRPDR full
2248       - 79  # NDRPDR full
2249       - 81  # NDRPDR full
2250       - 82  # NDRPDR full
2251       - 84  # NDRPDR full
2252       - 85  # NDRPDR full
2253       - 87  # hoststack
2254       - 88  # hoststack
2255       - 89  # hoststack
2256       - 90  # hoststack
2257       - 91  # hoststack
2258       - 92  # hoststack
2259       - 93  # hoststack
2260       - 94  # hoststack
2261       - 95  # hoststack
2262       - 96  # hoststack
2263
2264 #    csit-vpp-perf-verify-1904-3n-skx:
2265 #      - 7   # MRR sel
2266 #      - 8   # NDRPDR sel
2267 #      - 9   # NDRPDR sel
2268 #      - 10  # NDRPDR sel
2269 #      - 11  # NDRPDR sel
2270 #      - 12  # NDRPDR sel
2271 #      - 14  # NDRPDR sel
2272 #      - 16  # NDRPDR sel
2273 #      - 21  # NDRPDR sel
2274 #      - 23  # NDRPDR sel
2275 #      - 25  # NDRPDR sel
2276 #    csit-vpp-perf-verify-1908-3n-skx:
2277 #      - 14  # NDRPDR sel
2278 #      - 16  # NDRPDR sel
2279 #      - 19  # NDRPDR sel
2280 #      - 20  # NDRPDR sel
2281 #      - 22  # NDRPDR sel
2282 #      - 23  # NDRPDR sel
2283 #      - 24  # NDRPDR sel
2284 #      - 25  # NDRPDR sel
2285 #      - 26  # NDRPDR sel
2286 #      - 29  # NDRPDR sel
2287 #      - 52  # NDRPDR sel vhost
2288 #      - 53  # NDRPDR sel vhost
2289 #      - 55  # NDRPDR sel vhost
2290 #      - 61  # NDRPDR sel vhost
2291 #      - 62  # NDRPDR sel vhost
2292 #      - 63  # NDRPDR sel vhost
2293 #      - 64  # NDRPDR sel vhost
2294 #      - 65  # NDRPDR sel vhost
2295 #      - 66  # NDRPDR sel vhost
2296 #      - 67  # NDRPDR sel vhost
2297 #      - 36  # MRR sel
2298 #    csit-vpp-perf-verify-2001-3n-skx:
2299 #      - 14  # NDRPDR sel
2300 #      - 15  # NDRPDR sel
2301 #      - 16  # NDRPDR sel
2302
2303     csit-vpp-perf-verify-1904-2n-skx:
2304       - 11  # MRR sel
2305       - 12  # NDRPDR sel
2306       - 14  # NDRPDR sel
2307       - 16  # NDRPDR sel
2308       - 17  # NDRPDR sel
2309       - 18  # NDRPDR sel
2310       - 21  # NDRPDR sel
2311       - 27  # NDRPDR sel
2312       - 30  # NDRPDR sel
2313       - 31  # NDRPDR sel
2314       - 32  # NDRPDR sel
2315     csit-vpp-perf-verify-1908-2n-skx:
2316       - 26  # NDRPDR sel
2317       - 27  # NDRPDR sel
2318       - 34  # NDRPDR sel
2319       - 35  # NDRPDR sel
2320       - 36  # NDRPDR sel
2321       - 42  # NDRPDR sel
2322       - 43  # NDRPDR sel
2323       - 44  # NDRPDR sel
2324       - 45  # NDRPDR sel
2325       - 46  # NDRPDR sel
2326       - 88  # NDRPDR sel vhost
2327       - 89  # NDRPDR sel vhost
2328       - 91  # NDRPDR sel vhost
2329       - 92  # NDRPDR sel vhost
2330       - 93  # NDRPDR sel vhost
2331       - 94  # NDRPDR sel vhost
2332       - 95  # NDRPDR sel vhost
2333       - 96  # NDRPDR sel vhost
2334       - 97  # NDRPDR sel vhost
2335       - 98  # NDRPDR sel vhost
2336       - 69  # MRR sel
2337       - 22  # NFV
2338       - 31  # NFV
2339       - 32  # NFV
2340       - 71  # NFV MRR
2341       - 113 # NFV reconf sel - to be removed
2342       - 114 # NFV reconf sel - to be removed
2343       - 115 # NFV reconf sel - to be removed
2344     csit-vpp-perf-verify-2001-2n-skx:
2345       - 92  # NDRPDR sel
2346       - 93  # NDRPDR sel
2347       - 94  # NDRPDR sel
2348
2349     csit-vpp-perf-verify-2001-2n-clx:
2350       - 28  # NDRPDR sel
2351       - 29  # NDRPDR sel
2352       - 32  # NDRPDR sel
2353       - 40  # NDRPDR sel
2354       - 43  # NDRPDR sel
2355       - 44  # NDRPDR sel
2356       - 45  # NDRPDR sel
2357       - 47  # NDRPDR sel
2358       - 48  # NDRPDR sel
2359       - 49  # NDRPDR sel
2360       - 39  # MRR
2361       - 53  # NDRPDR full
2362       - 54  # NDRPDR full
2363       - 55  # NDRPDR full
2364       - 56  # NDRPDR full
2365       - 57  # NDRPDR full
2366       - 58  # NDRPDR full
2367       - 59  # NDRPDR full
2368       - 60  # NDRPDR full
2369       - 61  # NDRPDR full
2370       - 62  # NDRPDR full
2371       - 63  # NDRPDR full
2372       - 64  # NDRPDR full
2373       - 65  # NDRPDR full
2374       - 66  # NDRPDR full
2375       - 67  # NDRPDR full
2376       - 68  # Reconf
2377       - 69  # Reconf
2378       - 70  # Reconf
2379       - 71  # Reconf
2380       - 72  # Reconf
2381       - 73  # Reconf
2382       - 74  # Reconf
2383       - 75  # Reconf
2384       - 76  # Reconf
2385       - 77  # Reconf
2386       - 80  # TCP
2387       - 82  # TCP
2388       - 83  # TCP
2389       - 85  # TCP
2390       - 86  # TCP
2391       - 87  # TCP
2392       - 88  # TCP
2393       - 89  # TCP
2394       - 90  # TCP
2395       - 91  # TCP
2396       - 93  # Soak
2397       - 94  # Soak
2398
2399     csit-vpp-perf-verify-1908-3n-tsh:
2400       - 7   # NDRPDR sel
2401       - 8   # NDRPDR sel
2402       - 9   # NDRPDR sel
2403       - 10  # NDRPDR sel
2404       - 11  # NDRPDR sel
2405       - 12  # NDRPDR sel
2406       - 13  # NDRPDR sel
2407       - 14  # NDRPDR sel
2408       - 15  # NDRPDR sel
2409       - 16  # NDRPDR sel
2410       - 17  # MRR sel
2411     csit-vpp-perf-verify-2001-3n-tsh:
2412       - 3   # NDRPDR sel
2413       - 4   # NDRPDR sel
2414       - 7   # NDRPDR sel
2415       - 8   # NDRPDR sel
2416       - 10  # NDRPDR sel
2417       - 12  # NDRPDR sel
2418       - 13  # NDRPDR sel
2419       - 14  # NDRPDR sel
2420       - 15  # NDRPDR sel
2421       - 21  # NDRPDR sel
2422       - 9   # MRR sel
2423
2424     csit-vpp-perf-verify-1908-3n-dnv:
2425       - 6   # NDRPDR sel
2426       - 7   # NDRPDR sel
2427       - 8   # NDRPDR sel
2428       - 9   # NDRPDR sel
2429       - 10  # NDRPDR sel
2430       - 12  # NDRPDR sel
2431       - 13  # NDRPDR sel
2432       - 14  # NDRPDR sel
2433       - 15  # NDRPDR sel
2434       - 16  # NDRPDR sel
2435       - 17  # MRR sel
2436     csit-vpp-perf-verify-2001-3n-dnv:
2437       - 5   # NDRPDR sel
2438       - 6   # NDRPDR sel
2439       - 7   # NDRPDR sel
2440       - 8   # NDRPDR sel
2441       - 9   # NDRPDR sel
2442       - 10  # NDRPDR sel
2443       - 12  # NDRPDR sel
2444       - 16  # NDRPDR sel
2445       - 17  # NDRPDR sel
2446       - 18  # NDRPDR sel
2447       - 11  # MRR sel
2448       - 19  # NDRPDR full
2449       - 20  # NDRPDR full
2450       - 21  # NDRPDR full
2451       - 22  # NDRPDR full
2452       - 23  # NDRPDR full
2453       - 24  # NDRPDR full
2454       - 25  # NDRPDR full
2455       - 26  # NDRPDR full
2456       - 37  # NDRPDR full
2457       - 38  # NDRPDR full
2458       - 39  # NDRPDR full
2459
2460     csit-vpp-perf-verify-1908-2n-dnv:
2461       - 1   # NDRPDR sel
2462       - 2   # NDRPDR sel
2463       - 3   # NDRPDR sel
2464       - 4   # NDRPDR sel
2465       - 5   # NDRPDR sel
2466       - 6   # NDRPDR sel
2467       - 7   # NDRPDR sel
2468       - 8   # NDRPDR sel
2469       - 9   # NDRPDR sel
2470       - 10  # NDRPDR sel
2471       - 11  # MRR sel
2472     csit-vpp-perf-verify-2001-2n-dnv:
2473       - 4   # NDRPDR sel
2474       - 5   # NDRPDR sel
2475       - 6   # NDRPDR sel
2476       - 7   # NDRPDR sel
2477       - 8   # NDRPDR sel
2478       - 9   # NDRPDR sel
2479       - 10  # NDRPDR sel
2480       - 11  # NDRPDR sel
2481       - 13  # NDRPDR sel
2482       - 16  # NDRPDR sel
2483       - 12  # MRR sel
2484       - 21  # NDRPDR full
2485       - 22  # NDRPDR full
2486       - 25  # NDRPDR full
2487       - 26  # NDRPDR full
2488       - 27  # NDRPDR full
2489       - 28  # NDRPDR full
2490
2491     csit-dpdk-perf-verify-1904-3n-hsw:
2492       - 2   # NDRPDR sel
2493       - 3   # NDRPDR sel
2494       - 5   # NDRPDR sel
2495       - 6   # NDRPDR sel
2496       - 13  # NDRPDR sel
2497       - 14  # NDRPDR sel
2498       - 15  # NDRPDR sel
2499       - 18  # NDRPDR sel
2500       - 19  # NDRPDR sel
2501       - 20  # NDRPDR sel
2502     csit-dpdk-perf-verify-1908-3n-hsw:
2503       - 2   # NDRPDR sel
2504       - 3   # NDRPDR sel
2505       - 4   # NDRPDR sel
2506       - 5   # NDRPDR sel
2507       - 6   # NDRPDR sel
2508       - 7   # NDRPDR sel
2509       - 8   # NDRPDR sel
2510       - 9   # NDRPDR sel
2511       - 10  # NDRPDR sel
2512       - 11  # NDRPDR sel
2513     csit-dpdk-perf-verify-2001-3n-hsw:
2514       - 4   # NDRPDR sel
2515       - 5   # NDRPDR sel
2516       - 6   # NDRPDR sel
2517       - 7   # NDRPDR sel
2518       - 8   # NDRPDR sel
2519       - 9   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 11  # NDRPDR sel
2522       - 12  # NDRPDR sel
2523       - 13  # NDRPDR sel
2524       - 15  # NDRPDR sel
2525       - 16  # NDRPDR sel
2526       - 17  # NDRPDR sel
2527       - 18  # NDRPDR sel
2528       - 19  # NDRPDR sel
2529       - 20  # NDRPDR sel
2530       - 21  # NDRPDR sel
2531       - 22  # NDRPDR sel
2532       - 23  # NDRPDR sel
2533       - 24  # NDRPDR sel
2534       - 25  # NDRPDR full
2535       - 26  # NDRPDR full
2536
2537 #    csit-dpdk-perf-verify-1904-3n-skx:
2538 #      - 2   # NDRPDR sel
2539 #      - 3   # NDRPDR sel
2540 #      - 4   # NDRPDR sel
2541 #      - 5   # NDRPDR sel
2542 #      - 6   # NDRPDR sel
2543 #      - 7   # NDRPDR sel
2544 #      - 11  # NDRPDR sel
2545 #      - 12  # NDRPDR sel
2546 #      - 13  # NDRPDR sel
2547 #      - 14  # NDRPDR sel
2548 #    csit-dpdk-perf-verify-1908-3n-skx:
2549 #      - 3   # NDRPDR sel
2550 #      - 4   # NDRPDR sel
2551 #      - 5   # NDRPDR sel
2552 #      - 6   # NDRPDR sel
2553 #      - 7   # NDRPDR sel
2554 #      - 8   # NDRPDR sel
2555 #      - 9   # NDRPDR sel
2556 #      - 10  # NDRPDR sel
2557 #      - 11  # NDRPDR sel
2558 #      - 12  # NDRPDR sel
2559 #    csit-dpdk-perf-verify-2001-3n-skx:
2560 #      - 1   # NDRPDR sel
2561 #      - 2   # NDRPDR sel
2562 #      - 3   # NDRPDR sel
2563 #      - 4   # NDRPDR sel
2564 #      - 5   # NDRPDR sel
2565 #      - 6   # NDRPDR sel
2566 #      - 7   # NDRPDR sel
2567 #      - 8   # NDRPDR sel
2568 #      - 9   # NDRPDR sel
2569 #      - 10  # NDRPDR sel
2570
2571 #    csit-dpdk-perf-verify-1904-2n-skx:
2572 #      - 2   # NDRPDR sel
2573 #      - 3   # NDRPDR sel
2574 #      - 4   # NDRPDR sel
2575 #      - 5   # NDRPDR sel
2576 #      - 7   # NDRPDR sel
2577 #      - 8   # NDRPDR sel
2578 #      - 9   # NDRPDR sel
2579 #      - 10  # NDRPDR sel
2580 #      - 11  # NDRPDR sel
2581 #      - 12  # NDRPDR sel
2582 #    csit-dpdk-perf-verify-1908-2n-skx:
2583 #      - 2   # NDRPDR sel
2584 #      - 3   # NDRPDR sel
2585 #      - 4   # NDRPDR sel
2586 #      - 5   # NDRPDR sel
2587 #      - 7   # NDRPDR sel
2588 #      - 8   # NDRPDR sel
2589 #      - 9   # NDRPDR sel
2590 #      - 10  # NDRPDR sel
2591 #      - 11  # NDRPDR sel
2592 #      - 12  # NDRPDR sel
2593 #    csit-dpdk-perf-verify-2001-2n-skx:
2594 #      - 1   # NDRPDR sel
2595 #      - 2   # NDRPDR sel
2596 #      - 3   # NDRPDR sel
2597 #      - 4   # NDRPDR sel
2598 #      - 5   # NDRPDR sel
2599 #      - 6   # NDRPDR sel
2600 #      - 7   # NDRPDR sel
2601 #      - 8   # NDRPDR sel
2602 #      - 9   # NDRPDR sel
2603 #      - 10  # NDRPDR sel
2604 #      - 11  # NDRPDR sel
2605 #      - 13  # NDRPDR sel
2606 #      - 26  # NDRPDR sel
2607 #      - 16  # NDRPDR sel
2608 #      - 17  # NDRPDR sel
2609 #      - 18  # NDRPDR sel
2610 #      - 19  # NDRPDR sel
2611 #      - 27  # NDRPDR sel
2612 #      - 21  # NDRPDR sel
2613 #      - 25  # NDRPDR sel
2614
2615     csit-dpdk-perf-verify-2001-2n-clx:
2616       - 15  # NDRPDR sel
2617       - 16  # NDRPDR sel
2618       - 17  # NDRPDR sel
2619       - 18  # NDRPDR sel
2620       - 19  # NDRPDR sel
2621       - 20  # NDRPDR sel
2622       - 21  # NDRPDR sel
2623       - 22  # NDRPDR sel
2624       - 23  # NDRPDR sel
2625       - 24  # NDRPDR sel
2626       - 25  # NDRPDR sel
2627       - 26  # NDRPDR sel
2628       - 27  # NDRPDR sel
2629       - 28  # NDRPDR sel
2630       - 29  # NDRPDR sel
2631       - 30  # NDRPDR sel
2632       - 31  # NDRPDR sel
2633       - 32  # NDRPDR sel
2634       - 33  # NDRPDR sel
2635       - 34  # NDRPDR sel
2636
2637     csit-dpdk-perf-verify-2001-2n-dnv:
2638       - 9   # NDRPDR sel
2639       - 10  # NDRPDR sel
2640       - 11  # NDRPDR sel
2641       - 12  # NDRPDR sel
2642       - 13  # NDRPDR sel
2643       - 14  # NDRPDR sel
2644       - 15  # NDRPDR sel
2645       - 16  # NDRPDR sel
2646       - 17  # NDRPDR sel
2647       - 18  # NDRPDR sel
2648
2649     csit-dpdk-perf-verify-2001-3n-dnv:
2650       - 12  # NDRPDR sel
2651       - 13  # NDRPDR sel
2652       - 14  # NDRPDR sel
2653       - 15  # NDRPDR sel
2654       - 16  # NDRPDR sel
2655       - 17  # NDRPDR sel
2656       - 18  # NDRPDR sel
2657       - 19  # NDRPDR sel
2658       - 20  # NDRPDR sel
2659       - 22  # NDRPDR sel
2660
2661     csit-dpdk-perf-verify-2001-3n-tsh:
2662       - 3   # NDRPDR sel
2663       - 4   # NDRPDR sel
2664       - 5   # NDRPDR sel
2665       - 9   # NDRPDR sel
2666       - 10  # NDRPDR sel
2667       - 11  # NDRPDR sel
2668       - 12  # NDRPDR sel
2669       - 14  # NDRPDR sel
2670       - 15  # NDRPDR sel
2671       - 18  # NDRPDR sel
2672
2673     csit-vpp-device-2001-ubuntu1804-1n-skx:
2674       - 57
2675
2676 - type: "output"
2677   output: "report"
2678   format:
2679     html:
2680     - full
2681 #    pdf:
2682 #    - minimal
2683
2684 ################################################################################
2685 ###                               T A B L E S                                ###
2686 ################################################################################
2687
2688 ## VPP Soak vs NDR - 2n-skx
2689 #- type: "table"
2690 #  title: "VPP Soak vs NDR 2n-skx"
2691 #  algorithm: "table_soak_vs_ndr"
2692 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2693 #  reference:
2694 #    title: "NDR"
2695 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2696 #  compare:
2697 #    title: "Soak"
2698 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2699 #  data: "vpp-soak-vs-ndr-2n-skx"
2700 #  include-tests: "NDR"
2701 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2702 #  parameters:
2703 #    - "throughput"
2704 #    - "name"
2705 #    - "parent"
2706
2707 # VPP Soak vs NDR - 2n-clx
2708 - type: "table"
2709   title: "VPP Soak vs NDR 2n-clx"
2710   algorithm: "table_soak_vs_ndr"
2711   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2712   reference:
2713     title: "NDR"
2714     data: "vpp-soak-vs-ndr-2n-clx-ref"
2715   compare:
2716     title: "Soak"
2717     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2718   data: "vpp-soak-vs-ndr-2n-clx"
2719   include-tests: "NDR"
2720   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2721   parameters:
2722     - "throughput"
2723     - "name"
2724     - "parent"
2725
2726 ################################################################################
2727
2728 ## VPP Compare NICs 3n-skx 2t1c ndr
2729 #- type: "table"
2730 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2731 #  algorithm: "table_nics_comparison"
2732 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2733 #  reference:
2734 #    title: "x710"
2735 #    nic: "NIC_Intel-X710"
2736 #  compare:
2737 #    title: "xxv710"
2738 #    nic: "NIC_Intel-XXV710"
2739 #  data: "vpp-nic-comparison-3n-skx"
2740 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2741 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2742 #  parameters:
2743 #  - "name"
2744 #  - "parent"
2745 #  - "throughput"
2746 #  - "tags"
2747 #
2748 ## VPP Compare NICs 3n-skx 4t2c ndr
2749 #- type: "table"
2750 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2751 #  algorithm: "table_nics_comparison"
2752 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2753 #  reference:
2754 #    title: "x710"
2755 #    nic: "NIC_Intel-X710"
2756 #  compare:
2757 #    title: "xxv710"
2758 #    nic: "NIC_Intel-XXV710"
2759 #  data: "vpp-nic-comparison-3n-skx"
2760 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2761 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2762 #  parameters:
2763 #  - "name"
2764 #  - "parent"
2765 #  - "throughput"
2766 #  - "tags"
2767 #
2768 ## VPP Compare NICs 3n-skx 2t1c pdr
2769 #- type: "table"
2770 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2771 #  algorithm: "table_nics_comparison"
2772 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2773 #  reference:
2774 #    title: "x710"
2775 #    nic: "NIC_Intel-X710"
2776 #  compare:
2777 #    title: "xxv710"
2778 #    nic: "NIC_Intel-XXV710"
2779 #  data: "vpp-nic-comparison-3n-skx"
2780 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2781 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2782 #  parameters:
2783 #  - "name"
2784 #  - "parent"
2785 #  - "throughput"
2786 #  - "tags"
2787 #
2788 # # VPP Compare NICs 3n-skx 4t2c pdr
2789 #- type: "table"
2790 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2791 #  algorithm: "table_nics_comparison"
2792 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2793 #  reference:
2794 #    title: "x710"
2795 #    nic: "NIC_Intel-X710"
2796 #  compare:
2797 #    title: "xxv710"
2798 #    nic: "NIC_Intel-XXV710"
2799 #  data: "vpp-nic-comparison-3n-skx"
2800 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2801 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2802 #  parameters:
2803 #  - "name"
2804 #  - "parent"
2805 #  - "throughput"
2806 #  - "tags"
2807 #
2808 ## VPP Compare NICs 3n-skx 2t1c mrr
2809 #- type: "table"
2810 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2811 #  algorithm: "table_nics_comparison"
2812 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2813 #  reference:
2814 #    title: "x710"
2815 #    nic: "NIC_Intel-X710"
2816 #  compare:
2817 #    title: "xxv710"
2818 #    nic: "NIC_Intel-XXV710"
2819 #  data: "vpp-nic-comparison-3n-skx-mrr"
2820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2821 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2822 #  parameters:
2823 #  - "name"
2824 #  - "parent"
2825 #  - "result"
2826 #  - "tags"
2827 #
2828 ## VPP Compare NICs 3n-skx 4t2c mrr
2829 #- type: "table"
2830 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2831 #  algorithm: "table_nics_comparison"
2832 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2833 #  reference:
2834 #    title: "x710"
2835 #    nic: "NIC_Intel-X710"
2836 #  compare:
2837 #    title: "xxv710"
2838 #    nic: "NIC_Intel-XXV710"
2839 #  data: "vpp-nic-comparison-3n-skx-mrr"
2840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2841 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2842 #  parameters:
2843 #  - "name"
2844 #  - "parent"
2845 #  - "result"
2846 #  - "tags"
2847 #
2848 # # VPP Compare NICs 3n-skx 8t4c mrr
2849 #- type: "table"
2850 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2851 #  algorithm: "table_nics_comparison"
2852 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2853 #  reference:
2854 #    title: "x710"
2855 #    nic: "NIC_Intel-X710"
2856 #  compare:
2857 #    title: "xxv710"
2858 #    nic: "NIC_Intel-XXV710"
2859 #  data: "vpp-nic-comparison-3n-skx-mrr"
2860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2861 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2862 #  parameters:
2863 #  - "name"
2864 #  - "parent"
2865 #  - "result"
2866 #  - "tags"
2867
2868 # VPP Compare NICs 2n-skx 2t1c ndr
2869 - type: "table"
2870   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2871   algorithm: "table_nics_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2873   reference:
2874     title: "x710"
2875     nic: "NIC_Intel-X710"
2876   compare:
2877     title: "xxv710"
2878     nic: "NIC_Intel-XXV710"
2879   data: "vpp-nic-comparison-2n-skx"
2880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2881   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2882   parameters:
2883   - "name"
2884   - "parent"
2885   - "throughput"
2886   - "tags"
2887
2888 # VPP Compare NICs 2n-skx 4t2c ndr
2889 - type: "table"
2890   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2891   algorithm: "table_nics_comparison"
2892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2893   reference:
2894     title: "x710"
2895     nic: "NIC_Intel-X710"
2896   compare:
2897     title: "xxv710"
2898     nic: "NIC_Intel-XXV710"
2899   data: "vpp-nic-comparison-2n-skx"
2900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2901   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2902   parameters:
2903   - "name"
2904   - "parent"
2905   - "throughput"
2906   - "tags"
2907
2908  # VPP Compare NICs 2n-skx 2t1c pdr
2909 - type: "table"
2910   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2911   algorithm: "table_nics_comparison"
2912   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2913   reference:
2914     title: "x710"
2915     nic: "NIC_Intel-X710"
2916   compare:
2917     title: "xxv710"
2918     nic: "NIC_Intel-XXV710"
2919   data: "vpp-nic-comparison-2n-skx"
2920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2921   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2922   parameters:
2923   - "name"
2924   - "parent"
2925   - "throughput"
2926   - "tags"
2927
2928 # VPP Compare NICs 2n-skx 4t2c pdr
2929 - type: "table"
2930   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2931   algorithm: "table_nics_comparison"
2932   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2933   reference:
2934     title: "x710"
2935     nic: "NIC_Intel-X710"
2936   compare:
2937     title: "xxv710"
2938     nic: "NIC_Intel-XXV710"
2939   data: "vpp-nic-comparison-2n-skx"
2940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2941   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2942   parameters:
2943   - "name"
2944   - "parent"
2945   - "throughput"
2946   - "tags"
2947
2948 ## VPP Compare NICs 2n-skx 2t1c mrr
2949 #- type: "table"
2950 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2951 #  algorithm: "table_nics_comparison"
2952 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2953 #  reference:
2954 #    title: "x710"
2955 #    nic: "NIC_Intel-X710"
2956 #  compare:
2957 #    title: "xxv710"
2958 #    nic: "NIC_Intel-XXV710"
2959 #  data: "vpp-nic-comparison-2n-skx-mrr"
2960 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2962 #  parameters:
2963 #  - "name"
2964 #  - "parent"
2965 #  - "result"
2966 #  - "tags"
2967 #
2968 ## VPP Compare NICs 2n-skx 4t2c mrr
2969 #- type: "table"
2970 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2971 #  algorithm: "table_nics_comparison"
2972 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2973 #  reference:
2974 #    title: "x710"
2975 #    nic: "NIC_Intel-X710"
2976 #  compare:
2977 #    title: "xxv710"
2978 #    nic: "NIC_Intel-XXV710"
2979 #  data: "vpp-nic-comparison-2n-skx-mrr"
2980 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2981 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2982 #  parameters:
2983 #  - "name"
2984 #  - "parent"
2985 #  - "result"
2986 #  - "tags"
2987 #
2988 ## VPP Compare NICs 2n-skx 8t4c mrr
2989 #- type: "table"
2990 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2991 #  algorithm: "table_nics_comparison"
2992 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2993 #  reference:
2994 #    title: "x710"
2995 #    nic: "NIC_Intel-X710"
2996 #  compare:
2997 #    title: "xxv710"
2998 #    nic: "NIC_Intel-XXV710"
2999 #  data: "vpp-nic-comparison-2n-skx-mrr"
3000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3001 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3002 #  parameters:
3003 #  - "name"
3004 #  - "parent"
3005 #  - "result"
3006 #  - "tags"
3007
3008 ################################################################################
3009 # VPP
3010
3011 # VPP Performance Changes 3n-hsw 1t1c pdr
3012 - type: "table"
3013   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3014   algorithm: "table_perf_comparison"
3015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3016   history:
3017     - title: "rls1904"
3018       data: "vpp-performance-changes-3n-hsw-h1"
3019   reference:
3020     title: "rls1908"
3021     data: "vpp-performance-changes-3n-hsw-ref"
3022     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3023   compare:
3024     title: "rls2001"
3025     data: "vpp-performance-changes-3n-hsw-cmp"
3026   data: "vpp-performance-changes-3n-hsw"
3027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3028   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3029   parameters:
3030   - "name"
3031   - "parent"
3032   - "throughput"
3033
3034 # VPP Performance Changes 3n-hsw 2t2c pdr
3035 - type: "table"
3036   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3037   algorithm: "table_perf_comparison"
3038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3039   history:
3040     - title: "rls1904"
3041       data: "vpp-performance-changes-3n-hsw-h1"
3042   reference:
3043     title: "rls1908"
3044     data: "vpp-performance-changes-3n-hsw-ref"
3045     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3046   compare:
3047     title: "rls2001"
3048     data: "vpp-performance-changes-3n-hsw-cmp"
3049   data: "vpp-performance-changes-3n-hsw"
3050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3052   parameters:
3053   - "name"
3054   - "parent"
3055   - "throughput"
3056
3057 # VPP Performance Changes 3n-hsw 1t1c ndr
3058 - type: "table"
3059   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3060   algorithm: "table_perf_comparison"
3061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3062   history:
3063     - title: "rls1904"
3064       data: "vpp-performance-changes-3n-hsw-h1"
3065   reference:
3066     title: "rls1908"
3067     data: "vpp-performance-changes-3n-hsw-ref"
3068     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3069   compare:
3070     title: "rls2001"
3071     data: "vpp-performance-changes-3n-hsw-cmp"
3072   data: "vpp-performance-changes-3n-hsw"
3073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3074   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3075   parameters:
3076   - "name"
3077   - "parent"
3078   - "throughput"
3079
3080 # VPP Performance Changes 3n-hsw 2t2c ndr
3081 - type: "table"
3082   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3083   algorithm: "table_perf_comparison"
3084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3085   history:
3086     - title: "rls1904"
3087       data: "vpp-performance-changes-3n-hsw-h1"
3088   reference:
3089     title: "rls1908"
3090     data: "vpp-performance-changes-3n-hsw-ref"
3091     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3092   compare:
3093     title: "rls2001"
3094     data: "vpp-performance-changes-3n-hsw-cmp"
3095   data: "vpp-performance-changes-3n-hsw"
3096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3097   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3098   parameters:
3099   - "name"
3100   - "parent"
3101   - "throughput"
3102
3103 ## VPP Performance Changes 3n-skx 2t1c pdr
3104 #- type: "table"
3105 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3106 #  algorithm: "table_perf_comparison_nic"
3107 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3108 #  history:
3109 #    - title: "rls1904 x710"
3110 #      data: "vpp-performance-changes-3n-skx-h1"
3111 #      nic: "NIC_Intel-X710"
3112 #  reference:
3113 #    title: "rls1908 xxv710"
3114 #    data: "vpp-performance-changes-3n-skx-ref"
3115 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3116 #    nic: "NIC_Intel-XXV710"
3117 #  compare:
3118 #    title: "rls2001 xxv710"
3119 #    data: "vpp-performance-changes-3n-skx-cmp"
3120 #    nic: "NIC_Intel-XXV710"
3121 #  data: "vpp-performance-changes-3n-skx"
3122 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3123 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3124 #  parameters:
3125 #  - "name"
3126 #  - "parent"
3127 #  - "throughput"
3128 #  - "tags"
3129 #
3130 ## VPP Performance Changes 3n-skx 4t2c pdr
3131 #- type: "table"
3132 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3133 #  algorithm: "table_perf_comparison_nic"
3134 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3135 #  history:
3136 #    - title: "rls1904 x710"
3137 #      data: "vpp-performance-changes-3n-skx-h1"
3138 #      nic: "NIC_Intel-X710"
3139 #  reference:
3140 #    title: "rls1908 x710"
3141 #    data: "vpp-performance-changes-3n-skx-ref"
3142 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3143 #    nic: "NIC_Intel-X710"
3144 #  compare:
3145 #    title: "rls2001 xxv710"
3146 #    data: "vpp-performance-changes-3n-skx-cmp"
3147 #    nic: "NIC_Intel-XXV710"
3148 #  data: "vpp-performance-changes-3n-skx"
3149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3150 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3151 #  parameters:
3152 #  - "name"
3153 #  - "parent"
3154 #  - "throughput"
3155 #  - "tags"
3156 #
3157 ## VPP Performance Changes 3n-skx 2t1c ndr
3158 #- type: "table"
3159 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3160 #  algorithm: "table_perf_comparison_nic"
3161 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3162 #  history:
3163 #    - title: "rls1904 x710"
3164 #      data: "vpp-performance-changes-3n-skx-h1"
3165 #      nic: "NIC_Intel-X710"
3166 #  reference:
3167 #    title: "rls1908 x710"
3168 #    data: "vpp-performance-changes-3n-skx-ref"
3169 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3170 #    nic: "NIC_Intel-X710"
3171 #  compare:
3172 #    title: "rls2001 xxv710"
3173 #    data: "vpp-performance-changes-3n-skx-cmp"
3174 #    nic: "NIC_Intel-XXV710"
3175 #  data: "vpp-performance-changes-3n-skx"
3176 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3177 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3178 #  parameters:
3179 #  - "name"
3180 #  - "parent"
3181 #  - "throughput"
3182 #  - "tags"
3183 #
3184 ## VPP Performance Changes 3n-skx 4t2c ndr
3185 #- type: "table"
3186 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3187 #  algorithm: "table_perf_comparison_nic"
3188 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3189 #  history:
3190 #    - title: "rls1904 x710"
3191 #      data: "vpp-performance-changes-3n-skx-h1"
3192 #      nic: "NIC_Intel-X710"
3193 #  reference:
3194 #    title: "rls1908 x710"
3195 #    data: "vpp-performance-changes-3n-skx-ref"
3196 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3197 #    nic: "NIC_Intel-X710"
3198 #  compare:
3199 #    title: "rls2001 xxv710"
3200 #    data: "vpp-performance-changes-3n-skx-cmp"
3201 #    nic: "NIC_Intel-XXV710"
3202 #  data: "vpp-performance-changes-3n-skx"
3203 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3204 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3205 #  parameters:
3206 #  - "name"
3207 #  - "parent"
3208 #  - "throughput"
3209 #  - "tags"
3210
3211 # VPP Performance Changes 2n-skx 2t1c pdr
3212 - type: "table"
3213   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3214   algorithm: "table_perf_comparison_nic"
3215   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3216   history:
3217     - title: "rls1904 x710"
3218       data: "vpp-performance-changes-2n-skx-h1"
3219       nic: "NIC_Intel-X710"
3220   reference:
3221     title: "rls1908 xxv710"
3222     data: "vpp-performance-changes-2n-skx-ref"
3223     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3224     nic: "NIC_Intel-XXV710"
3225   compare:
3226     title: "rls2001 xxv710"
3227     data: "vpp-performance-changes-2n-skx-cmp"
3228     nic: "NIC_Intel-XXV710"
3229   data: "vpp-performance-changes-2n-skx"
3230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3231   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3232   parameters:
3233   - "name"
3234   - "parent"
3235   - "throughput"
3236   - "tags"
3237
3238 # VPP Performance Changes 2n-skx 4t2c pdr
3239 - type: "table"
3240   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3241   algorithm: "table_perf_comparison_nic"
3242   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3243   history:
3244     - title: "rls1904 x710"
3245       data: "vpp-performance-changes-2n-skx-h1"
3246       nic: "NIC_Intel-X710"
3247   reference:
3248     title: "rls1908 xxv710"
3249     data: "vpp-performance-changes-2n-skx-ref"
3250     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3251     nic: "NIC_Intel-XXV710"
3252   compare:
3253     title: "rls2001 xxv710"
3254     data: "vpp-performance-changes-2n-skx-cmp"
3255     nic: "NIC_Intel-XXV710"
3256   data: "vpp-performance-changes-2n-skx"
3257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3259   parameters:
3260   - "name"
3261   - "parent"
3262   - "throughput"
3263   - "tags"
3264
3265 # VPP Performance Changes 2n-skx 2t1c ndr
3266 - type: "table"
3267   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3268   algorithm: "table_perf_comparison_nic"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3270   history:
3271     - title: "rls1904 x710"
3272       data: "vpp-performance-changes-2n-skx-h1"
3273       nic: "NIC_Intel-X710"
3274   reference:
3275     title: "rls1908 xxv710"
3276     data: "vpp-performance-changes-2n-skx-ref"
3277     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3278     nic: "NIC_Intel-XXV710"
3279   compare:
3280     title: "rls2001 xxv710"
3281     data: "vpp-performance-changes-2n-skx-cmp"
3282     nic: "NIC_Intel-XXV710"
3283   data: "vpp-performance-changes-2n-skx"
3284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3285   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3286   parameters:
3287   - "name"
3288   - "parent"
3289   - "throughput"
3290   - "tags"
3291
3292 # VPP Performance Changes 2n-skx 4t2c ndr
3293 - type: "table"
3294   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3295   algorithm: "table_perf_comparison_nic"
3296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3297   history:
3298     - title: "rls1904 x710"
3299       data: "vpp-performance-changes-2n-skx-h1"
3300       nic: "NIC_Intel-X710"
3301   reference:
3302     title: "rls1908 xxv710"
3303     data: "vpp-performance-changes-2n-skx-ref"
3304     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3305     nic: "NIC_Intel-XXV710"
3306   compare:
3307     title: "rls2001 xxv710"
3308     data: "vpp-performance-changes-2n-skx-cmp"
3309     nic: "NIC_Intel-XXV710"
3310   data: "vpp-performance-changes-2n-skx"
3311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3312   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3313   parameters:
3314   - "name"
3315   - "parent"
3316   - "throughput"
3317   - "tags"
3318
3319 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3320 #- type: "table"
3321 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3322 #  algorithm: "table_perf_comparison"
3323 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3324 #  reference:
3325 #    title: "rls1908"
3326 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3327 #  compare:
3328 #    title: "rls2001"
3329 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3330 #  data: "vpp-performance-changes-nfv-2n-skx"
3331 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3332 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3333 #  parameters:
3334 #  - "name"
3335 #  - "parent"
3336 #  - "throughput"
3337 #  - "tags"
3338 #
3339 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3340 #- type: "table"
3341 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3342 #  algorithm: "table_perf_comparison"
3343 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3344 #  reference:
3345 #    title: "rls1908"
3346 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3347 #  compare:
3348 #    title: "rls2001"
3349 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3350 #  data: "vpp-performance-changes-nfv-2n-skx"
3351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3352 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3353 #  parameters:
3354 #  - "name"
3355 #  - "parent"
3356 #  - "throughput"
3357 #  - "tags"
3358 #
3359 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3360 #- type: "table"
3361 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3362 #  algorithm: "table_perf_comparison"
3363 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3364 #  reference:
3365 #    title: "rls1908"
3366 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3367 #  compare:
3368 #    title: "rls2001"
3369 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3370 #  data: "vpp-performance-changes-nfv-2n-skx"
3371 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3372 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3373 #  parameters:
3374 #  - "name"
3375 #  - "parent"
3376 #  - "throughput"
3377 #  - "tags"
3378 #
3379 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3380 #- type: "table"
3381 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3382 #  algorithm: "table_perf_comparison"
3383 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3384 #  reference:
3385 #    title: "rls1908"
3386 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3387 #  compare:
3388 #    title: "rls2001"
3389 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3390 #  data: "vpp-performance-changes-nfv-2n-skx"
3391 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3392 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3393 #  parameters:
3394 #  - "name"
3395 #  - "parent"
3396 #  - "throughput"
3397 #  - "tags"
3398
3399 # VPP Performance Changes 2n-dnv 1t1c pdr
3400 - type: "table"
3401   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3402   algorithm: "table_perf_comparison"
3403   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3404   reference:
3405     title: "rls1908"
3406     data: "vpp-performance-changes-2n-dnv-ref"
3407   compare:
3408     title: "rls2001"
3409     data: "vpp-performance-changes-2n-dnv-cmp"
3410   data: "vpp-performance-changes-2n-dnv"
3411   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3412   filter: "'1T1C'"
3413   parameters:
3414   - "name"
3415   - "parent"
3416   - "throughput"
3417   - "tags"
3418
3419 # VPP Performance Changes 2n-dnv 2t2c pdr
3420 - type: "table"
3421   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3422   algorithm: "table_perf_comparison"
3423   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3424   reference:
3425     title: "rls1908"
3426     data: "vpp-performance-changes-2n-dnv-ref"
3427   compare:
3428     title: "rls2001"
3429     data: "vpp-performance-changes-2n-dnv-cmp"
3430   data: "vpp-performance-changes-2n-dnv"
3431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'2T2C'"
3433   parameters:
3434   - "name"
3435   - "parent"
3436   - "throughput"
3437   - "tags"
3438
3439 # VPP Performance Changes 2n-dnv 1t1c ndr
3440 - type: "table"
3441   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3442   algorithm: "table_perf_comparison"
3443   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3444   reference:
3445     title: "rls1908"
3446     data: "vpp-performance-changes-2n-dnv-ref"
3447   compare:
3448     title: "rls2001"
3449     data: "vpp-performance-changes-2n-dnv-cmp"
3450   data: "vpp-performance-changes-2n-dnv"
3451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3452   filter: "'1T1C'"
3453   parameters:
3454   - "name"
3455   - "parent"
3456   - "throughput"
3457   - "tags"
3458
3459 # VPP Performance Changes 2n-dnv 2t2c ndr
3460 - type: "table"
3461   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3462   algorithm: "table_perf_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3464   reference:
3465     title: "rls1908 "
3466     data: "vpp-performance-changes-2n-dnv-ref"
3467   compare:
3468     title: "rls2001"
3469     data: "vpp-performance-changes-2n-dnv-cmp"
3470   data: "vpp-performance-changes-2n-dnv"
3471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3472   filter: "'2T2C'"
3473   parameters:
3474   - "name"
3475   - "parent"
3476   - "throughput"
3477   - "tags"
3478
3479 # VPP Performance Changes 3n-dnv 1t1c pdr
3480 - type: "table"
3481   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3482   algorithm: "table_perf_comparison"
3483   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3484   reference:
3485     title: "rls1908"
3486     data: "vpp-performance-changes-3n-dnv-ref"
3487   compare:
3488     title: "rls2001"
3489     data: "vpp-performance-changes-3n-dnv-cmp"
3490   data: "vpp-performance-changes-3n-dnv"
3491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3492   filter: "'1T1C'"
3493   parameters:
3494   - "name"
3495   - "parent"
3496   - "throughput"
3497   - "tags"
3498
3499 # VPP Performance Changes 3n-dnv 2t2c pdr
3500 - type: "table"
3501   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3502   algorithm: "table_perf_comparison"
3503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3504   reference:
3505     title: "rls1908"
3506     data: "vpp-performance-changes-3n-dnv-ref"
3507   compare:
3508     title: "rls2001"
3509     data: "vpp-performance-changes-3n-dnv-cmp"
3510   data: "vpp-performance-changes-3n-dnv"
3511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3512   filter: "'2T2C'"
3513   parameters:
3514   - "name"
3515   - "parent"
3516   - "throughput"
3517   - "tags"
3518
3519 # VPP Performance Changes 3n-dnv 1t1c ndr
3520 - type: "table"
3521   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3522   algorithm: "table_perf_comparison"
3523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3524   reference:
3525     title: "rls1908"
3526     data: "vpp-performance-changes-3n-dnv-ref"
3527   compare:
3528     title: "rls2001"
3529     data: "vpp-performance-changes-3n-dnv-cmp"
3530   data: "vpp-performance-changes-3n-dnv"
3531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3532   filter: "'1T1C'"
3533   parameters:
3534   - "name"
3535   - "parent"
3536   - "throughput"
3537   - "tags"
3538
3539 # VPP Performance Changes 3n-dnv 2t2c ndr
3540 - type: "table"
3541   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3542   algorithm: "table_perf_comparison"
3543   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3544   reference:
3545     title: "rls1908"
3546     data: "vpp-performance-changes-3n-dnv-ref"
3547   compare:
3548     title: "rls2001"
3549     data: "vpp-performance-changes-3n-dnv-cmp"
3550   data: "vpp-performance-changes-3n-dnv"
3551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'2T2C'"
3553   parameters:
3554   - "name"
3555   - "parent"
3556   - "throughput"
3557   - "tags"
3558
3559 # VPP Performance Changes 3n-tsh 1t1c pdr
3560 - type: "table"
3561   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3562   algorithm: "table_perf_comparison"
3563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3564   reference:
3565     title: "rls1908"
3566     data: "vpp-performance-changes-3n-tsh-ref"
3567   compare:
3568     title: "rls2001"
3569     data: "vpp-performance-changes-3n-tsh-cmp"
3570   data: "vpp-performance-changes-3n-tsh"
3571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577   - "tags"
3578
3579 # VPP Performance Changes 3n-tsh 2t2c pdr
3580 - type: "table"
3581   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3582   algorithm: "table_perf_comparison"
3583   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3584   reference:
3585     title: "rls1908"
3586     data: "vpp-performance-changes-3n-tsh-ref"
3587   compare:
3588     title: "rls2001"
3589     data: "vpp-performance-changes-3n-tsh-cmp"
3590   data: "vpp-performance-changes-3n-tsh"
3591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3592   filter: "'2T2C'"
3593   parameters:
3594   - "name"
3595   - "parent"
3596   - "throughput"
3597   - "tags"
3598
3599 # VPP Performance Changes 3n-tsh 1t1c ndr
3600 - type: "table"
3601   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3602   algorithm: "table_perf_comparison"
3603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3604   reference:
3605     title: "rls1908"
3606     data: "vpp-performance-changes-3n-tsh-ref"
3607   compare:
3608     title: "rls2001"
3609     data: "vpp-performance-changes-3n-tsh-cmp"
3610   data: "vpp-performance-changes-3n-tsh"
3611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3612   filter: "'1T1C'"
3613   parameters:
3614   - "name"
3615   - "parent"
3616   - "throughput"
3617   - "tags"
3618
3619 # VPP Performance Changes 3n-tsh 2t2c ndr
3620 - type: "table"
3621   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3622   algorithm: "table_perf_comparison"
3623   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3624   reference:
3625     title: "rls1908"
3626     data: "vpp-performance-changes-3n-tsh-ref"
3627   compare:
3628     title: "rls2001"
3629     data: "vpp-performance-changes-3n-tsh-cmp"
3630   data: "vpp-performance-changes-3n-tsh"
3631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'2T2C'"
3633   parameters:
3634   - "name"
3635   - "parent"
3636   - "throughput"
3637   - "tags"
3638
3639 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3640 #- type: "table"
3641 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3642 #  algorithm: "table_perf_comparison_nic"
3643 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3644 #  reference:
3645 #    title: "3n-hsw xl710"
3646 #    data: "vpp-compare-testbeds-ref"
3647 #    nic: "NIC_Intel-XL710"
3648 #  compare:
3649 #    title: "3n-skx xxv710"
3650 #    data: "vpp-compare-testbeds-cmp"
3651 #    nic: "NIC_Intel-XXV710"
3652 #  data: "vpp-compare-testbeds"
3653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3654 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3655 #  parameters:
3656 #  - "name"
3657 #  - "parent"
3658 #  - "throughput"
3659 #  - "tags"
3660 #
3661 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3662 #- type: "table"
3663 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3664 #  algorithm: "table_perf_comparison_nic"
3665 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3666 #  reference:
3667 #    title: "3n-hsw xl710"
3668 #    data: "vpp-compare-testbeds-ref"
3669 #    nic: "NIC_Intel-XL710"
3670 #  compare:
3671 #    title: "3n-skx xxv710"
3672 #    data: "vpp-compare-testbeds-cmp"
3673 #    nic: "NIC_Intel-XXV710"
3674 #  data: "vpp-compare-testbeds"
3675 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3676 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3677 #  parameters:
3678 #  - "name"
3679 #  - "parent"
3680 #  - "throughput"
3681 #  - "tags"
3682 #
3683 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3684 #- type: "table"
3685 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3686 #  algorithm: "table_perf_comparison_nic"
3687 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3688 #  reference:
3689 #    title: "3n-hsw xl710"
3690 #    data: "vpp-compare-testbeds-ref"
3691 #    nic: "NIC_Intel-XL710"
3692 #  compare:
3693 #    title: "3n-skx xxv710"
3694 #    data: "vpp-compare-testbeds-cmp"
3695 #    nic: "NIC_Intel-XXV710"
3696 #  data: "vpp-compare-testbeds"
3697 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3698 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3699 #  parameters:
3700 #  - "name"
3701 #  - "parent"
3702 #  - "throughput"
3703 #  - "tags"
3704 #
3705 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3706 #- type: "table"
3707 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3708 #  algorithm: "table_perf_comparison_nic"
3709 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3710 #  reference:
3711 #    title: "3n-hsw xl710"
3712 #    data: "vpp-compare-testbeds-ref"
3713 #    nic: "NIC_Intel-XL710"
3714 #  compare:
3715 #    title: "3n-skx xxv710"
3716 #    data: "vpp-compare-testbeds-cmp"
3717 #    nic: "NIC_Intel-XXV710"
3718 #  data: "vpp-compare-testbeds"
3719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3721 #  parameters:
3722 #  - "name"
3723 #  - "parent"
3724 #  - "throughput"
3725 #  - "tags"
3726
3727 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3728 - type: "table"
3729   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3730   algorithm: "table_perf_comparison"
3731   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3732   reference:
3733     title: "2n-skx"
3734     data: "vpp-compare-testbeds-skx-clx-ref"
3735   compare:
3736     title: "2n-clx"
3737     data: "vpp-compare-testbeds-skx-clx-cmp"
3738   data: "vpp-compare-testbeds-skx-clx"
3739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3740   filter: "'2T1C'"
3741   parameters:
3742   - "name"
3743   - "parent"
3744   - "throughput"
3745   - "tags"
3746
3747 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3748 - type: "table"
3749   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3750   algorithm: "table_perf_comparison"
3751   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3752   reference:
3753     title: "2n-skx"
3754     data: "vpp-compare-testbeds-skx-clx-ref"
3755   compare:
3756     title: "2n-clx"
3757     data: "vpp-compare-testbeds-skx-clx-cmp"
3758   data: "vpp-compare-testbeds-skx-clx"
3759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3760   filter: "'4T2C'"
3761   parameters:
3762   - "name"
3763   - "parent"
3764   - "throughput"
3765   - "tags"
3766
3767 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3768 - type: "table"
3769   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3770   algorithm: "table_perf_comparison"
3771   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3772   reference:
3773     title: "2n-skx"
3774     data: "vpp-compare-testbeds-skx-clx-ref"
3775   compare:
3776     title: "2n-clx"
3777     data: "vpp-compare-testbeds-skx-clx-cmp"
3778   data: "vpp-compare-testbeds-skx-clx"
3779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "throughput"
3785   - "tags"
3786
3787 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3788 - type: "table"
3789   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3790   algorithm: "table_perf_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3792   reference:
3793     title: "2n-skx"
3794     data: "vpp-compare-testbeds-skx-clx-ref"
3795   compare:
3796     title: "2n-clx"
3797     data: "vpp-compare-testbeds-skx-clx-cmp"
3798   data: "vpp-compare-testbeds-skx-clx"
3799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3800   filter: "'4T2C'"
3801   parameters:
3802   - "name"
3803   - "parent"
3804   - "throughput"
3805   - "tags"
3806
3807 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3808 - type: "table"
3809   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3810   algorithm: "table_perf_comparison_nic"
3811   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3812   reference:
3813     title: "3n-hsw xl710"
3814     data: "vpp-compare-testbeds-hsw-clx-ref"
3815     nic: "NIC_Intel-XL710"
3816   compare:
3817     title: "2n-clx xxv710"
3818     data: "vpp-compare-testbeds-hsw-clx-cmp"
3819     nic: "NIC_Intel-XXV710"
3820   data: "vpp-compare-testbeds-hsw-clx"
3821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3822   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3823   parameters:
3824   - "name"
3825   - "parent"
3826   - "throughput"
3827   - "tags"
3828
3829 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3830 - type: "table"
3831   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3832   algorithm: "table_perf_comparison_nic"
3833   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3834   reference:
3835     title: "3n-hsw xl710"
3836     data: "vpp-compare-testbeds-hsw-clx-ref"
3837     nic: "NIC_Intel-XL710"
3838   compare:
3839     title: "2n-clx xxv710"
3840     data: "vpp-compare-testbeds-hsw-clx-cmp"
3841     nic: "NIC_Intel-XXV710"
3842   data: "vpp-compare-testbeds-hsw-clx"
3843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3844   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3845   parameters:
3846   - "name"
3847   - "parent"
3848   - "throughput"
3849   - "tags"
3850
3851 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3852 - type: "table"
3853   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3854   algorithm: "table_perf_comparison_nic"
3855   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3856   reference:
3857     title: "3n-hsw xl710"
3858     data: "vpp-compare-testbeds-hsw-clx-ref"
3859     nic: "NIC_Intel-XL710"
3860   compare:
3861     title: "2n-clx xxv710"
3862     data: "vpp-compare-testbeds-hsw-clx-cmp"
3863     nic: "NIC_Intel-XXV710"
3864   data: "vpp-compare-testbeds-hsw-clx"
3865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3866   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3867   parameters:
3868   - "name"
3869   - "parent"
3870   - "throughput"
3871   - "tags"
3872
3873 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3874 - type: "table"
3875   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3876   algorithm: "table_perf_comparison_nic"
3877   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3878   reference:
3879     title: "3n-hsw xl710"
3880     data: "vpp-compare-testbeds-hsw-clx-ref"
3881     nic: "NIC_Intel-XL710"
3882   compare:
3883     title: "2n-clx xxv710"
3884     data: "vpp-compare-testbeds-hsw-clx-cmp"
3885     nic: "NIC_Intel-XXV710"
3886   data: "vpp-compare-testbeds-hsw-clx"
3887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3888   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3889   parameters:
3890   - "name"
3891   - "parent"
3892   - "throughput"
3893   - "tags"
3894
3895 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3896 #- type: "table"
3897 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3898 #  algorithm: "table_perf_comparison"
3899 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3900 #  reference:
3901 #    title: "3-Node Skx"
3902 #    data: "vpp-compare-topologies-ref"
3903 #  compare:
3904 #    title: "2-Node Skx"
3905 #    data: "vpp-compare-topologies-cmp"
3906 #  data: "vpp-compare-topologies"
3907 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908 #  filter: "'NDRPDR' and '1C'"
3909 #  parameters:
3910 #  - "name"
3911 #  - "parent"
3912 #  - "throughput"
3913 #
3914 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3915 #- type: "table"
3916 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3917 #  algorithm: "table_perf_comparison"
3918 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3919 #  reference:
3920 #    title: "3-Node Skx"
3921 #    data: "vpp-compare-topologies-ref"
3922 #  compare:
3923 #    title: "2-Node Skx"
3924 #    data: "vpp-compare-topologies-cmp"
3925 #  data: "vpp-compare-topologies"
3926 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3927 #  filter: "'NDRPDR' and '2C'"
3928 #  parameters:
3929 #  - "name"
3930 #  - "parent"
3931 #  - "throughput"
3932 #
3933 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3934 #- type: "table"
3935 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3936 #  algorithm: "table_perf_comparison"
3937 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3938 #  reference:
3939 #    title: "3-Node Skx"
3940 #    data: "vpp-compare-topologies-ref"
3941 #  compare:
3942 #    title: "2-Node Skx"
3943 #    data: "vpp-compare-topologies-cmp"
3944 #  data: "vpp-compare-topologies"
3945 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946 #  filter: "'NDRPDR' and '1C'"
3947 #  parameters:
3948 #  - "name"
3949 #  - "parent"
3950 #  - "throughput"
3951 #
3952 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3953 #- type: "table"
3954 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3955 #  algorithm: "table_perf_comparison"
3956 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3957 #  reference:
3958 #    title: "3-Node Skx"
3959 #    data: "vpp-compare-topologies-ref"
3960 #  compare:
3961 #    title: "2-Node Skx"
3962 #    data: "vpp-compare-topologies-cmp"
3963 #  data: "vpp-compare-topologies"
3964 #  include-tests: "PDR"
3965 #  filter: "'NDRPDR' and '2C'"
3966 #  parameters:
3967 #  - "name"
3968 #  - "parent"
3969 #  - "throughput"
3970
3971 # VPP Performance Changes 3n-hsw 1t1c MRR
3972 - type: "table"
3973   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3974   algorithm: "table_perf_comparison"
3975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3976   history:
3977     - title: "rls1904"
3978       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3979   reference:
3980     title: "rls1908"
3981     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3982   compare:
3983     title: "rls2001"
3984     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3985   data: "vpp-performance-changes-3n-hsw-mrr"
3986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3987   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "result"
3992
3993 # VPP Performance Changes 3n-hsw 2t2c MRR
3994 - type: "table"
3995   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3996   algorithm: "table_perf_comparison"
3997   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3998   history:
3999     - title: "rls1904"
4000       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4001   reference:
4002     title: "rls1908"
4003     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4004   compare:
4005     title: "rls2001"
4006     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4007   data: "vpp-performance-changes-3n-hsw-mrr"
4008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4009   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4010   parameters:
4011   - "name"
4012   - "parent"
4013   - "result"
4014
4015 # VPP Performance Changes 3n-hsw 4t4c MRR
4016 - type: "table"
4017   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4018   algorithm: "table_perf_comparison"
4019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4020   history:
4021     - title: "rls1904"
4022       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4023   reference:
4024     title: "rls1908"
4025     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4026   compare:
4027     title: "rls2001"
4028     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4029   data: "vpp-performance-changes-3n-hsw-mrr"
4030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4031   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4032   parameters:
4033   - "name"
4034   - "parent"
4035   - "result"
4036
4037 ## VPP Performance Changes 3n-skx 2t1c MRR
4038 #- type: "table"
4039 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4040 #  algorithm: "table_perf_comparison"
4041 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4042 #  history:
4043 #    - title: "rls1904"
4044 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4045 #  reference:
4046 #    title: "rls1908"
4047 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4048 #  compare:
4049 #    title: "rls2001"
4050 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4051 #  data: "vpp-performance-changes-3n-skx-mrr"
4052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4053 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4054 #  parameters:
4055 #  - "name"
4056 #  - "parent"
4057 #  - "result"
4058 #
4059 ## VPP Performance Changes 3n-skx 4t2c MRR
4060 #- type: "table"
4061 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4062 #  algorithm: "table_perf_comparison"
4063 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4064 #  history:
4065 #    - title: "rls1904"
4066 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4067 #  reference:
4068 #    title: "rls1908"
4069 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4070 #  compare:
4071 #    title: "rls2001"
4072 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4073 #  data: "vpp-performance-changes-3n-skx-mrr"
4074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4075 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4076 #  parameters:
4077 #  - "name"
4078 #  - "parent"
4079 #  - "result"
4080 #
4081 ## VPP Performance Changes 3n-skx 8t4c MRR
4082 #- type: "table"
4083 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4084 #  algorithm: "table_perf_comparison"
4085 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4086 #  history:
4087 #    - title: "rls1904"
4088 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4089 #  reference:
4090 #    title: "rls1908"
4091 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4092 #  compare:
4093 #    title: "rls2001"
4094 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4095 #  data: "vpp-performance-changes-3n-skx-mrr"
4096 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4097 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4098 #  parameters:
4099 #  - "name"
4100 #  - "parent"
4101 #  - "result"
4102 #
4103 ## VPP Performance Changes 2n-skx 2t1c MRR
4104 #- type: "table"
4105 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4106 #  algorithm: "table_perf_comparison"
4107 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4108 #  history:
4109 #    - title: "rls1904"
4110 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4111 #  reference:
4112 #    title: "rls1908"
4113 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4114 #  compare:
4115 #    title: "rls2001"
4116 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4117 #  data: "vpp-performance-changes-2n-skx-mrr"
4118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4119 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4120 #  parameters:
4121 #  - "name"
4122 #  - "parent"
4123 #  - "result"
4124 #
4125 ## VPP Performance Changes 2n-skx 4t2c MRR
4126 #- type: "table"
4127 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4128 #  algorithm: "table_perf_comparison"
4129 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4130 #  history:
4131 #    - title: "rls1904"
4132 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4133 #  reference:
4134 #    title: "rls1908"
4135 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4136 #  compare:
4137 #    title: "rls2001"
4138 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4139 #  data: "vpp-performance-changes-2n-skx-mrr"
4140 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4141 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4142 #  parameters:
4143 #  - "name"
4144 #  - "parent"
4145 #  - "result"
4146 #
4147 ## VPP Performance Changes 2n-skx 8t4c MRR
4148 #- type: "table"
4149 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4150 #  algorithm: "table_perf_comparison"
4151 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4152 #  history:
4153 #    - title: "rls1904"
4154 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4155 #  reference:
4156 #    title: "rls1908"
4157 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4158 #  compare:
4159 #    title: "rls2001"
4160 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4161 #  data: "vpp-performance-changes-2n-skx-mrr"
4162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4163 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4164 #  parameters:
4165 #  - "name"
4166 #  - "parent"
4167 #  - "result"
4168 #
4169 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4170 #- type: "table"
4171 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4172 #  algorithm: "table_perf_comparison"
4173 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4174 #  reference:
4175 #    title: "rls1908"
4176 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4177 #  compare:
4178 #    title: "rls2001"
4179 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4180 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4181 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4182 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4183 #  parameters:
4184 #  - "name"
4185 #  - "parent"
4186 #  - "result"
4187 #
4188 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4189 #- type: "table"
4190 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4191 #  algorithm: "table_perf_comparison"
4192 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4193 #  reference:
4194 #    title: "rls1908"
4195 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4196 #  compare:
4197 #    title: "rls2001"
4198 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4199 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4200 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4201 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4202 #  parameters:
4203 #  - "name"
4204 #  - "parent"
4205 #  - "result"
4206 #
4207 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4208 #- type: "table"
4209 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4210 #  algorithm: "table_perf_comparison"
4211 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4212 #  reference:
4213 #    title: "rls1908"
4214 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4215 #  compare:
4216 #    title: "rls2001"
4217 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4218 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4220 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4221 #  parameters:
4222 #  - "name"
4223 #  - "parent"
4224 #  - "result"
4225
4226 # VPP Performance Changes 2n-dnv 1t1c MRR
4227 - type: "table"
4228   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4229   algorithm: "table_perf_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4231   reference:
4232     title: "rls1908"
4233     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4234   compare:
4235     title: "rls2001"
4236     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4237   data: "vpp-performance-changes-2n-dnv-mrr"
4238   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4239   filter: "'1T1C' and 'MRR'"
4240   parameters:
4241   - "name"
4242   - "parent"
4243   - "result"
4244
4245 # VPP Performance Changes 2n-dnv 2t2c MRR
4246 - type: "table"
4247   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4248   algorithm: "table_perf_comparison"
4249   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4250   reference:
4251     title: "rls1908"
4252     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4253   compare:
4254     title: "rls2001"
4255     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4256   data: "vpp-performance-changes-2n-dnv-mrr"
4257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4258   filter: "'2T2C' and 'MRR'"
4259   parameters:
4260   - "name"
4261   - "parent"
4262   - "result"
4263
4264 # VPP Performance Changes 2n-dnv 4t4c MRR
4265 - type: "table"
4266   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4267   algorithm: "table_perf_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4269   reference:
4270     title: "rls1908"
4271     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4272   compare:
4273     title: "rls2001"
4274     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4275   data: "vpp-performance-changes-2n-dnv-mrr"
4276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4277   filter: "'4T4C' and 'MRR'"
4278   parameters:
4279   - "name"
4280   - "parent"
4281   - "result"
4282
4283 # VPP Performance Changes 3n-dnv 1t1c MRR
4284 - type: "table"
4285   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4286   algorithm: "table_perf_comparison"
4287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4288   reference:
4289     title: "rls1908"
4290     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4291   compare:
4292     title: "rls2001"
4293     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4294   data: "vpp-performance-changes-3n-dnv-mrr"
4295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4296   filter: "'1T1C' and 'MRR'"
4297   parameters:
4298   - "name"
4299   - "parent"
4300   - "result"
4301
4302 # VPP Performance Changes 3n-dnv 2t2c MRR
4303 - type: "table"
4304   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4305   algorithm: "table_perf_comparison"
4306   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4307   reference:
4308     title: "rls1908"
4309     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4310   compare:
4311     title: "rls2001"
4312     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4313   data: "vpp-performance-changes-3n-dnv-mrr"
4314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4315   filter: "'2T2C' and 'MRR'"
4316   parameters:
4317   - "name"
4318   - "parent"
4319   - "result"
4320
4321 # VPP Performance Changes 3n-dnv 4t4c MRR
4322 - type: "table"
4323   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4324   algorithm: "table_perf_comparison"
4325   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4326   reference:
4327     title: "rls1908"
4328     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4329   compare:
4330     title: "rls2001"
4331     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4332   data: "vpp-performance-changes-3n-dnv-mrr"
4333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4334   filter: "'4T4C' and 'MRR'"
4335   parameters:
4336   - "name"
4337   - "parent"
4338   - "result"
4339
4340 # VPP Performance Changes 3n-tsh 1t1c MRR
4341 - type: "table"
4342   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4343   algorithm: "table_perf_comparison"
4344   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4345   reference:
4346     title: "rls1908"
4347     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4348   compare:
4349     title: "rls2001"
4350     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4351   data: "vpp-performance-changes-3n-tsh-mrr"
4352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4353   filter: "'1T1C' and 'MRR'"
4354   parameters:
4355   - "name"
4356   - "parent"
4357   - "result"
4358
4359 # VPP Performance Changes 3n-tsh 2t2c MRR
4360 - type: "table"
4361   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4362   algorithm: "table_perf_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4364   reference:
4365     title: "rls1908"
4366     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4367   compare:
4368     title: "rls2001"
4369     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4370   data: "vpp-performance-changes-3n-tsh-mrr"
4371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4372   filter: "'2T2C' and 'MRR'"
4373   parameters:
4374   - "name"
4375   - "parent"
4376   - "result"
4377
4378 # VPP Performance Changes 3n-tsh 4t4c MRR
4379 - type: "table"
4380   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4381   algorithm: "table_perf_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4383   reference:
4384     title: "rls1908"
4385     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4386   compare:
4387     title: "rls2001"
4388     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4389   data: "vpp-performance-changes-3n-tsh-mrr"
4390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4391   filter: "'4T4C' and 'MRR'"
4392   parameters:
4393   - "name"
4394   - "parent"
4395   - "result"
4396
4397 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4398 #- type: "table"
4399 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4400 #  algorithm: "table_perf_comparison_nic"
4401 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4402 #  reference:
4403 #    title: "3n-hsw xl710"
4404 #    data: "vpp-compare-testbeds-mrr-ref"
4405 #    nic: "NIC_Intel-XL710"
4406 #  compare:
4407 #    title: "3n-skx xxv710"
4408 #    data: "vpp-compare-testbeds-mrr-cmp"
4409 #    nic: "NIC_Intel-XXV710"
4410 #  data: "vpp-compare-testbeds-mrr"
4411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4412 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4413 #  parameters:
4414 #  - "name"
4415 #  - "parent"
4416 #  - "result"
4417 #  - "tags"
4418 #
4419 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4420 #- type: "table"
4421 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4422 #  algorithm: "table_perf_comparison_nic"
4423 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4424 #  reference:
4425 #    title: "3n-hsw xl710"
4426 #    data: "vpp-compare-testbeds-mrr-ref"
4427 #    nic: "NIC_Intel-XL710"
4428 #  compare:
4429 #    title: "3n-skx xxv710"
4430 #    data: "vpp-compare-testbeds-mrr-cmp"
4431 #    nic: "NIC_Intel-XXV710"
4432 #  data: "vpp-compare-testbeds-mrr"
4433 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4434 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4435 #  parameters:
4436 #  - "name"
4437 #  - "parent"
4438 #  - "result"
4439 #  - "tags"
4440 #
4441 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4442 #- type: "table"
4443 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4444 #  algorithm: "table_perf_comparison_nic"
4445 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4446 #  reference:
4447 #    title: "3n-hsw xl710"
4448 #    data: "vpp-compare-testbeds-mrr-ref"
4449 #    nic: "NIC_Intel-XL710"
4450 #  compare:
4451 #    title: "3n-skx xxv710"
4452 #    data: "vpp-compare-testbeds-mrr-cmp"
4453 #    nic: "NIC_Intel-XXV710"
4454 #  data: "vpp-compare-testbeds-mrr"
4455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4456 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4457 #  parameters:
4458 #  - "name"
4459 #  - "parent"
4460 #  - "result"
4461 #  - "tags"
4462
4463 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4464 #- type: "table"
4465 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4466 #  algorithm: "table_perf_comparison"
4467 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4468 #  reference:
4469 #    title: "2n-skx"
4470 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4471 #  compare:
4472 #    title: "2n-clx"
4473 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4474 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4475 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4476 #  filter: "'2T1C'"
4477 #  parameters:
4478 #  - "name"
4479 #  - "parent"
4480 #  - "result"
4481 #  - "tags"
4482 #
4483 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4484 #- type: "table"
4485 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4486 #  algorithm: "table_perf_comparison"
4487 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4488 #  reference:
4489 #    title: "2n-skx"
4490 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4491 #  compare:
4492 #    title: "2n-clx"
4493 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4494 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4495 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4496 #  filter: "'4T2C'"
4497 #  parameters:
4498 #  - "name"
4499 #  - "parent"
4500 #  - "result"
4501 #  - "tags"
4502 #
4503 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4504 #- type: "table"
4505 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4506 #  algorithm: "table_perf_comparison"
4507 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4508 #  reference:
4509 #    title: "2n-skx"
4510 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4511 #  compare:
4512 #    title: "2n-clx"
4513 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4514 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4515 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4516 #  filter: "'8T4C'"
4517 #  parameters:
4518 #  - "name"
4519 #  - "parent"
4520 #  - "result"
4521 #  - "tags"
4522 #
4523 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4524 #- type: "table"
4525 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4526 #  algorithm: "table_perf_comparison"
4527 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4528 #  reference:
4529 #    title: "3-Node Skx"
4530 #    data: "vpp-compare-topologies-mrr-ref"
4531 #  compare:
4532 #    title: "2-Node Skx"
4533 #    data: "vpp-compare-topologies-mrr-cmp"
4534 #  data: "vpp-compare-topologies-mrr"
4535 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4536 #  filter: "'MRR' and '1C'"
4537 #  parameters:
4538 #  - "name"
4539 #  - "parent"
4540 #  - "result"
4541 #
4542 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4543 #- type: "table"
4544 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4545 #  algorithm: "table_perf_comparison"
4546 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4547 #  reference:
4548 #    title: "3-Node Skx"
4549 #    data: "vpp-compare-topologies-mrr-ref"
4550 #  compare:
4551 #    title: "2-Node Skx"
4552 #    data: "vpp-compare-topologies-mrr-cmp"
4553 #  data: "vpp-compare-topologies-mrr"
4554 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4555 #  filter: "'MRR' and '2C'"
4556 #  parameters:
4557 #  - "name"
4558 #  - "parent"
4559 #  - "result"
4560 #
4561 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4562 #- type: "table"
4563 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4564 #  algorithm: "table_perf_comparison"
4565 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4566 #  reference:
4567 #    title: "3-Node Skx"
4568 #    data: "vpp-compare-topologies-mrr-ref"
4569 #  compare:
4570 #    title: "2-Node Skx"
4571 #    data: "vpp-compare-topologies-mrr-cmp"
4572 #  data: "vpp-compare-topologies-mrr"
4573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4574 #  filter: "'MRR' and '4C'"
4575 #  parameters:
4576 #  - "name"
4577 #  - "parent"
4578 #  - "result"
4579
4580 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4581 - type: "table"
4582   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4583   algorithm: "table_perf_comparison_nic"
4584   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4585   reference:
4586     title: "3n-hsw xl710"
4587     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4588     nic: "NIC_Intel-XL710"
4589   compare:
4590     title: "2n-clx xxv710"
4591     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4592     nic: "NIC_Intel-XXV710"
4593   data: "vpp-compare-testbeds-mrr-hsw-clx"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "result"
4600   - "tags"
4601
4602 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4603 - type: "table"
4604   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4605   algorithm: "table_perf_comparison_nic"
4606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4607   reference:
4608     title: "3n-hsw xl710"
4609     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4610     nic: "NIC_Intel-XL710"
4611   compare:
4612     title: "2n-clx xxv710"
4613     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4614     nic: "NIC_Intel-XXV710"
4615   data: "vpp-compare-testbeds-mrr-hsw-clx"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4618   parameters:
4619   - "name"
4620   - "parent"
4621   - "result"
4622   - "tags"
4623
4624 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4625 - type: "table"
4626   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4627   algorithm: "table_perf_comparison_nic"
4628   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4629   reference:
4630     title: "3n-hsw xl710"
4631     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4632     nic: "NIC_Intel-XL710"
4633   compare:
4634     title: "2n-clx xxv710"
4635     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4636     nic: "NIC_Intel-XXV710"
4637   data: "vpp-compare-testbeds-mrr-hsw-clx"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4640   parameters:
4641   - "name"
4642   - "parent"
4643   - "result"
4644   - "tags"
4645
4646 # Detailed Test Results - VPP Performance Results 3n-hsw
4647 - type: "table"
4648   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4649   algorithm: "table_merged_details"
4650   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4651   columns:
4652   - title: " |prein| Test Name |preout| "
4653     data: "data name"
4654   - 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| "
4655     data: "data msg"
4656   data: "vpp-perf-results-3n-hsw"
4657   filter: "all"
4658   parameters:
4659   - "name"
4660   - "parent"
4661   - "msg"
4662
4663 ## Detailed Test Results - VPP Performance Results 3n-skx
4664 #- type: "table"
4665 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4666 #  algorithm: "table_merged_details"
4667 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4668 #  columns:
4669 #  - title: " |prein| Test Name |preout| "
4670 #    data: "data name"
4671 #  - 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| "
4672 #    data: "data msg"
4673 #  data: "vpp-perf-results-3n-skx"
4674 #  filter: "all"
4675 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
4676 #  parameters:
4677 #  - "name"
4678 #  - "parent"
4679 #  - "msg"
4680
4681 # Detailed Test Results - VPP Performance Results 2n-skx
4682 - type: "table"
4683   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4684   algorithm: "table_merged_details"
4685   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4686   columns:
4687   - title: " |prein| Test Name |preout| "
4688     data: "data name"
4689   - 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| "
4690     data: "data msg"
4691   data: "vpp-perf-results-2n-skx"
4692   filter: "all"
4693   remove-ndr: True  # Temporary solution: remove NDR results from test message
4694   parameters:
4695   - "name"
4696   - "parent"
4697   - "msg"
4698
4699 # Detailed Test Results - VPP Performance Results 2n-clx
4700 - type: "table"
4701   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4702   algorithm: "table_merged_details"
4703   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4704   columns:
4705   - title: " |prein| Test Name |preout| "
4706     data: "data name"
4707   - 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| "
4708     data: "data msg"
4709   data: "vpp-perf-results-2n-clx"
4710   filter: "all"
4711   parameters:
4712   - "name"
4713   - "parent"
4714   - "msg"
4715
4716 # Detailed Test Results - VPP Performance Results 3n-tsh
4717 - type: "table"
4718   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4719   algorithm: "table_merged_details"
4720   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4721   columns:
4722   - title: " |prein| Test Name |preout| "
4723     data: "data name"
4724   - 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| "
4725     data: "data msg"
4726   data: "vpp-perf-results-3n-tsh"
4727   filter: "all"
4728   parameters:
4729   - "name"
4730   - "parent"
4731   - "msg"
4732
4733 # Detailed Test Results - VPP Performance Results 3n-dnv
4734 - type: "table"
4735   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4736   algorithm: "table_merged_details"
4737   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4738   columns:
4739   - title: " |prein| Test Name |preout| "
4740     data: "data name"
4741   - 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| "
4742     data: "data msg"
4743   data: "vpp-perf-results-3n-dnv"
4744   filter: "all"
4745   parameters:
4746   - "name"
4747   - "parent"
4748   - "msg"
4749
4750 # Detailed Test Results - VPP Performance Results 2n-dnv
4751 - type: "table"
4752   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4753   algorithm: "table_merged_details"
4754   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4755   columns:
4756   - title: " |prein| Test Name |preout| "
4757     data: "data name"
4758   - 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| "
4759     data: "data msg"
4760   data: "vpp-perf-results-2n-dnv"
4761   filter: "all"
4762   parameters:
4763   - "name"
4764   - "parent"
4765   - "msg"
4766
4767 # Test configuration - VPP Performance Test Configs 3n-hsw
4768 - type: "table"
4769   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4770   algorithm: "table_merged_details"
4771   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4772   columns:
4773   - title: " |prein| Test Name |preout| "
4774     data: "data name"
4775   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4776     data: "data conf-history"
4777   data: "vpp-perf-results-3n-hsw"
4778   filter: "all"
4779   parameters:
4780   - "parent"
4781   - "name"
4782   - "conf-history"
4783
4784 ## Test configuration - VPP Performance Test Configs 3n-skx
4785 #- type: "table"
4786 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4787 #  algorithm: "table_merged_details"
4788 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4789 #  columns:
4790 #  - title: " |prein| Test Name |preout| "
4791 #    data: "data name"
4792 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4793 #    data: "data conf-history"
4794 #  data: "vpp-perf-results-3n-skx"
4795 #  filter: "all"
4796 #  parameters:
4797 #  - "parent"
4798 #  - "name"
4799 #  - "conf-history"
4800 #
4801 ## Test configuration - VPP Performance Test Configs 2n-skx
4802 #- type: "table"
4803 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4804 #  algorithm: "table_merged_details"
4805 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4806 #  columns:
4807 #  - title: " |prein| Test Name |preout| "
4808 #    data: "data name"
4809 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4810 #    data: "data conf-history"
4811 #  data: "vpp-perf-results-2n-skx"
4812 #  filter: "all"
4813 #  parameters:
4814 #  - "parent"
4815 #  - "name"
4816 #  - "conf-history"
4817
4818 # Test configuration - VPP Performance Test Configs 2n-clx
4819 - type: "table"
4820   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4821   algorithm: "table_merged_details"
4822   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4823   columns:
4824   - title: " |prein| Test Name |preout| "
4825     data: "data name"
4826   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4827     data: "data conf-history"
4828   data: "vpp-perf-results-2n-clx"
4829   filter: "all"
4830   parameters:
4831   - "parent"
4832   - "name"
4833   - "conf-history"
4834
4835 # Test configuration - VPP Performance Test Configs 3n-tsh
4836 - type: "table"
4837   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4838   algorithm: "table_merged_details"
4839   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4840   columns:
4841   - title: " |prein| Test Name |preout| "
4842     data: "data name"
4843   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4844     data: "data conf-history"
4845   data: "vpp-perf-results-3n-tsh"
4846   filter: "all"
4847   parameters:
4848   - "parent"
4849   - "name"
4850   - "conf-history"
4851
4852 # Test configuration - VPP Performance Test Configs 3n-dnv
4853 - type: "table"
4854   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4855   algorithm: "table_merged_details"
4856   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4857   columns:
4858   - title: " |prein| Test Name |preout| "
4859     data: "data name"
4860   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4861     data: "data conf-history"
4862   data: "vpp-perf-results-3n-dnv"
4863   filter: "all"
4864   parameters:
4865   - "parent"
4866   - "name"
4867   - "conf-history"
4868
4869 # Test configuration - VPP Performance Test Configs 2n-dnv
4870 - type: "table"
4871   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4872   algorithm: "table_merged_details"
4873   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4874   columns:
4875   - title: " |prein| Test Name |preout| "
4876     data: "data name"
4877   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4878     data: "data conf-history"
4879   data: "vpp-perf-results-2n-dnv"
4880   filter: "all"
4881   parameters:
4882   - "parent"
4883   - "name"
4884   - "conf-history"
4885
4886 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4887 - type: "table"
4888   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4889   algorithm: "table_oper_data_html"
4890   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4891   data: "vpp-perf-results-3n-hsw"
4892   filter: "all"
4893
4894 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4895 #- type: "table"
4896 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4897 #  algorithm: "table_oper_data_html"
4898 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4899 #  data: "vpp-perf-results-3n-skx"
4900 #  filter: "all"
4901 #
4902 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4903 #- type: "table"
4904 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4905 #  algorithm: "table_oper_data_html"
4906 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4907 #  data: "vpp-perf-results-2n-skx"
4908 #  filter: "all"
4909
4910 # Test Operational Data - VPP Performance Operational Data 2n-clx
4911 - type: "table"
4912   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4913   algorithm: "table_oper_data_html"
4914   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4915   data: "vpp-perf-results-2n-clx"
4916   filter: "all"
4917
4918 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4919 - type: "table"
4920   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4921   algorithm: "table_oper_data_html"
4922   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4923   data: "vpp-perf-results-3n-tsh"
4924   filter: "all"
4925
4926 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4927 - type: "table"
4928   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4929   algorithm: "table_oper_data_html"
4930   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4931   data: "vpp-perf-results-3n-dnv"
4932   filter: "all"
4933
4934 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4935 - type: "table"
4936   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4937   algorithm: "table_oper_data_html"
4938   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4939   data: "vpp-perf-results-2n-dnv"
4940   filter: "all"
4941
4942 # Detailed Test Results - VPP MRR Results 3n-hsw
4943 - type: "table"
4944   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4945   algorithm: "table_merged_details"
4946   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4947   columns:
4948   - title: " |prein| Test Name |preout| "
4949     data: "data name"
4950   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4951     data: "data msg"
4952   data: "vpp-mrr-results-3n-hsw"
4953   filter: "all"
4954   parameters:
4955   - "name"
4956   - "parent"
4957   - "msg"
4958
4959 ## Detailed Test Results - VPP MRR Results 3n-skx
4960 #- type: "table"
4961 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4962 #  algorithm: "table_merged_details"
4963 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
4964 #  columns:
4965 #  - title: " |prein| Test Name |preout| "
4966 #    data: "data name"
4967 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4968 #    data: "data msg"
4969 #  data: "vpp-mrr-results-3n-skx"
4970 #  filter: "all"
4971 #  parameters:
4972 #  - "name"
4973 #  - "parent"
4974 #  - "msg"
4975 #
4976 ## Detailed Test Results - VPP MRR Results 2n-skx
4977 #- type: "table"
4978 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4979 #  algorithm: "table_merged_details"
4980 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
4981 #  columns:
4982 #  - title: " |prein| Test Name |preout| "
4983 #    data: "data name"
4984 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4985 #    data: "data msg"
4986 #  data: "vpp-mrr-results-2n-skx"
4987 #  filter: "all"
4988 #  parameters:
4989 #  - "name"
4990 #  - "parent"
4991 #  - "msg"
4992
4993 # Detailed Test Results - VPP MRR Results 2n-clx
4994 - type: "table"
4995   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4996   algorithm: "table_merged_details"
4997   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
4998   columns:
4999   - title: " |prein| Test Name |preout| "
5000     data: "data name"
5001   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5002     data: "data msg"
5003   data: "vpp-mrr-results-2n-clx"
5004   filter: "all"
5005   parameters:
5006   - "name"
5007   - "parent"
5008   - "msg"
5009
5010 # Detailed Test Results - VPP MRR Results 3n-tsh
5011 - type: "table"
5012   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5013   algorithm: "table_merged_details"
5014   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5015   columns:
5016   - title: " |prein| Test Name |preout| "
5017     data: "data name"
5018   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5019     data: "data msg"
5020   data: "vpp-mrr-results-3n-tsh"
5021   filter: "all"
5022   parameters:
5023   - "name"
5024   - "parent"
5025   - "msg"
5026
5027 # Detailed Test Results - VPP MRR Results 3n-dnv
5028 - type: "table"
5029   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5030   algorithm: "table_merged_details"
5031   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5032   columns:
5033   - title: " |prein| Test Name |preout| "
5034     data: "data name"
5035   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5036     data: "data msg"
5037   data: "vpp-mrr-results-3n-dnv"
5038   filter: "all"
5039   parameters:
5040   - "name"
5041   - "parent"
5042   - "msg"
5043
5044 # Detailed Test Results - VPP MRR Results 2n-dnv
5045 - type: "table"
5046   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5047   algorithm: "table_merged_details"
5048   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5049   columns:
5050   - title: " |prein| Test Name |preout| "
5051     data: "data name"
5052   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5053     data: "data msg"
5054   data: "vpp-mrr-results-2n-dnv"
5055   filter: "all"
5056   parameters:
5057   - "name"
5058   - "parent"
5059   - "msg"
5060
5061 # Test configuration - VPP MRR Test Configs 3n-hsw
5062 - type: "table"
5063   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5064   algorithm: "table_merged_details"
5065   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5066   columns:
5067   - title: " |prein| Test Name |preout| "
5068     data: "data name"
5069   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5070     data: "data conf-history"
5071   data: "vpp-mrr-results-3n-hsw"
5072   filter: "all"
5073   parameters:
5074   - "parent"
5075   - "name"
5076   - "conf-history"
5077
5078 ## Test configuration - VPP MRR Test Configs 3n-skx
5079 #- type: "table"
5080 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5081 #  algorithm: "table_merged_details"
5082 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5083 #  columns:
5084 #  - title: " |prein| Test Name |preout| "
5085 #    data: "data name"
5086 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5087 #    data: "data conf-history"
5088 #  data: "vpp-mrr-results-3n-skx"
5089 #  filter: "all"
5090 #  parameters:
5091 #  - "parent"
5092 #  - "name"
5093 #  - "conf-history"
5094 #
5095 ## Test configuration - VPP MRR Test Configs 2n-skx
5096 #- type: "table"
5097 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5098 #  algorithm: "table_merged_details"
5099 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5100 #  columns:
5101 #  - title: " |prein| Test Name |preout| "
5102 #    data: "data name"
5103 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5104 #    data: "data conf-history"
5105 #  data: "vpp-mrr-results-2n-skx"
5106 #  filter: "all"
5107 #  parameters:
5108 #  - "parent"
5109 #  - "name"
5110 #  - "conf-history"
5111
5112 # Test configuration - VPP MRR Test Configs 2n-clx
5113 - type: "table"
5114   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5115   algorithm: "table_merged_details"
5116   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5117   columns:
5118   - title: " |prein| Test Name |preout| "
5119     data: "data name"
5120   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5121     data: "data conf-history"
5122   data: "vpp-mrr-results-2n-clx"
5123   filter: "all"
5124   parameters:
5125   - "parent"
5126   - "name"
5127   - "conf-history"
5128
5129 # Test configuration - VPP MRR Test Configs 3n-tsh
5130 - type: "table"
5131   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5132   algorithm: "table_merged_details"
5133   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5134   columns:
5135   - title: " |prein| Test Name |preout| "
5136     data: "data name"
5137   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5138     data: "data conf-history"
5139   data: "vpp-mrr-results-3n-tsh"
5140   filter: "all"
5141   parameters:
5142   - "parent"
5143   - "name"
5144   - "conf-history"
5145
5146 # Test configuration - VPP MRR Test Configs 3n-dnv
5147 - type: "table"
5148   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5149   algorithm: "table_merged_details"
5150   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5151   columns:
5152   - title: " |prein| Test Name |preout| "
5153     data: "data name"
5154   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5155     data: "data conf-history"
5156   data: "vpp-mrr-results-3n-dnv"
5157   filter: "all"
5158   parameters:
5159   - "parent"
5160   - "name"
5161   - "conf-history"
5162
5163 # Test configuration - VPP MRR Test Configs 2n-dnv
5164 - type: "table"
5165   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5166   algorithm: "table_merged_details"
5167   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5168   columns:
5169   - title: " |prein| Test Name |preout| "
5170     data: "data name"
5171   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5172     data: "data conf-history"
5173   data: "vpp-mrr-results-2n-dnv"
5174   filter: "all"
5175   parameters:
5176   - "parent"
5177   - "name"
5178   - "conf-history"
5179
5180 # Detailed Test Results - VPP Device Results - Ubuntu
5181 - type: "table"
5182   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5183   algorithm: "table_merged_details"
5184   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5185   columns:
5186   - title: " |prein| Test Name |preout| "
5187     data: "data name"
5188   - title: " |prein| Status |preout| "
5189     data: "data status"
5190   data: "vpp-device-results-ubuntu"
5191   filter: "all"
5192   parameters:
5193   - "name"
5194   - "parent"
5195   - "doc"
5196   - "status"
5197
5198 # Test configuration - VPP Device Test Configs - Ubuntu
5199 - type: "table"
5200   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5201   algorithm: "table_merged_details"
5202   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5203   columns:
5204   - title: " |prein| Test Name |preout| "
5205     data: "data name"
5206   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5207     data: "data conf-history"
5208   data: "vpp-device-results-ubuntu"
5209   filter: "all"
5210   parameters:
5211   - "parent"
5212   - "name"
5213   - "conf-history"
5214
5215 ################################################################################
5216
5217 # DPDK Performance Changes 3n-hsw 1t1c pdr
5218 - type: "table"
5219   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5220   algorithm: "table_perf_comparison"
5221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5222   history:
5223     - title: "rls1904"
5224       data: "dpdk-performance-changes-3n-hsw-h1"
5225   reference:
5226     title: "rls1908"
5227     data: "dpdk-performance-changes-3n-hsw-ref"
5228   compare:
5229     title: "rls2001"
5230     data: "dpdk-performance-changes-3n-hsw-cmp"
5231   data: "dpdk-performance-changes-3n-hsw"
5232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5233   filter: "'1T1C' and 'NDRPDR'"
5234   parameters:
5235   - "name"
5236   - "parent"
5237   - "throughput"
5238
5239 # DPDK Performance Changes 3n-hsw 2t2c pdr
5240 - type: "table"
5241   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5242   algorithm: "table_perf_comparison"
5243   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5244   history:
5245     - title: "rls1904"
5246       data: "dpdk-performance-changes-3n-hsw-h1"
5247   reference:
5248     title: "rls1908"
5249     data: "dpdk-performance-changes-3n-hsw-ref"
5250   compare:
5251     title: "rls2001"
5252     data: "dpdk-performance-changes-3n-hsw-cmp"
5253   data: "dpdk-performance-changes-3n-hsw"
5254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5255   filter: "'2T2C' and 'NDRPDR'"
5256   parameters:
5257   - "name"
5258   - "parent"
5259   - "throughput"
5260
5261 # DPDK Performance Changes 3n-hsw 1t1c ndr
5262 - type: "table"
5263   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5264   algorithm: "table_perf_comparison"
5265   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5266   history:
5267     - title: "rls1904"
5268       data: "dpdk-performance-changes-3n-hsw-h1"
5269   reference:
5270     title: "rls1908"
5271     data: "dpdk-performance-changes-3n-hsw-ref"
5272   compare:
5273     title: "rls2001"
5274     data: "dpdk-performance-changes-3n-hsw-cmp"
5275   data: "dpdk-performance-changes-3n-hsw"
5276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5277   filter: "'1T1C' and 'NDRPDR'"
5278   parameters:
5279   - "name"
5280   - "parent"
5281   - "throughput"
5282
5283 # DPDK Performance Changes 3n-hsw 2t2c ndr
5284 - type: "table"
5285   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5286   algorithm: "table_perf_comparison"
5287   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5288   history:
5289     - title: "rls1904"
5290       data: "dpdk-performance-changes-3n-hsw-h1"
5291   reference:
5292     title: "rls1908"
5293     data: "dpdk-performance-changes-3n-hsw-ref"
5294   compare:
5295     title: "rls2001"
5296     data: "dpdk-performance-changes-3n-hsw-cmp"
5297   data: "dpdk-performance-changes-3n-hsw"
5298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5299   filter: "'2T2C' and 'NDRPDR'"
5300   parameters:
5301   - "name"
5302   - "parent"
5303   - "throughput"
5304
5305 ## DPDK Performance Changes 3n-skx 2t1c pdr
5306 #- type: "table"
5307 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5308 #  algorithm: "table_perf_comparison"
5309 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5310 #  history:
5311 #    - title: "rls1904"
5312 #      data: "dpdk-performance-changes-3n-skx-h1"
5313 #  reference:
5314 #    title: "rls1908"
5315 #    data: "dpdk-performance-changes-3n-skx-ref"
5316 #  compare:
5317 #    title: "rls2001"
5318 #    data: "dpdk-performance-changes-3n-skx-cmp"
5319 #  data: "dpdk-performance-changes-3n-skx"
5320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5321 #  filter: "'2T1C' and 'NDRPDR'"
5322 #  parameters:
5323 #  - "name"
5324 #  - "parent"
5325 #  - "throughput"
5326 #
5327 ## DPDK Performance Changes 3n-skx 4t2c pdr
5328 #- type: "table"
5329 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5330 #  algorithm: "table_perf_comparison"
5331 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5332 #  history:
5333 #    - title: "rls1904"
5334 #      data: "dpdk-performance-changes-3n-skx-h1"
5335 #  reference:
5336 #    title: "rls1908"
5337 #    data: "dpdk-performance-changes-3n-skx-ref"
5338 #  compare:
5339 #    title: "rls2001"
5340 #    data: "dpdk-performance-changes-3n-skx-cmp"
5341 #  data: "dpdk-performance-changes-3n-skx"
5342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5343 #  filter: "'4T2C' and 'NDRPDR'"
5344 #  parameters:
5345 #  - "name"
5346 #  - "parent"
5347 #  - "throughput"
5348 #
5349 ## DPDK Performance Changes 3n-skx 2t1c ndr
5350 #- type: "table"
5351 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5352 #  algorithm: "table_perf_comparison"
5353 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5354 #  history:
5355 #    - title: "rls1904"
5356 #      data: "dpdk-performance-changes-3n-skx-h1"
5357 #  reference:
5358 #    title: "rls1908"
5359 #    data: "dpdk-performance-changes-3n-skx-ref"
5360 #  compare:
5361 #    title: "rls2001"
5362 #    data: "dpdk-performance-changes-3n-skx-cmp"
5363 #  data: "dpdk-performance-changes-3n-skx"
5364 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5365 #  filter: "'2T1C' and 'NDRPDR'"
5366 #  parameters:
5367 #  - "name"
5368 #  - "parent"
5369 #  - "throughput"
5370 #
5371 ## DPDK Performance Changes 3n-skx 4t2c ndr
5372 #- type: "table"
5373 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5374 #  algorithm: "table_perf_comparison"
5375 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5376 #  history:
5377 #    - title: "rls1904"
5378 #      data: "dpdk-performance-changes-3n-skx-h1"
5379 #  reference:
5380 #    title: "rls1908"
5381 #    data: "dpdk-performance-changes-3n-skx-ref"
5382 #  compare:
5383 #    title: "rls2001"
5384 #    data: "dpdk-performance-changes-3n-skx-cmp"
5385 #  data: "dpdk-performance-changes-3n-skx"
5386 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5387 #  filter: "'4T2C' and 'NDRPDR'"
5388 #  parameters:
5389 #  - "name"
5390 #  - "parent"
5391 #  - "throughput"
5392 #
5393 ## DPDK Performance Changes 2n-skx 2t1c pdr
5394 #- type: "table"
5395 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5396 #  algorithm: "table_perf_comparison"
5397 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5398 #  history:
5399 #    - title: "rls1904"
5400 #      data: "dpdk-performance-changes-2n-skx-h1"
5401 #  reference:
5402 #    title: "rls1908"
5403 #    data: "dpdk-performance-changes-2n-skx-ref"
5404 #  compare:
5405 #    title: "rls2001"
5406 #    data: "dpdk-performance-changes-2n-skx-cmp"
5407 #  data: "dpdk-performance-changes-2n-skx"
5408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5409 #  filter: "'2T1C' and 'NDRPDR'"
5410 #  parameters:
5411 #  - "name"
5412 #  - "parent"
5413 #  - "throughput"
5414 #
5415 ## DPDK Performance Changes 2n-skx 4t2c pdr
5416 #- type: "table"
5417 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5418 #  algorithm: "table_perf_comparison"
5419 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5420 #  history:
5421 #    - title: "rls1904"
5422 #      data: "dpdk-performance-changes-2n-skx-h1"
5423 #  reference:
5424 #    title: "rls1908"
5425 #    data: "dpdk-performance-changes-2n-skx-ref"
5426 #  compare:
5427 #    title: "rls2001"
5428 #    data: "dpdk-performance-changes-2n-skx-cmp"
5429 #  data: "dpdk-performance-changes-2n-skx"
5430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5431 #  filter: "'4T2C' and 'NDRPDR'"
5432 #  parameters:
5433 #  - "name"
5434 #  - "parent"
5435 #  - "throughput"
5436 #
5437 ## DPDK Performance Changes 2n-skx 2t1c ndr
5438 #- type: "table"
5439 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5440 #  algorithm: "table_perf_comparison"
5441 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5442 #  history:
5443 #    - title: "rls1904"
5444 #      data: "dpdk-performance-changes-2n-skx-h1"
5445 #  reference:
5446 #    title: "rls1908"
5447 #    data: "dpdk-performance-changes-2n-skx-ref"
5448 #  compare:
5449 #    title: "rls2001"
5450 #    data: "dpdk-performance-changes-2n-skx-cmp"
5451 #  data: "dpdk-performance-changes-2n-skx"
5452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5453 #  filter: "'2T1C' and 'NDRPDR'"
5454 #  parameters:
5455 #  - "name"
5456 #  - "parent"
5457 #  - "throughput"
5458 #
5459 ## DPDK Performance Changes 2n-skx 4t2c ndr
5460 #- type: "table"
5461 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5462 #  algorithm: "table_perf_comparison"
5463 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5464 #  history:
5465 #    - title: "rls1904"
5466 #      data: "dpdk-performance-changes-2n-skx-h1"
5467 #  reference:
5468 #    title: "rls1908"
5469 #    data: "dpdk-performance-changes-2n-skx-ref"
5470 #  compare:
5471 #    title: "rls2001"
5472 #    data: "dpdk-performance-changes-2n-skx-cmp"
5473 #  data: "dpdk-performance-changes-2n-skx"
5474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5475 #  filter: "'4T2C' and 'NDRPDR'"
5476 #  parameters:
5477 #  - "name"
5478 #  - "parent"
5479 #  - "throughput"
5480 #
5481 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5482 #- type: "table"
5483 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5484 #  algorithm: "table_perf_comparison"
5485 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5486 #  reference:
5487 #    title: "3-Node Hsw"
5488 #    data: "dpdk-compare-testbeds-ref"
5489 #  compare:
5490 #    title: "3-Node Skx"
5491 #    data: "dpdk-compare-testbeds-cmp"
5492 #  data: "dpdk-compare-testbeds"
5493 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5494 #  filter: "'NIC_Intel-X710'"
5495 #  parameters:
5496 #  - "name"
5497 #  - "parent"
5498 #  - "throughput"
5499 #
5500 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5501 #- type: "table"
5502 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5503 #  algorithm: "table_perf_comparison"
5504 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5505 #  reference:
5506 #    title: "3-Node Hsw"
5507 #    data: "dpdk-compare-testbeds-ref"
5508 #  compare:
5509 #    title: "3-Node Skx"
5510 #    data: "dpdk-compare-testbeds-cmp"
5511 #  data: "dpdk-compare-testbeds"
5512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5513 #  filter: "'NIC_Intel-X710'"
5514 #  parameters:
5515 #  - "name"
5516 #  - "parent"
5517 #  - "throughput"
5518 #
5519 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5520 #- type: "table"
5521 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5522 #  algorithm: "table_perf_comparison"
5523 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5524 #  reference:
5525 #    title: "2-Node Skx"
5526 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5527 #  compare:
5528 #    title: "2-Node Clx"
5529 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5530 #  data: "dpdk-compare-testbeds-skx-clx"
5531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5532 #  filter: "all"
5533 #  parameters:
5534 #  - "name"
5535 #  - "parent"
5536 #  - "throughput"
5537 #
5538 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5539 #- type: "table"
5540 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5541 #  algorithm: "table_perf_comparison"
5542 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5543 #  reference:
5544 #    title: "2-Node Skx"
5545 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5546 #  compare:
5547 #    title: "2-Node Clx"
5548 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5549 #  data: "dpdk-compare-testbeds-skx-clx"
5550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5551 #  filter: "all"
5552 #  parameters:
5553 #  - "name"
5554 #  - "parent"
5555 #  - "throughput"
5556 #
5557 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5558 #- type: "table"
5559 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5560 #  algorithm: "table_perf_comparison"
5561 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5562 #  reference:
5563 #    title: "3-Node Skx"
5564 #    data: "dpdk-compare-topologies-ref"
5565 #  compare:
5566 #    title: "2-Node Skx"
5567 #    data: "dpdk-compare-topologies-cmp"
5568 #  data: "dpdk-compare-topologies"
5569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5570 #  filter: "all"
5571 #  parameters:
5572 #  - "name"
5573 #  - "parent"
5574 #  - "throughput"
5575 #
5576 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5577 #- type: "table"
5578 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5579 #  algorithm: "table_perf_comparison"
5580 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5581 #  reference:
5582 #    title: "3-Node Skx"
5583 #    data: "dpdk-compare-topologies-ref"
5584 #  compare:
5585 #    title: "2-Node Skx"
5586 #    data: "dpdk-compare-topologies-cmp"
5587 #  data: "dpdk-compare-topologies"
5588 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5589 #  filter: "all"
5590 #  parameters:
5591 #  - "name"
5592 #  - "parent"
5593 #  - "throughput"
5594
5595 # Detailed Test Results - DPDK Performance Results 3n-hsw
5596 - type: "table"
5597   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5598   algorithm: "table_merged_details"
5599   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5600   columns:
5601   - title: " |prein| Test Name |preout| "
5602     data: "data name"
5603   - 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| "
5604     data: "data msg"
5605   data: "dpdk-perf-results-3n-hsw"
5606   filter: "all"
5607   parameters:
5608   - "name"
5609   - "parent"
5610   - "msg"
5611
5612 ## Detailed Test Results - DPDK Performance Results 3n-skx
5613 #- type: "table"
5614 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5615 #  algorithm: "table_merged_details"
5616 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5617 #  columns:
5618 #  - title: " |prein| Test Name |preout| "
5619 #    data: "data name"
5620 #  - 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| "
5621 #    data: "data msg"
5622 #  data: "dpdk-perf-results-3n-skx"
5623 #  filter: "all"
5624 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5625 #  parameters:
5626 #  - "name"
5627 #  - "parent"
5628 #  - "msg"
5629 #
5630 ## Detailed Test Results - DPDK Performance Results 2n-skx
5631 #- type: "table"
5632 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5633 #  algorithm: "table_merged_details"
5634 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5635 #  columns:
5636 #  - title: " |prein| Test Name |preout| "
5637 #    data: "data name"
5638 #  - 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| "
5639 #    data: "data msg"
5640 #  data: "dpdk-perf-results-2n-skx"
5641 #  filter: "all"
5642 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5643 #  parameters:
5644 #  - "name"
5645 #  - "parent"
5646 #  - "msg"
5647
5648 # Detailed Test Results - DPDK Performance Results 2n-clx
5649 - type: "table"
5650   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5651   algorithm: "table_merged_details"
5652   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5653   columns:
5654   - title: " |prein| Test Name |preout| "
5655     data: "data name"
5656   - 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| "
5657     data: "data msg"
5658   data: "dpdk-perf-results-2n-clx"
5659   filter: "all"
5660   parameters:
5661   - "name"
5662   - "parent"
5663   - "msg"
5664
5665 # Detailed Test Results - DPDK Performance Results 2n-dnv
5666 - type: "table"
5667   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5668   algorithm: "table_merged_details"
5669   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5670   columns:
5671   - title: " |prein| Test Name |preout| "
5672     data: "data name"
5673   - 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| "
5674     data: "data msg"
5675   data: "dpdk-perf-results-2n-dnv"
5676   filter: "all"
5677   parameters:
5678   - "name"
5679   - "parent"
5680   - "msg"
5681
5682 # Detailed Test Results - DPDK Performance Results 3n-dnv
5683 - type: "table"
5684   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5685   algorithm: "table_merged_details"
5686   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5687   columns:
5688   - title: " |prein| Test Name |preout| "
5689     data: "data name"
5690   - 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| "
5691     data: "data msg"
5692   data: "dpdk-perf-results-3n-dnv"
5693   filter: "all"
5694   parameters:
5695   - "name"
5696   - "parent"
5697   - "msg"
5698
5699 # Detailed Test Results - DPDK Performance Results 3n-tsh
5700 - type: "table"
5701   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5702   algorithm: "table_merged_details"
5703   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5704   columns:
5705   - title: " |prein| Test Name |preout| "
5706     data: "data name"
5707   - 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| "
5708     data: "data msg"
5709   data: "dpdk-perf-results-3n-tsh"
5710   filter: "all"
5711   parameters:
5712   - "name"
5713   - "parent"
5714   - "msg"
5715
5716 ################################################################################
5717 ###                                F I L E S                                 ###
5718 ################################################################################
5719
5720 # VPP Performance Results
5721 - type: "file"
5722   title: "VPP Performance Results"
5723   algorithm: "file_details_split"
5724   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5725   dir-tables:
5726     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5727 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5728     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5729     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5730     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5731     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5732     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5733   data:
5734     - "vpp-perf-results-2n-skx"
5735 #    - "vpp-perf-results-3n-skx"
5736     - "vpp-perf-results-2n-clx"
5737     - "vpp-perf-results-3n-hsw"
5738     - "vpp-perf-results-3n-tsh"
5739     - "vpp-perf-results-2n-dnv"
5740     - "vpp-perf-results-3n-dnv"
5741   filter: "all"
5742   data-start-level: 4
5743   order-chapters:
5744     level-1:
5745       - "l2"
5746       - "ip4"
5747       - "ip6"
5748       - "srv6"
5749       - "ip4_tunnels"
5750       - "ip6_tunnels"
5751       - "vm_vhost"
5752       - "container_memif"
5753       - "crypto"
5754       - "vts"
5755       - "lb"
5756       - "nfv_density"
5757       - "hoststack"
5758     level-2:
5759       - "2n-skx"
5760       - "3n-skx"
5761       - "2n-clx"
5762       - "3n-hsw"
5763       - "3n-tsh"
5764       - "2n-dnv"
5765       - "3n-dnv"
5766     level-3:
5767       - "xl710"
5768       - "x520"
5769       - "xxv710"
5770       - "x710"
5771       - "x553"
5772       - "cx556a"
5773       - "vic1227"
5774       - "vic1385"
5775
5776 # VPP Performance Configuration
5777 - type: "file"
5778   title: "VPP Performance Configuration"
5779   algorithm: "file_details_split"
5780   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5781   dir-tables:
5782     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5783 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5784     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5785     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5786     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5787     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5788     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5789   data:
5790     - "vpp-perf-results-2n-skx"
5791 #    - "vpp-perf-results-3n-skx"
5792     - "vpp-perf-results-2n-clx"
5793     - "vpp-perf-results-3n-hsw"
5794     - "vpp-perf-results-3n-tsh"
5795     - "vpp-perf-results-2n-dnv"
5796     - "vpp-perf-results-3n-dnv"
5797   filter: "all"
5798   data-start-level: 4
5799   order-chapters:
5800     level-1:
5801       - "l2"
5802       - "ip4"
5803       - "ip6"
5804       - "srv6"
5805       - "ip4_tunnels"
5806       - "ip6_tunnels"
5807       - "vm_vhost"
5808       - "container_memif"
5809       - "crypto"
5810       - "vts"
5811       - "lb"
5812       - "nfv_density"
5813       - "hoststack"
5814     level-2:
5815       - "2n-skx"
5816       - "3n-skx"
5817       - "2n-clx"
5818       - "3n-hsw"
5819       - "3n-tsh"
5820       - "2n-dnv"
5821       - "3n-dnv"
5822     level-3:
5823       - "xl710"
5824       - "x520"
5825       - "xxv710"
5826       - "x710"
5827       - "x553"
5828       - "cx556a"
5829       - "vic1227"
5830       - "vic1385"
5831
5832 # VPP Performance Operational
5833 - type: "file"
5834   title: "VPP Performance Operational"
5835   algorithm: "file_details_split_html"
5836   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5837   dir-tables:
5838     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5839 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5840     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5841     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5842     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5843     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5844     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5845   data:
5846     - "vpp-perf-results-2n-skx"
5847 #    - "vpp-perf-results-3n-skx"
5848     - "vpp-perf-results-2n-clx"
5849     - "vpp-perf-results-3n-hsw"
5850     - "vpp-perf-results-3n-tsh"
5851     - "vpp-perf-results-2n-dnv"
5852     - "vpp-perf-results-3n-dnv"
5853   filter: "all"
5854   data-start-level: 4
5855   order-chapters:
5856     level-1:
5857       - "l2"
5858       - "ip4"
5859       - "ip6"
5860       - "srv6"
5861       - "ip4_tunnels"
5862       - "ip6_tunnels"
5863       - "vm_vhost"
5864       - "container_memif"
5865       - "crypto"
5866       - "vts"
5867       - "lb"
5868       - "nfv_density"
5869       - "hoststack"
5870     level-2:
5871       - "2n-skx"
5872       - "3n-skx"
5873       - "2n-clx"
5874       - "3n-hsw"
5875       - "3n-tsh"
5876       - "2n-dnv"
5877       - "3n-dnv"
5878     level-3:
5879       - "xl710"
5880       - "x520"
5881       - "xxv710"
5882       - "x710"
5883       - "x553"
5884       - "cx556a"
5885       - "vic1227"
5886       - "vic1385"
5887
5888 # VPP MRR Results
5889 - type: "file"
5890   title: "VPP MRR Results"
5891   algorithm: "file_details_split"
5892   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5893   dir-tables:
5894 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5895 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5896     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5897     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5898     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5899     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5900     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5901   data:
5902 #    - "vpp-mrr-results-2n-skx"
5903 #    - "vpp-mrr-results-3n-skx"
5904     - "vpp-mrr-results-2n-clx"
5905     - "vpp-mrr-results-3n-hsw"
5906     - "vpp-mrr-results-3n-tsh"
5907     - "vpp-mrr-results-2n-dnv"
5908     - "vpp-mrr-results-3n-dnv"
5909   filter: "all"
5910   data-start-level: 4
5911   order-chapters:
5912     level-1:
5913       - "l2"
5914       - "ip4"
5915       - "ip6"
5916       - "srv6"
5917       - "ip4_tunnels"
5918       - "ip6_tunnels"
5919       - "vm_vhost"
5920       - "container_memif"
5921       - "crypto"
5922       - "vts"
5923       - "lb"
5924       - "nfv_density"
5925       - "hoststack"
5926     level-2:
5927       - "2n-skx"
5928       - "3n-skx"
5929       - "2n-clx"
5930       - "3n-hsw"
5931       - "3n-tsh"
5932       - "2n-dnv"
5933       - "3n-dnv"
5934     level-3:
5935       - "xl710"
5936       - "x520"
5937       - "xxv710"
5938       - "x710"
5939       - "x553"
5940       - "cx556a"
5941       - "vic1227"
5942       - "vic1385"
5943
5944 # VPP MRR Configuration
5945 - type: "file"
5946   title: "VPP MRR Configuration"
5947   algorithm: "file_details_split"
5948   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5949   dir-tables:
5950 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5951 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5952     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5953     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5954     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5955     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5956     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5957   data:
5958 #    - "vpp-mrr-results-2n-skx"
5959 #    - "vpp-mrr-results-3n-skx"
5960     - "vpp-mrr-results-2n-clx"
5961     - "vpp-mrr-results-3n-hsw"
5962     - "vpp-mrr-results-3n-tsh"
5963     - "vpp-mrr-results-2n-dnv"
5964     - "vpp-mrr-results-3n-dnv"
5965   filter: "all"
5966   data-start-level: 4
5967   order-chapters:
5968     level-1:
5969       - "l2"
5970       - "ip4"
5971       - "ip6"
5972       - "srv6"
5973       - "ip4_tunnels"
5974       - "ip6_tunnels"
5975       - "vm_vhost"
5976       - "container_memif"
5977       - "crypto"
5978       - "vts"
5979       - "lb"
5980       - "nfv_density"
5981       - "hoststack"
5982     level-2:
5983       - "2n-skx"
5984       - "3n-skx"
5985       - "2n-clx"
5986       - "3n-hsw"
5987       - "3n-tsh"
5988       - "2n-dnv"
5989       - "3n-dnv"
5990     level-3:
5991       - "xl710"
5992       - "x520"
5993       - "xxv710"
5994       - "x710"
5995       - "x553"
5996       - "cx556a"
5997       - "vic1227"
5998       - "vic1385"
5999
6000 # VPP Device Results - Ubuntu
6001 - type: "file"
6002   title: "VPP Device Results - Ubuntu"
6003   algorithm: "file_test_results"
6004   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6005   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6006   data: "vpp-device-results-ubuntu"
6007   filter: "all"
6008   data-start-level: 4
6009
6010 # VPP Device Configuration - Ubuntu
6011 - type: "file"
6012   title: "VPP Device Configuration - Ubuntu"
6013   algorithm: "file_test_results"
6014   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6015   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6016   data: "vpp-device-results-ubuntu"
6017   filter: "all"
6018   data-start-level: 4
6019
6020 # DPDK Performance Results 3n-hsw
6021 - type: "file"
6022   title: "DPDK Performance Results 3n-hsw"
6023   algorithm: "file_test_results"
6024   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6025   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6026   data: "dpdk-perf-results-3n-hsw"
6027   filter: "all"
6028   data-start-level: 4
6029
6030 ## DPDK Performance Results 3n-skx
6031 #- type: "file"
6032 #  title: "DPDK Performance Results 3n-skx"
6033 #  algorithm: "file_test_results"
6034 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6035 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6036 #  data: "dpdk-perf-results-3n-skx"
6037 #  filter: "all"
6038 #  data-start-level: 4
6039 #
6040 ## DPDK Performance Results 2n-skx
6041 #- type: "file"
6042 #  title: "DPDK Performance Results 2n-skx"
6043 #  algorithm: "file_test_results"
6044 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6045 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6046 #  data: "dpdk-perf-results-2n-skx"
6047 #  filter: "all"
6048 #  data-start-level: 4
6049
6050 # DPDK Performance Results 2n-clx
6051 - type: "file"
6052   title: "DPDK Performance Results 2n-clx"
6053   algorithm: "file_test_results"
6054   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6055   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6056   data: "dpdk-perf-results-2n-clx"
6057   filter: "all"
6058   data-start-level: 4
6059
6060 # DPDK Performance Results 2n-dnv
6061 - type: "file"
6062   title: "DPDK Performance Results 2n-dnv"
6063   algorithm: "file_test_results"
6064   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6065   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6066   data: "dpdk-perf-results-2n-dnv"
6067   filter: "all"
6068   data-start-level: 4
6069
6070 # DPDK Performance Results 3n-dnv
6071 - type: "file"
6072   title: "DPDK Performance Results 3n-dnv"
6073   algorithm: "file_test_results"
6074   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6075   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6076   data: "dpdk-perf-results-3n-dnv"
6077   filter: "all"
6078   data-start-level: 4
6079
6080 # DPDK Performance Results 3n-tsh
6081 - type: "file"
6082   title: "DPDK Performance Results 3n-tsh"
6083   algorithm: "file_test_results"
6084   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6085   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6086   data: "dpdk-perf-results-3n-tsh"
6087   filter: "all"
6088   data-start-level: 4
6089
6090 ################################################################################
6091 ###                                P L O T S                                 ###
6092 ################################################################################
6093
6094 # Hoststack tests 3n-hsw
6095
6096 - type: "plot"
6097   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6098   algorithm: "plot_perf_box_name"
6099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6100   data: "plot-vpp-hoststack-3n-hsw"
6101   include:
6102     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6103     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6104   layout:
6105     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6106     layout: "plot-hoststack"
6107
6108 - type: "plot"
6109   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6110   algorithm: "plot_perf_box_name"
6111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6112   data: "plot-vpp-hoststack-3n-hsw"
6113   include:
6114     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6115     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6116   layout:
6117     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6118     layout: "plot-hoststack"
6119
6120 - type: "plot"
6121   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6122   algorithm: "plot_perf_box_name"
6123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6124   data: "plot-vpp-hoststack-3n-hsw"
6125   include:
6126     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6127     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6128     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6129     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6130   layout:
6131     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6132     layout: "plot-hoststack"
6133
6134 # Plots VPP HTTP Server Performance
6135 - type: "plot"
6136   title: "VPP HTTP Server Performance"
6137   algorithm: "plot_http_server_perf_box"
6138   output-file-type: ".html"
6139   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6140   data:
6141     "plot-vpp-http-server-performance"
6142   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6143   parameters:
6144   - "result"
6145   - "name"
6146   traces:
6147     hoverinfo: "y+name"
6148     boxpoints: "outliers"
6149     whiskerwidth: 0
6150   layout:
6151     title: "VPP HTTP Server Performance"
6152     layout:
6153       "plot-cps"
6154
6155 - type: "plot"
6156   title: "VPP HTTP Server Performance"
6157   algorithm: "plot_http_server_perf_box"
6158   output-file-type: ".html"
6159   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6160   data:
6161     "plot-vpp-http-server-performance"
6162   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6163   parameters:
6164   - "result"
6165   - "name"
6166   traces:
6167     hoverinfo: "y+name"
6168     boxpoints: "outliers"
6169     whiskerwidth: 0
6170   layout:
6171     title: "VPP HTTP Server Performance"
6172     layout:
6173       "plot-rps"
6174
6175 ################################################################################
6176
6177 # Soak Test (PLRsearch), boxes - 2n-clx
6178 - type: "plot"
6179   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6180   algorithm: "plot_perf_box_name"
6181   output-file-type: ".html"
6182   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6183   data: "plot-vpp-soak-2n-clx"
6184   include:
6185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6191   layout:
6192     title: "30 Minutes Soak Test (PLRsearch)"
6193     layout: "plot-soak-throughput"
6194
6195 # Soak Test (PLRsearch), boxes - 2n-clx
6196 - type: "plot"
6197   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6198   algorithm: "plot_perf_box_name"
6199   output-file-type: ".html"
6200   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6201   data: "plot-vpp-soak-2n-clx"
6202   include:
6203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6209   layout:
6210     title: "30 Minutes Soak Test (PLRsearch)"
6211     layout: "plot-soak-throughput"
6212
6213 ###############################################################################
6214
6215 # Reconf tests 2n-skx
6216
6217 #- type: "plot"
6218 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6219 #  algorithm: "plot_nf_reconf_box_name"
6220 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6221 #  data: "plot-vpp-nfv-reconf-2n-skx"
6222 #  include:
6223 #    - "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"
6224 #    - "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"
6225 #    - "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"
6226 #    - "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"
6227 #    - "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"
6228 #    - "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"
6229 #  layout:
6230 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6231 #    layout: "plot-throughput"
6232 #
6233 #- type: "plot"
6234 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6235 #  algorithm: "plot_nf_reconf_box_name"
6236 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6237 #  data: "plot-vpp-nfv-reconf-2n-skx"
6238 #  include:
6239 #    - "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"
6240 #    - "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"
6241 #    - "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"
6242 #    - "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"
6243 #    - "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"
6244 #    - "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"
6245 #  layout:
6246 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6247 #    layout: "plot-throughput"
6248 #
6249 #- type: "plot"
6250 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6251 #  algorithm: "plot_nf_reconf_box_name"
6252 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6253 #  data: "plot-vpp-nfv-reconf-2n-skx"
6254 #  include:
6255 #    - "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"
6256 #    - "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"
6257 #    - "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"
6258 #    - "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"
6259 #    - "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"
6260 #    - "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"
6261 #  layout:
6262 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6263 #    layout: "plot-throughput"
6264
6265 ###############################################################################
6266
6267 # Reconf tests 2n-clx
6268
6269 - type: "plot"
6270   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6271   algorithm: "plot_nf_reconf_box_name"
6272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6273   data: "plot-vpp-nfv-reconf-2n-clx"
6274   include:
6275     - "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"
6276     - "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"
6277     - "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"
6278     - "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"
6279   layout:
6280     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6281     layout: "plot-throughput"
6282
6283 - type: "plot"
6284   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6285   algorithm: "plot_nf_reconf_box_name"
6286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6287   data: "plot-vpp-nfv-reconf-2n-clx"
6288   include:
6289     - "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"
6290     - "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"
6291     - "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"
6292     - "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"
6293   layout:
6294     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6295     layout: "plot-throughput"
6296
6297 - type: "plot"
6298   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6299   algorithm: "plot_nf_reconf_box_name"
6300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6301   data: "plot-vpp-nfv-reconf-2n-clx"
6302   include:
6303     - "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"
6304     - "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"
6305     - "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"
6306     - "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"
6307   layout:
6308     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6309     layout: "plot-throughput"
6310
6311 ################################################################################
6312 ## Plots - NF Density - VSC - MRR 64b
6313 #- type: "plot"
6314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6315 #  algorithm: "plot_nf_heatmap"
6316 #  output-file-type: ".html"
6317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6318 #  data: "plot-vpp-nfv-2n-skx-mrr"
6319 #  filter: "'NIC_Intel-XXV710' and
6320 #           'NF_DENSITY' and
6321 #           'VHOST' and
6322 #           not 'VXLAN' and
6323 #           'CHAIN' and
6324 #           'NF_VPPIP4' and
6325 #           '64B' and
6326 #           '2T1C' and
6327 #           'MRR'"
6328 #  parameters:
6329 #  - "result"
6330 #  - "name"
6331 #  - "tags"
6332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6333 #  x-axis: "X = VNFs per Service Chain"
6334 #  y-axis: "Y = Number of Service Chains"
6335 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6336 #  layout:
6337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6338 #    layout: "plot-service-density"
6339 #
6340 #- type: "plot"
6341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6342 #  algorithm: "plot_nf_heatmap"
6343 #  output-file-type: ".html"
6344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6345 #  data: "plot-vpp-nfv-2n-skx-mrr"
6346 #  filter: "'NIC_Intel-XXV710' and
6347 #           'NF_DENSITY' and
6348 #           'VHOST' and
6349 #           not 'VXLAN' and
6350 #           'CHAIN' and
6351 #           'NF_VPPIP4' and
6352 #           '64B' and
6353 #           '4T2C' and
6354 #           'MRR'"
6355 #  parameters:
6356 #  - "result"
6357 #  - "name"
6358 #  - "tags"
6359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6360 #  x-axis: "X = VNFs per Service Chain"
6361 #  y-axis: "Y = Number of Service Chains"
6362 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6363 #  layout:
6364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6365 #    layout: "plot-service-density"
6366 #
6367 #- type: "plot"
6368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6369 #  algorithm: "plot_nf_heatmap"
6370 #  output-file-type: ".html"
6371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6372 #  data: "plot-vpp-nfv-2n-skx-mrr"
6373 #  filter: "'NIC_Intel-XXV710' and
6374 #           'NF_DENSITY' and
6375 #           'VHOST' and
6376 #           not 'VXLAN' and
6377 #           'CHAIN' and
6378 #           'NF_VPPIP4' and
6379 #           '64B' and
6380 #           '8T4C' and
6381 #           'MRR'"
6382 #  parameters:
6383 #  - "result"
6384 #  - "name"
6385 #  - "tags"
6386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6387 #  x-axis: "X = VNFs per Service Chain"
6388 #  y-axis: "Y = Number of Service Chains"
6389 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6390 #  layout:
6391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6392 #    layout: "plot-service-density"
6393 #
6394 ## Plots - NF Density - VSC - MRR IMIX
6395 #- type: "plot"
6396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6397 #  algorithm: "plot_nf_heatmap"
6398 #  output-file-type: ".html"
6399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6400 #  data: "plot-vpp-nfv-2n-skx-mrr"
6401 #  filter: "'NIC_Intel-XXV710' and
6402 #           'NF_DENSITY' and
6403 #           'VHOST' and
6404 #           not 'VXLAN' and
6405 #           'CHAIN' and
6406 #           'NF_VPPIP4' and
6407 #           'IMIX' and
6408 #           '2T1C' and
6409 #           'MRR'"
6410 #  parameters:
6411 #  - "result"
6412 #  - "name"
6413 #  - "tags"
6414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6415 #  x-axis: "X = VNFs per Service Chain"
6416 #  y-axis: "Y = Number of Service Chains"
6417 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6418 #  layout:
6419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6420 #    layout: "plot-service-density"
6421 #
6422 #- type: "plot"
6423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6424 #  algorithm: "plot_nf_heatmap"
6425 #  output-file-type: ".html"
6426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6427 #  data: "plot-vpp-nfv-2n-skx-mrr"
6428 #  filter: "'NIC_Intel-XXV710' and
6429 #           'NF_DENSITY' and
6430 #           'VHOST' and
6431 #           not 'VXLAN' and
6432 #           'CHAIN' and
6433 #           'NF_VPPIP4' and
6434 #           'IMIX' and
6435 #           '4T2C' and
6436 #           'MRR'"
6437 #  parameters:
6438 #  - "result"
6439 #  - "name"
6440 #  - "tags"
6441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6442 #  x-axis: "X = VNFs per Service Chain"
6443 #  y-axis: "Y = Number of Service Chains"
6444 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6445 #  layout:
6446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6447 #    layout: "plot-service-density"
6448 #
6449 #- type: "plot"
6450 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6451 #  algorithm: "plot_nf_heatmap"
6452 #  output-file-type: ".html"
6453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6454 #  data: "plot-vpp-nfv-2n-skx-mrr"
6455 #  filter: "'NIC_Intel-XXV710' and
6456 #           'NF_DENSITY' and
6457 #           'VHOST' and
6458 #           not 'VXLAN' and
6459 #           'CHAIN' and
6460 #           'NF_VPPIP4' and
6461 #           'IMIX' and
6462 #           '8T4C' and
6463 #           'MRR'"
6464 #  parameters:
6465 #  - "result"
6466 #  - "name"
6467 #  - "tags"
6468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6469 #  x-axis: "X = VNFs per Service Chain"
6470 #  y-axis: "Y = Number of Service Chains"
6471 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6472 #  layout:
6473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6474 #    layout: "plot-service-density"
6475 #
6476 ## Plots - NF Density - VSC - NDR 64b
6477 #- type: "plot"
6478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6479 #  algorithm: "plot_nf_heatmap"
6480 #  output-file-type: ".html"
6481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6483 #  filter: "'NIC_Intel-XXV710' and
6484 #           'NF_DENSITY' and
6485 #           'VHOST' and
6486 #           not 'VXLAN' and
6487 #           'CHAIN' and
6488 #           'NF_VPPIP4' and
6489 #           '64B' and
6490 #           '2T1C' and
6491 #           'NDRPDR'"
6492 #  parameters:
6493 #  - "throughput"
6494 #  - "name"
6495 #  - "tags"
6496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6497 #  x-axis: "X = VNFs per Service Chain"
6498 #  y-axis: "Y = Number of Service Chains"
6499 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6500 #  layout:
6501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6502 #    layout: "plot-service-density"
6503 #
6504 #- type: "plot"
6505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6506 #  algorithm: "plot_nf_heatmap"
6507 #  output-file-type: ".html"
6508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6510 #  filter: "'NIC_Intel-XXV710' and
6511 #           'NF_DENSITY' and
6512 #           'VHOST' and
6513 #           not 'VXLAN' and
6514 #           'CHAIN' and
6515 #           'NF_VPPIP4' and
6516 #           '64B' and
6517 #           '4T2C' and
6518 #           'NDRPDR'"
6519 #  parameters:
6520 #  - "throughput"
6521 #  - "name"
6522 #  - "tags"
6523 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6524 #  x-axis: "X = VNFs per Service Chain"
6525 #  y-axis: "Y = Number of Service Chains"
6526 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6527 #  layout:
6528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6529 #    layout: "plot-service-density"
6530 #
6531 #- type: "plot"
6532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6533 #  algorithm: "plot_nf_heatmap"
6534 #  output-file-type: ".html"
6535 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6536 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6537 #  filter: "'NIC_Intel-XXV710' and
6538 #           'NF_DENSITY' and
6539 #           'VHOST' and
6540 #           not 'VXLAN' and
6541 #           'CHAIN' and
6542 #           'NF_VPPIP4' and
6543 #           '64B' and
6544 #           '8T4C' and
6545 #           'NDRPDR'"
6546 #  parameters:
6547 #  - "throughput"
6548 #  - "name"
6549 #  - "tags"
6550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6551 #  x-axis: "X = VNFs per Service Chain"
6552 #  y-axis: "Y = Number of Service Chains"
6553 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6554 #  layout:
6555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6556 #    layout: "plot-service-density"
6557 #
6558 ## Plots - NF Density - VSC - NDR IMIX
6559 #- type: "plot"
6560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6561 #  algorithm: "plot_nf_heatmap"
6562 #  output-file-type: ".html"
6563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6565 #  filter: "'NIC_Intel-XXV710' and
6566 #           'NF_DENSITY' and
6567 #           'VHOST' and
6568 #           not 'VXLAN' and
6569 #           'CHAIN' and
6570 #           'NF_VPPIP4' and
6571 #           'IMIX' and
6572 #           '2T1C' and
6573 #           'NDRPDR'"
6574 #  parameters:
6575 #  - "throughput"
6576 #  - "name"
6577 #  - "tags"
6578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6579 #  x-axis: "X = VNFs per Service Chain"
6580 #  y-axis: "Y = Number of Service Chains"
6581 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6582 #  layout:
6583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6584 #    layout: "plot-service-density"
6585 #
6586 #- type: "plot"
6587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6588 #  algorithm: "plot_nf_heatmap"
6589 #  output-file-type: ".html"
6590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6591 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6592 #  filter: "'NIC_Intel-XXV710' and
6593 #           'NF_DENSITY' and
6594 #           'VHOST' and
6595 #           not 'VXLAN' and
6596 #           'CHAIN' and
6597 #           'NF_VPPIP4' and
6598 #           'IMIX' and
6599 #           '4T2C' and
6600 #           'NDRPDR'"
6601 #  parameters:
6602 #  - "throughput"
6603 #  - "name"
6604 #  - "tags"
6605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6606 #  x-axis: "X = VNFs per Service Chain"
6607 #  y-axis: "Y = Number of Service Chains"
6608 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6609 #  layout:
6610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6611 #    layout: "plot-service-density"
6612 #
6613 #- type: "plot"
6614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6615 #  algorithm: "plot_nf_heatmap"
6616 #  output-file-type: ".html"
6617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6618 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6619 #  filter: "'NIC_Intel-XXV710' and
6620 #           'NF_DENSITY' and
6621 #           'VHOST' and
6622 #           not 'VXLAN' and
6623 #           'CHAIN' and
6624 #           'NF_VPPIP4' and
6625 #           'IMIX' and
6626 #           '8T4C' and
6627 #           'NDRPDR'"
6628 #  parameters:
6629 #  - "throughput"
6630 #  - "name"
6631 #  - "tags"
6632 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6633 #  x-axis: "X = VNFs per Service Chain"
6634 #  y-axis: "Y = Number of Service Chains"
6635 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6636 #  layout:
6637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6638 #    layout: "plot-service-density"
6639 #
6640 ## Plots - NF Density - VSC - PDR 64b
6641 #- type: "plot"
6642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6643 #  algorithm: "plot_nf_heatmap"
6644 #  output-file-type: ".html"
6645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6646 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6647 #  filter: "'NIC_Intel-XXV710' and
6648 #           'NF_DENSITY' and
6649 #           'VHOST' and
6650 #           not 'VXLAN' and
6651 #           'CHAIN' and
6652 #           'NF_VPPIP4' and
6653 #           '64B' and
6654 #           '2T1C' and
6655 #           'NDRPDR'"
6656 #  parameters:
6657 #  - "throughput"
6658 #  - "name"
6659 #  - "tags"
6660 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6661 #  x-axis: "X = VNFs per Service Chain"
6662 #  y-axis: "Y = Number of Service Chains"
6663 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6664 #  layout:
6665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6666 #    layout: "plot-service-density"
6667 #
6668 #- type: "plot"
6669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6670 #  algorithm: "plot_nf_heatmap"
6671 #  output-file-type: ".html"
6672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6673 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6674 #  filter: "'NIC_Intel-XXV710' and
6675 #           'NF_DENSITY' and
6676 #           'VHOST' and
6677 #           not 'VXLAN' and
6678 #           'CHAIN' and
6679 #           'NF_VPPIP4' and
6680 #           '64B' and
6681 #           '4T2C' and
6682 #           'NDRPDR'"
6683 #  parameters:
6684 #  - "throughput"
6685 #  - "name"
6686 #  - "tags"
6687 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6688 #  x-axis: "X = VNFs per Service Chain"
6689 #  y-axis: "Y = Number of Service Chains"
6690 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6691 #  layout:
6692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6693 #    layout: "plot-service-density"
6694 #
6695 #- type: "plot"
6696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6697 #  algorithm: "plot_nf_heatmap"
6698 #  output-file-type: ".html"
6699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6700 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6701 #  filter: "'NIC_Intel-XXV710' and
6702 #           'NF_DENSITY' and
6703 #           'VHOST' and
6704 #           not 'VXLAN' and
6705 #           'CHAIN' and
6706 #           'NF_VPPIP4' and
6707 #           '64B' and
6708 #           '8T4C' and
6709 #           'NDRPDR'"
6710 #  parameters:
6711 #  - "throughput"
6712 #  - "name"
6713 #  - "tags"
6714 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6715 #  x-axis: "X = VNFs per Service Chain"
6716 #  y-axis: "Y = Number of Service Chains"
6717 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6718 #  layout:
6719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6720 #    layout: "plot-service-density"
6721 #
6722 ## Plots - NF Density - VSC - PDR IMIX
6723 #- type: "plot"
6724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6725 #  algorithm: "plot_nf_heatmap"
6726 #  output-file-type: ".html"
6727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6728 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6729 #  filter: "'NIC_Intel-XXV710' and
6730 #           'NF_DENSITY' and
6731 #           'VHOST' and
6732 #           not 'VXLAN' and
6733 #           'CHAIN' and
6734 #           'NF_VPPIP4' and
6735 #           'IMIX' and
6736 #           '2T1C' and
6737 #           'NDRPDR'"
6738 #  parameters:
6739 #  - "throughput"
6740 #  - "name"
6741 #  - "tags"
6742 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6743 #  x-axis: "X = VNFs per Service Chain"
6744 #  y-axis: "Y = Number of Service Chains"
6745 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6746 #  layout:
6747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6748 #    layout: "plot-service-density"
6749 #
6750 #- type: "plot"
6751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6752 #  algorithm: "plot_nf_heatmap"
6753 #  output-file-type: ".html"
6754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6755 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6756 #  filter: "'NIC_Intel-XXV710' and
6757 #           'NF_DENSITY' and
6758 #           'VHOST' and
6759 #           not 'VXLAN' and
6760 #           'CHAIN' and
6761 #           'NF_VPPIP4' and
6762 #           'IMIX' and
6763 #           '4T2C' and
6764 #           'NDRPDR'"
6765 #  parameters:
6766 #  - "throughput"
6767 #  - "name"
6768 #  - "tags"
6769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6770 #  x-axis: "X = VNFs per Service Chain"
6771 #  y-axis: "Y = Number of Service Chains"
6772 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6773 #  layout:
6774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6775 #    layout: "plot-service-density"
6776 #
6777 #- type: "plot"
6778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6779 #  algorithm: "plot_nf_heatmap"
6780 #  output-file-type: ".html"
6781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6782 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6783 #  filter: "'NIC_Intel-XXV710' and
6784 #           'NF_DENSITY' and
6785 #           'VHOST' and
6786 #           not 'VXLAN' and
6787 #           'CHAIN' and
6788 #           'NF_VPPIP4' and
6789 #           'IMIX' and
6790 #           '8T4C' and
6791 #           'NDRPDR'"
6792 #  parameters:
6793 #  - "throughput"
6794 #  - "name"
6795 #  - "tags"
6796 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6797 #  x-axis: "X = VNFs per Service Chain"
6798 #  y-axis: "Y = Number of Service Chains"
6799 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6800 #  layout:
6801 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6802 #    layout: "plot-service-density"
6803 #
6804 ################################################################################
6805 ## Plots - NF Density - VSC - MRR 64b
6806 #- type: "plot"
6807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6808 #  algorithm: "plot_nf_heatmap"
6809 #  output-file-type: ".html"
6810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6811 #  data: "plot-vpp-nfv-2n-skx-mrr"
6812 #  filter: "'NIC_Intel-XXV710' and
6813 #           'NF_DENSITY' and
6814 #           'VHOST' and
6815 #           'VXLAN' and
6816 #           'CHAIN' and
6817 #           '118' and
6818 #           '2T1C' and
6819 #           'MRR'"
6820 #  parameters:
6821 #  - "result"
6822 #  - "name"
6823 #  - "tags"
6824 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6825 #  x-axis: "X = VNFs per Service Chain"
6826 #  y-axis: "Y = Number of Service Chains"
6827 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6828 #  layout:
6829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6830 #    layout: "plot-service-density"
6831 #
6832 #- type: "plot"
6833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6834 #  algorithm: "plot_nf_heatmap"
6835 #  output-file-type: ".html"
6836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6837 #  data: "plot-vpp-nfv-2n-skx-mrr"
6838 #  filter: "'NIC_Intel-XXV710' and
6839 #           'NF_DENSITY' and
6840 #           'VHOST' and
6841 #           'VXLAN' and
6842 #           'CHAIN' and
6843 #           '118' and
6844 #           '4T2C' and
6845 #           'MRR'"
6846 #  parameters:
6847 #  - "result"
6848 #  - "name"
6849 #  - "tags"
6850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6851 #  x-axis: "X = VNFs per Service Chain"
6852 #  y-axis: "Y = Number of Service Chains"
6853 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6854 #  layout:
6855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6856 #    layout: "plot-service-density"
6857 #
6858 #- type: "plot"
6859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6860 #  algorithm: "plot_nf_heatmap"
6861 #  output-file-type: ".html"
6862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6863 #  data: "plot-vpp-nfv-2n-skx-mrr"
6864 #  filter: "'NIC_Intel-XXV710' and
6865 #           'NF_DENSITY' and
6866 #           'VHOST' and
6867 #           'VXLAN' and
6868 #           'CHAIN' and
6869 #           '118' and
6870 #           '8T4C' and
6871 #           'MRR'"
6872 #  parameters:
6873 #  - "result"
6874 #  - "name"
6875 #  - "tags"
6876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6877 #  x-axis: "X = VNFs per Service Chain"
6878 #  y-axis: "Y = Number of Service Chains"
6879 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6880 #  layout:
6881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6882 #    layout: "plot-service-density"
6883 #
6884 ## Plots - NF Density - VSC - MRR IMIX
6885 #- type: "plot"
6886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6887 #  algorithm: "plot_nf_heatmap"
6888 #  output-file-type: ".html"
6889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6890 #  data: "plot-vpp-nfv-2n-skx-mrr"
6891 #  filter: "'NIC_Intel-XXV710' and
6892 #           'NF_DENSITY' and
6893 #           'VHOST' and
6894 #           'VXLAN' and
6895 #           'CHAIN' and
6896 #           'IMIX' and
6897 #           '2T1C' and
6898 #           'MRR'"
6899 #  parameters:
6900 #  - "result"
6901 #  - "name"
6902 #  - "tags"
6903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6904 #  x-axis: "X = VNFs per Service Chain"
6905 #  y-axis: "Y = Number of Service Chains"
6906 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6907 #  layout:
6908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6909 #    layout: "plot-service-density"
6910 #
6911 #- type: "plot"
6912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6913 #  algorithm: "plot_nf_heatmap"
6914 #  output-file-type: ".html"
6915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6916 #  data: "plot-vpp-nfv-2n-skx-mrr"
6917 #  filter: "'NIC_Intel-XXV710' and
6918 #           'NF_DENSITY' and
6919 #           'VHOST' and
6920 #           'VXLAN' and
6921 #           'CHAIN' and
6922 #           'IMIX' and
6923 #           '4T2C' and
6924 #           'MRR'"
6925 #  parameters:
6926 #  - "result"
6927 #  - "name"
6928 #  - "tags"
6929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6930 #  x-axis: "X = VNFs per Service Chain"
6931 #  y-axis: "Y = Number of Service Chains"
6932 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6933 #  layout:
6934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6935 #    layout: "plot-service-density"
6936 #
6937 #- type: "plot"
6938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6939 #  algorithm: "plot_nf_heatmap"
6940 #  output-file-type: ".html"
6941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6942 #  data: "plot-vpp-nfv-2n-skx-mrr"
6943 #  filter: "'NIC_Intel-XXV710' and
6944 #           'NF_DENSITY' and
6945 #           'VHOST' and
6946 #           'VXLAN' and
6947 #           'CHAIN' and
6948 #           'IMIX' and
6949 #           '8T4C' and
6950 #           'MRR'"
6951 #  parameters:
6952 #  - "result"
6953 #  - "name"
6954 #  - "tags"
6955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6956 #  x-axis: "X = VNFs per Service Chain"
6957 #  y-axis: "Y = Number of Service Chains"
6958 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6959 #  layout:
6960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6961 #    layout: "plot-service-density"
6962 #
6963 ## Plots - NF Density - VSC - NDR 64b
6964 #- type: "plot"
6965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6966 #  algorithm: "plot_nf_heatmap"
6967 #  output-file-type: ".html"
6968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6969 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6970 #  filter: "'NIC_Intel-XXV710' and
6971 #           'NF_DENSITY' and
6972 #           'VHOST' and
6973 #           'VXLAN' and
6974 #           'CHAIN' and
6975 #           '118' and
6976 #           '2T1C' and
6977 #           'NDRPDR'"
6978 #  parameters:
6979 #  - "throughput"
6980 #  - "name"
6981 #  - "tags"
6982 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6983 #  x-axis: "X = VNFs per Service Chain"
6984 #  y-axis: "Y = Number of Service Chains"
6985 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6986 #  layout:
6987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6988 #    layout: "plot-service-density"
6989 #
6990 #- type: "plot"
6991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6992 #  algorithm: "plot_nf_heatmap"
6993 #  output-file-type: ".html"
6994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6995 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6996 #  filter: "'NIC_Intel-XXV710' and
6997 #           'NF_DENSITY' and
6998 #           'VHOST' and
6999 #           'VXLAN' and
7000 #           'CHAIN' and
7001 #           '118' and
7002 #           '4T2C' and
7003 #           'NDRPDR'"
7004 #  parameters:
7005 #  - "throughput"
7006 #  - "name"
7007 #  - "tags"
7008 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7009 #  x-axis: "X = VNFs per Service Chain"
7010 #  y-axis: "Y = Number of Service Chains"
7011 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7012 #  layout:
7013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7014 #    layout: "plot-service-density"
7015 #
7016 #- type: "plot"
7017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7018 #  algorithm: "plot_nf_heatmap"
7019 #  output-file-type: ".html"
7020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7021 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7022 #  filter: "'NIC_Intel-XXV710' and
7023 #           'NF_DENSITY' and
7024 #           'VHOST' and
7025 #           'VXLAN' and
7026 #           'CHAIN' and
7027 #           '118' and
7028 #           '8T4C' and
7029 #           'NDRPDR'"
7030 #  parameters:
7031 #  - "throughput"
7032 #  - "name"
7033 #  - "tags"
7034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7035 #  x-axis: "X = VNFs per Service Chain"
7036 #  y-axis: "Y = Number of Service Chains"
7037 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7038 #  layout:
7039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7040 #    layout: "plot-service-density"
7041 #
7042 ## Plots - NF Density - VSC - NDR IMIX
7043 #- type: "plot"
7044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7045 #  algorithm: "plot_nf_heatmap"
7046 #  output-file-type: ".html"
7047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7048 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7049 #  filter: "'NIC_Intel-XXV710' and
7050 #           'NF_DENSITY' and
7051 #           'VHOST' and
7052 #           'VXLAN' and
7053 #           'CHAIN' and
7054 #           'IMIX' and
7055 #           '2T1C' and
7056 #           'NDRPDR'"
7057 #  parameters:
7058 #  - "throughput"
7059 #  - "name"
7060 #  - "tags"
7061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7062 #  x-axis: "X = VNFs per Service Chain"
7063 #  y-axis: "Y = Number of Service Chains"
7064 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7065 #  layout:
7066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7067 #    layout: "plot-service-density"
7068 #
7069 #- type: "plot"
7070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7071 #  algorithm: "plot_nf_heatmap"
7072 #  output-file-type: ".html"
7073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7074 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7075 #  filter: "'NIC_Intel-XXV710' and
7076 #           'NF_DENSITY' and
7077 #           'VHOST' and
7078 #           'VXLAN' and
7079 #           'CHAIN' and
7080 #           'IMIX' and
7081 #           '4T2C' and
7082 #           'NDRPDR'"
7083 #  parameters:
7084 #  - "throughput"
7085 #  - "name"
7086 #  - "tags"
7087 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7088 #  x-axis: "X = VNFs per Service Chain"
7089 #  y-axis: "Y = Number of Service Chains"
7090 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7091 #  layout:
7092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7093 #    layout: "plot-service-density"
7094 #
7095 #- type: "plot"
7096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7097 #  algorithm: "plot_nf_heatmap"
7098 #  output-file-type: ".html"
7099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7100 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7101 #  filter: "'NIC_Intel-XXV710' and
7102 #           'NF_DENSITY' and
7103 #           'VHOST' and
7104 #           'VXLAN' and
7105 #           'CHAIN' and
7106 #           'IMIX' and
7107 #           '8T4C' and
7108 #           'NDRPDR'"
7109 #  parameters:
7110 #  - "throughput"
7111 #  - "name"
7112 #  - "tags"
7113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7114 #  x-axis: "X = VNFs per Service Chain"
7115 #  y-axis: "Y = Number of Service Chains"
7116 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7117 #  layout:
7118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7119 #    layout: "plot-service-density"
7120 #
7121 ## Plots - NF Density - VSC - PDR 64b
7122 #- type: "plot"
7123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7124 #  algorithm: "plot_nf_heatmap"
7125 #  output-file-type: ".html"
7126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7127 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7128 #  filter: "'NIC_Intel-XXV710' and
7129 #           'NF_DENSITY' and
7130 #           'VHOST' and
7131 #           'VXLAN' and
7132 #           'CHAIN' and
7133 #           '118' and
7134 #           '2T1C' and
7135 #           'NDRPDR'"
7136 #  parameters:
7137 #  - "throughput"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = VNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7146 #    layout: "plot-service-density"
7147 #
7148 #- type: "plot"
7149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7150 #  algorithm: "plot_nf_heatmap"
7151 #  output-file-type: ".html"
7152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7153 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7154 #  filter: "'NIC_Intel-XXV710' and
7155 #           'NF_DENSITY' and
7156 #           'VHOST' and
7157 #           'VXLAN' and
7158 #           'CHAIN' and
7159 #           '118' and
7160 #           '4T2C' and
7161 #           'NDRPDR'"
7162 #  parameters:
7163 #  - "throughput"
7164 #  - "name"
7165 #  - "tags"
7166 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7167 #  x-axis: "X = VNFs per Service Chain"
7168 #  y-axis: "Y = Number of Service Chains"
7169 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7170 #  layout:
7171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7172 #    layout: "plot-service-density"
7173 #
7174 #- type: "plot"
7175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7176 #  algorithm: "plot_nf_heatmap"
7177 #  output-file-type: ".html"
7178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7179 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7180 #  filter: "'NIC_Intel-XXV710' and
7181 #           'NF_DENSITY' and
7182 #           'VHOST' and
7183 #           'VXLAN' and
7184 #           'CHAIN' and
7185 #           '118' and
7186 #           '8T4C' and
7187 #           'NDRPDR'"
7188 #  parameters:
7189 #  - "throughput"
7190 #  - "name"
7191 #  - "tags"
7192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7193 #  x-axis: "X = VNFs per Service Chain"
7194 #  y-axis: "Y = Number of Service Chains"
7195 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7196 #  layout:
7197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7198 #    layout: "plot-service-density"
7199 #
7200 ## Plots - NF Density - VSC - PDR IMIX
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'VHOST' and
7210 #           'VXLAN' and
7211 #           'CHAIN' and
7212 #           'IMIX' and
7213 #           '2T1C' and
7214 #           'NDRPDR'"
7215 #  parameters:
7216 #  - "throughput"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = VNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7225 #    layout: "plot-service-density"
7226 #
7227 #- type: "plot"
7228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7229 #  algorithm: "plot_nf_heatmap"
7230 #  output-file-type: ".html"
7231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7232 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7233 #  filter: "'NIC_Intel-XXV710' and
7234 #           'NF_DENSITY' and
7235 #           'VHOST' and
7236 #           'VXLAN' and
7237 #           'CHAIN' and
7238 #           'IMIX' and
7239 #           '4T2C' and
7240 #           'NDRPDR'"
7241 #  parameters:
7242 #  - "throughput"
7243 #  - "name"
7244 #  - "tags"
7245 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7246 #  x-axis: "X = VNFs per Service Chain"
7247 #  y-axis: "Y = Number of Service Chains"
7248 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7249 #  layout:
7250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7251 #    layout: "plot-service-density"
7252 #
7253 #- type: "plot"
7254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7255 #  algorithm: "plot_nf_heatmap"
7256 #  output-file-type: ".html"
7257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7258 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7259 #  filter: "'NIC_Intel-XXV710' and
7260 #           'NF_DENSITY' and
7261 #           'VHOST' and
7262 #           'VXLAN' and
7263 #           'CHAIN' and
7264 #           'IMIX' and
7265 #           '8T4C' and
7266 #           'NDRPDR'"
7267 #  parameters:
7268 #  - "throughput"
7269 #  - "name"
7270 #  - "tags"
7271 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7272 #  x-axis: "X = VNFs per Service Chain"
7273 #  y-axis: "Y = Number of Service Chains"
7274 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7275 #  layout:
7276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7277 #    layout: "plot-service-density"
7278 #
7279 ################################################################################
7280 ## Plots - NF Density - CSC - MRR 64b
7281 #- type: "plot"
7282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7283 #  algorithm: "plot_nf_heatmap"
7284 #  output-file-type: ".html"
7285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7286 #  data: "plot-vpp-nfv-2n-skx-mrr"
7287 #  filter: "'NIC_Intel-XXV710' and
7288 #           'NF_DENSITY' and
7289 #           'DOCKER' and
7290 #           'CHAIN' and
7291 #           'NF_VPPIP4' and
7292 #           '64B' and
7293 #           '2T1C' and
7294 #           'MRR'"
7295 #  parameters:
7296 #  - "result"
7297 #  - "name"
7298 #  - "tags"
7299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7300 #  x-axis: "X = CNFs per Service Chain"
7301 #  y-axis: "Y = Number of Service Chains"
7302 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7303 #  layout:
7304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7305 #    layout: "plot-service-density"
7306 #
7307 #- type: "plot"
7308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7309 #  algorithm: "plot_nf_heatmap"
7310 #  output-file-type: ".html"
7311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7312 #  data: "plot-vpp-nfv-2n-skx-mrr"
7313 #  filter: "'NIC_Intel-XXV710' and
7314 #           'NF_DENSITY' and
7315 #           'DOCKER' and
7316 #           'CHAIN' and
7317 #           'NF_VPPIP4' and
7318 #           '64B' and
7319 #           '4T2C' and
7320 #           'MRR'"
7321 #  parameters:
7322 #  - "result"
7323 #  - "name"
7324 #  - "tags"
7325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7326 #  x-axis: "X = CNFs per Service Chain"
7327 #  y-axis: "Y = Number of Service Chains"
7328 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7329 #  layout:
7330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7331 #    layout: "plot-service-density"
7332 #
7333 #- type: "plot"
7334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7335 #  algorithm: "plot_nf_heatmap"
7336 #  output-file-type: ".html"
7337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7338 #  data: "plot-vpp-nfv-2n-skx-mrr"
7339 #  filter: "'NIC_Intel-XXV710' and
7340 #           'NF_DENSITY' and
7341 #           'DOCKER' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           '64B' and
7345 #           '8T4C' and
7346 #           'MRR'"
7347 #  parameters:
7348 #  - "result"
7349 #  - "name"
7350 #  - "tags"
7351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7352 #  x-axis: "X = CNFs per Service Chain"
7353 #  y-axis: "Y = Number of Service Chains"
7354 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7355 #  layout:
7356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7357 #    layout: "plot-service-density"
7358 #
7359 ## Plots - NF Density - CSC - MRR IMIX
7360 #- type: "plot"
7361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7362 #  algorithm: "plot_nf_heatmap"
7363 #  output-file-type: ".html"
7364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7365 #  data: "plot-vpp-nfv-2n-skx-mrr"
7366 #  filter: "'NIC_Intel-XXV710' and
7367 #           'NF_DENSITY' and
7368 #           'DOCKER' and
7369 #           'CHAIN' and
7370 #           'NF_VPPIP4' and
7371 #           'IMIX' and
7372 #           '2T1C' and
7373 #           'MRR'"
7374 #  parameters:
7375 #  - "result"
7376 #  - "name"
7377 #  - "tags"
7378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7379 #  x-axis: "X = CNFs per Service Chain"
7380 #  y-axis: "Y = Number of Service Chains"
7381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7382 #  layout:
7383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7384 #    layout: "plot-service-density"
7385 #
7386 #- type: "plot"
7387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7388 #  algorithm: "plot_nf_heatmap"
7389 #  output-file-type: ".html"
7390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7391 #  data: "plot-vpp-nfv-2n-skx-mrr"
7392 #  filter: "'NIC_Intel-XXV710' and
7393 #           'NF_DENSITY' and
7394 #           'DOCKER' and
7395 #           'CHAIN' and
7396 #           'NF_VPPIP4' and
7397 #           'IMIX' and
7398 #           '4T2C' and
7399 #           'MRR'"
7400 #  parameters:
7401 #  - "result"
7402 #  - "name"
7403 #  - "tags"
7404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7405 #  x-axis: "X = CNFs per Service Chain"
7406 #  y-axis: "Y = Number of Service Chains"
7407 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7408 #  layout:
7409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7410 #    layout: "plot-service-density"
7411 #
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7417 #  data: "plot-vpp-nfv-2n-skx-mrr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'DOCKER' and
7421 #           'CHAIN' and
7422 #           'NF_VPPIP4' and
7423 #           'IMIX' and
7424 #           '8T4C' and
7425 #           'MRR'"
7426 #  parameters:
7427 #  - "result"
7428 #  - "name"
7429 #  - "tags"
7430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7431 #  x-axis: "X = CNFs per Service Chain"
7432 #  y-axis: "Y = Number of Service Chains"
7433 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7434 #  layout:
7435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7436 #    layout: "plot-service-density"
7437 #
7438 ## Plots - NF Density - CSC - NDR 64b
7439 #- type: "plot"
7440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7441 #  algorithm: "plot_nf_heatmap"
7442 #  output-file-type: ".html"
7443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7445 #  filter: "'NIC_Intel-XXV710' and
7446 #           'NF_DENSITY' and
7447 #           'DOCKER' and
7448 #           'CHAIN' and
7449 #           'NF_VPPIP4' and
7450 #           '64B' and
7451 #           '2T1C' and
7452 #           'NDRPDR'"
7453 #  parameters:
7454 #  - "throughput"
7455 #  - "name"
7456 #  - "tags"
7457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7458 #  x-axis: "X = CNFs per Service Chain"
7459 #  y-axis: "Y = Number of Service Chains"
7460 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7461 #  layout:
7462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7463 #    layout: "plot-service-density"
7464 #
7465 #- type: "plot"
7466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7467 #  algorithm: "plot_nf_heatmap"
7468 #  output-file-type: ".html"
7469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7471 #  filter: "'NIC_Intel-XXV710' and
7472 #           'NF_DENSITY' and
7473 #           'DOCKER' and
7474 #           'CHAIN' and
7475 #           'NF_VPPIP4' and
7476 #           '64B' and
7477 #           '4T2C' and
7478 #           'NDRPDR'"
7479 #  parameters:
7480 #  - "throughput"
7481 #  - "name"
7482 #  - "tags"
7483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7484 #  x-axis: "X = CNFs per Service Chain"
7485 #  y-axis: "Y = Number of Service Chains"
7486 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7487 #  layout:
7488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7489 #    layout: "plot-service-density"
7490 #
7491 #- type: "plot"
7492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7493 #  algorithm: "plot_nf_heatmap"
7494 #  output-file-type: ".html"
7495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7497 #  filter: "'NIC_Intel-XXV710' and
7498 #           'NF_DENSITY' and
7499 #           'DOCKER' and
7500 #           'CHAIN' and
7501 #           'NF_VPPIP4' and
7502 #           '64B' and
7503 #           '8T4C' and
7504 #           'NDRPDR'"
7505 #  parameters:
7506 #  - "throughput"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = CNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7515 #    layout: "plot-service-density"
7516 #
7517 ## Plots - NF Density - CSC - NDR IMIX
7518 #- type: "plot"
7519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7520 #  algorithm: "plot_nf_heatmap"
7521 #  output-file-type: ".html"
7522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7524 #  filter: "'NIC_Intel-XXV710' and
7525 #           'NF_DENSITY' and
7526 #           'DOCKER' and
7527 #           'CHAIN' and
7528 #           'NF_VPPIP4' and
7529 #           'IMIX' and
7530 #           '2T1C' and
7531 #           'NDRPDR'"
7532 #  parameters:
7533 #  - "throughput"
7534 #  - "name"
7535 #  - "tags"
7536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7537 #  x-axis: "X = CNFs per Service Chain"
7538 #  y-axis: "Y = Number of Service Chains"
7539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7540 #  layout:
7541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7542 #    layout: "plot-service-density"
7543 #
7544 #- type: "plot"
7545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7546 #  algorithm: "plot_nf_heatmap"
7547 #  output-file-type: ".html"
7548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7550 #  filter: "'NIC_Intel-XXV710' and
7551 #           'NF_DENSITY' and
7552 #           'DOCKER' and
7553 #           'CHAIN' and
7554 #           'NF_VPPIP4' and
7555 #           'IMIX' and
7556 #           '4T2C' and
7557 #           'NDRPDR'"
7558 #  parameters:
7559 #  - "throughput"
7560 #  - "name"
7561 #  - "tags"
7562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7563 #  x-axis: "X = CNFs per Service Chain"
7564 #  y-axis: "Y = Number of Service Chains"
7565 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7566 #  layout:
7567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7568 #    layout: "plot-service-density"
7569 #
7570 #- type: "plot"
7571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7572 #  algorithm: "plot_nf_heatmap"
7573 #  output-file-type: ".html"
7574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7575 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7576 #  filter: "'NIC_Intel-XXV710' and
7577 #           'NF_DENSITY' and
7578 #           'DOCKER' and
7579 #           'CHAIN' and
7580 #           'NF_VPPIP4' and
7581 #           'IMIX' and
7582 #           '8T4C' and
7583 #           'NDRPDR'"
7584 #  parameters:
7585 #  - "throughput"
7586 #  - "name"
7587 #  - "tags"
7588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7589 #  x-axis: "X = CNFs per Service Chain"
7590 #  y-axis: "Y = Number of Service Chains"
7591 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7592 #  layout:
7593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7594 #    layout: "plot-service-density"
7595 #
7596 ## Plots - NF Density - CSC - PDR 64b
7597 #- type: "plot"
7598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7599 #  algorithm: "plot_nf_heatmap"
7600 #  output-file-type: ".html"
7601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7603 #  filter: "'NIC_Intel-XXV710' and
7604 #           'NF_DENSITY' and
7605 #           'DOCKER' and
7606 #           'CHAIN' and
7607 #           'NF_VPPIP4' and
7608 #           '64B' and
7609 #           '2T1C' and
7610 #           'NDRPDR'"
7611 #  parameters:
7612 #  - "throughput"
7613 #  - "name"
7614 #  - "tags"
7615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7616 #  x-axis: "X = CNFs per Service Chain"
7617 #  y-axis: "Y = Number of Service Chains"
7618 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7619 #  layout:
7620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7621 #    layout: "plot-service-density"
7622 #
7623 #- type: "plot"
7624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7625 #  algorithm: "plot_nf_heatmap"
7626 #  output-file-type: ".html"
7627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7629 #  filter: "'NIC_Intel-XXV710' and
7630 #           'NF_DENSITY' and
7631 #           'DOCKER' and
7632 #           'CHAIN' and
7633 #           'NF_VPPIP4' and
7634 #           '64B' and
7635 #           '4T2C' and
7636 #           'NDRPDR'"
7637 #  parameters:
7638 #  - "throughput"
7639 #  - "name"
7640 #  - "tags"
7641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7642 #  x-axis: "X = CNFs per Service Chain"
7643 #  y-axis: "Y = Number of Service Chains"
7644 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7645 #  layout:
7646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7647 #    layout: "plot-service-density"
7648 #
7649 #- type: "plot"
7650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7651 #  algorithm: "plot_nf_heatmap"
7652 #  output-file-type: ".html"
7653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7655 #  filter: "'NIC_Intel-XXV710' and
7656 #           'NF_DENSITY' and
7657 #           'DOCKER' and
7658 #           'CHAIN' and
7659 #           'NF_VPPIP4' and
7660 #           '64B' and
7661 #           '8T4C' and
7662 #           'NDRPDR'"
7663 #  parameters:
7664 #  - "throughput"
7665 #  - "name"
7666 #  - "tags"
7667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7668 #  x-axis: "X = CNFs per Service Chain"
7669 #  y-axis: "Y = Number of Service Chains"
7670 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7671 #  layout:
7672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7673 #    layout: "plot-service-density"
7674 #
7675 ## Plots - NF Density - CSC - PDR IMIX
7676 #- type: "plot"
7677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7678 #  algorithm: "plot_nf_heatmap"
7679 #  output-file-type: ".html"
7680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7682 #  filter: "'NIC_Intel-XXV710' and
7683 #           'NF_DENSITY' and
7684 #           'DOCKER' and
7685 #           'CHAIN' and
7686 #           'NF_VPPIP4' and
7687 #           'IMIX' and
7688 #           '2T1C' and
7689 #           'NDRPDR'"
7690 #  parameters:
7691 #  - "throughput"
7692 #  - "name"
7693 #  - "tags"
7694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7695 #  x-axis: "X = CNFs per Service Chain"
7696 #  y-axis: "Y = Number of Service Chains"
7697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7698 #  layout:
7699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7700 #    layout: "plot-service-density"
7701 #
7702 #- type: "plot"
7703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7704 #  algorithm: "plot_nf_heatmap"
7705 #  output-file-type: ".html"
7706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7708 #  filter: "'NIC_Intel-XXV710' and
7709 #           'NF_DENSITY' and
7710 #           'DOCKER' and
7711 #           'CHAIN' and
7712 #           'NF_VPPIP4' and
7713 #           'IMIX' and
7714 #           '4T2C' and
7715 #           'NDRPDR'"
7716 #  parameters:
7717 #  - "throughput"
7718 #  - "name"
7719 #  - "tags"
7720 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7724 #  layout:
7725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7726 #    layout: "plot-service-density"
7727 #
7728 #- type: "plot"
7729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7730 #  algorithm: "plot_nf_heatmap"
7731 #  output-file-type: ".html"
7732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7733 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7734 #  filter: "'NIC_Intel-XXV710' and
7735 #           'NF_DENSITY' and
7736 #           'DOCKER' and
7737 #           'CHAIN' and
7738 #           'NF_VPPIP4' and
7739 #           'IMIX' and
7740 #           '8T4C' and
7741 #           'NDRPDR'"
7742 #  parameters:
7743 #  - "throughput"
7744 #  - "name"
7745 #  - "tags"
7746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7747 #  x-axis: "X = CNFs per Service Chain"
7748 #  y-axis: "Y = Number of Service Chains"
7749 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7750 #  layout:
7751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7752 #    layout: "plot-service-density"
7753 #
7754 ################################################################################
7755 #
7756 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7757 #- type: "plot"
7758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7759 #  algorithm: "plot_nf_heatmap"
7760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7761 #  data: "plot-vpp-nfv-3n-skx-mrr"
7762 #  filter: "'NIC_Intel-XXV710' and
7763 #           'NF_DENSITY' and
7764 #           'DOCKER' and
7765 #           'CHAIN' and
7766 #           'NF_VPPIP4' and
7767 #           'IPSEC' and
7768 #           'TNL_4' and
7769 #           'IMIX' and
7770 #           '2T1C' and
7771 #           'MRR'"
7772 #  parameters:
7773 #  - "result"
7774 #  - "name"
7775 #  - "tags"
7776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7777 #  x-axis: "X = CNFs per Service Chain"
7778 #  y-axis: "Y = Number of Service Chains"
7779 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7780 #  layout:
7781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7782 #    layout: "plot-service-density"
7783 #
7784 #- type: "plot"
7785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7786 #  algorithm: "plot_nf_heatmap"
7787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7788 #  data: "plot-vpp-nfv-3n-skx-mrr"
7789 #  filter: "'NIC_Intel-XXV710' and
7790 #           'NF_DENSITY' and
7791 #           'DOCKER' and
7792 #           'CHAIN' and
7793 #           'NF_VPPIP4' and
7794 #           'IPSEC' and
7795 #           'TNL_4' and
7796 #           'IMIX' and
7797 #           '4T2C' and
7798 #           'MRR'"
7799 #  parameters:
7800 #  - "result"
7801 #  - "name"
7802 #  - "tags"
7803 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7804 #  x-axis: "X = CNFs per Service Chain"
7805 #  y-axis: "Y = Number of Service Chains"
7806 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7807 #  layout:
7808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7809 #    layout: "plot-service-density"
7810 #
7811 #- type: "plot"
7812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7813 #  algorithm: "plot_nf_heatmap"
7814 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7815 #  data: "plot-vpp-nfv-3n-skx-mrr"
7816 #  filter: "'NIC_Intel-XXV710' and
7817 #           'NF_DENSITY' and
7818 #           'DOCKER' and
7819 #           'CHAIN' and
7820 #           'NF_VPPIP4' and
7821 #           'IPSEC' and
7822 #           'TNL_4' and
7823 #           'IMIX' and
7824 #           '8T4C' and
7825 #           'MRR'"
7826 #  parameters:
7827 #  - "result"
7828 #  - "name"
7829 #  - "tags"
7830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7831 #  x-axis: "X = CNFs per Service Chain"
7832 #  y-axis: "Y = Number of Service Chains"
7833 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7834 #  layout:
7835 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7836 #    layout: "plot-service-density"
7837 #
7838 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7839 #- type: "plot"
7840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7841 #  algorithm: "plot_nf_heatmap"
7842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7843 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7844 #  filter: "'NIC_Intel-XXV710' and
7845 #           'NF_DENSITY' and
7846 #           'DOCKER' and
7847 #           'CHAIN' and
7848 #           'NF_VPPIP4' and
7849 #           'IPSEC' and
7850 #           'TNL_4' and
7851 #           'IMIX' and
7852 #           '2T1C' and
7853 #           'NDRPDR'"
7854 #  parameters:
7855 #  - "throughput"
7856 #  - "name"
7857 #  - "tags"
7858 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7859 #  x-axis: "X = CNFs per Service Chain"
7860 #  y-axis: "Y = Number of Service Chains"
7861 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7862 #  layout:
7863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7864 #    layout: "plot-service-density"
7865 #
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7870 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7871 #  filter: "'NIC_Intel-XXV710' and
7872 #           'NF_DENSITY' and
7873 #           'DOCKER' and
7874 #           'CHAIN' and
7875 #           'NF_VPPIP4' and
7876 #           'IPSEC' and
7877 #           'TNL_4' and
7878 #           'IMIX' and
7879 #           '4T2C' and
7880 #           'NDRPDR'"
7881 #  parameters:
7882 #  - "throughput"
7883 #  - "name"
7884 #  - "tags"
7885 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7886 #  x-axis: "X = CNFs per Service Chain"
7887 #  y-axis: "Y = Number of Service Chains"
7888 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7889 #  layout:
7890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7891 #    layout: "plot-service-density"
7892 #
7893 #- type: "plot"
7894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7895 #  algorithm: "plot_nf_heatmap"
7896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7897 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7898 #  filter: "'NIC_Intel-XXV710' and
7899 #           'NF_DENSITY' and
7900 #           'DOCKER' and
7901 #           'CHAIN' and
7902 #           'NF_VPPIP4' and
7903 #           'IPSEC' and
7904 #           'TNL_4' and
7905 #           'IMIX' and
7906 #           '8T4C' and
7907 #           'NDRPDR'"
7908 #  parameters:
7909 #  - "throughput"
7910 #  - "name"
7911 #  - "tags"
7912 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7913 #  x-axis: "X = CNFs per Service Chain"
7914 #  y-axis: "Y = Number of Service Chains"
7915 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7916 #  layout:
7917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7918 #    layout: "plot-service-density"
7919 #
7920 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7921 #- type: "plot"
7922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7923 #  algorithm: "plot_nf_heatmap"
7924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7925 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7926 #  filter: "'NIC_Intel-XXV710' and
7927 #           'NF_DENSITY' and
7928 #           'DOCKER' and
7929 #           'CHAIN' and
7930 #           'NF_VPPIP4' and
7931 #           'IPSEC' and
7932 #           'TNL_4' and
7933 #           'IMIX' and
7934 #           '2T1C' and
7935 #           'NDRPDR'"
7936 #  parameters:
7937 #  - "throughput"
7938 #  - "name"
7939 #  - "tags"
7940 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7941 #  x-axis: "X = CNFs per Service Chain"
7942 #  y-axis: "Y = Number of Service Chains"
7943 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7944 #  layout:
7945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7946 #    layout: "plot-service-density"
7947 #
7948 #- type: "plot"
7949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7950 #  algorithm: "plot_nf_heatmap"
7951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7952 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7953 #  filter: "'NIC_Intel-XXV710' and
7954 #           'NF_DENSITY' and
7955 #           'DOCKER' and
7956 #           'CHAIN' and
7957 #           'NF_VPPIP4' and
7958 #           'IPSEC' and
7959 #           'TNL_4' and
7960 #           'IMIX' and
7961 #           '4T2C' and
7962 #           'NDRPDR'"
7963 #  parameters:
7964 #  - "throughput"
7965 #  - "name"
7966 #  - "tags"
7967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7968 #  x-axis: "X = CNFs per Service Chain"
7969 #  y-axis: "Y = Number of Service Chains"
7970 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7971 #  layout:
7972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7973 #    layout: "plot-service-density"
7974 #
7975 #- type: "plot"
7976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7977 #  algorithm: "plot_nf_heatmap"
7978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7979 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7980 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
7989 #           'NDRPDR'"
7990 #  parameters:
7991 #  - "throughput"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8000 #    layout: "plot-service-density"
8001
8002 ###############################################################################
8003
8004 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8005 - type: "plot"
8006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8007   algorithm: "plot_nf_heatmap"
8008   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8009   data: "plot-vpp-nfv-3n-hsw-mrr"
8010   filter: "'NIC_Intel-XL710' and
8011            'NF_DENSITY' and
8012            'DOCKER' and
8013            'CHAIN' and
8014            'NF_VPPIP4' and
8015            'IMIX' and
8016            'TNL_4' and
8017            '1T1C' and
8018            'MRR'"
8019   parameters:
8020   - "result"
8021   - "name"
8022   - "tags"
8023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8024   x-axis: "X = CNFs per Service Chain"
8025   y-axis: "Y = Number of Service Chains"
8026   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8027   layout:
8028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8029     layout: "plot-service-density"
8030
8031 - type: "plot"
8032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8033   algorithm: "plot_nf_heatmap"
8034   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8035   data: "plot-vpp-nfv-3n-hsw-mrr"
8036   filter: "'NIC_Intel-XL710' and
8037            'NF_DENSITY' and
8038            'DOCKER' and
8039            'CHAIN' and
8040            'NF_VPPIP4' and
8041            'IPSEC' and
8042            'TNL_4' and
8043            'IMIX' and
8044            '2T2C' and
8045            'MRR'"
8046   parameters:
8047   - "result"
8048   - "name"
8049   - "tags"
8050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8051   x-axis: "X = CNFs per Service Chain"
8052   y-axis: "Y = Number of Service Chains"
8053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8054   layout:
8055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8056     layout: "plot-service-density"
8057
8058 - type: "plot"
8059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8060   algorithm: "plot_nf_heatmap"
8061   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8062   data: "plot-vpp-nfv-3n-hsw-mrr"
8063   filter: "'NIC_Intel-XL710' and
8064            'NF_DENSITY' and
8065            'DOCKER' and
8066            'CHAIN' and
8067            'NF_VPPIP4' and
8068            'IPSEC' and
8069            'TNL_4' and
8070            'IMIX' and
8071            '4T4C' and
8072            'MRR'"
8073   parameters:
8074   - "result"
8075   - "name"
8076   - "tags"
8077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8078   x-axis: "X = CNFs per Service Chain"
8079   y-axis: "Y = Number of Service Chains"
8080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8081   layout:
8082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8083     layout: "plot-service-density"
8084
8085 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8086 - type: "plot"
8087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8088   algorithm: "plot_nf_heatmap"
8089   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8090   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8091   filter: "'NIC_Intel-XL710' and
8092            'NF_DENSITY' and
8093            'DOCKER' and
8094            'CHAIN' and
8095            'NF_VPPIP4' and
8096            'IPSEC' and
8097            'TNL_4' and
8098            'IMIX' and
8099            '1T1C' and
8100            'NDRPDR'"
8101   parameters:
8102   - "throughput"
8103   - "name"
8104   - "tags"
8105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8106   x-axis: "X = CNFs per Service Chain"
8107   y-axis: "Y = Number of Service Chains"
8108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8109   layout:
8110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8111     layout: "plot-service-density"
8112
8113 - type: "plot"
8114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8115   algorithm: "plot_nf_heatmap"
8116   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8117   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8118   filter: "'NIC_Intel-XL710' and
8119            'NF_DENSITY' and
8120            'DOCKER' and
8121            'CHAIN' and
8122            'NF_VPPIP4' and
8123            'IPSEC' and
8124            'TNL_4' and
8125            'IMIX' and
8126            '2T2C' and
8127            'NDRPDR'"
8128   parameters:
8129   - "throughput"
8130   - "name"
8131   - "tags"
8132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8133   x-axis: "X = CNFs per Service Chain"
8134   y-axis: "Y = Number of Service Chains"
8135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8136   layout:
8137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8138     layout: "plot-service-density"
8139
8140 - type: "plot"
8141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8142   algorithm: "plot_nf_heatmap"
8143   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8144   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8145   filter: "'NIC_Intel-XL710' and
8146            'NF_DENSITY' and
8147            'DOCKER' and
8148            'CHAIN' and
8149            'NF_VPPIP4' and
8150            'IPSEC' and
8151            'TNL_4' and
8152            'IMIX' and
8153            '4T4C' and
8154            'NDRPDR'"
8155   parameters:
8156   - "throughput"
8157   - "name"
8158   - "tags"
8159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8160   x-axis: "X = CNFs per Service Chain"
8161   y-axis: "Y = Number of Service Chains"
8162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8163   layout:
8164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8165     layout: "plot-service-density"
8166
8167 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8168 - type: "plot"
8169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8170   algorithm: "plot_nf_heatmap"
8171   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8172   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8173   filter: "'NIC_Intel-XL710' and
8174            'NF_DENSITY' and
8175            'DOCKER' and
8176            'CHAIN' and
8177            'NF_VPPIP4' and
8178            'IPSEC' and
8179            'TNL_4' and
8180            'IMIX' and
8181            '1T1C' and
8182            'NDRPDR'"
8183   parameters:
8184   - "throughput"
8185   - "name"
8186   - "tags"
8187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8188   x-axis: "X = CNFs per Service Chain"
8189   y-axis: "Y = Number of Service Chains"
8190   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8191   layout:
8192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8193     layout: "plot-service-density"
8194
8195 - type: "plot"
8196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8197   algorithm: "plot_nf_heatmap"
8198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8199   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8200   filter: "'NIC_Intel-XL710' and
8201            'NF_DENSITY' and
8202            'DOCKER' and
8203            'CHAIN' and
8204            'NF_VPPIP4' and
8205            'IPSEC' and
8206            'TNL_4' and
8207            'IMIX' and
8208            '2T2C' and
8209            'NDRPDR'"
8210   parameters:
8211   - "throughput"
8212   - "name"
8213   - "tags"
8214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215   x-axis: "X = CNFs per Service Chain"
8216   y-axis: "Y = Number of Service Chains"
8217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8218   layout:
8219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8220     layout: "plot-service-density"
8221
8222 - type: "plot"
8223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8224   algorithm: "plot_nf_heatmap"
8225   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8226   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8227   filter: "'NIC_Intel-XL710' and
8228            'NF_DENSITY' and
8229            'DOCKER' and
8230            'CHAIN' and
8231            'NF_VPPIP4' and
8232            'IPSEC' and
8233            'TNL_4' and
8234            'IMIX' and
8235            '4T4C' and
8236            'NDRPDR'"
8237   parameters:
8238   - "throughput"
8239   - "name"
8240   - "tags"
8241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8242   x-axis: "X = CNFs per Service Chain"
8243   y-axis: "Y = Number of Service Chains"
8244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8245   layout:
8246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8247     layout: "plot-service-density"
8248
8249 ###############################################################################
8250
8251 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8252 #- type: "plot"
8253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8254 #  algorithm: "plot_nf_heatmap"
8255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8256 #  data: "plot-vpp-nfv-3n-skx-mrr"
8257 #  filter: "'NIC_Intel-XXV710' and
8258 #           'NF_DENSITY' and
8259 #           'DOCKER' and
8260 #           'CHAIN' and
8261 #           'NF_VPPIP4' and
8262 #           'IPSEC' and
8263 #           'TNL_1000' and
8264 #           'IMIX' and
8265 #           '2T1C' and
8266 #           'MRR'"
8267 #  parameters:
8268 #  - "result"
8269 #  - "name"
8270 #  - "tags"
8271 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8272 #  x-axis: "X = CNFs per Service Chain"
8273 #  y-axis: "Y = Number of Service Chains"
8274 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8275 #  layout:
8276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8277 #    layout: "plot-service-density"
8278 #
8279 #- type: "plot"
8280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8281 #  algorithm: "plot_nf_heatmap"
8282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8283 #  data: "plot-vpp-nfv-3n-skx-mrr"
8284 #  filter: "'NIC_Intel-XXV710' and
8285 #           'NF_DENSITY' and
8286 #           'DOCKER' and
8287 #           'CHAIN' and
8288 #           'NF_VPPIP4' and
8289 #           'IPSEC' and
8290 #           'TNL_1000' and
8291 #           'IMIX' and
8292 #           '4T2C' and
8293 #           'MRR'"
8294 #  parameters:
8295 #  - "result"
8296 #  - "name"
8297 #  - "tags"
8298 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8299 #  x-axis: "X = CNFs per Service Chain"
8300 #  y-axis: "Y = Number of Service Chains"
8301 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8302 #  layout:
8303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8304 #    layout: "plot-service-density"
8305 #
8306 #- type: "plot"
8307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8308 #  algorithm: "plot_nf_heatmap"
8309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8310 #  data: "plot-vpp-nfv-3n-skx-mrr"
8311 #  filter: "'NIC_Intel-XXV710' and
8312 #           'NF_DENSITY' and
8313 #           'DOCKER' and
8314 #           'CHAIN' and
8315 #           'NF_VPPIP4' and
8316 #           'IPSEC' and
8317 #           'TNL_1000' and
8318 #           'IMIX' and
8319 #           '8T4C' and
8320 #           'MRR'"
8321 #  parameters:
8322 #  - "result"
8323 #  - "name"
8324 #  - "tags"
8325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8326 #  x-axis: "X = CNFs per Service Chain"
8327 #  y-axis: "Y = Number of Service Chains"
8328 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8329 #  layout:
8330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8331 #    layout: "plot-service-density"
8332 #
8333 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8334 #- type: "plot"
8335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8336 #  algorithm: "plot_nf_heatmap"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8338 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8339 #  filter: "'NIC_Intel-XXV710' and
8340 #           'NF_DENSITY' and
8341 #           'DOCKER' and
8342 #           'CHAIN' and
8343 #           'NF_VPPIP4' and
8344 #           'IPSEC' and
8345 #           'TNL_1000' and
8346 #           'IMIX' and
8347 #           '2T1C' and
8348 #           'NDRPDR'"
8349 #  parameters:
8350 #  - "throughput"
8351 #  - "name"
8352 #  - "tags"
8353 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8354 #  x-axis: "X = CNFs per Service Chain"
8355 #  y-axis: "Y = Number of Service Chains"
8356 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8357 #  layout:
8358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8359 #    layout: "plot-service-density"
8360 #
8361 #- type: "plot"
8362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8363 #  algorithm: "plot_nf_heatmap"
8364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8365 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8366 #  filter: "'NIC_Intel-XXV710' and
8367 #           'NF_DENSITY' and
8368 #           'DOCKER' and
8369 #           'CHAIN' and
8370 #           'NF_VPPIP4' and
8371 #           'IPSEC' and
8372 #           'TNL_1000' and
8373 #           'IMIX' and
8374 #           '4T2C' and
8375 #           'NDRPDR'"
8376 #  parameters:
8377 #  - "throughput"
8378 #  - "name"
8379 #  - "tags"
8380 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8381 #  x-axis: "X = CNFs per Service Chain"
8382 #  y-axis: "Y = Number of Service Chains"
8383 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8384 #  layout:
8385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8386 #    layout: "plot-service-density"
8387 #
8388 #- type: "plot"
8389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8390 #  algorithm: "plot_nf_heatmap"
8391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8392 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8393 #  filter: "'NIC_Intel-XXV710' and
8394 #           'NF_DENSITY' and
8395 #           'DOCKER' and
8396 #           'CHAIN' and
8397 #           'NF_VPPIP4' and
8398 #           'IPSEC' and
8399 #           'TNL_1000' and
8400 #           'IMIX' and
8401 #           '8T4C' and
8402 #           'NDRPDR'"
8403 #  parameters:
8404 #  - "throughput"
8405 #  - "name"
8406 #  - "tags"
8407 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8408 #  x-axis: "X = CNFs per Service Chain"
8409 #  y-axis: "Y = Number of Service Chains"
8410 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8411 #  layout:
8412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8413 #    layout: "plot-service-density"
8414 #
8415 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8416 #- type: "plot"
8417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8418 #  algorithm: "plot_nf_heatmap"
8419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8420 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8421 #  filter: "'NIC_Intel-XXV710' and
8422 #           'NF_DENSITY' and
8423 #           'DOCKER' and
8424 #           'CHAIN' and
8425 #           'NF_VPPIP4' and
8426 #           'IPSEC' and
8427 #           'TNL_1000' and
8428 #           'IMIX' and
8429 #           '2T1C' and
8430 #           'NDRPDR'"
8431 #  parameters:
8432 #  - "throughput"
8433 #  - "name"
8434 #  - "tags"
8435 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8436 #  x-axis: "X = CNFs per Service Chain"
8437 #  y-axis: "Y = Number of Service Chains"
8438 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8439 #  layout:
8440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8441 #    layout: "plot-service-density"
8442 #
8443 #- type: "plot"
8444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8445 #  algorithm: "plot_nf_heatmap"
8446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8447 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8448 #  filter: "'NIC_Intel-XXV710' and
8449 #           'NF_DENSITY' and
8450 #           'DOCKER' and
8451 #           'CHAIN' and
8452 #           'NF_VPPIP4' and
8453 #           'IPSEC' and
8454 #           'TNL_1000' and
8455 #           'IMIX' and
8456 #           '4T2C' and
8457 #           'NDRPDR'"
8458 #  parameters:
8459 #  - "throughput"
8460 #  - "name"
8461 #  - "tags"
8462 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8463 #  x-axis: "X = CNFs per Service Chain"
8464 #  y-axis: "Y = Number of Service Chains"
8465 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8466 #  layout:
8467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8468 #    layout: "plot-service-density"
8469 #
8470 #- type: "plot"
8471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8472 #  algorithm: "plot_nf_heatmap"
8473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8474 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8475 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
8484 #           'NDRPDR'"
8485 #  parameters:
8486 #  - "throughput"
8487 #  - "name"
8488 #  - "tags"
8489 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8493 #  layout:
8494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8495 #    layout: "plot-service-density"
8496
8497 ###############################################################################
8498
8499 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8500 - type: "plot"
8501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8502   algorithm: "plot_nf_heatmap"
8503   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8504   data: "plot-vpp-nfv-3n-hsw-mrr"
8505   filter: "'NIC_Intel-XL710' and
8506            'NF_DENSITY' and
8507            'DOCKER' and
8508            'CHAIN' and
8509            'NF_VPPIP4' and
8510            'IMIX' and
8511            'TNL_1000' and
8512            '1T1C' and
8513            'MRR'"
8514   parameters:
8515   - "result"
8516   - "name"
8517   - "tags"
8518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8519   x-axis: "X = CNFs per Service Chain"
8520   y-axis: "Y = Number of Service Chains"
8521   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8522   layout:
8523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8524     layout: "plot-service-density"
8525
8526 - type: "plot"
8527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8528   algorithm: "plot_nf_heatmap"
8529   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8530   data: "plot-vpp-nfv-3n-hsw-mrr"
8531   filter: "'NIC_Intel-XL710' and
8532            'NF_DENSITY' and
8533            'DOCKER' and
8534            'CHAIN' and
8535            'NF_VPPIP4' and
8536            'IPSEC' and
8537            'TNL_1000' and
8538            'IMIX' and
8539            '2T2C' and
8540            'MRR'"
8541   parameters:
8542   - "result"
8543   - "name"
8544   - "tags"
8545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8546   x-axis: "X = CNFs per Service Chain"
8547   y-axis: "Y = Number of Service Chains"
8548   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8549   layout:
8550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8551     layout: "plot-service-density"
8552
8553 - type: "plot"
8554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8555   algorithm: "plot_nf_heatmap"
8556   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8557   data: "plot-vpp-nfv-3n-hsw-mrr"
8558   filter: "'NIC_Intel-XL710' and
8559            'NF_DENSITY' and
8560            'DOCKER' and
8561            'CHAIN' and
8562            'NF_VPPIP4' and
8563            'IPSEC' and
8564            'TNL_1000' and
8565            'IMIX' and
8566            '4T4C' and
8567            'MRR'"
8568   parameters:
8569   - "result"
8570   - "name"
8571   - "tags"
8572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8573   x-axis: "X = CNFs per Service Chain"
8574   y-axis: "Y = Number of Service Chains"
8575   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8576   layout:
8577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8578     layout: "plot-service-density"
8579
8580 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8581 - type: "plot"
8582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8583   algorithm: "plot_nf_heatmap"
8584   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8585   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8586   filter: "'NIC_Intel-XL710' and
8587            'NF_DENSITY' and
8588            'DOCKER' and
8589            'CHAIN' and
8590            'NF_VPPIP4' and
8591            'IPSEC' and
8592            'TNL_1000' and
8593            'IMIX' and
8594            '1T1C' and
8595            'NDRPDR'"
8596   parameters:
8597   - "throughput"
8598   - "name"
8599   - "tags"
8600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8601   x-axis: "X = CNFs per Service Chain"
8602   y-axis: "Y = Number of Service Chains"
8603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8604   layout:
8605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8606     layout: "plot-service-density"
8607
8608 - type: "plot"
8609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8610   algorithm: "plot_nf_heatmap"
8611   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8612   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8613   filter: "'NIC_Intel-XL710' and
8614            'NF_DENSITY' and
8615            'DOCKER' and
8616            'CHAIN' and
8617            'NF_VPPIP4' and
8618            'IPSEC' and
8619            'TNL_1000' and
8620            'IMIX' and
8621            '2T2C' and
8622            'NDRPDR'"
8623   parameters:
8624   - "throughput"
8625   - "name"
8626   - "tags"
8627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8628   x-axis: "X = CNFs per Service Chain"
8629   y-axis: "Y = Number of Service Chains"
8630   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8631   layout:
8632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8633     layout: "plot-service-density"
8634
8635 - type: "plot"
8636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8637   algorithm: "plot_nf_heatmap"
8638   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8639   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8640   filter: "'NIC_Intel-XL710' and
8641            'NF_DENSITY' and
8642            'DOCKER' and
8643            'CHAIN' and
8644            'NF_VPPIP4' and
8645            'IPSEC' and
8646            'TNL_1000' and
8647            'IMIX' and
8648            '4T4C' and
8649            'NDRPDR'"
8650   parameters:
8651   - "throughput"
8652   - "name"
8653   - "tags"
8654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8655   x-axis: "X = CNFs per Service Chain"
8656   y-axis: "Y = Number of Service Chains"
8657   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8658   layout:
8659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8660     layout: "plot-service-density"
8661
8662 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8663 - type: "plot"
8664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8665   algorithm: "plot_nf_heatmap"
8666   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8667   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8668   filter: "'NIC_Intel-XL710' and
8669            'NF_DENSITY' and
8670            'DOCKER' and
8671            'CHAIN' and
8672            'NF_VPPIP4' and
8673            'IPSEC' and
8674            'TNL_1000' and
8675            'IMIX' and
8676            '1T1C' and
8677            'NDRPDR'"
8678   parameters:
8679   - "throughput"
8680   - "name"
8681   - "tags"
8682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8683   x-axis: "X = CNFs per Service Chain"
8684   y-axis: "Y = Number of Service Chains"
8685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8686   layout:
8687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8688     layout: "plot-service-density"
8689
8690 - type: "plot"
8691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8692   algorithm: "plot_nf_heatmap"
8693   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8694   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8695   filter: "'NIC_Intel-XL710' and
8696            'NF_DENSITY' and
8697            'DOCKER' and
8698            'CHAIN' and
8699            'NF_VPPIP4' and
8700            'IPSEC' and
8701            'TNL_1000' and
8702            'IMIX' and
8703            '2T2C' and
8704            'NDRPDR'"
8705   parameters:
8706   - "throughput"
8707   - "name"
8708   - "tags"
8709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8710   x-axis: "X = CNFs per Service Chain"
8711   y-axis: "Y = Number of Service Chains"
8712   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8713   layout:
8714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8715     layout: "plot-service-density"
8716
8717 - type: "plot"
8718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8719   algorithm: "plot_nf_heatmap"
8720   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8721   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8722   filter: "'NIC_Intel-XL710' and
8723            'NF_DENSITY' and
8724            'DOCKER' and
8725            'CHAIN' and
8726            'NF_VPPIP4' and
8727            'IPSEC' and
8728            'TNL_1000' and
8729            'IMIX' and
8730            '4T4C' and
8731            'NDRPDR'"
8732   parameters:
8733   - "throughput"
8734   - "name"
8735   - "tags"
8736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8737   x-axis: "X = CNFs per Service Chain"
8738   y-axis: "Y = Number of Service Chains"
8739   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8740   layout:
8741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8742     layout: "plot-service-density"
8743
8744 ###############################################################################
8745
8746 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8747 #- type: "plot"
8748 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8749 #  algorithm: "plot_nf_heatmap"
8750 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8751 #  data: "plot-vpp-nfv-3n-skx-mrr"
8752 #  filter: "'NIC_Intel-XXV710' and
8753 #           'NF_DENSITY' and
8754 #           'DOCKER' and
8755 #           'CHAIN' and
8756 #           'NF_VPPIP4' and
8757 #           'IPSEC' and
8758 #           'TNL_10000' and
8759 #           'IMIX' and
8760 #           '2T1C' and
8761 #           'MRR'"
8762 #  parameters:
8763 #  - "result"
8764 #  - "name"
8765 #  - "tags"
8766 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8767 #  x-axis: "X = CNFs per Service Chain"
8768 #  y-axis: "Y = Number of Service Chains"
8769 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8770 #  layout:
8771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8772 #    layout: "plot-service-density"
8773 #
8774 #- type: "plot"
8775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8776 #  algorithm: "plot_nf_heatmap"
8777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8778 #  data: "plot-vpp-nfv-3n-skx-mrr"
8779 #  filter: "'NIC_Intel-XXV710' and
8780 #           'NF_DENSITY' and
8781 #           'DOCKER' and
8782 #           'CHAIN' and
8783 #           'NF_VPPIP4' and
8784 #           'IPSEC' and
8785 #           'TNL_10000' and
8786 #           'IMIX' and
8787 #           '4T2C' and
8788 #           'MRR'"
8789 #  parameters:
8790 #  - "result"
8791 #  - "name"
8792 #  - "tags"
8793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8794 #  x-axis: "X = CNFs per Service Chain"
8795 #  y-axis: "Y = Number of Service Chains"
8796 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8797 #  layout:
8798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8799 #    layout: "plot-service-density"
8800 #
8801 #- type: "plot"
8802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8803 #  algorithm: "plot_nf_heatmap"
8804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8805 #  data: "plot-vpp-nfv-3n-skx-mrr"
8806 #  filter: "'NIC_Intel-XXV710' and
8807 #           'NF_DENSITY' and
8808 #           'DOCKER' and
8809 #           'CHAIN' and
8810 #           'NF_VPPIP4' and
8811 #           'IPSEC' and
8812 #           'TNL_10000' and
8813 #           'IMIX' and
8814 #           '8T4C' and
8815 #           'MRR'"
8816 #  parameters:
8817 #  - "result"
8818 #  - "name"
8819 #  - "tags"
8820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8821 #  x-axis: "X = CNFs per Service Chain"
8822 #  y-axis: "Y = Number of Service Chains"
8823 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8824 #  layout:
8825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8826 #    layout: "plot-service-density"
8827 #
8828 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8829 #- type: "plot"
8830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8831 #  algorithm: "plot_nf_heatmap"
8832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8833 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8834 #  filter: "'NIC_Intel-XXV710' and
8835 #           'NF_DENSITY' and
8836 #           'DOCKER' and
8837 #           'CHAIN' and
8838 #           'NF_VPPIP4' and
8839 #           'IPSEC' and
8840 #           'TNL_10000' and
8841 #           'IMIX' and
8842 #           '2T1C' and
8843 #           'NDRPDR'"
8844 #  parameters:
8845 #  - "throughput"
8846 #  - "name"
8847 #  - "tags"
8848 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8849 #  x-axis: "X = CNFs per Service Chain"
8850 #  y-axis: "Y = Number of Service Chains"
8851 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8852 #  layout:
8853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8854 #    layout: "plot-service-density"
8855 #
8856 #- type: "plot"
8857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8858 #  algorithm: "plot_nf_heatmap"
8859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8860 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8861 #  filter: "'NIC_Intel-XXV710' and
8862 #           'NF_DENSITY' and
8863 #           'DOCKER' and
8864 #           'CHAIN' and
8865 #           'NF_VPPIP4' and
8866 #           'IPSEC' and
8867 #           'TNL_10000' and
8868 #           'IMIX' and
8869 #           '4T2C' and
8870 #           'NDRPDR'"
8871 #  parameters:
8872 #  - "throughput"
8873 #  - "name"
8874 #  - "tags"
8875 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8876 #  x-axis: "X = CNFs per Service Chain"
8877 #  y-axis: "Y = Number of Service Chains"
8878 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8879 #  layout:
8880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8881 #    layout: "plot-service-density"
8882 #
8883 #- type: "plot"
8884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8885 #  algorithm: "plot_nf_heatmap"
8886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8887 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8888 #  filter: "'NIC_Intel-XXV710' and
8889 #           'NF_DENSITY' and
8890 #           'DOCKER' and
8891 #           'CHAIN' and
8892 #           'NF_VPPIP4' and
8893 #           'IPSEC' and
8894 #           'TNL_10000' and
8895 #           'IMIX' and
8896 #           '8T4C' and
8897 #           'NDRPDR'"
8898 #  parameters:
8899 #  - "throughput"
8900 #  - "name"
8901 #  - "tags"
8902 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8903 #  x-axis: "X = CNFs per Service Chain"
8904 #  y-axis: "Y = Number of Service Chains"
8905 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8906 #  layout:
8907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8908 #    layout: "plot-service-density"
8909 #
8910 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8911 #- type: "plot"
8912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8913 #  algorithm: "plot_nf_heatmap"
8914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8915 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8916 #  filter: "'NIC_Intel-XXV710' and
8917 #           'NF_DENSITY' and
8918 #           'DOCKER' and
8919 #           'CHAIN' and
8920 #           'NF_VPPIP4' and
8921 #           'IPSEC' and
8922 #           'TNL_10000' and
8923 #           'IMIX' and
8924 #           '2T1C' and
8925 #           'NDRPDR'"
8926 #  parameters:
8927 #  - "throughput"
8928 #  - "name"
8929 #  - "tags"
8930 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8931 #  x-axis: "X = CNFs per Service Chain"
8932 #  y-axis: "Y = Number of Service Chains"
8933 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8934 #  layout:
8935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8936 #    layout: "plot-service-density"
8937 #
8938 #- type: "plot"
8939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8940 #  algorithm: "plot_nf_heatmap"
8941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8942 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8943 #  filter: "'NIC_Intel-XXV710' and
8944 #           'NF_DENSITY' and
8945 #           'DOCKER' and
8946 #           'CHAIN' and
8947 #           'NF_VPPIP4' and
8948 #           'IPSEC' and
8949 #           'TNL_10000' and
8950 #           'IMIX' and
8951 #           '4T2C' and
8952 #           'NDRPDR'"
8953 #  parameters:
8954 #  - "throughput"
8955 #  - "name"
8956 #  - "tags"
8957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8958 #  x-axis: "X = CNFs per Service Chain"
8959 #  y-axis: "Y = Number of Service Chains"
8960 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8961 #  layout:
8962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8963 #    layout: "plot-service-density"
8964 #
8965 #- type: "plot"
8966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8967 #  algorithm: "plot_nf_heatmap"
8968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8969 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8970 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
8979 #           'NDRPDR'"
8980 #  parameters:
8981 #  - "throughput"
8982 #  - "name"
8983 #  - "tags"
8984 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8988 #  layout:
8989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8990 #    layout: "plot-service-density"
8991
8992 ###############################################################################
8993
8994 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8995 - type: "plot"
8996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8997   algorithm: "plot_nf_heatmap"
8998   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8999   data: "plot-vpp-nfv-3n-hsw-mrr"
9000   filter: "'NIC_Intel-XL710' and
9001            'NF_DENSITY' and
9002            'DOCKER' and
9003            'CHAIN' and
9004            'NF_VPPIP4' and
9005            'IMIX' and
9006            'TNL_10000' and
9007            '1T1C' and
9008            'MRR'"
9009   parameters:
9010   - "result"
9011   - "name"
9012   - "tags"
9013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9014   x-axis: "X = CNFs per Service Chain"
9015   y-axis: "Y = Number of Service Chains"
9016   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9017   layout:
9018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9019     layout: "plot-service-density"
9020
9021 - type: "plot"
9022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9023   algorithm: "plot_nf_heatmap"
9024   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9025   data: "plot-vpp-nfv-3n-hsw-mrr"
9026   filter: "'NIC_Intel-XL710' and
9027            'NF_DENSITY' and
9028            'DOCKER' and
9029            'CHAIN' and
9030            'NF_VPPIP4' and
9031            'IPSEC' and
9032            'TNL_10000' and
9033            'IMIX' and
9034            '2T2C' and
9035            'MRR'"
9036   parameters:
9037   - "result"
9038   - "name"
9039   - "tags"
9040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9041   x-axis: "X = CNFs per Service Chain"
9042   y-axis: "Y = Number of Service Chains"
9043   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9044   layout:
9045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9046     layout: "plot-service-density"
9047
9048 - type: "plot"
9049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9050   algorithm: "plot_nf_heatmap"
9051   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9052   data: "plot-vpp-nfv-3n-hsw-mrr"
9053   filter: "'NIC_Intel-XL710' and
9054            'NF_DENSITY' and
9055            'DOCKER' and
9056            'CHAIN' and
9057            'NF_VPPIP4' and
9058            'IPSEC' and
9059            'TNL_10000' and
9060            'IMIX' and
9061            '4T4C' and
9062            'MRR'"
9063   parameters:
9064   - "result"
9065   - "name"
9066   - "tags"
9067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9068   x-axis: "X = CNFs per Service Chain"
9069   y-axis: "Y = Number of Service Chains"
9070   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9071   layout:
9072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9073     layout: "plot-service-density"
9074
9075 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9076 - type: "plot"
9077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9078   algorithm: "plot_nf_heatmap"
9079   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9080   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9081   filter: "'NIC_Intel-XL710' and
9082            'NF_DENSITY' and
9083            'DOCKER' and
9084            'CHAIN' and
9085            'NF_VPPIP4' and
9086            'IPSEC' and
9087            'TNL_10000' and
9088            'IMIX' and
9089            '1T1C' and
9090            'NDRPDR'"
9091   parameters:
9092   - "throughput"
9093   - "name"
9094   - "tags"
9095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9096   x-axis: "X = CNFs per Service Chain"
9097   y-axis: "Y = Number of Service Chains"
9098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9099   layout:
9100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9101     layout: "plot-service-density"
9102
9103 - type: "plot"
9104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9105   algorithm: "plot_nf_heatmap"
9106   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9107   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9108   filter: "'NIC_Intel-XL710' and
9109            'NF_DENSITY' and
9110            'DOCKER' and
9111            'CHAIN' and
9112            'NF_VPPIP4' and
9113            'IPSEC' and
9114            'TNL_10000' and
9115            'IMIX' and
9116            '2T2C' and
9117            'NDRPDR'"
9118   parameters:
9119   - "throughput"
9120   - "name"
9121   - "tags"
9122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9123   x-axis: "X = CNFs per Service Chain"
9124   y-axis: "Y = Number of Service Chains"
9125   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9126   layout:
9127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9128     layout: "plot-service-density"
9129
9130 - type: "plot"
9131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9132   algorithm: "plot_nf_heatmap"
9133   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9134   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9135   filter: "'NIC_Intel-XL710' and
9136            'NF_DENSITY' and
9137            'DOCKER' and
9138            'CHAIN' and
9139            'NF_VPPIP4' and
9140            'IPSEC' and
9141            'TNL_10000' and
9142            'IMIX' and
9143            '4T4C' and
9144            'NDRPDR'"
9145   parameters:
9146   - "throughput"
9147   - "name"
9148   - "tags"
9149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9150   x-axis: "X = CNFs per Service Chain"
9151   y-axis: "Y = Number of Service Chains"
9152   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9153   layout:
9154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9155     layout: "plot-service-density"
9156
9157 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9158 - type: "plot"
9159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9160   algorithm: "plot_nf_heatmap"
9161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9162   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9163   filter: "'NIC_Intel-XL710' and
9164            'NF_DENSITY' and
9165            'DOCKER' and
9166            'CHAIN' and
9167            'NF_VPPIP4' and
9168            'IPSEC' and
9169            'TNL_10000' and
9170            'IMIX' and
9171            '1T1C' and
9172            'NDRPDR'"
9173   parameters:
9174   - "throughput"
9175   - "name"
9176   - "tags"
9177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9178   x-axis: "X = CNFs per Service Chain"
9179   y-axis: "Y = Number of Service Chains"
9180   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9181   layout:
9182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9183     layout: "plot-service-density"
9184
9185 - type: "plot"
9186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9187   algorithm: "plot_nf_heatmap"
9188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9189   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9190   filter: "'NIC_Intel-XL710' and
9191            'NF_DENSITY' and
9192            'DOCKER' and
9193            'CHAIN' and
9194            'NF_VPPIP4' and
9195            'IPSEC' and
9196            'TNL_10000' and
9197            'IMIX' and
9198            '2T2C' and
9199            'NDRPDR'"
9200   parameters:
9201   - "throughput"
9202   - "name"
9203   - "tags"
9204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9205   x-axis: "X = CNFs per Service Chain"
9206   y-axis: "Y = Number of Service Chains"
9207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9208   layout:
9209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9210     layout: "plot-service-density"
9211
9212 - type: "plot"
9213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9214   algorithm: "plot_nf_heatmap"
9215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9216   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9217   filter: "'NIC_Intel-XL710' and
9218            'NF_DENSITY' and
9219            'DOCKER' and
9220            'CHAIN' and
9221            'NF_VPPIP4' and
9222            'IPSEC' and
9223            'TNL_10000' and
9224            'IMIX' and
9225            '4T4C' and
9226            'NDRPDR'"
9227   parameters:
9228   - "throughput"
9229   - "name"
9230   - "tags"
9231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9232   x-axis: "X = CNFs per Service Chain"
9233   y-axis: "Y = Number of Service Chains"
9234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9235   layout:
9236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9237     layout: "plot-service-density"
9238
9239 ###############################################################################
9240
9241 # Plots - NF Density - CSP - MRR 64b
9242
9243 #- type: "plot"
9244 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9245 #  algorithm: "plot_nf_heatmap"
9246 #  output-file-type: ".html"
9247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9248 #  data: "plot-vpp-nfv-2n-skx-mrr"
9249 #  filter: "'NIC_Intel-XXV710' and
9250 #           'NF_DENSITY' and
9251 #           'DOCKER' and
9252 #           'PIPELINE' and
9253 #           'NF_VPPIP4' and
9254 #           '64B' and
9255 #           '2T1C' and
9256 #           'MRR'"
9257 #  parameters:
9258 #  - "result"
9259 #  - "name"
9260 #  - "tags"
9261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9262 #  x-axis: "X = CNFs per Service Pipeline"
9263 #  y-axis: "Y = Number of Service Pipelines"
9264 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9265 #  layout:
9266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9267 #    layout: "plot-service-density"
9268 #
9269 #- type: "plot"
9270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9271 #  algorithm: "plot_nf_heatmap"
9272 #  output-file-type: ".html"
9273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9274 #  data: "plot-vpp-nfv-2n-skx-mrr"
9275 #  filter: "'NIC_Intel-XXV710' and
9276 #           'NF_DENSITY' and
9277 #           'DOCKER' and
9278 #           'PIPELINE' and
9279 #           'NF_VPPIP4' and
9280 #           '64B' and
9281 #           '4T2C' and
9282 #           'MRR'"
9283 #  parameters:
9284 #  - "result"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Pipeline"
9289 #  y-axis: "Y = Number of Service Pipelines"
9290 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9293 #    layout: "plot-service-density"
9294 #
9295 #- type: "plot"
9296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9297 #  algorithm: "plot_nf_heatmap"
9298 #  output-file-type: ".html"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9300 #  data: "plot-vpp-nfv-2n-skx-mrr"
9301 #  filter: "'NIC_Intel-XXV710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'PIPELINE' and
9305 #           'NF_VPPIP4' and
9306 #           '64B' and
9307 #           '8T4C' and
9308 #           'MRR'"
9309 #  parameters:
9310 #  - "result"
9311 #  - "name"
9312 #  - "tags"
9313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9314 #  x-axis: "X = CNFs per Service Pipeline"
9315 #  y-axis: "Y = Number of Service Pipelines"
9316 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9317 #  layout:
9318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9319 #    layout: "plot-service-density"
9320 #
9321 ## Plots - NF Density - CSP - MRR IMIX
9322 #- type: "plot"
9323 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9324 #  algorithm: "plot_nf_heatmap"
9325 #  output-file-type: ".html"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9327 #  data: "plot-vpp-nfv-2n-skx-mrr"
9328 #  filter: "'NIC_Intel-XXV710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'PIPELINE' and
9332 #           'NF_VPPIP4' and
9333 #           'IMIX' and
9334 #           '2T1C' and
9335 #           'MRR'"
9336 #  parameters:
9337 #  - "result"
9338 #  - "name"
9339 #  - "tags"
9340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9341 #  x-axis: "X = CNFs per Service Pipeline"
9342 #  y-axis: "Y = Number of Service Pipelines"
9343 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9344 #  layout:
9345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9346 #    layout: "plot-service-density"
9347 #
9348 #- type: "plot"
9349 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9350 #  algorithm: "plot_nf_heatmap"
9351 #  output-file-type: ".html"
9352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9353 #  data: "plot-vpp-nfv-2n-skx-mrr"
9354 #  filter: "'NIC_Intel-XXV710' and
9355 #           'NF_DENSITY' and
9356 #           'DOCKER' and
9357 #           'PIPELINE' and
9358 #           'NF_VPPIP4' and
9359 #           'IMIX' and
9360 #           '4T2C' and
9361 #           'MRR'"
9362 #  parameters:
9363 #  - "result"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Pipeline"
9368 #  y-axis: "Y = Number of Service Pipelines"
9369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file-type: ".html"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9379 #  data: "plot-vpp-nfv-2n-skx-mrr"
9380 #  filter: "'NIC_Intel-XXV710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'PIPELINE' and
9384 #           'NF_VPPIP4' and
9385 #           'IMIX' and
9386 #           '8T4C' and
9387 #           'MRR'"
9388 #  parameters:
9389 #  - "result"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Pipeline"
9394 #  y-axis: "Y = Number of Service Pipelines"
9395 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9398 #    layout: "plot-service-density"
9399 #
9400 ## Plots - NF Density - CSP - NDR 64b
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file-type: ".html"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9406 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9407 #  filter: "'NIC_Intel-XXV710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'PIPELINE' and
9411 #           'NF_VPPIP4' and
9412 #           '64B' and
9413 #           '2T1C' and
9414 #           'NDRPDR'"
9415 #  parameters:
9416 #  - "throughput"
9417 #  - "name"
9418 #  - "tags"
9419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9420 #  x-axis: "X = CNFs per Service Pipeline"
9421 #  y-axis: "Y = Number of Service Pipelines"
9422 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9423 #  layout:
9424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9425 #    layout: "plot-service-density"
9426 #
9427 #- type: "plot"
9428 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9429 #  algorithm: "plot_nf_heatmap"
9430 #  output-file-type: ".html"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9432 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9433 #  filter: "'NIC_Intel-XXV710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'PIPELINE' and
9437 #           'NF_VPPIP4' and
9438 #           '64B' and
9439 #           '4T2C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Pipeline"
9447 #  y-axis: "Y = Number of Service Pipelines"
9448 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9451 #    layout: "plot-service-density"
9452 #
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file-type: ".html"
9457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9458 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9459 #  filter: "'NIC_Intel-XXV710' and
9460 #           'NF_DENSITY' and
9461 #           'DOCKER' and
9462 #           'PIPELINE' and
9463 #           'NF_VPPIP4' and
9464 #           '64B' and
9465 #           '8T4C' and
9466 #           'NDRPDR'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Pipeline"
9473 #  y-axis: "Y = Number of Service Pipelines"
9474 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9477 #    layout: "plot-service-density"
9478 #
9479 ## Plots - NF Density - CSP - NDR IMIX
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file-type: ".html"
9484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9485 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9486 #  filter: "'NIC_Intel-XXV710' and
9487 #           'NF_DENSITY' and
9488 #           'DOCKER' and
9489 #           'PIPELINE' and
9490 #           'NF_VPPIP4' and
9491 #           'IMIX' and
9492 #           '2T1C' and
9493 #           'NDRPDR'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Pipeline"
9500 #  y-axis: "Y = Number of Service Pipelines"
9501 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9504 #    layout: "plot-service-density"
9505 #
9506 #- type: "plot"
9507 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9508 #  algorithm: "plot_nf_heatmap"
9509 #  output-file-type: ".html"
9510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9512 #  filter: "'NIC_Intel-XXV710' and
9513 #           'NF_DENSITY' and
9514 #           'DOCKER' and
9515 #           'PIPELINE' and
9516 #           'NF_VPPIP4' and
9517 #           'IMIX' and
9518 #           '4T2C' and
9519 #           'NDRPDR'"
9520 #  parameters:
9521 #  - "throughput"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Pipeline"
9526 #  y-axis: "Y = Number of Service Pipelines"
9527 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9530 #    layout: "plot-service-density"
9531 #
9532 #- type: "plot"
9533 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9534 #  algorithm: "plot_nf_heatmap"
9535 #  output-file-type: ".html"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9538 #  filter: "'NIC_Intel-XXV710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'PIPELINE' and
9542 #           'NF_VPPIP4' and
9543 #           'IMIX' and
9544 #           '8T4C' and
9545 #           'NDRPDR'"
9546 #  parameters:
9547 #  - "throughput"
9548 #  - "name"
9549 #  - "tags"
9550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9551 #  x-axis: "X = CNFs per Service Pipeline"
9552 #  y-axis: "Y = Number of Service Pipelines"
9553 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9554 #  layout:
9555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9556 #    layout: "plot-service-density"
9557 #
9558 ## Plots - NF Density - CSP - PDR 64b
9559 #- type: "plot"
9560 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9561 #  algorithm: "plot_nf_heatmap"
9562 #  output-file-type: ".html"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9565 #  filter: "'NIC_Intel-XXV710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'PIPELINE' and
9569 #           'NF_VPPIP4' and
9570 #           '64B' and
9571 #           '2T1C' and
9572 #           'NDRPDR'"
9573 #  parameters:
9574 #  - "throughput"
9575 #  - "name"
9576 #  - "tags"
9577 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9578 #  x-axis: "X = CNFs per Service Pipeline"
9579 #  y-axis: "Y = Number of Service Pipelines"
9580 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9581 #  layout:
9582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9583 #    layout: "plot-service-density"
9584 #
9585 #- type: "plot"
9586 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9587 #  algorithm: "plot_nf_heatmap"
9588 #  output-file-type: ".html"
9589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9590 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9591 #  filter: "'NIC_Intel-XXV710' and
9592 #           'NF_DENSITY' and
9593 #           'DOCKER' and
9594 #           'PIPELINE' and
9595 #           'NF_VPPIP4' and
9596 #           '64B' and
9597 #           '4T2C' and
9598 #           'NDRPDR'"
9599 #  parameters:
9600 #  - "throughput"
9601 #  - "name"
9602 #  - "tags"
9603 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9604 #  x-axis: "X = CNFs per Service Pipeline"
9605 #  y-axis: "Y = Number of Service Pipelines"
9606 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9607 #  layout:
9608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9609 #    layout: "plot-service-density"
9610 #
9611 #- type: "plot"
9612 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9613 #  algorithm: "plot_nf_heatmap"
9614 #  output-file-type: ".html"
9615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9617 #  filter: "'NIC_Intel-XXV710' and
9618 #           'NF_DENSITY' and
9619 #           'DOCKER' and
9620 #           'PIPELINE' and
9621 #           'NF_VPPIP4' and
9622 #           '64B' and
9623 #           '8T4C' and
9624 #           'NDRPDR'"
9625 #  parameters:
9626 #  - "throughput"
9627 #  - "name"
9628 #  - "tags"
9629 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9630 #  x-axis: "X = CNFs per Service Pipeline"
9631 #  y-axis: "Y = Number of Service Pipelines"
9632 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9633 #  layout:
9634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9635 #    layout: "plot-service-density"
9636 #
9637 ## Plots - NF Density - CSP - PDR IMIX
9638 #- type: "plot"
9639 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9640 #  algorithm: "plot_nf_heatmap"
9641 #  output-file-type: ".html"
9642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9643 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9644 #  filter: "'NIC_Intel-XXV710' and
9645 #           'NF_DENSITY' and
9646 #           'DOCKER' and
9647 #           'PIPELINE' and
9648 #           'NF_VPPIP4' and
9649 #           'IMIX' and
9650 #           '2T1C' and
9651 #           'NDRPDR'"
9652 #  parameters:
9653 #  - "throughput"
9654 #  - "name"
9655 #  - "tags"
9656 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9657 #  x-axis: "X = CNFs per Service Pipeline"
9658 #  y-axis: "Y = Number of Service Pipelines"
9659 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9660 #  layout:
9661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9662 #    layout: "plot-service-density"
9663 #
9664 #- type: "plot"
9665 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9666 #  algorithm: "plot_nf_heatmap"
9667 #  output-file-type: ".html"
9668 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9669 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9670 #  filter: "'NIC_Intel-XXV710' and
9671 #           'NF_DENSITY' and
9672 #           'DOCKER' and
9673 #           'PIPELINE' and
9674 #           'NF_VPPIP4' and
9675 #           'IMIX' and
9676 #           '4T2C' and
9677 #           'NDRPDR'"
9678 #  parameters:
9679 #  - "throughput"
9680 #  - "name"
9681 #  - "tags"
9682 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9683 #  x-axis: "X = CNFs per Service Pipeline"
9684 #  y-axis: "Y = Number of Service Pipelines"
9685 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9686 #  layout:
9687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9688 #    layout: "plot-service-density"
9689 #
9690 #- type: "plot"
9691 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9692 #  algorithm: "plot_nf_heatmap"
9693 #  output-file-type: ".html"
9694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9695 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9696 #  filter: "'NIC_Intel-XXV710' and
9697 #           'NF_DENSITY' and
9698 #           'DOCKER' and
9699 #           'PIPELINE' and
9700 #           'NF_VPPIP4' and
9701 #           'IMIX' and
9702 #           '8T4C' and
9703 #           'NDRPDR'"
9704 #  parameters:
9705 #  - "throughput"
9706 #  - "name"
9707 #  - "tags"
9708 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9709 #  x-axis: "X = CNFs per Service Pipeline"
9710 #  y-axis: "Y = Number of Service Pipelines"
9711 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9712 #  layout:
9713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9714 #    layout: "plot-service-density"
9715
9716 ###############################################################################
9717 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9724   data: "plot-vpp-nfv-2n-clx-mrr"
9725   filter: "'NIC_Intel-XXV710' and
9726            'NF_DENSITY' and
9727            'VHOST' and
9728            not 'VXLAN' and
9729            'CHAIN' and
9730            'NF_VPPIP4' and
9731            'IMIX' and
9732            '2T1C' and
9733            'MRR'"
9734   parameters:
9735   - "result"
9736   - "name"
9737   - "tags"
9738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9739   x-axis: "X = VNFs per Service Chain"
9740   y-axis: "Y = Number of Service Chains"
9741   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9742   layout:
9743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9744     layout: "plot-service-density"
9745
9746 - type: "plot"
9747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9748   algorithm: "plot_nf_heatmap"
9749   output-file-type: ".html"
9750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9751   data: "plot-vpp-nfv-2n-clx-mrr"
9752   filter: "'NIC_Intel-XXV710' and
9753            'NF_DENSITY' and
9754            'VHOST' and
9755            not 'VXLAN' and
9756            'CHAIN' and
9757            'NF_VPPIP4' and
9758            'IMIX' and
9759            '4T2C' and
9760            'MRR'"
9761   parameters:
9762   - "result"
9763   - "name"
9764   - "tags"
9765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9766   x-axis: "X = VNFs per Service Chain"
9767   y-axis: "Y = Number of Service Chains"
9768   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9769   layout:
9770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9771     layout: "plot-service-density"
9772
9773 - type: "plot"
9774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9775   algorithm: "plot_nf_heatmap"
9776   output-file-type: ".html"
9777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9778   data: "plot-vpp-nfv-2n-clx-mrr"
9779   filter: "'NIC_Intel-XXV710' and
9780            'NF_DENSITY' and
9781            'VHOST' and
9782            not 'VXLAN' and
9783            'CHAIN' and
9784            'NF_VPPIP4' and
9785            'IMIX' and
9786            '8T4C' and
9787            'MRR'"
9788   parameters:
9789   - "result"
9790   - "name"
9791   - "tags"
9792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9793   x-axis: "X = VNFs per Service Chain"
9794   y-axis: "Y = Number of Service Chains"
9795   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9796   layout:
9797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9798     layout: "plot-service-density"
9799
9800 # Plots - NF Density - VSC - NDR IMIX
9801 - type: "plot"
9802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9803   algorithm: "plot_nf_heatmap"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9806   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9807   filter: "'NIC_Intel-XXV710' and
9808            'NF_DENSITY' and
9809            'VHOST' and
9810            not 'VXLAN' and
9811            'CHAIN' and
9812            'NF_VPPIP4' and
9813            'IMIX' and
9814            '2T1C' and
9815            'NDRPDR'"
9816   parameters:
9817   - "throughput"
9818   - "name"
9819   - "tags"
9820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9821   x-axis: "X = VNFs per Service Chain"
9822   y-axis: "Y = Number of Service Chains"
9823   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9824   layout:
9825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9826     layout: "plot-service-density"
9827
9828 - type: "plot"
9829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9830   algorithm: "plot_nf_heatmap"
9831   output-file-type: ".html"
9832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9834   filter: "'NIC_Intel-XXV710' and
9835            'NF_DENSITY' and
9836            'VHOST' and
9837            not 'VXLAN' and
9838            'CHAIN' and
9839            'NF_VPPIP4' and
9840            'IMIX' and
9841            '4T2C' and
9842            'NDRPDR'"
9843   parameters:
9844   - "throughput"
9845   - "name"
9846   - "tags"
9847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9848   x-axis: "X = VNFs per Service Chain"
9849   y-axis: "Y = Number of Service Chains"
9850   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9851   layout:
9852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9853     layout: "plot-service-density"
9854
9855 - type: "plot"
9856   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9857   algorithm: "plot_nf_heatmap"
9858   output-file-type: ".html"
9859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9860   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9861   filter: "'NIC_Intel-XXV710' and
9862            'NF_DENSITY' and
9863            'VHOST' and
9864            not 'VXLAN' and
9865            'CHAIN' and
9866            'NF_VPPIP4' and
9867            'IMIX' and
9868            '8T4C' and
9869            'NDRPDR'"
9870   parameters:
9871   - "throughput"
9872   - "name"
9873   - "tags"
9874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9875   x-axis: "X = VNFs per Service Chain"
9876   y-axis: "Y = Number of Service Chains"
9877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9878   layout:
9879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9880     layout: "plot-service-density"
9881
9882 # Plots - NF Density - VSC - PDR IMIX
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9888   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'VHOST' and
9892            not 'VXLAN' and
9893            'CHAIN' and
9894            'NF_VPPIP4' and
9895            'IMIX' and
9896            '2T1C' and
9897            'NDRPDR'"
9898   parameters:
9899   - "throughput"
9900   - "name"
9901   - "tags"
9902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9903   x-axis: "X = VNFs per Service Chain"
9904   y-axis: "Y = Number of Service Chains"
9905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9906   layout:
9907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9908     layout: "plot-service-density"
9909
9910 - type: "plot"
9911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9912   algorithm: "plot_nf_heatmap"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'VHOST' and
9919            not 'VXLAN' and
9920            'CHAIN' and
9921            'NF_VPPIP4' and
9922            'IMIX' and
9923            '4T2C' and
9924            'NDRPDR'"
9925   parameters:
9926   - "throughput"
9927   - "name"
9928   - "tags"
9929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9930   x-axis: "X = VNFs per Service Chain"
9931   y-axis: "Y = Number of Service Chains"
9932   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9933   layout:
9934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9935     layout: "plot-service-density"
9936
9937 - type: "plot"
9938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9939   algorithm: "plot_nf_heatmap"
9940   output-file-type: ".html"
9941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9942   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9943   filter: "'NIC_Intel-XXV710' and
9944            'NF_DENSITY' and
9945            'VHOST' and
9946            not 'VXLAN' and
9947            'CHAIN' and
9948            'NF_VPPIP4' and
9949            'IMIX' and
9950            '8T4C' and
9951            'NDRPDR'"
9952   parameters:
9953   - "throughput"
9954   - "name"
9955   - "tags"
9956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9957   x-axis: "X = VNFs per Service Chain"
9958   y-axis: "Y = Number of Service Chains"
9959   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9960   layout:
9961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9962     layout: "plot-service-density"
9963
9964 # Plots - NF Density - VSC - MRR IMIX
9965 - type: "plot"
9966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9967   algorithm: "plot_nf_heatmap"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9970   data: "plot-vpp-nfv-2n-clx-mrr"
9971   filter: "'NIC_Intel-XXV710' and
9972            'NF_DENSITY' and
9973            'VHOST' and
9974            'VXLAN' and
9975            'CHAIN' and
9976            'IMIX' and
9977            '2T1C' and
9978            'MRR'"
9979   parameters:
9980   - "result"
9981   - "name"
9982   - "tags"
9983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9984   x-axis: "X = VNFs per Service Chain"
9985   y-axis: "Y = Number of Service Chains"
9986   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9987   layout:
9988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9989     layout: "plot-service-density"
9990
9991 - type: "plot"
9992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9993   algorithm: "plot_nf_heatmap"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9996   data: "plot-vpp-nfv-2n-clx-mrr"
9997   filter: "'NIC_Intel-XXV710' and
9998            'NF_DENSITY' and
9999            'VHOST' and
10000            'VXLAN' and
10001            'CHAIN' and
10002            'IMIX' and
10003            '4T2C' and
10004            'MRR'"
10005   parameters:
10006   - "result"
10007   - "name"
10008   - "tags"
10009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10010   x-axis: "X = VNFs per Service Chain"
10011   y-axis: "Y = Number of Service Chains"
10012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10013   layout:
10014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10015     layout: "plot-service-density"
10016
10017 - type: "plot"
10018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10019   algorithm: "plot_nf_heatmap"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10022   data: "plot-vpp-nfv-2n-clx-mrr"
10023   filter: "'NIC_Intel-XXV710' and
10024            'NF_DENSITY' and
10025            'VHOST' and
10026            'VXLAN' and
10027            'CHAIN' and
10028            'IMIX' and
10029            '8T4C' and
10030            'MRR'"
10031   parameters:
10032   - "result"
10033   - "name"
10034   - "tags"
10035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = VNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10041     layout: "plot-service-density"
10042
10043 # Plots - NF Density - VSC - NDR IMIX
10044 - type: "plot"
10045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10046   algorithm: "plot_nf_heatmap"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10050   filter: "'NIC_Intel-XXV710' and
10051            'NF_DENSITY' and
10052            'VHOST' and
10053            'VXLAN' and
10054            'CHAIN' a
10055            'IMIX' and
10056            '2T1C' and
10057            'NDRPDR'"
10058   parameters:
10059   - "throughput"
10060   - "name"
10061   - "tags"
10062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10063   x-axis: "X = VNFs per Service Chain"
10064   y-axis: "Y = Number of Service Chains"
10065   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10066   layout:
10067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10068     layout: "plot-service-density"
10069
10070 - type: "plot"
10071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10072   algorithm: "plot_nf_heatmap"
10073   output-file-type: ".html"
10074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10076   filter: "'NIC_Intel-XXV710' and
10077            'NF_DENSITY' and
10078            'VHOST' and
10079            'VXLAN' and
10080            'CHAIN' and
10081            'IMIX' and
10082            '4T2C' and
10083            'NDRPDR'"
10084   parameters:
10085   - "throughput"
10086   - "name"
10087   - "tags"
10088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10089   x-axis: "X = VNFs per Service Chain"
10090   y-axis: "Y = Number of Service Chains"
10091   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10092   layout:
10093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10094     layout: "plot-service-density"
10095
10096 - type: "plot"
10097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10098   algorithm: "plot_nf_heatmap"
10099   output-file-type: ".html"
10100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10102   filter: "'NIC_Intel-XXV710' and
10103            'NF_DENSITY' and
10104            'VHOST' and
10105            'VXLAN' and
10106            'CHAIN' and
10107            'IMIX' and
10108            '8T4C' and
10109            'NDRPDR'"
10110   parameters:
10111   - "throughput"
10112   - "name"
10113   - "tags"
10114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115   x-axis: "X = VNFs per Service Chain"
10116   y-axis: "Y = Number of Service Chains"
10117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10120     layout: "plot-service-density"
10121
10122 # Plots - NF Density - VSC - PDR IMIX
10123 - type: "plot"
10124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10125   algorithm: "plot_nf_heatmap"
10126   output-file-type: ".html"
10127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10129   filter: "'NIC_Intel-XXV710' and
10130            'NF_DENSITY' and
10131            'VHOST' and
10132            'VXLAN' and
10133            'CHAIN' and
10134            'IMIX' and
10135            '2T1C' and
10136            'NDRPDR'"
10137   parameters:
10138   - "throughput"
10139   - "name"
10140   - "tags"
10141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10142   x-axis: "X = VNFs per Service Chain"
10143   y-axis: "Y = Number of Service Chains"
10144   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10145   layout:
10146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10147     layout: "plot-service-density"
10148
10149 - type: "plot"
10150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10151   algorithm: "plot_nf_heatmap"
10152   output-file-type: ".html"
10153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10154   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10155   filter: "'NIC_Intel-XXV710' and
10156            'NF_DENSITY' and
10157            'VHOST' and
10158            'VXLAN' and
10159            'CHAIN' and
10160            'IMIX' and
10161            '4T2C' and
10162            'NDRPDR'"
10163   parameters:
10164   - "throughput"
10165   - "name"
10166   - "tags"
10167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10168   x-axis: "X = VNFs per Service Chain"
10169   y-axis: "Y = Number of Service Chains"
10170   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10171   layout:
10172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10173     layout: "plot-service-density"
10174
10175 - type: "plot"
10176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10177   algorithm: "plot_nf_heatmap"
10178   output-file-type: ".html"
10179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10181   filter: "'NIC_Intel-XXV710' and
10182            'NF_DENSITY' and
10183            'VHOST' and
10184            'VXLAN' and
10185            'CHAIN' and
10186            'IMIX' and
10187            '8T4C' and
10188            'NDRPDR'"
10189   parameters:
10190   - "throughput"
10191   - "name"
10192   - "tags"
10193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194   x-axis: "X = VNFs per Service Chain"
10195   y-axis: "Y = Number of Service Chains"
10196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197   layout:
10198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10199     layout: "plot-service-density"
10200
10201 # Plots - NF Density - CSC - MRR IMIX
10202 - type: "plot"
10203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10204   algorithm: "plot_nf_heatmap"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10207   data: "plot-vpp-nfv-2n-clx-mrr"
10208   filter: "'NIC_Intel-XXV710' and
10209            'NF_DENSITY' and
10210            'DOCKER' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IMIX' and
10214            '2T1C' and
10215            'MRR'"
10216   parameters:
10217   - "result"
10218   - "name"
10219   - "tags"
10220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = CNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10226     layout: "plot-service-density"
10227
10228 - type: "plot"
10229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10230   algorithm: "plot_nf_heatmap"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10233   data: "plot-vpp-nfv-2n-clx-mrr"
10234   filter: "'NIC_Intel-XXV710' and
10235            'NF_DENSITY' and
10236            'DOCKER' and
10237            'CHAIN' and
10238            'NF_VPPIP4' and
10239            'IMIX' and
10240            '4T2C' and
10241            'MRR'"
10242   parameters:
10243   - "result"
10244   - "name"
10245   - "tags"
10246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10247   x-axis: "X = CNFs per Service Chain"
10248   y-axis: "Y = Number of Service Chains"
10249   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10250   layout:
10251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10252     layout: "plot-service-density"
10253
10254 - type: "plot"
10255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10256   algorithm: "plot_nf_heatmap"
10257   output-file-type: ".html"
10258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10259   data: "plot-vpp-nfv-2n-clx-mrr"
10260   filter: "'NIC_Intel-XXV710' and
10261            'NF_DENSITY' and
10262            'DOCKER' and
10263            'CHAIN' and
10264            'NF_VPPIP4' and
10265            'IMIX' and
10266            '8T4C' and
10267            'MRR'"
10268   parameters:
10269   - "result"
10270   - "name"
10271   - "tags"
10272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10273   x-axis: "X = CNFs per Service Chain"
10274   y-axis: "Y = Number of Service Chains"
10275   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10276   layout:
10277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10278     layout: "plot-service-density"
10279
10280 # Plots - NF Density - CSC - NDR IMIX
10281 - type: "plot"
10282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10283   algorithm: "plot_nf_heatmap"
10284   output-file-type: ".html"
10285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10286   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10287   filter: "'NIC_Intel-XXV710' and
10288            'NF_DENSITY' and
10289            'DOCKER' and
10290            'CHAIN' and
10291            'NF_VPPIP4' and
10292            'IMIX' and
10293            '2T1C' and
10294            'NDRPDR'"
10295   parameters:
10296   - "throughput"
10297   - "name"
10298   - "tags"
10299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10300   x-axis: "X = CNFs per Service Chain"
10301   y-axis: "Y = Number of Service Chains"
10302   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10303   layout:
10304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10305     layout: "plot-service-density"
10306
10307 - type: "plot"
10308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10309   algorithm: "plot_nf_heatmap"
10310   output-file-type: ".html"
10311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10312   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10313   filter: "'NIC_Intel-XXV710' and
10314            'NF_DENSITY' and
10315            'DOCKER' and
10316            'CHAIN' and
10317            'NF_VPPIP4' and
10318            'IMIX' and
10319            '4T2C' and
10320            'NDRPDR'"
10321   parameters:
10322   - "throughput"
10323   - "name"
10324   - "tags"
10325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10326   x-axis: "X = CNFs per Service Chain"
10327   y-axis: "Y = Number of Service Chains"
10328   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10329   layout:
10330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10331     layout: "plot-service-density"
10332
10333 - type: "plot"
10334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10335   algorithm: "plot_nf_heatmap"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10339   filter: "'NIC_Intel-XXV710' and
10340            'NF_DENSITY' and
10341            'DOCKER' and
10342            'CHAIN' and
10343            'NF_VPPIP4' and
10344            'IMIX' and
10345            '8T4C' and
10346            'NDRPDR'"
10347   parameters:
10348   - "throughput"
10349   - "name"
10350   - "tags"
10351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10352   x-axis: "X = CNFs per Service Chain"
10353   y-axis: "Y = Number of Service Chains"
10354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10355   layout:
10356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10357     layout: "plot-service-density"
10358
10359 # Plots - NF Density - CSC - PDR IMIX
10360 - type: "plot"
10361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10362   algorithm: "plot_nf_heatmap"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10366   filter: "'NIC_Intel-XXV710' and
10367            'NF_DENSITY' and
10368            'DOCKER' and
10369            'CHAIN' and
10370            'NF_VPPIP4' and
10371            'IMIX' and
10372            '2T1C' and
10373            'NDRPDR'"
10374   parameters:
10375   - "throughput"
10376   - "name"
10377   - "tags"
10378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10379   x-axis: "X = CNFs per Service Chain"
10380   y-axis: "Y = Number of Service Chains"
10381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10382   layout:
10383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10384     layout: "plot-service-density"
10385
10386 - type: "plot"
10387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10388   algorithm: "plot_nf_heatmap"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10391   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10392   filter: "'NIC_Intel-XXV710' and
10393            'NF_DENSITY' and
10394            'DOCKER' and
10395            'CHAIN' and
10396            'NF_VPPIP4' and
10397            'IMIX' and
10398            '4T2C' and
10399            'NDRPDR'"
10400   parameters:
10401   - "throughput"
10402   - "name"
10403   - "tags"
10404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10405   x-axis: "X = CNFs per Service Chain"
10406   y-axis: "Y = Number of Service Chains"
10407   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10408   layout:
10409     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10410     layout: "plot-service-density"
10411
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10417   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'DOCKER' and
10421            'CHAIN' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '8T4C' and
10425            'NDRPDR'"
10426   parameters:
10427   - "throughput"
10428   - "name"
10429   - "tags"
10430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = CNFs per Service Chain"
10432   y-axis: "Y = Number of Service Chains"
10433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10436     layout: "plot-service-density"
10437
10438 # Plots - NF Density - CSP - MRR IMIX
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10444   data: "plot-vpp-nfv-2n-clx-mrr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'DOCKER' and
10448            'PIPELINE' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '2T1C' and
10452            'MRR'"
10453   parameters:
10454   - "result"
10455   - "name"
10456   - "tags"
10457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = CNFs per Service Pipeline"
10459   y-axis: "Y = Number of Service Pipelines"
10460   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10463     layout: "plot-service-density"
10464
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10470   data: "plot-vpp-nfv-2n-clx-mrr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'DOCKER' and
10474            'PIPELINE' and
10475            'NF_VPPIP4' and
10476            'IMIX' and
10477            '4T2C' and
10478            'MRR'"
10479   parameters:
10480   - "result"
10481   - "name"
10482   - "tags"
10483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10484   x-axis: "X = CNFs per Service Pipeline"
10485   y-axis: "Y = Number of Service Pipelines"
10486   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10487   layout:
10488     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10489     layout: "plot-service-density"
10490
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10496   data: "plot-vpp-nfv-2n-clx-mrr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'DOCKER' and
10500            'PIPELINE' and
10501            'NF_VPPIP4' and
10502            'IMIX' and
10503            '8T4C' and
10504            'MRR'"
10505   parameters:
10506   - "result"
10507   - "name"
10508   - "tags"
10509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = CNFs per Service Pipeline"
10511   y-axis: "Y = Number of Service Pipelines"
10512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10515     layout: "plot-service-density"
10516
10517 # Plots - NF Density - CSP - NDR IMIX
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'DOCKER' and
10527            'PIPELINE' and
10528            'NF_VPPIP4' and
10529            'IMIX' and
10530            '2T1C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = CNFs per Service Pipeline"
10538   y-axis: "Y = Number of Service Pipelines"
10539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10542     layout: "plot-service-density"
10543
10544 - type: "plot"
10545   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10546   algorithm: "plot_nf_heatmap"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10549   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10550   filter: "'NIC_Intel-XXV710' and
10551            'NF_DENSITY' and
10552            'DOCKER' and
10553            'PIPELINE' and
10554            'NF_VPPIP4' and
10555            'IMIX' and
10556            '4T2C' and
10557            'NDRPDR'"
10558   parameters:
10559   - "throughput"
10560   - "name"
10561   - "tags"
10562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = CNFs per Service Pipeline"
10564   y-axis: "Y = Number of Service Pipelines"
10565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'DOCKER' and
10579            'PIPELINE' and
10580            'NF_VPPIP4' and
10581            'IMIX' and
10582            '8T4C' and
10583            'NDRPDR'"
10584   parameters:
10585   - "throughput"
10586   - "name"
10587   - "tags"
10588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = CNFs per Service Pipeline"
10590   y-axis: "Y = Number of Service Pipelines"
10591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10594     layout: "plot-service-density"
10595
10596 # Plots - NF Density - CSP - PDR IMIX
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'DOCKER' and
10606            'PIPELINE' and
10607            'NF_VPPIP4' and
10608            'IMIX' and
10609            '2T1C' and
10610            'NDRPDR'"
10611   parameters:
10612   - "throughput"
10613   - "name"
10614   - "tags"
10615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10616   x-axis: "X = CNFs per Service Pipeline"
10617   y-axis: "Y = Number of Service Pipelines"
10618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10619   layout:
10620     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10621     layout: "plot-service-density"
10622
10623 - type: "plot"
10624   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10625   algorithm: "plot_nf_heatmap"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10629   filter: "'NIC_Intel-XXV710' and
10630            'NF_DENSITY' and
10631            'DOCKER' and
10632            'PIPELINE' and
10633            'NF_VPPIP4' and
10634            'IMIX' and
10635            '4T2C' and
10636            'NDRPDR'"
10637   parameters:
10638   - "throughput"
10639   - "name"
10640   - "tags"
10641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10642   x-axis: "X = CNFs per Service Pipeline"
10643   y-axis: "Y = Number of Service Pipelines"
10644   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10645   layout:
10646     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10647     layout: "plot-service-density"
10648
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'DOCKER' and
10658            'PIPELINE' and
10659            'NF_VPPIP4' and
10660            'IMIX' and
10661            '8T4C' and
10662            'NDRPDR'"
10663   parameters:
10664   - "throughput"
10665   - "name"
10666   - "tags"
10667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = CNFs per Service Pipeline"
10669   y-axis: "Y = Number of Service Pipelines"
10670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10673     layout: "plot-service-density"
10674
10675 ################################################################################
10676
10677 # Packet Throughput
10678
10679 - type: "plot"
10680   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10681   algorithm: "plot_perf_box_name"
10682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10684   include:
10685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10689   layout:
10690     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10691     layout: "plot-throughput"
10692
10693 - type: "plot"
10694   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10695   algorithm: "plot_perf_box_name"
10696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10698   include:
10699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10703   layout:
10704     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10705     layout: "plot-throughput"
10706
10707 - type: "plot"
10708   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10709   algorithm: "plot_perf_box_name"
10710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10712   include:
10713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10715     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10716     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10717     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10718   layout:
10719     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10720     layout: "plot-throughput"
10721
10722 - type: "plot"
10723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10724   algorithm: "plot_perf_box_name"
10725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10727   include:
10728     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10729     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10730     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10731     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10733   layout:
10734     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10735     layout: "plot-throughput"
10736
10737 - type: "plot"
10738   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10739   algorithm: "plot_perf_box_name"
10740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10741   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10742   include:
10743     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10744     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10745     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10746     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10747     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10748   layout:
10749     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10750     layout: "plot-throughput"
10751
10752 - type: "plot"
10753   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10754   algorithm: "plot_perf_box_name"
10755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10757   include:
10758     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10759     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10760     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10761     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10762     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10763   layout:
10764     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10765     layout: "plot-throughput"
10766
10767 - type: "plot"
10768   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10769   algorithm: "plot_perf_box_name"
10770   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10772   include:
10773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10778   layout:
10779     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10780     layout: "plot-throughput"
10781
10782 - type: "plot"
10783   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10784   algorithm: "plot_perf_box_name"
10785   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10787   include:
10788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10793   layout:
10794     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10795     layout: "plot-throughput"
10796
10797 - type: "plot"
10798   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10799   algorithm: "plot_perf_box_name"
10800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10802   include:
10803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10807   layout:
10808     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10809     layout: "plot-throughput"
10810
10811 - type: "plot"
10812   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10813   algorithm: "plot_perf_box_name"
10814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10816   include:
10817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10821   layout:
10822     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10823     layout: "plot-throughput"
10824
10825 - type: "plot"
10826   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10827   algorithm: "plot_perf_box_name"
10828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10830   include:
10831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10836   layout:
10837     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10838     layout: "plot-throughput"
10839
10840 - type: "plot"
10841   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10842   algorithm: "plot_perf_box_name"
10843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10845   include:
10846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10851   layout:
10852     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10853     layout: "plot-throughput"
10854
10855 - type: "plot"
10856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10857   algorithm: "plot_perf_box_name"
10858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10860   include:
10861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10867   layout:
10868     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10869     layout: "plot-throughput"
10870
10871 - type: "plot"
10872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10873   algorithm: "plot_perf_box_name"
10874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10876   include:
10877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10883   layout:
10884     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10885     layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10892   include:
10893     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10896   layout:
10897     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10898     layout: "plot-throughput"
10899
10900 - type: "plot"
10901   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10902   algorithm: "plot_perf_box_name"
10903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10905   include:
10906     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10909   layout:
10910     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10911     layout: "plot-throughput"
10912
10913 #- type: "plot"
10914 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10915 #  algorithm: "plot_perf_box_name"
10916 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10917 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10918 #  include:
10919 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10922 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10923 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10924 #  layout:
10925 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10926 #    layout: "plot-throughput"
10927 #
10928 #- type: "plot"
10929 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10930 #  algorithm: "plot_perf_box_name"
10931 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10932 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10933 #  include:
10934 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10935 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10936 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10937 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10938 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10939 #  layout:
10940 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10941 #    layout: "plot-throughput"
10942 #
10943 #- type: "plot"
10944 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10945 #  algorithm: "plot_perf_box_name"
10946 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10947 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10948 #  include:
10949 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10950 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10951 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10952 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10953 #  layout:
10954 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10955 #    layout: "plot-throughput"
10956 #
10957 #- type: "plot"
10958 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10959 #  algorithm: "plot_perf_box_name"
10960 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10961 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10962 #  include:
10963 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10964 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10965 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10966 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10967 #  layout:
10968 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10969 #    layout: "plot-throughput"
10970 #
10971 #- type: "plot"
10972 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10973 #  algorithm: "plot_perf_box_name"
10974 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10975 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10976 #  include:
10977 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10978 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10979 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10980 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10981 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10982 #  layout:
10983 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10984 #    layout: "plot-throughput"
10985 #
10986 #- type: "plot"
10987 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10988 #  algorithm: "plot_perf_box_name"
10989 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10990 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10991 #  include:
10992 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10993 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10994 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10995 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10996 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10997 #  layout:
10998 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10999 #    layout: "plot-throughput"
11000 #
11001 #- type: "plot"
11002 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11003 #  algorithm: "plot_perf_box_name"
11004 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11005 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006 #  include:
11007 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11008 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11009 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11010 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11011 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11012 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11013 #  layout:
11014 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11015 #    layout: "plot-throughput"
11016 #
11017 #- type: "plot"
11018 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11019 #  algorithm: "plot_perf_box_name"
11020 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11021 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11022 #  include:
11023 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11024 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11025 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11026 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11027 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11028 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11029 #  layout:
11030 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11031 #    layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11037   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11038   include:
11039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11044   layout:
11045     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11046     layout: "plot-throughput"
11047
11048 - type: "plot"
11049   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11050   algorithm: "plot_perf_box_name"
11051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11053   include:
11054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11059   layout:
11060     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11061     layout: "plot-throughput"
11062
11063 - type: "plot"
11064   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11065   algorithm: "plot_perf_box_name"
11066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11068   include:
11069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11075   layout:
11076     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11077     layout: "plot-throughput"
11078
11079 - type: "plot"
11080   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11081   algorithm: "plot_perf_box_name"
11082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11084   include:
11085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11091   layout:
11092     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11093     layout: "plot-throughput"
11094
11095 - type: "plot"
11096   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11097   algorithm: "plot_perf_box_name"
11098   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11099   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11100   include:
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11106   layout:
11107     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11112   algorithm: "plot_perf_box_name"
11113   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11114   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11115   include:
11116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11121   layout:
11122     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11129   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11130   include:
11131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11137   layout:
11138     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11145   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11146   include:
11147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11153   layout:
11154     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11155     layout: "plot-throughput"
11156
11157 - type: "plot"
11158   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11159   algorithm: "plot_perf_box_name"
11160   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11161   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11162   include:
11163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11168   layout:
11169     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11170     layout: "plot-throughput"
11171
11172 - type: "plot"
11173   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11174   algorithm: "plot_perf_box_name"
11175   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11176   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11177   include:
11178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11183   layout:
11184     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11185     layout: "plot-throughput"
11186
11187 - type: "plot"
11188   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11189   algorithm: "plot_perf_box_name"
11190   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11191   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11192   include:
11193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11199   layout:
11200     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11201     layout: "plot-throughput"
11202
11203 - type: "plot"
11204   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11205   algorithm: "plot_perf_box_name"
11206   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11207   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11208   include:
11209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11215   layout:
11216     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11221   algorithm: "plot_perf_box_name"
11222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11224   include:
11225     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11227   layout:
11228     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11229     layout: "plot-throughput"
11230
11231 - type: "plot"
11232   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11233   algorithm: "plot_perf_box_name"
11234   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11236   include:
11237     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11239   layout:
11240     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11241     layout: "plot-throughput"
11242
11243 #- type: "plot"
11244 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11245 #  algorithm: "plot_perf_box_name"
11246 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11247 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11248 #  include:
11249 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11251 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11252 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11253 #  layout:
11254 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11255 #    layout: "plot-throughput"
11256 #
11257 #- type: "plot"
11258 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11259 #  algorithm: "plot_perf_box_name"
11260 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11261 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11262 #  include:
11263 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11264 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11265 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11266 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11267 #  layout:
11268 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11269 #    layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11276   include:
11277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11281   layout:
11282     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11283     layout: "plot-throughput"
11284
11285 - type: "plot"
11286   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11287   algorithm: "plot_perf_box_name"
11288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11290   include:
11291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11295   layout:
11296     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11297     layout: "plot-throughput"
11298
11299 - type: "plot"
11300   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11301   algorithm: "plot_perf_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11304   include:
11305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11309   layout:
11310     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11318   include:
11319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11323   layout:
11324     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11332   include:
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11336   layout:
11337     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11345   include:
11346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11349   layout:
11350     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11358   include:
11359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11364   layout:
11365     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11366     layout: "plot-throughput"
11367
11368 - type: "plot"
11369   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11370   algorithm: "plot_perf_box_name"
11371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11373   include:
11374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11379   layout:
11380     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11388   include:
11389     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11392   layout:
11393     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11394     layout: "plot-throughput"
11395
11396 - type: "plot"
11397   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11398   algorithm: "plot_perf_box_name"
11399   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11401   include:
11402     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11405   layout:
11406     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11407     layout: "plot-throughput"
11408
11409 #- type: "plot"
11410 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11411 #  algorithm: "plot_perf_box_name"
11412 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11413 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11414 #  include:
11415 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11416 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11417 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11418 #  layout:
11419 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11420 #    layout: "plot-throughput"
11421 #
11422 #- type: "plot"
11423 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11424 #  algorithm: "plot_perf_box_name"
11425 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11426 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11427 #  include:
11428 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11429 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11430 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11431 #  layout:
11432 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11433 #    layout: "plot-throughput"
11434 #
11435 #- type: "plot"
11436 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11437 #  algorithm: "plot_perf_box_name"
11438 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11439 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11440 #  include:
11441 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11442 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11443 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11444 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11445 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11446 #  layout:
11447 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11448 #    layout: "plot-throughput"
11449 #
11450 #- type: "plot"
11451 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11452 #  algorithm: "plot_perf_box_name"
11453 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11454 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11455 #  include:
11456 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11457 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11458 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11459 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11460 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11461 #  layout:
11462 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11463 #    layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11470   include:
11471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11476   layout:
11477     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11485   include:
11486     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11491   layout:
11492     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11499   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11500   include:
11501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11506   layout:
11507     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11515   include:
11516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11521   layout:
11522     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11530   include:
11531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11536   layout:
11537     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11545   include:
11546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11551   layout:
11552     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11560   include:
11561     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11562     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11563     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11564     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11565     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11566     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11567   layout:
11568     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11576   include:
11577     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11578     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11579     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11580     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11581     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11582     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11583   layout:
11584     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11592   include:
11593     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11594     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11595     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11596     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11597   layout:
11598     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11606   include:
11607     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11608     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11609     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11610     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11611   layout:
11612     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11613     layout: "plot-throughput"
11614
11615 #- type: "plot"
11616 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11617 #  algorithm: "plot_perf_box_name"
11618 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11619 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11620 #  include:
11621 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11622 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11623 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11624 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11625 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11626 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11627 #  layout:
11628 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11629 #    layout: "plot-throughput"
11630 #
11631 #- type: "plot"
11632 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11633 #  algorithm: "plot_perf_box_name"
11634 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11635 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11636 #  include:
11637 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11638 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11639 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11640 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11641 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11642 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11643 #  layout:
11644 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11645 #    layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11652   include:
11653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11654 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11656 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11658 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11659   layout:
11660     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11668   include:
11669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11670 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11672 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11674 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11675   layout:
11676     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11684   include:
11685     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11686     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11687     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11688     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11689     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11691   layout:
11692     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11700   include:
11701     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11702     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11703     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11704     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11705     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11706     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11707   layout:
11708     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11723   layout:
11724     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11739   layout:
11740     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11753   layout:
11754     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11762   include:
11763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11767   layout:
11768     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11782   layout:
11783     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11791   include:
11792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11797   layout:
11798     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   include:
11807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11811   layout:
11812     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11820   include:
11821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11825   layout:
11826     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11834   include:
11835     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11841   layout:
11842     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11850   include:
11851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11857   layout:
11858     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11859     layout: "plot-throughput"
11860
11861 #- type: "plot"
11862 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11863 #  algorithm: "plot_perf_box_name"
11864 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11865 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11866 #  include:
11867 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11868 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11869 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11870 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11871 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11872 #  layout:
11873 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11874 #    layout: "plot-throughput"
11875 #
11876 #- type: "plot"
11877 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11878 #  algorithm: "plot_perf_box_name"
11879 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11880 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11881 #  include:
11882 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11883 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11884 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11885 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11886 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11887 #  layout:
11888 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11889 #    layout: "plot-throughput"
11890 #
11891 #- type: "plot"
11892 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11893 #  algorithm: "plot_perf_box_name"
11894 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11895 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11896 #  include:
11897 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11898 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11899 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11900 #  layout:
11901 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11902 #    layout: "plot-throughput"
11903 #
11904 #- type: "plot"
11905 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11906 #  algorithm: "plot_perf_box_name"
11907 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11908 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11909 #  include:
11910 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11911 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11912 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11913 #  layout:
11914 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11915 #    layout: "plot-throughput"
11916 #
11917 #- type: "plot"
11918 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11919 #  algorithm: "plot_perf_box_name"
11920 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11921 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11922 #  include:
11923 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11924 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11925 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11926 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11927 #  layout:
11928 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11929 #    layout: "plot-throughput"
11930 #
11931 #- type: "plot"
11932 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11933 #  algorithm: "plot_perf_box_name"
11934 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11935 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11936 #  include:
11937 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11938 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11939 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11940 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11941 #  layout:
11942 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11943 #    layout: "plot-throughput"
11944 #
11945 #- type: "plot"
11946 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11947 #  algorithm: "plot_perf_box_name"
11948 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11949 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11950 #  include:
11951 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11952 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11953 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11954 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11955 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11956 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11957 #  layout:
11958 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11959 #    layout: "plot-throughput"
11960 #
11961 #- type: "plot"
11962 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11963 #  algorithm: "plot_perf_box_name"
11964 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11965 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11966 #  include:
11967 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11968 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11969 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11970 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11971 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11972 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11973 #  layout:
11974 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11975 #    layout: "plot-throughput"
11976 #
11977 #- type: "plot"
11978 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11979 #  algorithm: "plot_perf_box_name"
11980 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11981 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11982 #  include:
11983 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11984 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11985 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11986 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11987 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11988 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11989 #  layout:
11990 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11991 #    layout: "plot-throughput"
11992 #
11993 #- type: "plot"
11994 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11995 #  algorithm: "plot_perf_box_name"
11996 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11997 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11998 #  include:
11999 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12000 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12001 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12002 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12003 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12004 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12005 #  layout:
12006 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12007 #    layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12014   include:
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12019   layout:
12020     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12028   include:
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12033   layout:
12034     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12042   include:
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12049   layout:
12050     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12058   include:
12059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12065   layout:
12066     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12074   include:
12075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12081   layout:
12082     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12090   include:
12091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12097   layout:
12098     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12106   include:
12107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12111   layout:
12112     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12120   include:
12121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12125   layout:
12126     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12127     layout: "plot-throughput"
12128
12129 - type: "plot"
12130   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12131   algorithm: "plot_perf_box_name"
12132   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12133   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12134   include:
12135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12141   layout:
12142     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12149   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12150   include:
12151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12157   layout:
12158     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12166   include:
12167     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12171   layout:
12172     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12180   include:
12181     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12185   layout:
12186     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12194   include:
12195     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12201   layout:
12202     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12210   include:
12211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12217   layout:
12218     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12226   include:
12227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12233   layout:
12234     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12242   include:
12243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12249   layout:
12250     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12258   include:
12259     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12260     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12261     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12262     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12263     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12264     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12265   layout:
12266     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12274   include:
12275     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12277     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12278     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12281   layout:
12282     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12283     layout: "plot-throughput"
12284
12285 #- type: "plot"
12286 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12287 #  algorithm: "plot_perf_box_name"
12288 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12289 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12290 #  include:
12291 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12292 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12293 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12294 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12295 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12296 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12297 #  layout:
12298 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12299 #    layout: "plot-throughput"
12300 #
12301 #- type: "plot"
12302 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12303 #  algorithm: "plot_perf_box_name"
12304 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12305 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12306 #  include:
12307 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12308 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12309 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12310 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12313 #  layout:
12314 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12315 #    layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12322   include:
12323     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12324     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12325     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12326     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12327     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12328     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12329   layout:
12330     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12338   include:
12339     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12340     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12341     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12342     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12343     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12344     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12345   layout:
12346     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12347     layout: "plot-throughput"
12348
12349 #- type: "plot"
12350 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12351 #  algorithm: "plot_perf_box_name"
12352 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12353 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12354 #  include:
12355 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12358 #  layout:
12359 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12360 #    layout: "plot-throughput"
12361 #
12362 #- type: "plot"
12363 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12364 #  algorithm: "plot_perf_box_name"
12365 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12366 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12367 #  include:
12368 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12370 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12371 #  layout:
12372 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12373 #    layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12380   include:
12381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12385   layout:
12386     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12394   include:
12395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12399   layout:
12400     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12413   layout:
12414     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12422   include:
12423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12427   layout:
12428     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12436   include:
12437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12441   layout:
12442     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12450   include:
12451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12455   layout:
12456     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12464   include:
12465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12469   layout:
12470     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12478   include:
12479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12483   layout:
12484     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12485     layout: "plot-throughput"
12486
12487 #- type: "plot"
12488 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12489 #  algorithm: "plot_perf_box_name"
12490 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12491 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492 #  include:
12493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12497 #  layout:
12498 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12499 #    layout: "plot-throughput"
12500 #
12501 #- type: "plot"
12502 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12503 #  algorithm: "plot_perf_box_name"
12504 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12505 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12506 #  include:
12507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12511 #  layout:
12512 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12513 #    layout: "plot-throughput"
12514 #
12515 #- type: "plot"
12516 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12517 #  algorithm: "plot_perf_box_name"
12518 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12519 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520 #  include:
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12525 #  layout:
12526 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12527 #    layout: "plot-throughput"
12528 #
12529 #- type: "plot"
12530 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12531 #  algorithm: "plot_perf_box_name"
12532 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12533 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12534 #  include:
12535 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12539 #  layout:
12540 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12541 #    layout: "plot-throughput"
12542 #
12543 #- type: "plot"
12544 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12545 #  algorithm: "plot_perf_box_name"
12546 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12547 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12548 #  include:
12549 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12554 #  layout:
12555 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12556 #    layout: "plot-throughput"
12557 #
12558 #- type: "plot"
12559 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12560 #  algorithm: "plot_perf_box_name"
12561 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12562 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563 #  include:
12564 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12569 #  layout:
12570 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12571 #    layout: "plot-throughput"
12572 #
12573 #- type: "plot"
12574 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12575 #  algorithm: "plot_perf_box_name"
12576 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12577 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12578 #  include:
12579 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12584 #  layout:
12585 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12586 #    layout: "plot-throughput"
12587 #
12588 #- type: "plot"
12589 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12590 #  algorithm: "plot_perf_box_name"
12591 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12592 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12593 #  include:
12594 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12597 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12598 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12599 #  layout:
12600 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12601 #    layout: "plot-throughput"
12602 #
12603 #- type: "plot"
12604 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12605 #  algorithm: "plot_perf_box_name"
12606 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12607 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12608 #  include:
12609 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12615 #  layout:
12616 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12617 #    layout: "plot-throughput"
12618 #
12619 #- type: "plot"
12620 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12621 #  algorithm: "plot_perf_box_name"
12622 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12623 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12624 #  include:
12625 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12631 #  layout:
12632 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12633 #    layout: "plot-throughput"
12634 #
12635 #- type: "plot"
12636 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12637 #  algorithm: "plot_perf_box_name"
12638 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12639 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12640 #  include:
12641 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12647 #  layout:
12648 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12649 #    layout: "plot-throughput"
12650 #
12651 #- type: "plot"
12652 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12653 #  algorithm: "plot_perf_box_name"
12654 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12655 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656 #  include:
12657 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12659 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12660 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12661 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12663 #  layout:
12664 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12665 #    layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12672   include:
12673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12678   layout:
12679     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12687   include:
12688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12693   layout:
12694     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12695     layout: "plot-throughput"
12696
12697 #- type: "plot"
12698 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12699 #  algorithm: "plot_perf_box_name"
12700 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12701 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12702 #  include:
12703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12708 #  layout:
12709 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12710 #    layout: "plot-throughput"
12711 #
12712 #- type: "plot"
12713 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12714 #  algorithm: "plot_perf_box_name"
12715 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12716 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12717 #  include:
12718 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12721 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12723 #  layout:
12724 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12725 #    layout: "plot-throughput"
12726
12727 #- type: "plot"
12728 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12729 #  algorithm: "plot_perf_box_name"
12730 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12731 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12732 #  include:
12733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12734 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12736 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12737 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12738 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12739 #  layout:
12740 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12741 #    layout: "plot-throughput"
12742 #
12743 #- type: "plot"
12744 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12745 #  algorithm: "plot_perf_box_name"
12746 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12747 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12748 #  include:
12749 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12753 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12754 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12755 #  layout:
12756 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12757 #    layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12764   include:
12765     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12766     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12767     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12768   layout:
12769     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12770     layout: "plot-throughput"
12771
12772 - type: "plot"
12773   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12774   algorithm: "plot_perf_box_name"
12775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12777   include:
12778     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12779     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12780     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12781   layout:
12782     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12783     layout: "plot-throughput"
12784
12785 ################################################################################
12786
12787 # Packet Speedup
12788
12789 - type: "plot"
12790   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12791   algorithm: "plot_tsa_name"
12792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12799   layout:
12800     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12801     layout: "plot-throughput-speedup-analysis"
12802
12803 - type: "plot"
12804   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12805   algorithm: "plot_tsa_name"
12806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12813   layout:
12814     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12815     layout: "plot-throughput-speedup-analysis"
12816
12817 - type: "plot"
12818   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12819   algorithm: "plot_tsa_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12828   layout:
12829     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12830     layout: "plot-throughput-speedup-analysis"
12831
12832 - type: "plot"
12833   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12834   algorithm: "plot_tsa_name"
12835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12837   include:
12838     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12843   layout:
12844     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12845     layout: "plot-throughput-speedup-analysis"
12846
12847 - type: "plot"
12848   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12849   algorithm: "plot_tsa_name"
12850   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12852   include:
12853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12858   layout:
12859     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12860     layout: "plot-throughput-speedup-analysis"
12861
12862 - type: "plot"
12863   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12864   algorithm: "plot_tsa_name"
12865   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12867   include:
12868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12873   layout:
12874     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12875     layout: "plot-throughput-speedup-analysis"
12876
12877 - type: "plot"
12878   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12879   algorithm: "plot_tsa_name"
12880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12887   layout:
12888     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12889     layout: "plot-throughput-speedup-analysis"
12890
12891 - type: "plot"
12892   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12893   algorithm: "plot_tsa_name"
12894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12901   layout:
12902     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12903     layout: "plot-throughput-speedup-analysis"
12904
12905 - type: "plot"
12906   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12907   algorithm: "plot_tsa_name"
12908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12910   include:
12911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12916   layout:
12917     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12918     layout: "plot-throughput-speedup-analysis"
12919
12920 - type: "plot"
12921   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12922   algorithm: "plot_tsa_name"
12923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12925   include:
12926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12931   layout:
12932     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12933     layout: "plot-throughput-speedup-analysis"
12934
12935 - type: "plot"
12936   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12937   algorithm: "plot_tsa_name"
12938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12940   include:
12941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12947   layout:
12948     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12949     layout: "plot-throughput-speedup-analysis"
12950
12951 - type: "plot"
12952   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12953   algorithm: "plot_tsa_name"
12954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12963   layout:
12964     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12965     layout: "plot-throughput-speedup-analysis"
12966
12967 - type: "plot"
12968   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12969   algorithm: "plot_tsa_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12972   include:
12973     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12974     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12975     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12976   layout:
12977     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12978     layout: "plot-throughput-speedup-analysis"
12979
12980 - type: "plot"
12981   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12982   algorithm: "plot_tsa_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12985   include:
12986     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12987     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12988     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12989   layout:
12990     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12991     layout: "plot-throughput-speedup-analysis"
12992
12993 #- type: "plot"
12994 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12995 #  algorithm: "plot_tsa_name"
12996 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12997 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12998 #  include:
12999 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13000 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13001 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13002 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13004 #  layout:
13005 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13006 #    layout: "plot-throughput-speedup-analysis"
13007 #
13008 #- type: "plot"
13009 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13010 #  algorithm: "plot_tsa_name"
13011 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13012 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13013 #  include:
13014 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13015 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13018 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13019 #  layout:
13020 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13021 #    layout: "plot-throughput-speedup-analysis"
13022 #
13023 #- type: "plot"
13024 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13025 #  algorithm: "plot_tsa_name"
13026 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13027 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028 #  include:
13029 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13033 #  layout:
13034 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13035 #    layout: "plot-throughput-speedup-analysis"
13036 #
13037 #- type: "plot"
13038 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13039 #  algorithm: "plot_tsa_name"
13040 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13041 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042 #  include:
13043 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13045 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13047 #  layout:
13048 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13049 #    layout: "plot-throughput-speedup-analysis"
13050 #
13051 #- type: "plot"
13052 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13053 #  algorithm: "plot_tsa_name"
13054 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13055 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13056 #  include:
13057 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13058 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13059 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13060 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13061 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13062 #  layout:
13063 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13064 #    layout: "plot-throughput-speedup-analysis"
13065 #
13066 #- type: "plot"
13067 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13068 #  algorithm: "plot_tsa_name"
13069 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13070 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13071 #  include:
13072 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13074 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13075 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13076 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13077 #  layout:
13078 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13079 #    layout: "plot-throughput-speedup-analysis"
13080 #
13081 #- type: "plot"
13082 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13083 #  algorithm: "plot_tsa_name"
13084 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13085 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13086 #  include:
13087 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13088 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13091 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13092 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13093 #  layout:
13094 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13095 #    layout: "plot-throughput-speedup-analysis"
13096 #
13097 #- type: "plot"
13098 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13099 #  algorithm: "plot_tsa_name"
13100 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13101 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13102 #  include:
13103 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13104 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13105 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13106 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13107 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13108 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13109 #  layout:
13110 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13111 #    layout: "plot-throughput-speedup-analysis"
13112
13113 - type: "plot"
13114   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13115   algorithm: "plot_tsa_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13118   include:
13119     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13120     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13121   layout:
13122     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13123     layout: "plot-throughput-speedup-analysis"
13124
13125 - type: "plot"
13126   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13127   algorithm: "plot_tsa_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13130   include:
13131     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13133   layout:
13134     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13135     layout: "plot-throughput-speedup-analysis"
13136
13137 #- type: "plot"
13138 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13139 #  algorithm: "plot_tsa_name"
13140 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13141 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13142 #  include:
13143 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13144 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13145 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13146 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13147 #  layout:
13148 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13149 #    layout: "plot-throughput-speedup-analysis"
13150 #
13151 #- type: "plot"
13152 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13153 #  algorithm: "plot_tsa_name"
13154 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13155 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13156 #  include:
13157 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13161 #  layout:
13162 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13163 #    layout: "plot-throughput-speedup-analysis"
13164
13165 - type: "plot"
13166   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13167   algorithm: "plot_tsa_name"
13168   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13174   layout:
13175     title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13176     layout: "plot-throughput-speedup-analysis"
13177
13178 - type: "plot"
13179   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13180   algorithm: "plot_tsa_name"
13181   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13187   layout:
13188     title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13189     layout: "plot-throughput-speedup-analysis"
13190
13191 - type: "plot"
13192   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13193   algorithm: "plot_tsa_name"
13194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13196   include:
13197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13202   layout:
13203     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13204     layout: "plot-throughput-speedup-analysis"
13205
13206 - type: "plot"
13207   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13208   algorithm: "plot_tsa_name"
13209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13211   include:
13212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13217   layout:
13218     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13219     layout: "plot-throughput-speedup-analysis"
13220
13221 - type: "plot"
13222   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13223   algorithm: "plot_tsa_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13226   include:
13227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13230   layout:
13231     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13232     layout: "plot-throughput-speedup-analysis"
13233
13234 - type: "plot"
13235   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13236   algorithm: "plot_tsa_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13239   include:
13240     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13241     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13242     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13243   layout:
13244     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13245     layout: "plot-throughput-speedup-analysis"
13246
13247 #- type: "plot"
13248 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13249 #  algorithm: "plot_tsa_name"
13250 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13251 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13252 #  include:
13253 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13254 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13255 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13256 #  layout:
13257 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13258 #    layout: "plot-throughput-speedup-analysis"
13259 #
13260 #- type: "plot"
13261 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13262 #  algorithm: "plot_tsa_name"
13263 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13264 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13265 #  include:
13266 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13267 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13268 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13269 #  layout:
13270 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13271 #    layout: "plot-throughput-speedup-analysis"
13272 #
13273 #- type: "plot"
13274 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13275 #  algorithm: "plot_tsa_name"
13276 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13277 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13278 #  include:
13279 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13280 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13284 #  layout:
13285 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13286 #    layout: "plot-throughput-speedup-analysis"
13287 #
13288 #- type: "plot"
13289 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13290 #  algorithm: "plot_tsa_name"
13291 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13292 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13293 #  include:
13294 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13295 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13296 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13297 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13298 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13299 #  layout:
13300 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13301 #    layout: "plot-throughput-speedup-analysis"
13302
13303 - type: "plot"
13304   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13305   algorithm: "plot_tsa_name"
13306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13308   include:
13309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13315   layout:
13316     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13317     layout: "plot-throughput-speedup-analysis"
13318
13319 - type: "plot"
13320   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13321   algorithm: "plot_tsa_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13324   include:
13325     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13331   layout:
13332     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13333     layout: "plot-throughput-speedup-analysis"
13334
13335 - type: "plot"
13336   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13337   algorithm: "plot_tsa_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13340   include:
13341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13345   layout:
13346     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13347     layout: "plot-throughput-speedup-analysis"
13348
13349 - type: "plot"
13350   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13351   algorithm: "plot_tsa_name"
13352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13354   include:
13355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13359   layout:
13360     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13361     layout: "plot-throughput-speedup-analysis"
13362
13363 #- type: "plot"
13364 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13365 #  algorithm: "plot_tsa_name"
13366 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13367 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368 #  include:
13369 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13370 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13371 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13372 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13373 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13374 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13375 #  layout:
13376 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13377 #    layout: "plot-throughput-speedup-analysis"
13378 #
13379 #- type: "plot"
13380 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13381 #  algorithm: "plot_tsa_name"
13382 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13383 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384 #  include:
13385 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13386 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13387 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13388 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13389 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13390 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13391 #  layout:
13392 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13393 #    layout: "plot-throughput-speedup-analysis"
13394
13395 - type: "plot"
13396   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13397   algorithm: "plot_tsa_name"
13398   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13400   include:
13401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13407   layout:
13408     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13409     layout: "plot-throughput-speedup-analysis"
13410
13411 - type: "plot"
13412   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13413   algorithm: "plot_tsa_name"
13414   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13423   layout:
13424     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13425     layout: "plot-throughput-speedup-analysis"
13426
13427 - type: "plot"
13428   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13429   algorithm: "plot_tsa_name"
13430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13432   include:
13433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13437   layout:
13438     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13439     layout: "plot-throughput-speedup-analysis"
13440
13441 - type: "plot"
13442   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13443   algorithm: "plot_tsa_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13451   layout:
13452     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13453     layout: "plot-throughput-speedup-analysis"
13454
13455 - type: "plot"
13456   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13457   algorithm: "plot_tsa_name"
13458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13466   layout:
13467     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13468     layout: "plot-throughput-speedup-analysis"
13469
13470 - type: "plot"
13471   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13472   algorithm: "plot_tsa_name"
13473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13481   layout:
13482     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13483     layout: "plot-throughput-speedup-analysis"
13484
13485 - type: "plot"
13486   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13487   algorithm: "plot_tsa_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13495   layout:
13496     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13497     layout: "plot-throughput-speedup-analysis"
13498
13499 - type: "plot"
13500   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13501   algorithm: "plot_tsa_name"
13502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13504   include:
13505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13509   layout:
13510     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13511     layout: "plot-throughput-speedup-analysis"
13512
13513 - type: "plot"
13514   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13515   algorithm: "plot_tsa_name"
13516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13518   include:
13519     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13525   layout:
13526     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13527     layout: "plot-throughput-speedup-analysis"
13528
13529 - type: "plot"
13530   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13531   algorithm: "plot_tsa_name"
13532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13534   include:
13535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13541   layout:
13542     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13543     layout: "plot-throughput-speedup-analysis"
13544
13545 #- type: "plot"
13546 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13547 #  algorithm: "plot_tsa_name"
13548 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13549 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13550 #  include:
13551 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13552 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13553 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13554 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13556 #  layout:
13557 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13558 #    layout: "plot-throughput-speedup-analysis"
13559 #
13560 #- type: "plot"
13561 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13562 #  algorithm: "plot_tsa_name"
13563 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13564 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565 #  include:
13566 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13567 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13571 #  layout:
13572 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13573 #    layout: "plot-throughput-speedup-analysis"
13574 #
13575 #- type: "plot"
13576 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13577 #  algorithm: "plot_tsa_name"
13578 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13579 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13580 #  include:
13581 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13582 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13583 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13584 #  layout:
13585 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13586 #    layout: "plot-throughput-speedup-analysis"
13587 #
13588 #- type: "plot"
13589 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13590 #  algorithm: "plot_tsa_name"
13591 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13592 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13593 #  include:
13594 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13595 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13596 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13597 #  layout:
13598 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13599 #    layout: "plot-throughput-speedup-analysis"
13600 #
13601 #- type: "plot"
13602 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13603 #  algorithm: "plot_tsa_name"
13604 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13605 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13606 #  include:
13607 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13608 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13609 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13610 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13611 #  layout:
13612 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13613 #    layout: "plot-throughput-speedup-analysis"
13614 #
13615 #- type: "plot"
13616 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13617 #  algorithm: "plot_tsa_name"
13618 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13619 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13620 #  include:
13621 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13623 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13624 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13625 #  layout:
13626 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13627 #    layout: "plot-throughput-speedup-analysis"
13628 #
13629 #- type: "plot"
13630 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13631 #  algorithm: "plot_tsa_name"
13632 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13634 #  include:
13635 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13636 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13637 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13638 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13639 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13640 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13641 #  layout:
13642 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13643 #    layout: "plot-throughput-speedup-analysis"
13644 #
13645 #- type: "plot"
13646 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13647 #  algorithm: "plot_tsa_name"
13648 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13649 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650 #  include:
13651 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13652 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13653 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13654 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13655 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13656 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13657 #  layout:
13658 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13659 #    layout: "plot-throughput-speedup-analysis"
13660 #
13661 #- type: "plot"
13662 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13663 #  algorithm: "plot_tsa_name"
13664 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13665 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13666 #  include:
13667 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13668 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13669 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13670 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13671 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13672 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13673 #  layout:
13674 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13675 #    layout: "plot-throughput-speedup-analysis"
13676 #
13677 #- type: "plot"
13678 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13679 #  algorithm: "plot_tsa_name"
13680 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13681 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13682 #  include:
13683 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13684 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13685 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13686 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13687 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13688 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13689 #  layout:
13690 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13691 #    layout: "plot-throughput-speedup-analysis"
13692
13693 - type: "plot"
13694   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13695   algorithm: "plot_tsa_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13698   include:
13699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13702     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13704     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13705   layout:
13706     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13707     layout: "plot-throughput-speedup-analysis"
13708
13709 - type: "plot"
13710   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13711   algorithm: "plot_tsa_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13714   include:
13715     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13717     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13718     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13719     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13721   layout:
13722     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13723     layout: "plot-throughput-speedup-analysis"
13724
13725 #- type: "plot"
13726 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13727 #  algorithm: "plot_tsa_name"
13728 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13729 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13730 #  include:
13731 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13732 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13733 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13737 #  layout:
13738 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13739 #    layout: "plot-throughput-speedup-analysis"
13740 #
13741 #- type: "plot"
13742 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13743 #  algorithm: "plot_tsa_name"
13744 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13745 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13746 #  include:
13747 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13748 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13753 #  layout:
13754 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13755 #    layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13767   layout:
13768     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13776   include:
13777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13781   layout:
13782     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13795   layout:
13796     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13797     layout: "plot-throughput-speedup-analysis"
13798
13799 - type: "plot"
13800   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13801   algorithm: "plot_tsa_name"
13802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13804   include:
13805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13809   layout:
13810     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13811     layout: "plot-throughput-speedup-analysis"
13812
13813 - type: "plot"
13814   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13815   algorithm: "plot_tsa_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13818   include:
13819     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13823   layout:
13824     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13825     layout: "plot-throughput-speedup-analysis"
13826
13827 - type: "plot"
13828   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13829   algorithm: "plot_tsa_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13832   include:
13833     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13837   layout:
13838     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13839     layout: "plot-throughput-speedup-analysis"
13840
13841 - type: "plot"
13842   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13843   algorithm: "plot_tsa_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13846   include:
13847     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13850     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13851   layout:
13852     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13853     layout: "plot-throughput-speedup-analysis"
13854
13855 - type: "plot"
13856   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13857   algorithm: "plot_tsa_name"
13858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13860   include:
13861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13865   layout:
13866     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 #- type: "plot"
13870 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13871 #  algorithm: "plot_tsa_name"
13872 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13873 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13874 #  include:
13875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13879 #  layout:
13880 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13881 #    layout: "plot-throughput-speedup-analysis"
13882 #
13883 #- type: "plot"
13884 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13885 #  algorithm: "plot_tsa_name"
13886 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13887 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13888 #  include:
13889 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13890 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13891 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13892 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13893 #  layout:
13894 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13895 #    layout: "plot-throughput-speedup-analysis"
13896 #
13897 #- type: "plot"
13898 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13899 #  algorithm: "plot_tsa_name"
13900 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13901 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13902 #  include:
13903 #    - "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"
13904 #    - "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"
13905 #    - "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"
13906 #    - "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"
13907 #  layout:
13908 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13909 #    layout: "plot-throughput-speedup-analysis"
13910 #
13911 #- type: "plot"
13912 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13913 #  algorithm: "plot_tsa_name"
13914 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13915 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13916 #  include:
13917 #    - "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"
13918 #    - "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"
13919 #    - "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"
13920 #    - "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"
13921 #  layout:
13922 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13923 #    layout: "plot-throughput-speedup-analysis"
13924 #
13925 #- type: "plot"
13926 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13927 #  algorithm: "plot_tsa_name"
13928 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13929 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13930 #  include:
13931 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13932 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13934 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13936 #  layout:
13937 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13938 #    layout: "plot-throughput-speedup-analysis"
13939 #
13940 #- type: "plot"
13941 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13942 #  algorithm: "plot_tsa_name"
13943 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13944 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13945 #  include:
13946 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13947 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13949 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13951 #  layout:
13952 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13953 #    layout: "plot-throughput-speedup-analysis"
13954 #
13955 #- type: "plot"
13956 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13957 #  algorithm: "plot_tsa_name"
13958 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13959 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13960 #  include:
13961 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13962 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13963 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13966 #  layout:
13967 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13968 #    layout: "plot-throughput-speedup-analysis"
13969 #
13970 #- type: "plot"
13971 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13972 #  algorithm: "plot_tsa_name"
13973 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13974 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13975 #  include:
13976 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13977 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13978 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13981 #  layout:
13982 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13983 #    layout: "plot-throughput-speedup-analysis"
13984 #
13985 #- type: "plot"
13986 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13987 #  algorithm: "plot_tsa_name"
13988 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13989 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13990 #  include:
13991 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13992 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13993 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13994 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13995 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13997 #  layout:
13998 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13999 #    layout: "plot-throughput-speedup-analysis"
14000 #
14001 #- type: "plot"
14002 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14003 #  algorithm: "plot_tsa_name"
14004 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
14005 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14006 #  include:
14007 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14009 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14013 #  layout:
14014 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14015 #    layout: "plot-throughput-speedup-analysis"
14016 #
14017 #- type: "plot"
14018 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14019 #  algorithm: "plot_tsa_name"
14020 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
14021 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14022 #  include:
14023 #    - "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"
14024 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14025 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14026 #    - "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"
14027 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14028 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14029 #  layout:
14030 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14031 #    layout: "plot-throughput-speedup-analysis"
14032 #
14033 #- type: "plot"
14034 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14035 #  algorithm: "plot_tsa_name"
14036 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14037 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14038 #  include:
14039 #    - "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"
14040 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042 #    - "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"
14043 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045 #  layout:
14046 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14047 #    layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14054   include:
14055     - "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"
14056     - "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"
14057     - "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"
14058   layout:
14059     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14067   include:
14068     - "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"
14069     - "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"
14070     - "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"
14071   layout:
14072     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14073     layout: "plot-throughput-speedup-analysis"
14074
14075 - type: "plot"
14076   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14077   algorithm: "plot_tsa_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14079   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14080   include:
14081     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14084     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14085     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14086   layout:
14087     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14095   include:
14096     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14098     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14099     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14100     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14101   layout:
14102     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14110   include:
14111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14116   layout:
14117     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14125   include:
14126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14131   layout:
14132     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14140   include:
14141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14147   layout:
14148     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14149     layout: "plot-throughput-speedup-analysis"
14150
14151 - type: "plot"
14152   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14153   algorithm: "plot_tsa_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14156   include:
14157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14163   layout:
14164     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14165     layout: "plot-throughput-speedup-analysis"
14166
14167 - type: "plot"
14168   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14169   algorithm: "plot_tsa_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14172   include:
14173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14177   layout:
14178     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14186   include:
14187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14191   layout:
14192     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14200   include:
14201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14206   layout:
14207     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14208     layout: "plot-throughput-speedup-analysis"
14209
14210 - type: "plot"
14211   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14212   algorithm: "plot_tsa_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14215   include:
14216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14221   layout:
14222     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14223     layout: "plot-throughput-speedup-analysis"
14224
14225 - type: "plot"
14226   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14227   algorithm: "plot_tsa_name"
14228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14230   include:
14231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14237   layout:
14238     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 - type: "plot"
14242   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14243   algorithm: "plot_tsa_name"
14244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14246   include:
14247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14253   layout:
14254     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14262   include:
14263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14267   layout:
14268     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14276   include:
14277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14281   layout:
14282     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14290   include:
14291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14297   layout:
14298     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 - type: "plot"
14302   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14303   algorithm: "plot_tsa_name"
14304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14306   include:
14307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14313   layout:
14314     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14322   include:
14323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14329   layout:
14330     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14338   include:
14339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14345   layout:
14346     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14354   include:
14355     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14356     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14357     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14358     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14359     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14360     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14361   layout:
14362     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14370   include:
14371     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14372     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14373     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14374     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14375     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14377   layout:
14378     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14386   include:
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14392   layout:
14393     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14401   include:
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14407   layout:
14408     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 #- type: "plot"
14412 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14413 #  algorithm: "plot_tsa_name"
14414 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14415 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14416 #  include:
14417 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14422 #  layout:
14423 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14424 #    layout: "plot-throughput-speedup-analysis"
14425 #
14426 #- type: "plot"
14427 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14428 #  algorithm: "plot_tsa_name"
14429 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14430 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14431 #  include:
14432 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14433 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14437 #  layout:
14438 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14439 #    layout: "plot-throughput-speedup-analysis"
14440
14441 #- type: "plot"
14442 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14443 #  algorithm: "plot_tsa_name"
14444 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14445 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14446 #  include:
14447 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14448 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14449 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14451 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14453 #  layout:
14454 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14455 #    layout: "plot-throughput-speedup-analysis"
14456 #
14457 #- type: "plot"
14458 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14459 #  algorithm: "plot_tsa_name"
14460 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14461 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14462 #  include:
14463 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14465 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14466 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14469 #  layout:
14470 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14471 #    layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14478   include:
14479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14484   layout:
14485     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14493   include:
14494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14499   layout:
14500     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14508   include:
14509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14515   layout:
14516     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14524   include:
14525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14531   layout:
14532     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14540   include:
14541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14546   layout:
14547     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14555   include:
14556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14561   layout:
14562     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14570   include:
14571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14575   layout:
14576     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14584   include:
14585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14589   layout:
14590     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14591     layout: "plot-throughput-speedup-analysis"
14592
14593 - type: "plot"
14594   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14598   include:
14599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14605   layout:
14606     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14614   include:
14615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14621   layout:
14622     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14630   include:
14631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14636   layout:
14637     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14645   include:
14646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14651   layout:
14652     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14660   include:
14661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14667   layout:
14668     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14676   include:
14677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14683   layout:
14684     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14692   include:
14693     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14697   layout:
14698     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14706   include:
14707     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14711   layout:
14712     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14720   include:
14721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14726   layout:
14727     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14728     layout: "plot-throughput-speedup-analysis"
14729
14730 - type: "plot"
14731   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14732   algorithm: "plot_tsa_name"
14733   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14734   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14735   include:
14736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14741   layout:
14742     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14750   include:
14751     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14752     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14753     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14754     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14755     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14756     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14757   layout:
14758     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14766   include:
14767     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14768     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14769     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14770     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14771     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14772     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14773   layout:
14774     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14782   include:
14783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14787   layout:
14788     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14796   include:
14797     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14799     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14800     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14801   layout:
14802     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14810   include:
14811     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14817   layout:
14818     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14826   include:
14827     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14833   layout:
14834     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14842   include:
14843     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14844     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14849   layout:
14850     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14858   include:
14859     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14865   layout:
14866     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 #- type: "plot"
14870 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14871 #  algorithm: "plot_tsa_name"
14872 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14873 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14874 #  include:
14875 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14876 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14877 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14878 #  layout:
14879 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14880 #    layout: "plot-throughput-speedup-analysis"
14881 #
14882 #- type: "plot"
14883 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14884 #  algorithm: "plot_tsa_name"
14885 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14886 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14887 #  include:
14888 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14889 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14890 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14891 #  layout:
14892 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14893 #    layout: "plot-throughput-speedup-analysis"
14894
14895 ################################################################################
14896
14897 # Packet Throughput - DPDK
14898
14899 # 2n-skx-xxv710
14900
14901 #- type: "plot"
14902 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14903 #  algorithm: "plot_perf_box_name"
14904 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14905 #  data: "plot-dpdk-throughput-latency-2n-skx"
14906 #  include:
14907 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14908 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14909 #  layout:
14910 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14911 #    layout: "plot-throughput"
14912 #
14913 #- type: "plot"
14914 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14915 #  algorithm: "plot_perf_box_name"
14916 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14917 #  data: "plot-dpdk-throughput-latency-2n-skx"
14918 #  include:
14919 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14920 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14921 #  layout:
14922 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14923 #    layout: "plot-throughput"
14924 #
14925 #- type: "plot"
14926 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14927 #  algorithm: "plot_perf_box_name"
14928 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14929 #  data: "plot-dpdk-throughput-latency-2n-skx"
14930 #  include:
14931 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14932 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14933 #  layout:
14934 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14935 #    layout: "plot-throughput"
14936 #
14937 #- type: "plot"
14938 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14939 #  algorithm: "plot_perf_box_name"
14940 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14941 #  data: "plot-dpdk-throughput-latency-2n-skx"
14942 #  include:
14943 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14944 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14945 #  layout:
14946 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14947 #    layout: "plot-throughput"
14948 #
14949 ## 2n-skx-x710
14950 #
14951 #- type: "plot"
14952 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14953 #  algorithm: "plot_perf_box_name"
14954 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14955 #  data: "plot-dpdk-throughput-latency-2n-skx"
14956 #  include:
14957 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14958 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14959 #  layout:
14960 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14961 #    layout: "plot-throughput"
14962 #
14963 #- type: "plot"
14964 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14965 #  algorithm: "plot_perf_box_name"
14966 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14967 #  data: "plot-dpdk-throughput-latency-2n-skx"
14968 #  include:
14969 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14970 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14971 #  layout:
14972 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14973 #    layout: "plot-throughput"
14974 #
14975 #- type: "plot"
14976 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14977 #  algorithm: "plot_perf_box_name"
14978 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14979 #  data: "plot-dpdk-throughput-latency-2n-skx"
14980 #  include:
14981 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14982 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14983 #  layout:
14984 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14985 #    layout: "plot-throughput"
14986 #
14987 #- type: "plot"
14988 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14989 #  algorithm: "plot_perf_box_name"
14990 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14991 #  data: "plot-dpdk-throughput-latency-2n-skx"
14992 #  include:
14993 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14994 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14995 #  layout:
14996 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14997 #    layout: "plot-throughput"
14998 #
14999 ## 3n-skx-xxv710
15000 #
15001 #- type: "plot"
15002 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15003 #  algorithm: "plot_perf_box_name"
15004 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15005 #  data: "plot-dpdk-throughput-latency-3n-skx"
15006 #  include:
15007 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15008 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15009 #  layout:
15010 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15011 #    layout: "plot-throughput"
15012 #
15013 #- type: "plot"
15014 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15015 #  algorithm: "plot_perf_box_name"
15016 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15017 #  data: "plot-dpdk-throughput-latency-3n-skx"
15018 #  include:
15019 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15020 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15021 #  layout:
15022 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15023 #    layout: "plot-throughput"
15024 #
15025 #- type: "plot"
15026 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15027 #  algorithm: "plot_perf_box_name"
15028 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15029 #  data: "plot-dpdk-throughput-latency-3n-skx"
15030 #  include:
15031 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15032 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15033 #  layout:
15034 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15035 #    layout: "plot-throughput"
15036 #
15037 #- type: "plot"
15038 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15039 #  algorithm: "plot_perf_box_name"
15040 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15041 #  data: "plot-dpdk-throughput-latency-3n-skx"
15042 #  include:
15043 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15044 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15045 #  layout:
15046 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15047 #    layout: "plot-throughput"
15048 #
15049 ## 3n-skx-x710
15050 #
15051 #- type: "plot"
15052 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15053 #  algorithm: "plot_perf_box_name"
15054 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15055 #  data: "plot-dpdk-throughput-latency-3n-skx"
15056 #  include:
15057 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15058 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15059 #  layout:
15060 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15061 #    layout: "plot-throughput"
15062 #
15063 #- type: "plot"
15064 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15065 #  algorithm: "plot_perf_box_name"
15066 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15067 #  data: "plot-dpdk-throughput-latency-3n-skx"
15068 #  include:
15069 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15070 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15071 #  layout:
15072 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15073 #    layout: "plot-throughput"
15074 #
15075 #- type: "plot"
15076 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15077 #  algorithm: "plot_perf_box_name"
15078 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15079 #  data: "plot-dpdk-throughput-latency-3n-skx"
15080 #  include:
15081 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15082 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15083 #  layout:
15084 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15085 #    layout: "plot-throughput"
15086 #
15087 #- type: "plot"
15088 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15089 #  algorithm: "plot_perf_box_name"
15090 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15091 #  data: "plot-dpdk-throughput-latency-3n-skx"
15092 #  include:
15093 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15094 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15095 #  layout:
15096 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15097 #    layout: "plot-throughput"
15098
15099 # 3n-hsw-xl710
15100
15101 - type: "plot"
15102   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15103   algorithm: "plot_perf_box_name"
15104   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15105   data: "plot-dpdk-throughput-latency-3n-hsw"
15106   include:
15107     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15108     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15109   layout:
15110     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15111     layout: "plot-throughput"
15112
15113 - type: "plot"
15114   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15115   algorithm: "plot_perf_box_name"
15116   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15117   data: "plot-dpdk-throughput-latency-3n-hsw"
15118   include:
15119     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15120     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15121   layout:
15122     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15123     layout: "plot-throughput"
15124
15125 - type: "plot"
15126   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15127   algorithm: "plot_perf_box_name"
15128   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15129   data: "plot-dpdk-throughput-latency-3n-hsw"
15130   include:
15131     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15132     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15133   layout:
15134     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15135     layout: "plot-throughput"
15136
15137 - type: "plot"
15138   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15139   algorithm: "plot_perf_box_name"
15140   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15141   data: "plot-dpdk-throughput-latency-3n-hsw"
15142   include:
15143     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15144     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15145   layout:
15146     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15147     layout: "plot-throughput"
15148
15149 # 3n-hsw-x710
15150
15151 - type: "plot"
15152   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15153   algorithm: "plot_perf_box_name"
15154   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15155   data: "plot-dpdk-throughput-latency-3n-hsw"
15156   include:
15157     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15158     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15159   layout:
15160     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15161     layout: "plot-throughput"
15162
15163 - type: "plot"
15164   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15165   algorithm: "plot_perf_box_name"
15166   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15167   data: "plot-dpdk-throughput-latency-3n-hsw"
15168   include:
15169     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15170     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15171   layout:
15172     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15173     layout: "plot-throughput"
15174
15175 - type: "plot"
15176   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15177   algorithm: "plot_perf_box_name"
15178   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15179   data: "plot-dpdk-throughput-latency-3n-hsw"
15180   include:
15181     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15182     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15183   layout:
15184     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15185     layout: "plot-throughput"
15186
15187 - type: "plot"
15188   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15189   algorithm: "plot_perf_box_name"
15190   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15191   data: "plot-dpdk-throughput-latency-3n-hsw"
15192   include:
15193     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15194     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15195   layout:
15196     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15197     layout: "plot-throughput"
15198
15199 # 2n-dnv-x553
15200
15201 - type: "plot"
15202   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15203   algorithm: "plot_perf_box_name"
15204   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15205   data: "plot-dpdk-throughput-latency-2n-dnv"
15206   include:
15207     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15208     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15209   layout:
15210     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15211     layout: "plot-throughput"
15212
15213 - type: "plot"
15214   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15215   algorithm: "plot_perf_box_name"
15216   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15217   data: "plot-dpdk-throughput-latency-2n-dnv"
15218   include:
15219     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15220     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15221   layout:
15222     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15223     layout: "plot-throughput"
15224
15225 - type: "plot"
15226   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15227   algorithm: "plot_perf_box_name"
15228   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15229   data: "plot-dpdk-throughput-latency-2n-dnv"
15230   include:
15231     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15232     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15233   layout:
15234     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15235     layout: "plot-throughput"
15236
15237 - type: "plot"
15238   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15239   algorithm: "plot_perf_box_name"
15240   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15241   data: "plot-dpdk-throughput-latency-2n-dnv"
15242   include:
15243     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15244     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15245   layout:
15246     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15247     layout: "plot-throughput"
15248
15249 # 3n-dnv-x553
15250
15251 - type: "plot"
15252   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15253   algorithm: "plot_perf_box_name"
15254   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15255   data: "plot-dpdk-throughput-latency-3n-dnv"
15256   include:
15257     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15258     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15259   layout:
15260     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15261     layout: "plot-throughput"
15262
15263 - type: "plot"
15264   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15265   algorithm: "plot_perf_box_name"
15266   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15267   data: "plot-dpdk-throughput-latency-3n-dnv"
15268   include:
15269     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15270     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15271   layout:
15272     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15273     layout: "plot-throughput"
15274
15275 - type: "plot"
15276   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15277   algorithm: "plot_perf_box_name"
15278   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15279   data: "plot-dpdk-throughput-latency-3n-dnv"
15280   include:
15281     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15282     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15283   layout:
15284     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15285     layout: "plot-throughput"
15286
15287 - type: "plot"
15288   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15289   algorithm: "plot_perf_box_name"
15290   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15291   data: "plot-dpdk-throughput-latency-3n-dnv"
15292   include:
15293     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15294     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15295   layout:
15296     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15297     layout: "plot-throughput"
15298
15299 # 3n-tsh-x520
15300
15301 - type: "plot"
15302   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15303   algorithm: "plot_perf_box_name"
15304   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15305   data: "plot-dpdk-throughput-latency-3n-tsh"
15306   include:
15307     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15308     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15309   layout:
15310     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15311     layout: "plot-throughput"
15312
15313 - type: "plot"
15314   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15315   algorithm: "plot_perf_box_name"
15316   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15317   data: "plot-dpdk-throughput-latency-3n-tsh"
15318   include:
15319     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15320     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15321   layout:
15322     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15323     layout: "plot-throughput"
15324
15325 - type: "plot"
15326   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15327   algorithm: "plot_perf_box_name"
15328   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15329   data: "plot-dpdk-throughput-latency-3n-tsh"
15330   include:
15331     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15332     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15333   layout:
15334     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15335     layout: "plot-throughput"
15336
15337 - type: "plot"
15338   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15339   algorithm: "plot_perf_box_name"
15340   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15341   data: "plot-dpdk-throughput-latency-3n-tsh"
15342   include:
15343     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15344     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15345   layout:
15346     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15347     layout: "plot-throughput"
15348
15349 ################################################################################
15350 ###   2n-clx                                                                 ###
15351 ################################################################################
15352
15353 # Packet Throughput
15354
15355 - type: "plot"
15356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15357   algorithm: "plot_perf_box_name"
15358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15360   include:
15361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15363     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15364     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15365   layout:
15366     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15367     layout: "plot-throughput"
15368
15369 - type: "plot"
15370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15371   algorithm: "plot_perf_box_name"
15372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15374   include:
15375     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15376     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15377     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15378     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15379   layout:
15380     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15381     layout: "plot-throughput"
15382
15383 - type: "plot"
15384   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15385   algorithm: "plot_perf_box_name"
15386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15388   include:
15389     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15390     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15391     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15392     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15393   layout:
15394     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15395     layout: "plot-throughput"
15396
15397 - type: "plot"
15398   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15399   algorithm: "plot_perf_box_name"
15400   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15402   include:
15403     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15404     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15405     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15406     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15407   layout:
15408     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15409     layout: "plot-throughput"
15410
15411 - type: "plot"
15412   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15413   algorithm: "plot_perf_box_name"
15414   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15416   include:
15417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15423   layout:
15424     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15425     layout: "plot-throughput"
15426
15427 - type: "plot"
15428   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15429   algorithm: "plot_perf_box_name"
15430   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15432   include:
15433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15439   layout:
15440     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15441     layout: "plot-throughput"
15442
15443 - type: "plot"
15444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15445   algorithm: "plot_perf_box_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15448   include:
15449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15453   layout:
15454     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15455     layout: "plot-throughput"
15456
15457 - type: "plot"
15458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15459   algorithm: "plot_perf_box_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15462   include:
15463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15467   layout:
15468     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15469     layout: "plot-throughput"
15470
15471 - type: "plot"
15472   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15473   algorithm: "plot_perf_box_name"
15474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15476   include:
15477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15480   layout:
15481     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15482     layout: "plot-throughput"
15483
15484 - type: "plot"
15485   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15486   algorithm: "plot_perf_box_name"
15487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15489   include:
15490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15493   layout:
15494     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15495     layout: "plot-throughput"
15496
15497 - type: "plot"
15498   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15499   algorithm: "plot_perf_box_name"
15500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15502   include:
15503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15508   layout:
15509     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15510     layout: "plot-throughput"
15511
15512 - type: "plot"
15513   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15514   algorithm: "plot_perf_box_name"
15515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15517   include:
15518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15523   layout:
15524     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15525     layout: "plot-throughput"
15526
15527 - type: "plot"
15528   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15529   algorithm: "plot_perf_box_name"
15530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15532   include:
15533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15536   layout:
15537     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15538     layout: "plot-throughput"
15539
15540 - type: "plot"
15541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15542   algorithm: "plot_perf_box_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15545   include:
15546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15549   layout:
15550     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15551     layout: "plot-throughput"
15552
15553 - type: "plot"
15554   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15555   algorithm: "plot_perf_box_name"
15556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15558   include:
15559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15565   layout:
15566     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15567     layout: "plot-throughput"
15568
15569 - type: "plot"
15570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15571   algorithm: "plot_perf_box_name"
15572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15574   include:
15575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15581   layout:
15582     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15583     layout: "plot-throughput"
15584
15585 - type: "plot"
15586   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15587   algorithm: "plot_perf_box_name"
15588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15590   include:
15591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15593   layout:
15594     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15595     layout: "plot-throughput"
15596
15597 - type: "plot"
15598   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15599   algorithm: "plot_perf_box_name"
15600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15602   include:
15603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15605   layout:
15606     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15607     layout: "plot-throughput"
15608
15609 - type: "plot"
15610   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15611   algorithm: "plot_perf_box_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15614   include:
15615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15621   layout:
15622     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15623     layout: "plot-throughput"
15624
15625 - type: "plot"
15626   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15627   algorithm: "plot_perf_box_name"
15628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15630   include:
15631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15637   layout:
15638     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15639     layout: "plot-throughput"
15640
15641 - type: "plot"
15642   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15643   algorithm: "plot_perf_box_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15646   include:
15647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15653   layout:
15654     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15655     layout: "plot-throughput"
15656
15657 - type: "plot"
15658   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15659   algorithm: "plot_perf_box_name"
15660   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15662   include:
15663     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15669   layout:
15670     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15671     layout: "plot-throughput"
15672
15673 - type: "plot"
15674   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15675   algorithm: "plot_perf_box_name"
15676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15678   include:
15679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15682   layout:
15683     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15684     layout: "plot-throughput"
15685
15686 - type: "plot"
15687   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15688   algorithm: "plot_perf_box_name"
15689   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15691   include:
15692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15695   layout:
15696     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15697     layout: "plot-throughput"
15698
15699 - type: "plot"
15700   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15701   algorithm: "plot_perf_box_name"
15702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15704   include:
15705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15710   layout:
15711     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15712     layout: "plot-throughput"
15713
15714 - type: "plot"
15715   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15716   algorithm: "plot_perf_box_name"
15717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15719   include:
15720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15725   layout:
15726     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15727     layout: "plot-throughput"
15728
15729 - type: "plot"
15730   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15731   algorithm: "plot_perf_box_name"
15732   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15734   include:
15735     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15736     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15737     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15740   layout:
15741     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15742     layout: "plot-throughput"
15743
15744 - type: "plot"
15745   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15746   algorithm: "plot_perf_box_name"
15747   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15749   include:
15750     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15755   layout:
15756     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15757     layout: "plot-throughput"
15758
15759 - type: "plot"
15760   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15761   algorithm: "plot_perf_box_name"
15762   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15764   include:
15765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15771   layout:
15772     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15773     layout: "plot-throughput"
15774
15775 - type: "plot"
15776   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15777   algorithm: "plot_perf_box_name"
15778   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15780   include:
15781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15787   layout:
15788     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15789     layout: "plot-throughput"
15790
15791 - type: "plot"
15792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15793   algorithm: "plot_perf_box_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15796   include:
15797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15801   layout:
15802     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15803     layout: "plot-throughput"
15804
15805 - type: "plot"
15806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15807   algorithm: "plot_perf_box_name"
15808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15810   include:
15811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15815   layout:
15816     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15817     layout: "plot-throughput"
15818
15819 - type: "plot"
15820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15821   algorithm: "plot_perf_box_name"
15822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15824   include:
15825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15829   layout:
15830     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15831     layout: "plot-throughput"
15832
15833 - type: "plot"
15834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15835   algorithm: "plot_perf_box_name"
15836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15838   include:
15839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15843   layout:
15844     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15845     layout: "plot-throughput"
15846
15847 - type: "plot"
15848   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15849   algorithm: "plot_perf_box_name"
15850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15852   include:
15853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15858   layout:
15859     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15860     layout: "plot-throughput"
15861
15862 - type: "plot"
15863   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15864   algorithm: "plot_perf_box_name"
15865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15867   include:
15868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15873   layout:
15874     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15875     layout: "plot-throughput"
15876
15877 - type: "plot"
15878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15879   algorithm: "plot_perf_box_name"
15880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15882   include:
15883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15887   layout:
15888     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15889     layout: "plot-throughput"
15890
15891 - type: "plot"
15892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15893   algorithm: "plot_perf_box_name"
15894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15896   include:
15897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15901   layout:
15902     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15903     layout: "plot-throughput"
15904
15905 - type: "plot"
15906   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15907   algorithm: "plot_perf_box_name"
15908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15910   include:
15911     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15917   layout:
15918     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15919     layout: "plot-throughput"
15920
15921 - type: "plot"
15922   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15923   algorithm: "plot_perf_box_name"
15924   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15926   include:
15927     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15933   layout:
15934     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15935     layout: "plot-throughput"
15936
15937 - type: "plot"
15938   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15939   algorithm: "plot_perf_box_name"
15940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15942   include:
15943     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15947   layout:
15948     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15949     layout: "plot-throughput"
15950
15951 - type: "plot"
15952   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15953   algorithm: "plot_perf_box_name"
15954   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15956   include:
15957     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15961   layout:
15962     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15963     layout: "plot-throughput"
15964
15965 - type: "plot"
15966   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15967   algorithm: "plot_perf_box_name"
15968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15970   include:
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15975   layout:
15976     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15977     layout: "plot-throughput"
15978
15979 - type: "plot"
15980   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15981   algorithm: "plot_perf_box_name"
15982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15984   include:
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15989   layout:
15990     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15991     layout: "plot-throughput"
15992
15993 - type: "plot"
15994   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15995   algorithm: "plot_perf_box_name"
15996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15998   include:
15999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16003   layout:
16004     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16005     layout: "plot-throughput"
16006
16007 - type: "plot"
16008   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16009   algorithm: "plot_perf_box_name"
16010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16012   include:
16013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16017   layout:
16018     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16019     layout: "plot-throughput"
16020
16021 - type: "plot"
16022   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16023   algorithm: "plot_perf_box_name"
16024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16026   include:
16027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16031   layout:
16032     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16033     layout: "plot-throughput"
16034
16035 - type: "plot"
16036   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16037   algorithm: "plot_perf_box_name"
16038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16040   include:
16041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045   layout:
16046     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16047     layout: "plot-throughput"
16048
16049 - type: "plot"
16050   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16051   algorithm: "plot_perf_box_name"
16052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16054   include:
16055     - "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"
16056     - "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"
16057     - "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"
16058     - "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"
16059   layout:
16060     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16061     layout: "plot-throughput"
16062
16063 - type: "plot"
16064   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16065   algorithm: "plot_perf_box_name"
16066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16068   include:
16069     - "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"
16070     - "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"
16071     - "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"
16072     - "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"
16073   layout:
16074     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16075     layout: "plot-throughput"
16076
16077 ################################################################################
16078
16079 # Packet Speedup
16080
16081 - type: "plot"
16082   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16086   include:
16087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16091   layout:
16092     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16100   include:
16101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16105   layout:
16106     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16114   include:
16115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16119   layout:
16120     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16128   include:
16129     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16130     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16131     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16132     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16133   layout:
16134     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16135     layout: "plot-throughput-speedup-analysis"
16136
16137 - type: "plot"
16138   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16139   algorithm: "plot_tsa_name"
16140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16142   include:
16143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16149   layout:
16150     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16151     layout: "plot-throughput-speedup-analysis"
16152
16153 - type: "plot"
16154   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16155   algorithm: "plot_tsa_name"
16156   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16158   include:
16159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16165   layout:
16166     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16174   include:
16175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16179   layout:
16180     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16188   include:
16189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16193   layout:
16194     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16195     layout: "plot-throughput-speedup-analysis"
16196
16197 - type: "plot"
16198   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16199   algorithm: "plot_tsa_name"
16200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16202   include:
16203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16206   layout:
16207     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16215   include:
16216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16219   layout:
16220     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 - type: "plot"
16224   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16225   algorithm: "plot_tsa_name"
16226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16228   include:
16229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16234   layout:
16235     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16243   include:
16244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16249   layout:
16250     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16251     layout: "plot-throughput-speedup-analysis"
16252
16253 - type: "plot"
16254   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16255   algorithm: "plot_tsa_name"
16256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16258   include:
16259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16262   layout:
16263     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16271   include:
16272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16275   layout:
16276     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16284   include:
16285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16291   layout:
16292     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16300   include:
16301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16307   layout:
16308     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16316   include:
16317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16319   layout:
16320     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16321     layout: "plot-throughput-speedup-analysis"
16322
16323 - type: "plot"
16324   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16325   algorithm: "plot_tsa_name"
16326   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16328   include:
16329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16331   layout:
16332     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16340   include:
16341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16347   layout:
16348     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16349     layout: "plot-throughput-speedup-analysis"
16350
16351 - type: "plot"
16352   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16353   algorithm: "plot_tsa_name"
16354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16356   include:
16357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16363   layout:
16364     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16372   include:
16373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16379   layout:
16380     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16395   layout:
16396     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16404   include:
16405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16408   layout:
16409     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16417   include:
16418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16421   layout:
16422     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16430   include:
16431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16436   layout:
16437     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16438     layout: "plot-throughput-speedup-analysis"
16439
16440 - type: "plot"
16441   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16442   algorithm: "plot_tsa_name"
16443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16445   include:
16446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16451   layout:
16452     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16460   include:
16461     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16466   layout:
16467     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 - type: "plot"
16471   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16472   algorithm: "plot_tsa_name"
16473   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16475   include:
16476     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16481   layout:
16482     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16483     layout: "plot-throughput-speedup-analysis"
16484
16485 - type: "plot"
16486   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16487   algorithm: "plot_tsa_name"
16488   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16490   include:
16491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16497   layout:
16498     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16499     layout: "plot-throughput-speedup-analysis"
16500
16501 - type: "plot"
16502   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16503   algorithm: "plot_tsa_name"
16504   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16506   include:
16507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16513   layout:
16514     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16515     layout: "plot-throughput-speedup-analysis"
16516
16517 - type: "plot"
16518   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16519   algorithm: "plot_tsa_name"
16520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16522   include:
16523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16527   layout:
16528     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16536   include:
16537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16541   layout:
16542     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16550   include:
16551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16555   layout:
16556     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
16557     layout: "plot-throughput-speedup-analysis"
16558
16559 - type: "plot"
16560   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16561   algorithm: "plot_tsa_name"
16562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16564   include:
16565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16569   layout:
16570     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16578   include:
16579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16584   layout:
16585     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16586     layout: "plot-throughput-speedup-analysis"
16587
16588 - type: "plot"
16589   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16590   algorithm: "plot_tsa_name"
16591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16593   include:
16594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16599   layout:
16600     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16601     layout: "plot-throughput-speedup-analysis"
16602
16603 - type: "plot"
16604   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16605   algorithm: "plot_tsa_name"
16606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16608   include:
16609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16613   layout:
16614     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 - type: "plot"
16618   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16619   algorithm: "plot_tsa_name"
16620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16622   include:
16623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16627   layout:
16628     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16629     layout: "plot-throughput-speedup-analysis"
16630
16631 - type: "plot"
16632   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16633   algorithm: "plot_tsa_name"
16634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16636   include:
16637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16643   layout:
16644     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16645     layout: "plot-throughput-speedup-analysis"
16646
16647 - type: "plot"
16648   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16649   algorithm: "plot_tsa_name"
16650   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16652   include:
16653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16657     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16658     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16659   layout:
16660     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16661     layout: "plot-throughput-speedup-analysis"
16662
16663 - type: "plot"
16664   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16665   algorithm: "plot_tsa_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16668   include:
16669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16671     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16673   layout:
16674     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 - type: "plot"
16678   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16679   algorithm: "plot_tsa_name"
16680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16682   include:
16683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16685     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16687   layout:
16688     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16696   include:
16697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16701   layout:
16702     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16703     layout: "plot-throughput-speedup-analysis"
16704
16705 - type: "plot"
16706   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16707   algorithm: "plot_tsa_name"
16708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16710   include:
16711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16715   layout:
16716     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16717     layout: "plot-throughput-speedup-analysis"
16718
16719 - type: "plot"
16720   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16721   algorithm: "plot_tsa_name"
16722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16724   include:
16725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16729   layout:
16730     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16731     layout: "plot-throughput-speedup-analysis"
16732
16733 - type: "plot"
16734   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16735   algorithm: "plot_tsa_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16738   include:
16739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16743   layout:
16744     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16745     layout: "plot-throughput-speedup-analysis"
16746
16747 - type: "plot"
16748   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16749   algorithm: "plot_tsa_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16752   include:
16753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16757   layout:
16758     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16759     layout: "plot-throughput-speedup-analysis"
16760
16761 - type: "plot"
16762   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16763   algorithm: "plot_tsa_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16771   layout:
16772     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16773     layout: "plot-throughput-speedup-analysis"
16774
16775 - type: "plot"
16776   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16777   algorithm: "plot_tsa_name"
16778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16780   include:
16781     - "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"
16782     - "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"
16783     - "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"
16784     - "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"
16785   layout:
16786     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16794   include:
16795     - "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"
16796     - "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"
16797     - "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"
16798     - "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"
16799   layout:
16800     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16801     layout: "plot-throughput-speedup-analysis"
16802
16803 ################################################################################
16804
16805 # Packet Throughput - DPDK
16806
16807 # 2n-clx-xxv710
16808
16809 - type: "plot"
16810   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16811   algorithm: "plot_perf_box_name"
16812   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16813   data: "plot-dpdk-throughput-latency-2n-clx"
16814   include:
16815     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16816     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16817   layout:
16818     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16823   algorithm: "plot_perf_box_name"
16824   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16825   data: "plot-dpdk-throughput-latency-2n-clx"
16826   include:
16827     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16828     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16829   layout:
16830     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16837   data: "plot-dpdk-throughput-latency-2n-clx"
16838   include:
16839     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16840     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16841   layout:
16842     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16843     layout: "plot-throughput"
16844
16845 - type: "plot"
16846   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16849   data: "plot-dpdk-throughput-latency-2n-clx"
16850   include:
16851     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16852     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16853   layout:
16854     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16855     layout: "plot-throughput"
16856
16857 # 2n-clx-x710
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16863   data: "plot-dpdk-throughput-latency-2n-clx"
16864   include:
16865     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16866     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16867   layout:
16868     title: "2n-clx-x710-64b-2t1c-base-ndr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16875   data: "plot-dpdk-throughput-latency-2n-clx"
16876   include:
16877     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16878     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16879   layout:
16880     title: "2n-clx-x710-64b-4t2c-base-ndr"
16881     layout: "plot-throughput"
16882
16883 - type: "plot"
16884   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16885   algorithm: "plot_perf_box_name"
16886   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16887   data: "plot-dpdk-throughput-latency-2n-clx"
16888   include:
16889     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16890     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16891   layout:
16892     title: "2n-clx-x710-64b-2t1c-base-pdr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16897   algorithm: "plot_perf_box_name"
16898   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16899   data: "plot-dpdk-throughput-latency-2n-clx"
16900   include:
16901     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16902     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16903   layout:
16904     title: "2n-clx-x710-64b-4t2c-base-pdr"
16905     layout: "plot-throughput"
16906
16907 ################################################################################
16908
16909 - type: "plot"
16910   title: "Latency by percentile: 2n-skx"
16911   algorithm: "plot_hdrh_lat_by_percentile"
16912   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16913   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16914   target-links: "../../_static/vpp"
16915   data: "plot-vpp-hdrh-lat-2n-skx"
16916   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16917   layout:
16918     layout: "plot-hdrh-latency-by-percentile"
16919
16920 #- type: "plot"
16921 #  title: "Latency by percentile: 3n-skx"
16922 #  algorithm: "plot_hdrh_lat_by_percentile"
16923 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16924 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16925 #  target-links: "../../_static/vpp"
16926 #  data: "plot-vpp-hdrh-lat-3n-skx"
16927 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16928 #  layout:
16929 #    layout: "plot-hdrh-latency-by-percentile"
16930
16931 - type: "plot"
16932   title: "Latency by percentile: 2n-clx"
16933   algorithm: "plot_hdrh_lat_by_percentile"
16934   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16935   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16936   target-links: "../../_static/vpp"
16937   data: "plot-vpp-hdrh-lat-2n-clx"
16938   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16939   layout:
16940     layout: "plot-hdrh-latency-by-percentile"
16941
16942 - type: "plot"
16943   title: "Latency by percentile: 3n-hsw"
16944   algorithm: "plot_hdrh_lat_by_percentile"
16945   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16946   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16947   target-links: "../../_static/vpp"
16948   data: "plot-vpp-hdrh-lat-3n-hsw"
16949   filter: "'1T1C' and 'NIC_Intel-XL710'"
16950   layout:
16951     layout: "plot-hdrh-latency-by-percentile"
16952
16953 - type: "plot"
16954   title: "Latency by percentile: 3n-tsh"
16955   algorithm: "plot_hdrh_lat_by_percentile"
16956   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16957   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16958   target-links: "../../_static/vpp"
16959   data: "plot-vpp-hdrh-lat-3n-tsh"
16960   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16961   layout:
16962     layout: "plot-hdrh-latency-by-percentile"
16963
16964 - type: "plot"
16965   title: "Latency by percentile: DPDK 2n-clx"
16966   algorithm: "plot_hdrh_lat_by_percentile"
16967   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16968   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16969   target-links: "../../_static/dpdk"
16970   data: "plot-dpdk-hdrh-lat-2n-clx"
16971   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16972   layout:
16973     layout: "plot-hdrh-latency-by-percentile"
16974
16975 - type: "plot"
16976   title: "Latency by percentile: DPDK 3n-hsw"
16977   algorithm: "plot_hdrh_lat_by_percentile"
16978   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16979   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16980   target-links: "../../_static/dpdk"
16981   data: "plot-dpdk-hdrh-lat-3n-hsw"
16982   filter: "'1T1C' and 'NIC_Intel-XL710'"
16983   layout:
16984     layout: "plot-hdrh-latency-by-percentile"
16985
16986 - type: "plot"
16987   title: "Latency by percentile: DPDK 3n-tsh"
16988   algorithm: "plot_hdrh_lat_by_percentile"
16989   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16990   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16991   target-links: "../../_static/dpdk"
16992   data: "plot-dpdk-hdrh-lat-3n-tsh"
16993   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16994   layout:
16995     layout: "plot-hdrh-latency-by-percentile"