Report: Add 3n-skx NDR
[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         - 46  # NDRPDR sel
273         - 47  # NDRPDR sel
274
275     plot-vpp-hdrh-lat-3n-skx:
276       csit-vpp-perf-verify-2001-3n-skx:
277         - 46  # NDRPDR sel
278
279     plot-vpp-nfv-3n-skx-ndrpdr:
280       # TODO: Add data
281       csit-vpp-perf-verify-2001-3n-skx:
282         - 46  # NDRPDR sel
283         - 47  # NDRPDR sel
284
285     plot-vpp-nfv-3n-skx-mrr:
286       # TODO: Replace
287       # csit-vpp-perf-verify-2001-3n-skx:
288       csit-vpp-perf-verify-1908-3n-skx:
289         - 36  # MRR sel
290
291     plot-dpdk-throughput-latency-3n-skx:
292       csit-dpdk-perf-verify-2001-3n-skx:
293         - 1   # NDRPDR sel
294         - 2   # NDRPDR sel
295         - 3   # NDRPDR sel
296         - 4   # NDRPDR sel
297         - 5   # NDRPDR sel
298         - 6   # NDRPDR sel
299         - 7   # NDRPDR sel
300         - 8   # NDRPDR sel
301         - 9   # NDRPDR sel
302         - 10  # NDRPDR sel
303
304     plot-dpdk-hdrh-lat-3n-skx:
305       csit-dpdk-perf-verify-2001-3n-skx:
306         - 1   # NDRPDR sel
307         - 19  # NDRPDR sel
308
309     # 2n-skx
310
311     plot-vpp-throughput-lat-tsa-2n-skx:
312       # TODO: Add the data
313       csit-vpp-perf-verify-2001-2n-skx:
314         - 92  # NDRPDR sel
315         - 93  # NDRPDR sel
316         - 94  # NDRPDR sel
317         - 95  # NDRPDR sel
318         - 96  # NDRPDR sel
319         - 97  # NDRPDR sel
320
321     plot-vpp-hdrh-lat-2n-skx:
322       csit-vpp-perf-verify-2001-2n-skx:
323         - 92  # NDRPDR sel
324
325     plot-vpp-http-server-performance:
326       csit-vpp-perf-verify-2001-2n-clx:
327         - 80  # TCP
328         - 82  # TCP
329         - 83  # TCP
330         - 85  # TCP
331         - 86  # TCP
332         - 87  # TCP
333         - 88  # TCP
334         - 89  # TCP
335         - 90  # TCP
336         - 91  # TCP
337
338     plot-vpp-soak-2n-skx:
339       # TODO: Replace the data
340       # csit-vpp-perf-verify-2001-2n-skx:
341       csit-vpp-perf-verify-1908-2n-skx:
342         - 83  # SOAK
343         - 86  # SOAK
344
345     plot-vpp-nfv-2n-skx-ndrpdr:
346       # TODO: Replace the data
347       csit-vpp-perf-verify-2001-2n-skx:
348         - 30  # NFV
349         - 31  # NFV
350
351     plot-vpp-nfv-2n-skx-mrr:
352       # TODO: Replace the data
353       # csit-vpp-perf-verify-2001-2n-skx:
354       csit-vpp-perf-verify-1908-2n-skx:
355         - 71  # NFV MRR
356
357     plot-vpp-nfv-reconf-2n-skx:
358       # TODO: Replace the data
359       # csit-vpp-perf-verify-2001-2n-skx:
360       csit-vpp-perf-verify-1908-2n-skx:
361         - 113 # NFV reconf sel
362         - 114 # NFV reconf sel
363         - 115 # NFV reconf sel
364
365     plot-dpdk-throughput-latency-2n-skx:
366       csit-dpdk-perf-verify-2001-2n-skx:
367         - 1   # NDRPDR sel
368         - 2   # NDRPDR sel
369         - 3   # NDRPDR sel
370         - 4   # NDRPDR sel
371         - 5   # NDRPDR sel
372         - 6   # NDRPDR sel
373         - 7   # NDRPDR sel
374         - 8   # NDRPDR sel
375         - 9   # NDRPDR sel
376         - 10  # NDRPDR sel
377         - 11  # NDRPDR sel
378         - 13  # NDRPDR sel
379         - 26  # NDRPDR sel
380         - 16  # NDRPDR sel
381         - 17  # NDRPDR sel
382         - 18  # NDRPDR sel
383         - 19  # NDRPDR sel
384         - 27  # NDRPDR sel
385         - 21  # NDRPDR sel
386         - 25  # NDRPDR sel
387
388     plot-dpdk-hdrh-lat-2n-skx:
389       csit-dpdk-perf-verify-2001-2n-skx:
390         - 1   # NDRPDR sel
391         - 19  # NDRPDR sel
392
393     # 2n-clx
394
395     plot-vpp-throughput-lat-tsa-2n-clx:
396       csit-vpp-perf-verify-2001-2n-clx:
397         - 28  # NDRPDR sel
398         - 29  # NDRPDR sel
399         - 32  # NDRPDR sel
400         - 40  # NDRPDR sel
401         - 43  # NDRPDR sel
402         - 44  # NDRPDR sel
403         - 45  # NDRPDR sel
404         - 47  # NDRPDR sel
405         - 48  # NDRPDR sel
406         - 49  # NDRPDR sel
407
408     plot-vpp-hdrh-lat-2n-clx:
409       csit-vpp-perf-verify-2001-2n-clx:
410         - 28  # NDRPDR sel
411
412     plot-vpp-nfv-2n-clx-ndrpdr:
413       csit-vpp-perf-verify-2001-2n-clx:
414         - 28  # NDRPDR sel
415         - 29  # NDRPDR sel
416         - 32  # NDRPDR sel
417         - 40  # NDRPDR sel
418         - 43  # NDRPDR sel
419         - 44  # NDRPDR sel
420         - 45  # NDRPDR sel
421         - 47  # NDRPDR sel
422         - 48  # NDRPDR sel
423         - 49  # NDRPDR sel
424
425     plot-vpp-nfv-2n-clx-mrr:
426       csit-vpp-perf-verify-2001-2n-clx:
427         - 39  # MRR
428
429     plot-vpp-nfv-reconf-2n-clx:
430       csit-vpp-perf-verify-2001-2n-clx:
431         - 68  # Reconf
432         - 69  # Reconf
433         - 70  # Reconf
434         - 71  # Reconf
435         - 72  # Reconf
436         - 73  # Reconf
437         - 74  # Reconf
438         - 75  # Reconf
439         - 76  # Reconf
440         - 77  # Reconf
441
442     plot-vpp-soak-2n-clx:
443       csit-vpp-perf-verify-2001-2n-clx:
444         - 93  # Soak
445         - 94  # Soak
446
447     plot-dpdk-throughput-latency-2n-clx:
448       csit-dpdk-perf-verify-2001-2n-clx:
449         - 15  # NDRPDR sel
450         - 16  # NDRPDR sel
451         - 17  # NDRPDR sel
452         - 18  # NDRPDR sel
453         - 19  # NDRPDR sel
454         - 20  # NDRPDR sel
455         - 21  # NDRPDR sel
456         - 22  # NDRPDR sel
457         - 23  # NDRPDR sel
458         - 24  # NDRPDR sel
459         - 25  # NDRPDR sel
460         - 26  # NDRPDR sel
461         - 27  # NDRPDR sel
462         - 28  # NDRPDR sel
463         - 29  # NDRPDR sel
464         - 30  # NDRPDR sel
465         - 31  # NDRPDR sel
466         - 32  # NDRPDR sel
467         - 33  # NDRPDR sel
468         - 34  # NDRPDR sel
469
470
471     plot-dpdk-hdrh-lat-2n-clx:
472       csit-dpdk-perf-verify-2001-2n-clx:
473         - 15  # NDRPDR sel
474
475     # 3n-tsh
476
477     plot-vpp-throughput-lat-tsa-3n-tsh:
478       csit-vpp-perf-verify-2001-3n-tsh:
479         - 3   # NDRPDR sel
480         - 4   # NDRPDR sel
481         - 7   # NDRPDR sel
482         - 8   # NDRPDR sel
483         - 10  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 13  # NDRPDR sel
486         - 14  # NDRPDR sel
487         - 15  # NDRPDR sel
488         - 21  # NDRPDR sel
489
490     plot-vpp-hdrh-lat-3n-tsh:
491       csit-vpp-perf-verify-2001-3n-tsh:
492         - 10  # NDRPDR sel
493
494     plot-dpdk-throughput-latency-3n-tsh:
495       csit-dpdk-perf-verify-2001-3n-tsh:
496         - 3   # NDRPDR sel
497         - 4   # NDRPDR sel
498         - 5   # NDRPDR sel
499         - 9   # NDRPDR sel
500         - 10  # NDRPDR sel
501         - 11  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 14  # NDRPDR sel
504         - 15  # NDRPDR sel
505         - 18  # NDRPDR sel
506
507     plot-dpdk-hdrh-lat-3n-tsh:
508       csit-dpdk-perf-verify-2001-3n-tsh:
509         - 3   # NDRPDR sel
510
511     # 3n-dnv
512
513     plot-vpp-throughput-lat-tsa-3n-dnv:
514       csit-vpp-perf-verify-2001-3n-dnv:
515         - 5   # NDRPDR sel
516         - 6   # NDRPDR sel
517         - 7   # NDRPDR sel
518         - 8   # NDRPDR sel
519         - 9   # NDRPDR sel
520         - 10  # NDRPDR sel
521         - 12  # NDRPDR sel
522         - 16  # NDRPDR sel
523         - 17  # NDRPDR sel
524         - 18  # NDRPDR sel
525
526     plot-dpdk-throughput-latency-3n-dnv:
527       csit-dpdk-perf-verify-2001-3n-dnv:
528         - 12  # NDRPDR sel
529         - 13  # NDRPDR sel
530         - 14  # NDRPDR sel
531         - 15  # NDRPDR sel
532         - 16  # NDRPDR sel
533         - 17  # NDRPDR sel
534         - 18  # NDRPDR sel
535         - 19  # NDRPDR sel
536         - 20  # NDRPDR sel
537         - 22  # NDRPDR sel
538
539     # 2n-dnv
540
541     plot-vpp-throughput-lat-tsa-2n-dnv:
542       csit-vpp-perf-verify-2001-2n-dnv:
543         - 4   # NDRPDR sel
544         - 5   # NDRPDR sel
545         - 6   # NDRPDR sel
546         - 7   # NDRPDR sel
547         - 8   # NDRPDR sel
548         - 9   # NDRPDR sel
549         - 10  # NDRPDR sel
550         - 11  # NDRPDR sel
551         - 13  # NDRPDR sel
552         - 16  # NDRPDR sel
553
554     plot-dpdk-throughput-latency-2n-dnv:
555       csit-dpdk-perf-verify-2001-2n-dnv:
556         - 9   # NDRPDR sel
557         - 10  # NDRPDR sel
558         - 11  # NDRPDR sel
559         - 12  # NDRPDR sel
560         - 13  # NDRPDR sel
561         - 14  # NDRPDR sel
562         - 15  # NDRPDR sel
563         - 16  # NDRPDR sel
564         - 17  # NDRPDR sel
565         - 18  # NDRPDR sel
566
567     ###########################################################################
568     # Simple tables (only one data set):
569
570     # NIC Comparisons
571
572     vpp-nic-comparison-3n-skx:
573       # TODO: Add the data
574       csit-vpp-perf-verify-2001-3n-skx:
575         - 46  # NDRPDR sel
576         - 47  # 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         - 95  # NDRPDR sel
585         - 96  # NDRPDR sel
586         - 97  # NDRPDR sel
587
588     vpp-nic-comparison-3n-skx-mrr:
589       # TODO: Replace
590       # csit-vpp-perf-verify-2001-3n-skx:
591       csit-vpp-perf-verify-1908-3n-skx:
592         - 36  # MRR sel
593
594     vpp-nic-comparison-2n-skx-mrr:
595       # TODO: Replace
596       # csit-vpp-perf-verify-2001-2n-skx:
597       csit-vpp-perf-verify-1908-2n-skx:
598         - 69  # MRR sel
599
600     # Results
601
602     vpp-perf-results-3n-hsw:
603       csit-vpp-perf-verify-2001-3n-hsw:
604         - 18  # NDRPDR full
605         - 20  # NDRPDR full
606         - 28  # NDRPDR full
607         - 35  # NDRPDR full
608         - 42  # NDRPDR full
609         - 46  # NDRPDR full
610         - 47  # NDRPDR full
611         - 48  # NDRPDR full
612         - 49  # NDRPDR full
613         - 50  # NDRPDR full
614         - 51  # NDRPDR full
615         - 52  # NDRPDR full
616         - 53  # NDRPDR full
617         - 54  # NDRPDR full
618         - 55  # NDRPDR full
619         - 56  # NDRPDR full
620         - 57  # NDRPDR full
621         - 58  # NDRPDR full
622         - 59  # NDRPDR full
623         - 61  # NDRPDR full
624         - 62  # NDRPDR full
625         - 63  # NDRPDR full
626         - 64  # NDRPDR full
627         - 65  # NDRPDR full
628         - 67  # NDRPDR full
629         - 70  # NDRPDR full
630         - 72  # NDRPDR full
631         - 73  # NDRPDR full
632         - 76  # NDRPDR full
633         - 77  # NDRPDR full
634         - 78  # NDRPDR full
635         - 79  # NDRPDR full
636         - 81  # NDRPDR full
637         - 82  # NDRPDR full
638         - 84  # NDRPDR full
639         - 85  # NDRPDR full
640
641     vpp-perf-results-3n-skx:
642       # TODO: Replace
643       csit-vpp-perf-verify-2001-3n-skx:
644         - 47  # NDRPDR sel
645
646     vpp-perf-results-2n-skx:
647       csit-vpp-perf-verify-2001-2n-skx:
648         # TODO: Replace
649         - 92  # NDRPDR sel
650
651     vpp-perf-results-2n-clx:
652       csit-vpp-perf-verify-2001-2n-clx:
653         - 53  # NDRPDR full
654         - 54  # NDRPDR full
655         - 55  # NDRPDR full
656         - 56  # NDRPDR full
657         - 57  # NDRPDR full
658         - 58  # NDRPDR full
659         - 59  # NDRPDR full
660         - 60  # NDRPDR full
661         - 61  # NDRPDR full
662         - 62  # NDRPDR full
663         - 63  # NDRPDR full
664         - 64  # NDRPDR full
665         - 65  # NDRPDR full
666         - 66  # NDRPDR full
667         - 67  # NDRPDR full
668
669     vpp-perf-results-3n-tsh:
670       csit-vpp-perf-verify-2001-3n-tsh:
671         - 10  # NDRPDR sel
672
673     vpp-perf-results-3n-dnv:
674       csit-vpp-perf-verify-2001-3n-dnv:
675         - 19  # NDRPDR full
676         - 20  # NDRPDR full
677         - 21  # NDRPDR full
678         - 22  # NDRPDR full
679         - 23  # NDRPDR full
680         - 24  # NDRPDR full
681         - 25  # NDRPDR full
682         - 26  # NDRPDR full
683         - 37  # NDRPDR full
684         - 38  # NDRPDR full
685         - 39  # NDRPDR full
686
687     vpp-perf-results-2n-dnv:
688       csit-vpp-perf-verify-2001-2n-dnv:
689         - 21  # NDRPDR full
690         - 22  # NDRPDR full
691         - 25  # NDRPDR full
692         - 26  # NDRPDR full
693         - 27  # NDRPDR full
694         - 28  # NDRPDR full
695
696     vpp-mrr-results-3n-hsw:
697       csit-vpp-perf-verify-2001-3n-hsw:
698         - 17  # MRR sel
699
700     vpp-mrr-results-3n-skx:
701       # TODO: Replace
702       # csit-vpp-perf-verify-2001-3n-skx:
703       csit-vpp-perf-verify-1908-3n-skx:
704         - 36  # MRR sel
705
706     vpp-mrr-results-2n-skx:
707       # TODO: Replace
708       # csit-vpp-perf-verify-2001-2n-skx:
709       csit-vpp-perf-verify-1908-2n-skx:
710         - 69  # MRR sel
711
712     vpp-mrr-results-2n-clx:
713       csit-vpp-perf-verify-2001-2n-clx:
714         - 39  # MRR
715
716     vpp-mrr-results-3n-tsh:
717       csit-vpp-perf-verify-2001-3n-tsh:
718         - 9   # MRR sel
719
720     vpp-mrr-results-3n-dnv:
721       csit-vpp-perf-verify-2001-3n-dnv:
722         - 11  # MRR sel
723
724     vpp-mrr-results-2n-dnv:
725       csit-vpp-perf-verify-2001-2n-dnv:
726         - 12  # MRR sel
727
728     vpp-device-results-ubuntu:
729       csit-vpp-device-2001-ubuntu1804-1n-skx:
730         - 57
731
732     dpdk-perf-results-3n-hsw:
733       csit-dpdk-perf-verify-2001-3n-hsw:
734         - 25  # NDRPDR full
735         - 26  # NDRPDR full
736
737     dpdk-perf-results-3n-skx:
738       csit-dpdk-perf-verify-2001-3n-skx:
739         - 1   # NDRPDR sel
740
741     dpdk-perf-results-2n-skx:
742       csit-dpdk-perf-verify-2001-2n-skx:
743         - 1   # NDRPDR sel
744
745     dpdk-perf-results-2n-clx:
746       csit-dpdk-perf-verify-2001-2n-clx:
747         - 15  # NDRPDR sel
748         - 34  # NDRPDR sel
749
750     dpdk-perf-results-2n-dnv:
751       csit-dpdk-perf-verify-2001-2n-dnv:
752         - 16  # NDRPDR sel
753
754     dpdk-perf-results-3n-dnv:
755       csit-dpdk-perf-verify-2001-3n-dnv:
756         - 12  # NDRPDR sel
757
758     dpdk-perf-results-3n-tsh:
759       csit-dpdk-perf-verify-2001-3n-tsh:
760         - 3   # NDRPDR sel
761
762 ###########################################################################
763     # Tables (more than one data set)
764
765     # Performance changes
766
767     vpp-performance-changes-3n-hsw-h1:
768       csit-vpp-perf-verify-1904-3n-hsw:
769         - 11  # NDRPDR sel
770         - 12  # NDRPDR sel
771         - 20  # NDRPDR sel
772         - 21  # NDRPDR sel
773         - 23  # NDRPDR sel
774         - 24  # NDRPDR sel
775         - 25  # NDRPDR sel
776         - 26  # NDRPDR sel
777         - 29  # NDRPDR sel
778         - 30  # NDRPDR sel
779     vpp-performance-changes-3n-hsw-ref:
780       csit-vpp-perf-verify-1908-3n-hsw:
781         - 12  # NDRPDR sel
782         - 13  # NDRPDR sel
783         - 14  # NDRPDR sel
784         - 15  # NDRPDR sel
785         - 16  # NDRPDR sel
786         - 17  # NDRPDR sel
787         - 18  # NDRPDR sel
788         - 19  # NDRPDR sel
789         - 20  # NDRPDR sel
790         - 21  # NDRPDR sel
791     vpp-performance-changes-3n-hsw-cmp:
792       csit-vpp-perf-verify-2001-3n-hsw:
793         - 21  # NDRPDR sel
794         - 22  # NDRPDR sel
795         - 23  # NDRPDR sel
796         - 24  # NDRPDR sel
797         - 25  # NDRPDR sel
798         - 29  # NDRPDR sel
799         - 30  # NDRPDR sel
800         - 31  # NDRPDR sel
801         - 32  # NDRPDR sel
802         - 34  # NDRPDR sel
803     vpp-performance-changes-3n-hsw:
804       - "vpp-performance-changes-3n-hsw-h1"
805       - "vpp-performance-changes-3n-hsw-ref"
806       - "vpp-performance-changes-3n-hsw-cmp"
807
808     vpp-performance-changes-3n-skx-h1:
809       csit-vpp-perf-verify-1904-3n-skx:
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813         - 11  # NDRPDR sel
814         - 12  # NDRPDR sel
815         - 14  # NDRPDR sel
816         - 16  # NDRPDR sel
817         - 21  # NDRPDR sel
818         - 23  # NDRPDR sel
819         - 25  # NDRPDR sel
820     vpp-performance-changes-3n-skx-ref:
821       csit-vpp-perf-verify-1908-3n-skx:
822         - 14  # NDRPDR sel
823         - 16  # NDRPDR sel
824         - 19  # NDRPDR sel
825         - 20  # NDRPDR sel
826         - 22  # NDRPDR sel
827         - 23  # NDRPDR sel
828         - 24  # NDRPDR sel
829         - 25  # NDRPDR sel
830         - 26  # NDRPDR sel
831         - 29  # NDRPDR sel
832     vpp-performance-changes-3n-skx-cmp:
833       # TODO: Add the data
834       csit-vpp-perf-verify-2001-3n-skx:
835         - 46  # NDRPDR sel
836         - 47  # NDRPDR sel
837     vpp-performance-changes-3n-skx:
838       - "vpp-performance-changes-3n-skx-h1"
839       - "vpp-performance-changes-3n-skx-ref"
840       - "vpp-performance-changes-3n-skx-cmp"
841
842     vpp-performance-changes-2n-skx-h1:
843       csit-vpp-perf-verify-1904-2n-skx:
844         - 12  # NDRPDR sel
845         - 14  # NDRPDR sel
846         - 16  # NDRPDR sel
847         - 17  # NDRPDR sel
848         - 18  # NDRPDR sel
849         - 21  # NDRPDR sel
850         - 27  # NDRPDR sel
851         - 30  # NDRPDR sel
852         - 31  # NDRPDR sel
853         - 32  # NDRPDR sel
854     vpp-performance-changes-2n-skx-ref:
855       csit-vpp-perf-verify-1908-2n-skx:
856         - 26  # NDRPDR sel
857         - 27  # NDRPDR sel
858         - 34  # NDRPDR sel
859         - 35  # NDRPDR sel
860         - 36  # NDRPDR sel
861         - 42  # NDRPDR sel
862         - 43  # NDRPDR sel
863         - 44  # NDRPDR sel
864         - 45  # NDRPDR sel
865         - 46  # NDRPDR sel
866     vpp-performance-changes-2n-skx-cmp:
867       # TODO: Add the data
868       csit-vpp-perf-verify-2001-2n-skx:
869         - 92  # NDRPDR sel
870         - 93  # NDRPDR sel
871         - 94  # NDRPDR sel
872         - 95  # NDRPDR sel
873         - 96  # NDRPDR sel
874         - 97  # NDRPDR sel
875     vpp-performance-changes-2n-skx:
876       - "vpp-performance-changes-2n-skx-h1"
877       - "vpp-performance-changes-2n-skx-ref"
878       - "vpp-performance-changes-2n-skx-cmp"
879
880     vpp-performance-changes-nfv-2n-skx-ref:
881       csit-vpp-perf-verify-1908-2n-skx:
882         - 22  # NFV
883         - 31  # NFV
884         - 32  # NFV
885     vpp-performance-changes-nfv-2n-skx-cmp:
886       # TODO: Add the data
887       csit-vpp-perf-verify-2001-2n-skx:
888         - 30  # NFV
889         - 31  # NFV
890     vpp-performance-changes-nfv-2n-skx:
891       - "vpp-performance-changes-nfv-2n-skx-ref"
892       - "vpp-performance-changes-nfv-2n-skx-cmp"
893
894     vpp-performance-changes-2n-dnv-ref:
895       csit-vpp-perf-verify-1908-2n-dnv:
896         - 1   # NDRPDR sel
897         - 2   # NDRPDR sel
898         - 3   # NDRPDR sel
899         - 4   # NDRPDR sel
900         - 5   # NDRPDR sel
901         - 6   # NDRPDR sel
902         - 7   # NDRPDR sel
903         - 8   # NDRPDR sel
904         - 9   # NDRPDR sel
905         - 10  # NDRPDR sel
906     vpp-performance-changes-2n-dnv-cmp:
907       csit-vpp-perf-verify-2001-2n-dnv:
908         - 4   # NDRPDR sel
909         - 5   # NDRPDR sel
910         - 6   # NDRPDR sel
911         - 7   # NDRPDR sel
912         - 8   # NDRPDR sel
913         - 9   # NDRPDR sel
914         - 10  # NDRPDR sel
915         - 11  # NDRPDR sel
916         - 13  # NDRPDR sel
917         - 16  # NDRPDR sel
918     vpp-performance-changes-2n-dnv:
919       - "vpp-performance-changes-2n-dnv-ref"
920       - "vpp-performance-changes-2n-dnv-cmp"
921
922     vpp-performance-changes-3n-dnv-ref:
923       csit-vpp-perf-verify-1908-3n-dnv:
924         - 6   # NDRPDR sel
925         - 7   # NDRPDR sel
926         - 8   # NDRPDR sel
927         - 9   # NDRPDR sel
928         - 10  # NDRPDR sel
929         - 12  # NDRPDR sel
930         - 13  # NDRPDR sel
931         - 14  # NDRPDR sel
932         - 15  # NDRPDR sel
933         - 16  # NDRPDR sel
934     vpp-performance-changes-3n-dnv-cmp:
935       csit-vpp-perf-verify-2001-3n-dnv:
936         - 5   # NDRPDR sel
937         - 6   # NDRPDR sel
938         - 7   # NDRPDR sel
939         - 8   # NDRPDR sel
940         - 9   # NDRPDR sel
941         - 10  # NDRPDR sel
942         - 12  # NDRPDR sel
943         - 16  # NDRPDR sel
944         - 17  # NDRPDR sel
945         - 18  # NDRPDR sel
946     vpp-performance-changes-3n-dnv:
947       - "vpp-performance-changes-3n-dnv-ref"
948       - "vpp-performance-changes-3n-dnv-cmp"
949
950     vpp-performance-changes-3n-tsh-ref:
951       csit-vpp-perf-verify-1908-3n-tsh:
952         - 7   # NDRPDR sel
953         - 8   # NDRPDR sel
954         - 9   # NDRPDR sel
955         - 10  # NDRPDR sel
956         - 11  # NDRPDR sel
957         - 12  # NDRPDR sel
958         - 13  # NDRPDR sel
959         - 14  # NDRPDR sel
960         - 15  # NDRPDR sel
961         - 16  # NDRPDR sel
962     vpp-performance-changes-3n-tsh-cmp:
963       csit-vpp-perf-verify-2001-3n-tsh:
964         - 3   # NDRPDR sel
965         - 4   # NDRPDR sel
966         - 7   # NDRPDR sel
967         - 8   # NDRPDR sel
968         - 10  # NDRPDR sel
969         - 12  # NDRPDR sel
970         - 13  # NDRPDR sel
971         - 14  # NDRPDR sel
972         - 15  # NDRPDR sel
973         - 21  # NDRPDR sel
974     vpp-performance-changes-3n-tsh:
975       - "vpp-performance-changes-3n-tsh-ref"
976       - "vpp-performance-changes-3n-tsh-cmp"
977
978     vpp-soak-vs-ndr-2n-skx-ref:
979       csit-vpp-perf-verify-2001-2n-skx:
980         - 92  # NDRPDR sel
981         - 93  # NDRPDR sel
982         - 94  # NDRPDR sel
983         - 95  # NDRPDR sel
984         - 96  # NDRPDR sel
985         - 97  # NDRPDR sel
986     vpp-soak-vs-ndr-2n-skx-cmp:
987       # TODO: Replace
988       # csit-vpp-perf-verify-2001-2n-skx:
989       csit-vpp-perf-verify-1908-2n-skx:
990         - 83  # SOAK
991         - 86  # SOAK
992     vpp-soak-vs-ndr-2n-skx:
993       csit-vpp-perf-verify-2001-2n-skx:
994         - 92  # NDRPDR sel
995         - 93  # NDRPDR sel
996         - 94  # NDRPDR sel
997         - 95  # NDRPDR sel
998         - 96  # NDRPDR sel
999         - 97  # NDRPDR sel
1000         - 83  # SOAK
1001         - 86  # SOAK
1002
1003     vpp-soak-vs-ndr-2n-clx-ref:
1004       csit-vpp-perf-verify-2001-2n-clx:
1005         - 28  # NDRPDR sel
1006         - 29  # NDRPDR sel
1007         - 32  # NDRPDR sel
1008         - 40  # NDRPDR sel
1009         - 43  # NDRPDR sel
1010         - 44  # NDRPDR sel
1011         - 45  # NDRPDR sel
1012         - 47  # NDRPDR sel
1013         - 48  # NDRPDR sel
1014         - 49  # NDRPDR sel
1015     vpp-soak-vs-ndr-2n-clx-cmp:
1016       csit-vpp-perf-verify-2001-2n-clx:
1017         - 93  # SOAK
1018         - 94  # Soak
1019     vpp-soak-vs-ndr-2n-clx:
1020       csit-vpp-perf-verify-2001-2n-clx:
1021         - 28  # NDRPDR sel
1022         - 29  # NDRPDR sel
1023         - 32  # NDRPDR sel
1024         - 40  # NDRPDR sel
1025         - 43  # NDRPDR sel
1026         - 44  # NDRPDR sel
1027         - 45  # NDRPDR sel
1028         - 47  # NDRPDR sel
1029         - 48  # NDRPDR sel
1030         - 49  # NDRPDR sel
1031         - 93  # SOAK
1032         - 94  # Soak
1033
1034     vpp-performance-changes-3n-hsw-mrr-h1:
1035       csit-vpp-perf-verify-1904-3n-hsw:
1036         - 9   # MRR sel
1037     vpp-performance-changes-3n-hsw-mrr-ref:
1038       csit-vpp-perf-verify-1908-3n-hsw:
1039         - 39  # MRR sel
1040     vpp-performance-changes-3n-hsw-mrr-cmp:
1041       csit-vpp-perf-verify-2001-3n-hsw:
1042         - 17  # MRR sel
1043     vpp-performance-changes-3n-hsw-mrr:
1044       - "vpp-performance-changes-3n-hsw-mrr-h1"
1045       - "vpp-performance-changes-3n-hsw-mrr-ref"
1046       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1047
1048     vpp-performance-changes-3n-skx-mrr-h1:
1049       csit-vpp-perf-verify-1904-3n-skx:
1050         - 7   # MRR sel
1051     vpp-performance-changes-3n-skx-mrr-ref:
1052       csit-vpp-perf-verify-1908-3n-skx:
1053         - 36  # MRR sel
1054     vpp-performance-changes-3n-skx-mrr-cmp:
1055       # TODO: Replace
1056       # csit-vpp-perf-verify-2001-3n-skx:
1057       csit-vpp-perf-verify-1908-3n-skx:
1058         - 36  # MRR sel
1059     vpp-performance-changes-3n-skx-mrr:
1060       - "vpp-performance-changes-3n-skx-mrr-h1"
1061       - "vpp-performance-changes-3n-skx-mrr-ref"
1062       - "vpp-performance-changes-3n-skx-mrr-cmp"
1063
1064     vpp-performance-changes-2n-skx-mrr-h1:
1065       csit-vpp-perf-verify-1904-2n-skx:
1066         - 11  # MRR sel
1067     vpp-performance-changes-2n-skx-mrr-ref:
1068       csit-vpp-perf-verify-1908-2n-skx:
1069         - 69  # MRR sel
1070     vpp-performance-changes-2n-skx-mrr-cmp:
1071       # TODO: Replace
1072       # csit-vpp-perf-verify-2001-2n-skx:
1073       csit-vpp-perf-verify-1908-2n-skx:
1074         - 69  # MRR sel
1075     vpp-performance-changes-2n-skx-mrr:
1076       - "vpp-performance-changes-2n-skx-mrr-h1"
1077       - "vpp-performance-changes-2n-skx-mrr-ref"
1078       - "vpp-performance-changes-2n-skx-mrr-cmp"
1079
1080     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1081       csit-vpp-perf-verify-1908-2n-skx:
1082         - 71  # NFV MRR
1083     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1084       # TODO: Replace
1085       # csit-vpp-perf-verify-2001-2n-skx:
1086       csit-vpp-perf-verify-1908-2n-skx:
1087         - 71  # NFV MRR
1088     vpp-performance-changes-nfv-2n-skx-mrr:
1089       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1090       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1091
1092     vpp-performance-changes-2n-dnv-mrr-ref:
1093       csit-vpp-perf-verify-1908-2n-dnv:
1094         - 11  # MRR sel
1095     vpp-performance-changes-2n-dnv-mrr-cmp:
1096       csit-vpp-perf-verify-2001-2n-dnv:
1097         - 12  # MRR sel
1098     vpp-performance-changes-2n-dnv-mrr:
1099       - "vpp-performance-changes-2n-dnv-mrr-ref"
1100       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1101
1102     vpp-performance-changes-3n-dnv-mrr-ref:
1103       csit-vpp-perf-verify-1908-3n-dnv:
1104         - 17  # MRR sel
1105     vpp-performance-changes-3n-dnv-mrr-cmp:
1106       csit-vpp-perf-verify-2001-3n-dnv:
1107         - 11  # MRR sel
1108     vpp-performance-changes-3n-dnv-mrr:
1109       - "vpp-performance-changes-3n-dnv-mrr-ref"
1110       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1111
1112     vpp-performance-changes-3n-tsh-mrr-ref:
1113       csit-vpp-perf-verify-1908-3n-tsh:
1114         - 17  # MRR sel
1115     vpp-performance-changes-3n-tsh-mrr-cmp:
1116       csit-vpp-perf-verify-2001-3n-tsh:
1117         - 9   # MRR sel
1118     vpp-performance-changes-3n-tsh-mrr:
1119       - "vpp-performance-changes-3n-tsh-mrr-ref"
1120       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1121
1122     dpdk-performance-changes-3n-hsw-h1:
1123       csit-dpdk-perf-verify-1904-3n-hsw:
1124         - 2   # NDRPDR sel
1125         - 3   # NDRPDR sel
1126         - 5   # NDRPDR sel
1127         - 6   # NDRPDR sel
1128         - 13  # NDRPDR sel
1129         - 14  # NDRPDR sel
1130         - 15  # NDRPDR sel
1131         - 18  # NDRPDR sel
1132         - 19  # NDRPDR sel
1133         - 20  # NDRPDR sel
1134     dpdk-performance-changes-3n-hsw-ref:
1135       csit-dpdk-perf-verify-1908-3n-hsw:
1136         - 2   # NDRPDR sel
1137         - 3   # NDRPDR sel
1138         - 4   # NDRPDR sel
1139         - 5   # NDRPDR sel
1140         - 6   # NDRPDR sel
1141         - 7   # NDRPDR sel
1142         - 8   # NDRPDR sel
1143         - 9   # NDRPDR sel
1144         - 10  # NDRPDR sel
1145         - 11  # NDRPDR sel
1146     dpdk-performance-changes-3n-hsw-cmp:
1147       csit-dpdk-perf-verify-2001-3n-hsw:
1148 #        - 4   # NDRPDR sel
1149 #        - 5   # NDRPDR sel
1150 #        - 6   # NDRPDR sel
1151 #        - 7   # NDRPDR sel
1152 #        - 8   # NDRPDR sel
1153 #        - 9   # NDRPDR sel
1154 #        - 10  # NDRPDR sel
1155 #        - 11  # NDRPDR sel
1156 #        - 12  # NDRPDR sel
1157 #        - 13  # NDRPDR sel
1158         - 15  # NDRPDR sel
1159         - 16  # NDRPDR sel
1160         - 17  # NDRPDR sel
1161         - 18  # NDRPDR sel
1162         - 19  # NDRPDR sel
1163         - 20  # NDRPDR sel
1164         - 21  # NDRPDR sel
1165         - 22  # NDRPDR sel
1166         - 23  # NDRPDR sel
1167         - 24  # NDRPDR sel
1168     dpdk-performance-changes-3n-hsw:
1169       - "dpdk-performance-changes-3n-hsw-h1"
1170       - "dpdk-performance-changes-3n-hsw-ref"
1171       - "dpdk-performance-changes-3n-hsw-cmp"
1172
1173     dpdk-performance-changes-3n-skx-h1:
1174       csit-dpdk-perf-verify-1904-3n-skx:
1175         - 2   # NDRPDR sel
1176         - 3   # NDRPDR sel
1177         - 4   # NDRPDR sel
1178         - 5   # NDRPDR sel
1179         - 6   # NDRPDR sel
1180         - 7   # NDRPDR sel
1181         - 11  # NDRPDR sel
1182         - 12  # NDRPDR sel
1183         - 13  # NDRPDR sel
1184         - 14  # NDRPDR sel
1185     dpdk-performance-changes-3n-skx-ref:
1186       csit-dpdk-perf-verify-1908-3n-skx:
1187         - 3   # NDRPDR sel
1188         - 4   # NDRPDR sel
1189         - 5   # NDRPDR sel
1190         - 6   # NDRPDR sel
1191         - 7   # NDRPDR sel
1192         - 8   # NDRPDR sel
1193         - 9   # NDRPDR sel
1194         - 10  # NDRPDR sel
1195         - 11  # NDRPDR sel
1196         - 12  # NDRPDR sel
1197     dpdk-performance-changes-3n-skx-cmp:
1198       csit-dpdk-perf-verify-2001-3n-skx:
1199         - 1   # NDRPDR sel
1200         - 2   # NDRPDR sel
1201         - 3   # NDRPDR sel
1202         - 4   # NDRPDR sel
1203         - 5   # NDRPDR sel
1204         - 6   # NDRPDR sel
1205         - 7   # NDRPDR sel
1206         - 8   # NDRPDR sel
1207         - 9   # NDRPDR sel
1208         - 10  # NDRPDR sel
1209     dpdk-performance-changes-3n-skx:
1210       - "dpdk-performance-changes-3n-skx-h1"
1211       - "dpdk-performance-changes-3n-skx-ref"
1212       - "dpdk-performance-changes-3n-skx-cmp"
1213
1214     dpdk-performance-changes-2n-skx-h1:
1215       csit-dpdk-perf-verify-1904-2n-skx:
1216         - 2   # NDRPDR sel
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 7   # NDRPDR sel
1221         - 8   # NDRPDR sel
1222         - 9   # NDRPDR sel
1223         - 10  # NDRPDR sel
1224         - 11  # NDRPDR sel
1225         - 12  # NDRPDR sel
1226     dpdk-performance-changes-2n-skx-ref:
1227       csit-dpdk-perf-verify-1908-2n-skx:
1228         - 2   # NDRPDR sel
1229         - 3   # NDRPDR sel
1230         - 4   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 7   # NDRPDR sel
1233         - 8   # NDRPDR sel
1234         - 9   # NDRPDR sel
1235         - 10  # NDRPDR sel
1236         - 11  # NDRPDR sel
1237         - 12  # NDRPDR sel
1238     dpdk-performance-changes-2n-skx-cmp:
1239       csit-dpdk-perf-verify-2001-2n-skx:
1240         - 1   # NDRPDR sel
1241         - 2   # NDRPDR sel
1242         - 3   # NDRPDR sel
1243         - 4   # NDRPDR sel
1244         - 5   # NDRPDR sel
1245         - 6   # NDRPDR sel
1246         - 7   # NDRPDR sel
1247         - 8   # NDRPDR sel
1248         - 9   # NDRPDR sel
1249         - 10  # NDRPDR sel
1250         - 11  # NDRPDR sel
1251         - 13  # NDRPDR sel
1252         - 26  # NDRPDR sel
1253         - 16  # NDRPDR sel
1254         - 17  # NDRPDR sel
1255         - 18  # NDRPDR sel
1256         - 19  # NDRPDR sel
1257         - 27  # NDRPDR sel
1258         - 21  # NDRPDR sel
1259         - 25  # NDRPDR sel
1260     dpdk-performance-changes-2n-skx:
1261       - "dpdk-performance-changes-2n-skx-h1"
1262       - "dpdk-performance-changes-2n-skx-ref"
1263       - "dpdk-performance-changes-2n-skx-cmp"
1264
1265     # Compare testbeds
1266
1267     vpp-compare-testbeds-ref:
1268       csit-vpp-perf-verify-2001-3n-hsw:
1269         - 21  # NDRPDR sel
1270         - 22  # NDRPDR sel
1271         - 23  # NDRPDR sel
1272         - 24  # NDRPDR sel
1273         - 25  # NDRPDR sel
1274         - 29  # NDRPDR sel
1275         - 30  # NDRPDR sel
1276         - 31  # NDRPDR sel
1277         - 32  # NDRPDR sel
1278         - 34  # NDRPDR sel
1279     vpp-compare-testbeds-cmp:
1280       # TODO: Add the data
1281       csit-vpp-perf-verify-2001-3n-skx:
1282         - 46  # NDRPDR sel
1283         - 47  # NDRPDR sel
1284     vpp-compare-testbeds:
1285       - "vpp-compare-testbeds-ref"
1286       - "vpp-compare-testbeds-cmp"
1287
1288     vpp-compare-testbeds-skx-clx-ref:
1289       # TODO: Add the data
1290       csit-vpp-perf-verify-2001-2n-skx:
1291         - 92  # NDRPDR sel
1292         - 93  # NDRPDR sel
1293         - 94  # NDRPDR sel
1294         - 95  # NDRPDR sel
1295         - 96  # NDRPDR sel
1296         - 97  # NDRPDR sel
1297     vpp-compare-testbeds-skx-clx-cmp:
1298       csit-vpp-perf-verify-2001-2n-clx:
1299         - 28  # NDRPDR sel
1300         - 29  # NDRPDR sel
1301         - 32  # NDRPDR sel
1302         - 40  # NDRPDR sel
1303         - 43  # NDRPDR sel
1304         - 44  # NDRPDR sel
1305         - 45  # NDRPDR sel
1306         - 47  # NDRPDR sel
1307         - 48  # NDRPDR sel
1308         - 49  # NDRPDR sel
1309     vpp-compare-testbeds-skx-clx:
1310       - "vpp-compare-testbeds-skx-clx-ref"
1311       - "vpp-compare-testbeds-skx-clx-cmp"
1312
1313     vpp-compare-testbeds-hsw-clx-ref:
1314       csit-vpp-perf-verify-2001-3n-hsw:
1315         - 21  # NDRPDR sel
1316         - 22  # NDRPDR sel
1317         - 23  # NDRPDR sel
1318         - 24  # NDRPDR sel
1319         - 25  # NDRPDR sel
1320         - 29  # NDRPDR sel
1321         - 30  # NDRPDR sel
1322         - 31  # NDRPDR sel
1323         - 32  # NDRPDR sel
1324         - 34  # NDRPDR sel
1325     vpp-compare-testbeds-hsw-clx-cmp:
1326       csit-vpp-perf-verify-2001-2n-clx:
1327         - 28  # NDRPDR sel
1328         - 29  # NDRPDR sel
1329         - 32  # NDRPDR sel
1330         - 40  # NDRPDR sel
1331         - 43  # NDRPDR sel
1332         - 44  # NDRPDR sel
1333         - 45  # NDRPDR sel
1334         - 47  # NDRPDR sel
1335         - 48  # NDRPDR sel
1336         - 49  # NDRPDR sel
1337     vpp-compare-testbeds-hsw-clx:
1338       - "vpp-compare-testbeds-hsw-clx-ref"
1339       - "vpp-compare-testbeds-hsw-clx-cmp"
1340
1341     vpp-compare-testbeds-mrr-ref:
1342       csit-vpp-perf-verify-2001-3n-hsw:
1343         - 17  # MRR sel
1344     vpp-compare-testbeds-mrr-cmp:
1345       # TODO: Replace
1346       # csit-vpp-perf-verify-2001-3n-skx:
1347       csit-vpp-perf-verify-1908-3n-skx:
1348         - 36  # MRR sel
1349     vpp-compare-testbeds-mrr:
1350       - "vpp-compare-testbeds-mrr-ref"
1351       - "vpp-compare-testbeds-mrr-cmp"
1352
1353     vpp-compare-testbeds-mrr-skx-clx-ref:
1354       # TODO: Replace
1355       # csit-vpp-perf-verify-2001-2n-skx:
1356       csit-vpp-perf-verify-1908-2n-skx:
1357         - 69  # MRR sel
1358     vpp-compare-testbeds-mrr-skx-clx-cmp:
1359       csit-vpp-perf-verify-2001-2n-clx:
1360         - 39  # MRR
1361     vpp-compare-testbeds-mrr-skx-clx:
1362       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1363       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1364
1365     vpp-compare-testbeds-mrr-hsw-clx-ref:
1366       csit-vpp-perf-verify-2001-3n-hsw:
1367         - 17  # MRR sel
1368     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1369       csit-vpp-perf-verify-2001-2n-clx:
1370         - 39  # MRR
1371     vpp-compare-testbeds-mrr-hsw-clx:
1372       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1373       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1374
1375     dpdk-compare-testbeds-ref:
1376       csit-dpdk-perf-verify-2001-3n-hsw:
1377         - 4   # NDRPDR sel
1378         - 5   # NDRPDR sel
1379         - 6   # NDRPDR sel
1380         - 7   # NDRPDR sel
1381         - 8   # NDRPDR sel
1382         - 9   # NDRPDR sel
1383         - 10  # NDRPDR sel
1384         - 11  # NDRPDR sel
1385         - 12  # NDRPDR sel
1386         - 13  # NDRPDR sel
1387         - 15  # NDRPDR sel
1388         - 16  # NDRPDR sel
1389         - 17  # NDRPDR sel
1390         - 18  # NDRPDR sel
1391         - 19  # NDRPDR sel
1392         - 20  # NDRPDR sel
1393         - 21  # NDRPDR sel
1394         - 22  # NDRPDR sel
1395         - 23  # NDRPDR sel
1396         - 24  # NDRPDR sel
1397     dpdk-compare-testbeds-cmp:
1398       csit-dpdk-perf-verify-2001-3n-skx:
1399         - 1   # NDRPDR sel
1400         - 2   # NDRPDR sel
1401         - 3   # NDRPDR sel
1402         - 4   # NDRPDR sel
1403         - 5   # NDRPDR sel
1404         - 6   # NDRPDR sel
1405         - 7   # NDRPDR sel
1406         - 8   # NDRPDR sel
1407         - 9   # NDRPDR sel
1408         - 10  # NDRPDR sel
1409     dpdk-compare-testbeds:
1410       - "dpdk-compare-testbeds-ref"
1411       - "dpdk-compare-testbeds-cmp"
1412
1413     dpdk-compare-testbeds-skx-clx-ref:
1414       csit-dpdk-perf-verify-2001-2n-skx:
1415         - 1   # NDRPDR sel
1416         - 2   # NDRPDR sel
1417         - 3   # NDRPDR sel
1418         - 4   # NDRPDR sel
1419         - 5   # NDRPDR sel
1420         - 6   # NDRPDR sel
1421         - 7   # NDRPDR sel
1422         - 8   # NDRPDR sel
1423         - 9   # NDRPDR sel
1424         - 10  # NDRPDR sel
1425         - 11  # NDRPDR sel
1426         - 13  # NDRPDR sel
1427         - 26  # NDRPDR sel
1428         - 16  # NDRPDR sel
1429         - 17  # NDRPDR sel
1430         - 18  # NDRPDR sel
1431         - 19  # NDRPDR sel
1432         - 27  # NDRPDR sel
1433         - 21  # NDRPDR sel
1434         - 25  # NDRPDR sel
1435     dpdk-compare-testbeds-skx-clx-cmp:
1436       csit-dpdk-perf-verify-2001-2n-clx:
1437         - 15  # NDRPDR sel
1438         - 16  # NDRPDR sel
1439         - 17  # NDRPDR sel
1440         - 18  # NDRPDR sel
1441         - 19  # NDRPDR sel
1442         - 20  # NDRPDR sel
1443         - 21  # NDRPDR sel
1444         - 22  # NDRPDR sel
1445         - 23  # NDRPDR sel
1446         - 24  # NDRPDR sel
1447         - 25  # NDRPDR sel
1448         - 26  # NDRPDR sel
1449         - 27  # NDRPDR sel
1450         - 28  # NDRPDR sel
1451         - 29  # NDRPDR sel
1452         - 30  # NDRPDR sel
1453         - 31  # NDRPDR sel
1454         - 32  # NDRPDR sel
1455         - 33  # NDRPDR sel
1456         - 34  # NDRPDR sel
1457
1458     dpdk-compare-testbeds-skx-clx:
1459       - "dpdk-compare-testbeds-skx-clx-ref"
1460       - "dpdk-compare-testbeds-skx-clx-cmp"
1461
1462     # Compare topologies
1463
1464     vpp-compare-topologies-ref:
1465       # TODO: Add the data
1466       csit-vpp-perf-verify-2001-3n-skx:
1467         - 46  # NDRPDR sel
1468         - 47  # NDRPDR sel
1469     vpp-compare-topologies-cmp:
1470       # TODO: Add the data
1471       csit-vpp-perf-verify-2001-2n-skx:
1472         - 92  # NDRPDR sel
1473         - 93  # NDRPDR sel
1474         - 94  # NDRPDR sel
1475         - 95  # NDRPDR sel
1476         - 96  # NDRPDR sel
1477         - 97  # NDRPDR sel
1478     vpp-compare-topologies:
1479       - "vpp-compare-topologies-ref"
1480       - "vpp-compare-topologies-cmp"
1481
1482     vpp-compare-topologies-mrr-ref:
1483       # TODO: Replace
1484       # csit-vpp-perf-verify-2001-3n-skx:
1485       csit-vpp-perf-verify-1908-3n-skx:
1486         - 36  # MRR sel
1487     vpp-compare-topologies-mrr-cmp:
1488       # TODO: Replace
1489       # csit-vpp-perf-verify-2001-2n-skx:
1490       csit-vpp-perf-verify-1908-2n-skx:
1491         - 69  # MRR sel
1492     vpp-compare-topologies-mrr:
1493       - "vpp-compare-topologies-mrr-ref"
1494       - "vpp-compare-topologies-mrr-cmp"
1495
1496     dpdk-compare-topologies-ref:
1497       csit-dpdk-perf-verify-2001-3n-skx:
1498         - 1   # NDRPDR sel
1499         - 2   # NDRPDR sel
1500         - 3   # NDRPDR sel
1501         - 4   # NDRPDR sel
1502         - 5   # NDRPDR sel
1503         - 6   # NDRPDR sel
1504         - 7   # NDRPDR sel
1505         - 8   # NDRPDR sel
1506         - 9   # NDRPDR sel
1507         - 10  # NDRPDR sel
1508     dpdk-compare-topologies-cmp:
1509       csit-dpdk-perf-verify-2001-2n-skx:
1510         - 1   # NDRPDR sel
1511         - 2   # NDRPDR sel
1512         - 3   # NDRPDR sel
1513         - 4   # NDRPDR sel
1514         - 5   # NDRPDR sel
1515         - 6   # NDRPDR sel
1516         - 7   # NDRPDR sel
1517         - 8   # NDRPDR sel
1518         - 9   # NDRPDR sel
1519         - 10  # NDRPDR sel
1520         - 11  # NDRPDR sel
1521         - 13  # NDRPDR sel
1522         - 26  # NDRPDR sel
1523         - 16  # NDRPDR sel
1524         - 17  # NDRPDR sel
1525         - 18  # NDRPDR sel
1526         - 19  # NDRPDR sel
1527         - 27  # NDRPDR sel
1528         - 21  # NDRPDR sel
1529         - 25  # NDRPDR sel
1530     dpdk-compare-topologies:
1531       - "dpdk-compare-topologies-ref"
1532       - "dpdk-compare-topologies-cmp"
1533
1534   plot-layouts:
1535
1536     plot-soak-throughput:
1537       titlefont:
1538         size: 18
1539       xaxis:
1540         title: "<b>Test Cases [Index]</b>"
1541         titlefont:
1542           size: 16
1543         autorange: True
1544         fixedrange: False
1545         gridcolor: "rgb(230, 230, 230)"
1546         linecolor: "rgb(220, 220, 220)"
1547         linewidth: 1
1548         showgrid: True
1549         showline: True
1550         showticklabels: True
1551         tickcolor: "rgb(220, 220, 220)"
1552         tickmode: "linear"
1553         tickfont:
1554           size: 16
1555         zeroline: False
1556       yaxis:
1557         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1558         titlefont:
1559           size: 16
1560         gridcolor: "rgb(230, 230, 230)"
1561         hoverformat: ".4r"
1562         tickformat: ".3r"
1563         linecolor: "rgb(220, 220, 220)"
1564         linewidth: 1
1565         showgrid: True
1566         showline: True
1567         showticklabels: True
1568         tickcolor: "rgb(220, 220, 220)"
1569         tickfont:
1570           size: 16
1571         zeroline: False
1572         range: [0,50]
1573       autosize: False
1574       margin:
1575         t: 50
1576         b: 0
1577         l: 80
1578         r: 20
1579       showlegend: True
1580       legend:
1581         orientation: "h"
1582         font:
1583           size: 16
1584       width: 700
1585       height: 900
1586       paper_bgcolor: "#fff"
1587       plot_bgcolor: "#fff"
1588       hoverlabel:
1589         namelength: -1
1590
1591     plot-service-density:
1592       titlefont:
1593         size: 18
1594       xaxis:
1595         side: "top"
1596         autorange: True
1597         fixedrange: False
1598         showgrid: False
1599         showline: False
1600         showticklabels: False
1601         ticks: ""
1602         ticklen: 0
1603         tickwidth: 0
1604         zeroline: False
1605       yaxis:
1606         autorange: "reversed"
1607         showgrid: False
1608         showline: False
1609         showticklabels: False
1610         ticks: ""
1611         ticklen: 0
1612         tickwidth: 0
1613         zeroline: False
1614       showlegend: False
1615       paper_bgcolor: "#fff"
1616       plot_bgcolor: "#fff"
1617       width: 700
1618       height: 700
1619       hoverlabel:
1620         namelength: -1
1621
1622     plot-cps:
1623       titlefont:
1624         size: 18
1625       xaxis:
1626         title: "<b>Test Cases [Index]</b>"
1627         titlefont:
1628           size: 16
1629         autorange: True
1630         fixedrange: False
1631         gridcolor: "rgb(230, 230, 230)"
1632         linecolor: "rgb(220, 220, 220)"
1633         linewidth: 1
1634         showgrid: True
1635         showline: True
1636         showticklabels: True
1637         tickcolor: "rgb(220, 220, 220)"
1638         tickmode: "linear"
1639         tickfont:
1640           size: 16
1641         zeroline: False
1642       yaxis:
1643         title: "<b>Connections Per Second [cps]</b>"
1644         titlefont:
1645           size: 16
1646         gridcolor: "rgb(230, 230, 230)"
1647         hoverformat: ".4s"
1648         linecolor: "rgb(220, 220, 220)"
1649         linewidth: 1
1650         rangemode: "tozero"
1651         showgrid: True
1652         showline: True
1653         showticklabels: True
1654         tickcolor: "rgb(220, 220, 220)"
1655         tickformat: ".3s"
1656         tickfont:
1657           size: 16
1658         zeroline: False
1659       boxmode: "group"
1660       boxgroupgap: 0.5
1661       autosize: False
1662       margin:
1663         t: 50
1664         b: 20
1665         l: 80
1666         r: 20
1667       showlegend: True
1668       legend:
1669         orientation: "h"
1670         font:
1671           size: 16
1672       width: 700
1673       height: 800
1674       paper_bgcolor: "#fff"
1675       plot_bgcolor: "#fff"
1676       hoverlabel:
1677         namelength: -1
1678
1679     plot-rps:
1680       titlefont:
1681         size: 18
1682       xaxis:
1683         title: "<b>Test Cases [Index]</b>"
1684         titlefont:
1685           size: 16
1686         autorange: True
1687         fixedrange: False
1688         gridcolor: "rgb(230, 230, 230)"
1689         linecolor: "rgb(220, 220, 220)"
1690         linewidth: 1
1691         showgrid: True
1692         showline: True
1693         showticklabels: True
1694         tickcolor: "rgb(220, 220, 220)"
1695         tickmode: "linear"
1696         tickfont:
1697           size: 16
1698         zeroline: False
1699       yaxis:
1700         title: "<b>Requests Per Second [rps]</b>"
1701         titlefont:
1702           size: 16
1703         gridcolor: "rgb(230, 230, 230)"
1704         hoverformat: ".4s"
1705         linecolor: "rgb(220, 220, 220)"
1706         linewidth: 1
1707         rangemode: "tozero"
1708         showgrid: True
1709         showline: True
1710         showticklabels: True
1711         tickcolor: "rgb(230, 230, 230)"
1712         tickformat: ".3s"
1713         tickfont:
1714           size: 16
1715         zeroline: False
1716       boxmode: "group"
1717       boxgroupgap: 0.5
1718       autosize: False
1719       margin:
1720         t: 50
1721         b: 20
1722         l: 80
1723         r: 20
1724       showlegend: True
1725       legend:
1726         orientation: "h"
1727         font:
1728           size: 16
1729       width: 700
1730       height: 800
1731       paper_bgcolor: "#fff"
1732       plot_bgcolor: "#fff"
1733       hoverlabel:
1734         namelength: -1
1735
1736     plot-hoststack:
1737       titlefont:
1738         size: 16
1739       xaxis:
1740         title: "<b>Test Cases [Index]</b>"
1741         titlefont:
1742           size: 14
1743         autorange: True
1744         fixedrange: False
1745         gridcolor: "rgb(230, 230, 230)"
1746         linecolor: "rgb(220, 220, 220)"
1747         linewidth: 1
1748         showgrid: True
1749         showline: True
1750         showticklabels: True
1751         tickcolor: "rgb(220, 220, 220)"
1752         tickmode: "linear"
1753         tickfont:
1754           size: 14
1755         zeroline: False
1756       yaxis:
1757         title: "<b>Bandwidth [Gbps]</b>"
1758         titlefont:
1759           size: 14
1760         gridcolor: "rgb(230, 230, 230)"
1761         hoverformat: ".4s"
1762         linecolor: "rgb(220, 220, 220)"
1763         linewidth: 1
1764         rangemode: "tozero"
1765         showgrid: True
1766         showline: True
1767         showticklabels: True
1768         tickcolor: "rgb(230, 230, 230)"
1769         tickformat: ".3s"
1770         tickfont:
1771           size: 14
1772         zeroline: False
1773       boxmode: "group"
1774       boxgroupgap: 0.5
1775       autosize: False
1776       margin:
1777         t: 50
1778         b: 20
1779         l: 80
1780         r: 20
1781       showlegend: True
1782       legend:
1783         orientation: "h"
1784         font:
1785           size: 14
1786       width: 700
1787       height: 800
1788       paper_bgcolor: "#fff"
1789       plot_bgcolor: "#fff"
1790       hoverlabel:
1791         namelength: -1
1792
1793     plot-throughput:
1794       titlefont:
1795         size: 18
1796       xaxis:
1797         title: "<b>Test Cases [Index]</b>"
1798         titlefont:
1799           size: 16
1800         autorange: True
1801         fixedrange: False
1802         gridcolor: "rgb(230, 230, 230)"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(220, 220, 220)"
1809         tickmode: "linear"
1810         tickfont:
1811           size: 16
1812         zeroline: False
1813       yaxis:
1814         title: "<b>Packet Throughput [Mpps]</b>"
1815         titlefont:
1816           size: 16
1817         gridcolor: "rgb(230, 230, 230)"
1818         hoverformat: ".4r"
1819         tickformat: ".3r"
1820         linecolor: "rgb(220, 220, 220)"
1821         linewidth: 1
1822         showgrid: True
1823         showline: True
1824         showticklabels: True
1825         tickcolor: "rgb(220, 220, 220)"
1826         tickfont:
1827           size: 16
1828         zeroline: False
1829         range: [0,50]
1830       autosize: False
1831       margin:
1832         t: 50
1833         b: 0
1834         l: 80
1835         r: 20
1836       showlegend: True
1837       legend:
1838         orientation: "h"
1839         font:
1840           size: 16
1841       width: 700
1842       height: 900
1843       paper_bgcolor: "#fff"
1844       plot_bgcolor: "#fff"
1845       hoverlabel:
1846         namelength: -1
1847
1848     plot-throughput-speedup-analysis:
1849       titlefont:
1850         size: 18
1851       xaxis:
1852         title: "<b>Number of Cores [Qty]</b>"
1853         titlefont:
1854           size: 16
1855         autorange: True
1856         fixedrange: False
1857         gridcolor: "rgb(230, 230, 230)"
1858         linecolor: "rgb(220, 220, 220)"
1859         linewidth: 1
1860         showgrid: True
1861         showline: True
1862         showticklabels: True
1863         tickcolor: "rgb(238, 238, 238)"
1864         tickmode: "linear"
1865         tickfont:
1866           size: 16
1867         zeroline: False
1868       yaxis:
1869         title: "<b>Packet Throughput [Mpps]</b>"
1870         titlefont:
1871           size: 16
1872         type: "linear"
1873         gridcolor: "rgb(230, 230, 230)"
1874         hoverformat: ".4s"
1875         linecolor: "rgb(220, 220, 220)"
1876         linewidth: 1
1877         showgrid: True
1878         showline: True
1879         showticklabels: True
1880         tickcolor: "rgb(220, 220, 220)"
1881         tickformat: ".4s"
1882         tickfont:
1883           size: 16
1884         zeroline: True
1885         rangemode: "tozero"
1886         range: [0,100]
1887       legend:
1888         orientation: "h"
1889         font:
1890           size: 16
1891         xanchor: "left"
1892         yanchor: "top"
1893         x: 0
1894         y: -0.2
1895         bgcolor: "rgba(255, 255, 255, 0)"
1896         bordercolor: "rgba(255, 255, 255, 0)"
1897         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1898       autosize: False
1899       margin:
1900           't': 50
1901           'b': 150
1902           'l': 85
1903           'r': 10
1904       showlegend: True
1905       width: 700
1906       height: 700
1907       paper_bgcolor: "#fff"
1908       plot_bgcolor: "#fff"
1909       hoverlabel:
1910         namelength: -1
1911       annotations: [
1912         {
1913           text: "_ _          __          ...",
1914           align: "left",
1915           showarrow: False,
1916           xref: "paper",
1917           yref: "paper",
1918           xanchor: "left",
1919           yanchor: "top",
1920           x: 0,
1921           y: -0.13,
1922           font: {
1923             family: "Consolas, Courier New",
1924             size: 15
1925           },
1926         },
1927         {
1928           text: "    Perfect     Measured     Limit",
1929           align: "left",
1930           showarrow: False,
1931           xref: "paper",
1932           yref: "paper",
1933           xanchor: "left",
1934           yanchor: "top",
1935           x: 0,
1936           y: -0.15,
1937           font: {
1938             family: "Consolas, Courier New",
1939             size: 15
1940           },
1941         },
1942       ]
1943
1944     plot-latency:
1945       titlefont:
1946         size: 18
1947       xaxis:
1948         title: "<b>Direction</b>"
1949         titlefont:
1950           size: 16
1951         autorange: True
1952         fixedrange: False
1953         gridcolor: "rgb(230, 230, 230)"
1954         linecolor: "rgb(220, 220, 220)"
1955         linewidth: 1
1956         showgrid: True
1957         showline: True
1958         showticklabels: False
1959         tickcolor: "rgb(220, 220, 220)"
1960         tickmode: "linear"
1961         tickfont:
1962           size: 16
1963         zeroline: False
1964       yaxis:
1965         title: "<b>Packet Latency [uSec]</b>"
1966         titlefont:
1967           size: 16
1968         type: "linear"
1969         gridcolor: "rgb(230, 230, 230)"
1970         hoverformat: ".4s"
1971         linecolor: "rgb(220, 220, 220)"
1972         linewidth: 1
1973         showgrid: True
1974         showline: True
1975         showticklabels: True
1976         tickcolor: "rgb(220, 220, 220)"
1977         tickformat: ".4s"
1978         tickfont:
1979           size: 16
1980         zeroline: True
1981         rangemode: "tozero"
1982       legend:
1983         orientation: "h"
1984         font:
1985           size: 16
1986         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1987       autosize: False
1988       margin:
1989           't': 50
1990           'b': 150
1991           'l': 80
1992           'r': 10
1993       showlegend: True
1994       width: 700
1995       height: 700
1996       paper_bgcolor: "#fff"
1997       plot_bgcolor: "#fff"
1998       hoverlabel:
1999         namelength: -1
2000
2001     plot-hdrh-latency:
2002       title:
2003         text: ""
2004         xanchor: "center"
2005         x: 0.5
2006         font:
2007           size: 16
2008       width: 700
2009       plot_bgcolor: "white"
2010       annotations:
2011         - font:
2012             size: 14
2013           showarrow: False
2014           text: "<b>Packet Latency [uSec]</b>"
2015           x: 1
2016           xanchor: "right"
2017           xref: "paper"
2018           y: -0.045
2019           yanchor: "top"
2020           yref: "paper"
2021         - font:
2022             size: 14
2023           showarrow: False
2024           text: "<b>Probability [%]</b>"
2025           textangle: 270
2026           x: -0.06
2027           xanchor: "center"
2028           xref: "paper"
2029           y: 0.5
2030           yanchor: "middle"
2031           yref: "paper"
2032         - font:
2033             size: 14
2034           showarrow: False
2035           text: "<b>Direction: E-W</b>"
2036           x: 0.24
2037           xanchor: "center"
2038           xref: "paper"
2039           y: 1.05
2040           yanchor: "bottom"
2041           yref: "paper"
2042         - font:
2043             size: 14
2044           showarrow: False
2045           text: "<b>Direction: W-E</b>"
2046           x: 0.74
2047           xanchor: "center"
2048           xref: "paper"
2049           y: 1.05
2050           yanchor: "bottom"
2051           yref: "paper"
2052
2053     plot-hdrh-latency-percentile:
2054       title:
2055         text: ""
2056         xanchor: "center"
2057         x: 0.5
2058         font:
2059           size: 18
2060       xaxis:
2061         type: "log"
2062         title: "<b>Percentile [%]</b>"
2063         titlefont:
2064           size: 16
2065         autorange: True
2066         fixedrange: False
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         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2075         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2076         tickfont:
2077           size: 16
2078       yaxis:
2079         title: "<b>Packet Latency [uSec]</b>"
2080         titlefont:
2081           size: 16
2082         gridcolor: "rgb(230, 230, 230)"
2083         linecolor: "rgb(220, 220, 220)"
2084         linewidth: 1
2085         showgrid: True
2086         showline: True
2087         showticklabels: True
2088         tickcolor: "rgb(220, 220, 220)"
2089         tickfont:
2090           size: 16
2091       autosize: False
2092       showlegend: True
2093       legend:
2094         traceorder: "normal"
2095         orientation: "h"
2096         font:
2097           size: 16
2098         xanchor: "left"
2099         yanchor: "top"
2100         x: 0
2101         y: -0.15
2102         bgcolor: "rgba(255, 255, 255, 0)"
2103         bordercolor: "rgba(255, 255, 255, 0)"
2104       width: 700
2105       height: 700
2106       paper_bgcolor: "white"
2107       plot_bgcolor: "white"
2108
2109     plot-hdrh-latency-by-percentile:
2110       title:
2111         text: "<b>Latency by Percentile Distribution</b>"
2112         xanchor: "center"
2113         x: 0.5
2114         font:
2115           size: 18
2116       showlegend: True
2117       legend:
2118         traceorder: "normal"
2119         orientation: "h"
2120         font:
2121           size: 16
2122         xanchor: "left"
2123         yanchor: "top"
2124         x: 0
2125         y: -0.2
2126         bgcolor: "rgba(255, 255, 255, 0)"
2127         bordercolor: "rgba(255, 255, 255, 0)"
2128       xaxis:
2129         type: "linear"
2130         title: "<b>Percentile [%]</b>"
2131         titlefont:
2132           size: 14
2133         autorange: False
2134         fixedrange: False
2135         range: [0, 100]
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         tickvals: [0, 25, 50, 75, 100]
2144         ticktext: [0, 25, 50, 75, 100]
2145         tickfont:
2146           size: 14
2147       yaxis:
2148         title: "<b>One-Way Latency per Direction [uSec]</b>"
2149         titlefont:
2150           size: 14
2151         gridcolor: "rgb(230, 230, 230)"
2152         linecolor: "rgb(220, 220, 220)"
2153         linewidth: 1
2154         showgrid: True
2155         showline: True
2156         showticklabels: True
2157         tickcolor: "rgb(220, 220, 220)"
2158         tickfont:
2159           size: 14
2160       width: 700
2161       height: 700
2162       paper_bgcolor: "white"
2163       plot_bgcolor: "white"
2164
2165 - type: "static"
2166   src-path: "{DIR[RST]}"
2167   dst-path: "{DIR[WORKING,SRC]}"
2168
2169 - type: "input"
2170   general:
2171     file-name: "output_info.xml.gz"
2172     file-format: ".gz"
2173     arch-file-format:
2174       - ".gz"
2175       - ".zip"
2176     download-path: "{job}/{build}/archives/{filename}"
2177     extract: "output.xml"
2178
2179     zip-file-name: "robot-plugin.zip"
2180     zip-file-format: ".zip"
2181     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2182     zip-extract: "robot-plugin/output.xml"
2183
2184   builds:
2185
2186     csit-vpp-perf-verify-1904-3n-hsw:
2187       - 9   # MRR sel
2188       - 11  # NDRPDR sel
2189       - 12  # NDRPDR sel
2190       - 20  # NDRPDR sel
2191       - 21  # NDRPDR sel
2192       - 23  # NDRPDR sel
2193       - 24  # NDRPDR sel
2194       - 25  # NDRPDR sel
2195       - 26  # NDRPDR sel
2196       - 29  # NDRPDR sel
2197       - 30  # NDRPDR sel
2198     csit-vpp-perf-verify-1908-3n-hsw:
2199       - 12  # NDRPDR sel
2200       - 13  # NDRPDR sel
2201       - 14  # NDRPDR sel
2202       - 15  # NDRPDR sel
2203       - 16  # NDRPDR sel
2204       - 17  # NDRPDR sel
2205       - 18  # NDRPDR sel
2206       - 19  # NDRPDR sel
2207       - 20  # NDRPDR sel
2208       - 21  # NDRPDR sel
2209       - 48  # NDRPDR sel vhost
2210       - 49  # NDRPDR sel vhost
2211       - 52  # NDRPDR sel vhost
2212       - 53  # NDRPDR sel vhost
2213       - 54  # NDRPDR sel vhost
2214       - 55  # NDRPDR sel vhost
2215       - 56  # NDRPDR sel vhost
2216       - 57  # NDRPDR sel vhost
2217       - 58  # NDRPDR sel vhost
2218       - 59  # NDRPDR sel vhost
2219       - 39  # MRR sel
2220     csit-vpp-perf-verify-2001-3n-hsw:
2221       - 21  # NDRPDR sel
2222       - 22  # NDRPDR sel
2223       - 23  # NDRPDR sel
2224       - 24  # NDRPDR sel
2225       - 25  # NDRPDR sel
2226       - 29  # NDRPDR sel
2227       - 30  # NDRPDR sel
2228       - 31  # NDRPDR sel
2229       - 32  # NDRPDR sel
2230       - 34  # NDRPDR sel
2231       - 17  # MRR sel
2232       - 18  # NDRPDR full
2233       - 20  # NDRPDR full
2234       - 28  # NDRPDR full
2235       - 35  # NDRPDR full
2236       - 42  # NDRPDR full
2237       - 46  # NDRPDR full
2238       - 47  # NDRPDR full
2239       - 48  # NDRPDR full
2240       - 49  # NDRPDR full
2241       - 50  # NDRPDR full
2242       - 51  # NDRPDR full
2243       - 52  # NDRPDR full
2244       - 53  # NDRPDR full
2245       - 54  # NDRPDR full
2246       - 55  # NDRPDR full
2247       - 56  # NDRPDR full
2248       - 57  # NDRPDR full
2249       - 58  # NDRPDR full
2250       - 59  # NDRPDR full
2251       - 61  # NDRPDR full
2252       - 62  # NDRPDR full
2253       - 63  # NDRPDR full
2254       - 64  # NDRPDR full
2255       - 65  # NDRPDR full
2256       - 67  # NDRPDR full
2257       - 70  # NDRPDR full
2258       - 72  # NDRPDR full
2259       - 73  # NDRPDR full
2260       - 76  # NDRPDR full
2261       - 77  # NDRPDR full
2262       - 78  # NDRPDR full
2263       - 79  # NDRPDR full
2264       - 81  # NDRPDR full
2265       - 82  # NDRPDR full
2266       - 84  # NDRPDR full
2267       - 85  # NDRPDR full
2268       - 87  # hoststack
2269       - 88  # hoststack
2270       - 89  # hoststack
2271       - 90  # hoststack
2272       - 91  # hoststack
2273       - 92  # hoststack
2274       - 93  # hoststack
2275       - 94  # hoststack
2276       - 95  # hoststack
2277       - 96  # hoststack
2278
2279     csit-vpp-perf-verify-1904-3n-skx:
2280       - 7   # MRR sel
2281       - 8   # NDRPDR sel
2282       - 9   # NDRPDR sel
2283       - 10  # NDRPDR sel
2284       - 11  # NDRPDR sel
2285       - 12  # NDRPDR sel
2286       - 14  # NDRPDR sel
2287       - 16  # NDRPDR sel
2288       - 21  # NDRPDR sel
2289       - 23  # NDRPDR sel
2290       - 25  # NDRPDR sel
2291     csit-vpp-perf-verify-1908-3n-skx:
2292       - 14  # NDRPDR sel
2293       - 16  # NDRPDR sel
2294       - 19  # NDRPDR sel
2295       - 20  # NDRPDR sel
2296       - 22  # NDRPDR sel
2297       - 23  # NDRPDR sel
2298       - 24  # NDRPDR sel
2299       - 25  # NDRPDR sel
2300       - 26  # NDRPDR sel
2301       - 29  # NDRPDR sel
2302       - 52  # NDRPDR sel vhost
2303       - 53  # NDRPDR sel vhost
2304       - 55  # NDRPDR sel vhost
2305       - 61  # NDRPDR sel vhost
2306       - 62  # NDRPDR sel vhost
2307       - 63  # NDRPDR sel vhost
2308       - 64  # NDRPDR sel vhost
2309       - 65  # NDRPDR sel vhost
2310       - 66  # NDRPDR sel vhost
2311       - 67  # NDRPDR sel vhost
2312       - 36  # MRR sel
2313     csit-vpp-perf-verify-2001-3n-skx:
2314       - 46  # NDRPDR sel
2315       - 47  # NDRPDR sel
2316
2317     csit-vpp-perf-verify-1904-2n-skx:
2318       - 11  # MRR sel
2319       - 12  # NDRPDR sel
2320       - 14  # NDRPDR sel
2321       - 16  # NDRPDR sel
2322       - 17  # NDRPDR sel
2323       - 18  # NDRPDR sel
2324       - 21  # NDRPDR sel
2325       - 27  # NDRPDR sel
2326       - 30  # NDRPDR sel
2327       - 31  # NDRPDR sel
2328       - 32  # NDRPDR sel
2329     csit-vpp-perf-verify-1908-2n-skx:
2330       - 26  # NDRPDR sel
2331       - 27  # NDRPDR sel
2332       - 34  # NDRPDR sel
2333       - 35  # NDRPDR sel
2334       - 36  # NDRPDR sel
2335       - 42  # NDRPDR sel
2336       - 43  # NDRPDR sel
2337       - 44  # NDRPDR sel
2338       - 45  # NDRPDR sel
2339       - 46  # NDRPDR sel
2340       - 88  # NDRPDR sel vhost
2341       - 89  # NDRPDR sel vhost
2342       - 91  # NDRPDR sel vhost
2343       - 92  # NDRPDR sel vhost
2344       - 93  # NDRPDR sel vhost
2345       - 94  # NDRPDR sel vhost
2346       - 95  # NDRPDR sel vhost
2347       - 96  # NDRPDR sel vhost
2348       - 97  # NDRPDR sel vhost
2349       - 98  # NDRPDR sel vhost
2350       - 69  # MRR sel
2351       - 22  # NFV
2352       - 31  # NFV
2353       - 32  # NFV
2354       - 71  # NFV MRR
2355       - 113 # NFV reconf sel - to be removed
2356       - 114 # NFV reconf sel - to be removed
2357       - 115 # NFV reconf sel - to be removed
2358     csit-vpp-perf-verify-2001-2n-skx:
2359       - 92  # NDRPDR sel
2360       - 93  # NDRPDR sel
2361       - 94  # NDRPDR sel
2362       - 95  # NDRPDR sel
2363       - 96  # NDRPDR sel
2364       - 97  # NDRPDR sel
2365
2366     csit-vpp-perf-verify-2001-2n-clx:
2367       - 28  # NDRPDR sel
2368       - 29  # NDRPDR sel
2369       - 32  # NDRPDR sel
2370       - 40  # NDRPDR sel
2371       - 43  # NDRPDR sel
2372       - 44  # NDRPDR sel
2373       - 45  # NDRPDR sel
2374       - 47  # NDRPDR sel
2375       - 48  # NDRPDR sel
2376       - 49  # NDRPDR sel
2377       - 39  # MRR
2378       - 53  # NDRPDR full
2379       - 54  # NDRPDR full
2380       - 55  # NDRPDR full
2381       - 56  # NDRPDR full
2382       - 57  # NDRPDR full
2383       - 58  # NDRPDR full
2384       - 59  # NDRPDR full
2385       - 60  # NDRPDR full
2386       - 61  # NDRPDR full
2387       - 62  # NDRPDR full
2388       - 63  # NDRPDR full
2389       - 64  # NDRPDR full
2390       - 65  # NDRPDR full
2391       - 66  # NDRPDR full
2392       - 67  # NDRPDR full
2393       - 68  # Reconf
2394       - 69  # Reconf
2395       - 70  # Reconf
2396       - 71  # Reconf
2397       - 72  # Reconf
2398       - 73  # Reconf
2399       - 74  # Reconf
2400       - 75  # Reconf
2401       - 76  # Reconf
2402       - 77  # Reconf
2403       - 80  # TCP
2404       - 82  # TCP
2405       - 83  # TCP
2406       - 85  # TCP
2407       - 86  # TCP
2408       - 87  # TCP
2409       - 88  # TCP
2410       - 89  # TCP
2411       - 90  # TCP
2412       - 91  # TCP
2413       - 93  # Soak
2414       - 94  # Soak
2415
2416     csit-vpp-perf-verify-1908-3n-tsh:
2417       - 7   # NDRPDR sel
2418       - 8   # NDRPDR sel
2419       - 9   # NDRPDR sel
2420       - 10  # NDRPDR sel
2421       - 11  # NDRPDR sel
2422       - 12  # NDRPDR sel
2423       - 13  # NDRPDR sel
2424       - 14  # NDRPDR sel
2425       - 15  # NDRPDR sel
2426       - 16  # NDRPDR sel
2427       - 17  # MRR sel
2428     csit-vpp-perf-verify-2001-3n-tsh:
2429       - 3   # NDRPDR sel
2430       - 4   # NDRPDR sel
2431       - 7   # NDRPDR sel
2432       - 8   # NDRPDR sel
2433       - 10  # NDRPDR sel
2434       - 12  # NDRPDR sel
2435       - 13  # NDRPDR sel
2436       - 14  # NDRPDR sel
2437       - 15  # NDRPDR sel
2438       - 21  # NDRPDR sel
2439       - 9   # MRR sel
2440
2441     csit-vpp-perf-verify-1908-3n-dnv:
2442       - 6   # NDRPDR sel
2443       - 7   # NDRPDR sel
2444       - 8   # NDRPDR sel
2445       - 9   # NDRPDR sel
2446       - 10  # NDRPDR sel
2447       - 12  # NDRPDR sel
2448       - 13  # NDRPDR sel
2449       - 14  # NDRPDR sel
2450       - 15  # NDRPDR sel
2451       - 16  # NDRPDR sel
2452       - 17  # MRR sel
2453     csit-vpp-perf-verify-2001-3n-dnv:
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 9   # NDRPDR sel
2459       - 10  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 16  # NDRPDR sel
2462       - 17  # NDRPDR sel
2463       - 18  # NDRPDR sel
2464       - 11  # MRR sel
2465       - 19  # NDRPDR full
2466       - 20  # NDRPDR full
2467       - 21  # NDRPDR full
2468       - 22  # NDRPDR full
2469       - 23  # NDRPDR full
2470       - 24  # NDRPDR full
2471       - 25  # NDRPDR full
2472       - 26  # NDRPDR full
2473       - 37  # NDRPDR full
2474       - 38  # NDRPDR full
2475       - 39  # NDRPDR full
2476
2477     csit-vpp-perf-verify-1908-2n-dnv:
2478       - 1   # NDRPDR sel
2479       - 2   # NDRPDR sel
2480       - 3   # NDRPDR sel
2481       - 4   # NDRPDR sel
2482       - 5   # NDRPDR sel
2483       - 6   # NDRPDR sel
2484       - 7   # NDRPDR sel
2485       - 8   # NDRPDR sel
2486       - 9   # NDRPDR sel
2487       - 10  # NDRPDR sel
2488       - 11  # MRR sel
2489     csit-vpp-perf-verify-2001-2n-dnv:
2490       - 4   # NDRPDR sel
2491       - 5   # NDRPDR sel
2492       - 6   # NDRPDR sel
2493       - 7   # NDRPDR sel
2494       - 8   # NDRPDR sel
2495       - 9   # NDRPDR sel
2496       - 10  # NDRPDR sel
2497       - 11  # NDRPDR sel
2498       - 13  # NDRPDR sel
2499       - 16  # NDRPDR sel
2500       - 12  # MRR sel
2501       - 21  # NDRPDR full
2502       - 22  # NDRPDR full
2503       - 25  # NDRPDR full
2504       - 26  # NDRPDR full
2505       - 27  # NDRPDR full
2506       - 28  # NDRPDR full
2507
2508     csit-dpdk-perf-verify-1904-3n-hsw:
2509       - 2   # NDRPDR sel
2510       - 3   # NDRPDR sel
2511       - 5   # NDRPDR sel
2512       - 6   # NDRPDR sel
2513       - 13  # NDRPDR sel
2514       - 14  # NDRPDR sel
2515       - 15  # NDRPDR sel
2516       - 18  # NDRPDR sel
2517       - 19  # NDRPDR sel
2518       - 20  # NDRPDR sel
2519     csit-dpdk-perf-verify-1908-3n-hsw:
2520       - 2   # NDRPDR sel
2521       - 3   # NDRPDR sel
2522       - 4   # NDRPDR sel
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529       - 11  # NDRPDR sel
2530     csit-dpdk-perf-verify-2001-3n-hsw:
2531       - 4   # NDRPDR sel
2532       - 5   # NDRPDR sel
2533       - 6   # NDRPDR sel
2534       - 7   # NDRPDR sel
2535       - 8   # NDRPDR sel
2536       - 9   # NDRPDR sel
2537       - 10  # NDRPDR sel
2538       - 11  # NDRPDR sel
2539       - 12  # NDRPDR sel
2540       - 13  # NDRPDR sel
2541       - 15  # NDRPDR sel
2542       - 16  # NDRPDR sel
2543       - 17  # NDRPDR sel
2544       - 18  # NDRPDR sel
2545       - 19  # NDRPDR sel
2546       - 20  # NDRPDR sel
2547       - 21  # NDRPDR sel
2548       - 22  # NDRPDR sel
2549       - 23  # NDRPDR sel
2550       - 24  # NDRPDR sel
2551       - 25  # NDRPDR full
2552       - 26  # NDRPDR full
2553
2554 #    csit-dpdk-perf-verify-1904-3n-skx:
2555 #      - 2   # NDRPDR sel
2556 #      - 3   # NDRPDR sel
2557 #      - 4   # NDRPDR sel
2558 #      - 5   # NDRPDR sel
2559 #      - 6   # NDRPDR sel
2560 #      - 7   # NDRPDR sel
2561 #      - 11  # NDRPDR sel
2562 #      - 12  # NDRPDR sel
2563 #      - 13  # NDRPDR sel
2564 #      - 14  # NDRPDR sel
2565 #    csit-dpdk-perf-verify-1908-3n-skx:
2566 #      - 3   # NDRPDR sel
2567 #      - 4   # NDRPDR sel
2568 #      - 5   # NDRPDR sel
2569 #      - 6   # NDRPDR sel
2570 #      - 7   # NDRPDR sel
2571 #      - 8   # NDRPDR sel
2572 #      - 9   # NDRPDR sel
2573 #      - 10  # NDRPDR sel
2574 #      - 11  # NDRPDR sel
2575 #      - 12  # NDRPDR sel
2576 #    csit-dpdk-perf-verify-2001-3n-skx:
2577 #      - 1   # NDRPDR sel
2578 #      - 2   # NDRPDR sel
2579 #      - 3   # NDRPDR sel
2580 #      - 4   # NDRPDR sel
2581 #      - 5   # NDRPDR sel
2582 #      - 6   # NDRPDR sel
2583 #      - 7   # NDRPDR sel
2584 #      - 8   # NDRPDR sel
2585 #      - 9   # NDRPDR sel
2586 #      - 10  # NDRPDR sel
2587
2588 #    csit-dpdk-perf-verify-1904-2n-skx:
2589 #      - 2   # NDRPDR sel
2590 #      - 3   # NDRPDR sel
2591 #      - 4   # NDRPDR sel
2592 #      - 5   # NDRPDR sel
2593 #      - 7   # NDRPDR sel
2594 #      - 8   # NDRPDR sel
2595 #      - 9   # NDRPDR sel
2596 #      - 10  # NDRPDR sel
2597 #      - 11  # NDRPDR sel
2598 #      - 12  # NDRPDR sel
2599 #    csit-dpdk-perf-verify-1908-2n-skx:
2600 #      - 2   # NDRPDR sel
2601 #      - 3   # NDRPDR sel
2602 #      - 4   # NDRPDR sel
2603 #      - 5   # NDRPDR sel
2604 #      - 7   # NDRPDR sel
2605 #      - 8   # NDRPDR sel
2606 #      - 9   # NDRPDR sel
2607 #      - 10  # NDRPDR sel
2608 #      - 11  # NDRPDR sel
2609 #      - 12  # NDRPDR sel
2610 #    csit-dpdk-perf-verify-2001-2n-skx:
2611 #      - 1   # NDRPDR sel
2612 #      - 2   # NDRPDR sel
2613 #      - 3   # NDRPDR sel
2614 #      - 4   # NDRPDR sel
2615 #      - 5   # NDRPDR sel
2616 #      - 6   # NDRPDR sel
2617 #      - 7   # NDRPDR sel
2618 #      - 8   # NDRPDR sel
2619 #      - 9   # NDRPDR sel
2620 #      - 10  # NDRPDR sel
2621 #      - 11  # NDRPDR sel
2622 #      - 13  # NDRPDR sel
2623 #      - 26  # NDRPDR sel
2624 #      - 16  # NDRPDR sel
2625 #      - 17  # NDRPDR sel
2626 #      - 18  # NDRPDR sel
2627 #      - 19  # NDRPDR sel
2628 #      - 27  # NDRPDR sel
2629 #      - 21  # NDRPDR sel
2630 #      - 25  # NDRPDR sel
2631
2632     csit-dpdk-perf-verify-2001-2n-clx:
2633       - 15  # NDRPDR sel
2634       - 16  # NDRPDR sel
2635       - 17  # NDRPDR sel
2636       - 18  # NDRPDR sel
2637       - 19  # NDRPDR sel
2638       - 20  # NDRPDR sel
2639       - 21  # NDRPDR sel
2640       - 22  # NDRPDR sel
2641       - 23  # NDRPDR sel
2642       - 24  # NDRPDR sel
2643       - 25  # NDRPDR sel
2644       - 26  # NDRPDR sel
2645       - 27  # NDRPDR sel
2646       - 28  # NDRPDR sel
2647       - 29  # NDRPDR sel
2648       - 30  # NDRPDR sel
2649       - 31  # NDRPDR sel
2650       - 32  # NDRPDR sel
2651       - 33  # NDRPDR sel
2652       - 34  # NDRPDR sel
2653
2654     csit-dpdk-perf-verify-2001-2n-dnv:
2655       - 9   # NDRPDR sel
2656       - 10  # NDRPDR sel
2657       - 11  # NDRPDR sel
2658       - 12  # NDRPDR sel
2659       - 13  # NDRPDR sel
2660       - 14  # NDRPDR sel
2661       - 15  # NDRPDR sel
2662       - 16  # NDRPDR sel
2663       - 17  # NDRPDR sel
2664       - 18  # NDRPDR sel
2665
2666     csit-dpdk-perf-verify-2001-3n-dnv:
2667       - 12  # NDRPDR sel
2668       - 13  # NDRPDR sel
2669       - 14  # NDRPDR sel
2670       - 15  # NDRPDR sel
2671       - 16  # NDRPDR sel
2672       - 17  # NDRPDR sel
2673       - 18  # NDRPDR sel
2674       - 19  # NDRPDR sel
2675       - 20  # NDRPDR sel
2676       - 22  # NDRPDR sel
2677
2678     csit-dpdk-perf-verify-2001-3n-tsh:
2679       - 3   # NDRPDR sel
2680       - 4   # NDRPDR sel
2681       - 5   # NDRPDR sel
2682       - 9   # NDRPDR sel
2683       - 10  # NDRPDR sel
2684       - 11  # NDRPDR sel
2685       - 12  # NDRPDR sel
2686       - 14  # NDRPDR sel
2687       - 15  # NDRPDR sel
2688       - 18  # NDRPDR sel
2689
2690     csit-vpp-device-2001-ubuntu1804-1n-skx:
2691       - 57
2692
2693 - type: "output"
2694   output: "report"
2695   format:
2696     html:
2697     - full
2698 #    pdf:
2699 #    - minimal
2700
2701 ################################################################################
2702 ###                               T A B L E S                                ###
2703 ################################################################################
2704
2705 ## VPP Soak vs NDR - 2n-skx
2706 #- type: "table"
2707 #  title: "VPP Soak vs NDR 2n-skx"
2708 #  algorithm: "table_soak_vs_ndr"
2709 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2710 #  reference:
2711 #    title: "NDR"
2712 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2713 #  compare:
2714 #    title: "Soak"
2715 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2716 #  data: "vpp-soak-vs-ndr-2n-skx"
2717 #  include-tests: "NDR"
2718 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2719 #  parameters:
2720 #    - "throughput"
2721 #    - "name"
2722 #    - "parent"
2723
2724 # VPP Soak vs NDR - 2n-clx
2725 - type: "table"
2726   title: "VPP Soak vs NDR 2n-clx"
2727   algorithm: "table_soak_vs_ndr"
2728   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2729   reference:
2730     title: "NDR"
2731     data: "vpp-soak-vs-ndr-2n-clx-ref"
2732   compare:
2733     title: "Soak"
2734     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2735   data: "vpp-soak-vs-ndr-2n-clx"
2736   include-tests: "NDR"
2737   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2738   parameters:
2739     - "throughput"
2740     - "name"
2741     - "parent"
2742
2743 ################################################################################
2744
2745 # VPP Compare NICs 3n-skx 2t1c ndr
2746 - type: "table"
2747   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2748   algorithm: "table_nics_comparison"
2749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2750   reference:
2751     title: "x710"
2752     nic: "NIC_Intel-X710"
2753   compare:
2754     title: "xxv710"
2755     nic: "NIC_Intel-XXV710"
2756   data: "vpp-nic-comparison-3n-skx"
2757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2758   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2759   parameters:
2760   - "name"
2761   - "parent"
2762   - "throughput"
2763   - "tags"
2764
2765 # VPP Compare NICs 3n-skx 4t2c ndr
2766 - type: "table"
2767   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2768   algorithm: "table_nics_comparison"
2769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2770   reference:
2771     title: "x710"
2772     nic: "NIC_Intel-X710"
2773   compare:
2774     title: "xxv710"
2775     nic: "NIC_Intel-XXV710"
2776   data: "vpp-nic-comparison-3n-skx"
2777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2778   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "throughput"
2783   - "tags"
2784
2785 # VPP Compare NICs 3n-skx 2t1c pdr
2786 - type: "table"
2787   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2788   algorithm: "table_nics_comparison"
2789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2790   reference:
2791     title: "x710"
2792     nic: "NIC_Intel-X710"
2793   compare:
2794     title: "xxv710"
2795     nic: "NIC_Intel-XXV710"
2796   data: "vpp-nic-comparison-3n-skx"
2797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2798   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2799   parameters:
2800   - "name"
2801   - "parent"
2802   - "throughput"
2803   - "tags"
2804
2805  # VPP Compare NICs 3n-skx 4t2c pdr
2806 - type: "table"
2807   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2808   algorithm: "table_nics_comparison"
2809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2810   reference:
2811     title: "x710"
2812     nic: "NIC_Intel-X710"
2813   compare:
2814     title: "xxv710"
2815     nic: "NIC_Intel-XXV710"
2816   data: "vpp-nic-comparison-3n-skx"
2817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2818   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2819   parameters:
2820   - "name"
2821   - "parent"
2822   - "throughput"
2823   - "tags"
2824
2825 ## VPP Compare NICs 3n-skx 2t1c mrr
2826 #- type: "table"
2827 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2828 #  algorithm: "table_nics_comparison"
2829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2830 #  reference:
2831 #    title: "x710"
2832 #    nic: "NIC_Intel-X710"
2833 #  compare:
2834 #    title: "xxv710"
2835 #    nic: "NIC_Intel-XXV710"
2836 #  data: "vpp-nic-comparison-3n-skx-mrr"
2837 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2838 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2839 #  parameters:
2840 #  - "name"
2841 #  - "parent"
2842 #  - "result"
2843 #  - "tags"
2844 #
2845 ## VPP Compare NICs 3n-skx 4t2c mrr
2846 #- type: "table"
2847 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2848 #  algorithm: "table_nics_comparison"
2849 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2850 #  reference:
2851 #    title: "x710"
2852 #    nic: "NIC_Intel-X710"
2853 #  compare:
2854 #    title: "xxv710"
2855 #    nic: "NIC_Intel-XXV710"
2856 #  data: "vpp-nic-comparison-3n-skx-mrr"
2857 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2858 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2859 #  parameters:
2860 #  - "name"
2861 #  - "parent"
2862 #  - "result"
2863 #  - "tags"
2864 #
2865 # # VPP Compare NICs 3n-skx 8t4c mrr
2866 #- type: "table"
2867 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2868 #  algorithm: "table_nics_comparison"
2869 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2870 #  reference:
2871 #    title: "x710"
2872 #    nic: "NIC_Intel-X710"
2873 #  compare:
2874 #    title: "xxv710"
2875 #    nic: "NIC_Intel-XXV710"
2876 #  data: "vpp-nic-comparison-3n-skx-mrr"
2877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2878 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2879 #  parameters:
2880 #  - "name"
2881 #  - "parent"
2882 #  - "result"
2883 #  - "tags"
2884
2885 # VPP Compare NICs 2n-skx 2t1c ndr
2886 - type: "table"
2887   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2888   algorithm: "table_nics_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2890   reference:
2891     title: "x710"
2892     nic: "NIC_Intel-X710"
2893   compare:
2894     title: "xxv710"
2895     nic: "NIC_Intel-XXV710"
2896   data: "vpp-nic-comparison-2n-skx"
2897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2898   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "throughput"
2903   - "tags"
2904
2905 # VPP Compare NICs 2n-skx 4t2c ndr
2906 - type: "table"
2907   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2908   algorithm: "table_nics_comparison"
2909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2910   reference:
2911     title: "x710"
2912     nic: "NIC_Intel-X710"
2913   compare:
2914     title: "xxv710"
2915     nic: "NIC_Intel-XXV710"
2916   data: "vpp-nic-comparison-2n-skx"
2917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2918   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2919   parameters:
2920   - "name"
2921   - "parent"
2922   - "throughput"
2923   - "tags"
2924
2925  # VPP Compare NICs 2n-skx 2t1c pdr
2926 - type: "table"
2927   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2928   algorithm: "table_nics_comparison"
2929   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2930   reference:
2931     title: "x710"
2932     nic: "NIC_Intel-X710"
2933   compare:
2934     title: "xxv710"
2935     nic: "NIC_Intel-XXV710"
2936   data: "vpp-nic-comparison-2n-skx"
2937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2938   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2939   parameters:
2940   - "name"
2941   - "parent"
2942   - "throughput"
2943   - "tags"
2944
2945 # VPP Compare NICs 2n-skx 4t2c pdr
2946 - type: "table"
2947   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2948   algorithm: "table_nics_comparison"
2949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2950   reference:
2951     title: "x710"
2952     nic: "NIC_Intel-X710"
2953   compare:
2954     title: "xxv710"
2955     nic: "NIC_Intel-XXV710"
2956   data: "vpp-nic-comparison-2n-skx"
2957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2958   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2959   parameters:
2960   - "name"
2961   - "parent"
2962   - "throughput"
2963   - "tags"
2964
2965 ## VPP Compare NICs 2n-skx 2t1c mrr
2966 #- type: "table"
2967 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2968 #  algorithm: "table_nics_comparison"
2969 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2970 #  reference:
2971 #    title: "x710"
2972 #    nic: "NIC_Intel-X710"
2973 #  compare:
2974 #    title: "xxv710"
2975 #    nic: "NIC_Intel-XXV710"
2976 #  data: "vpp-nic-comparison-2n-skx-mrr"
2977 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2978 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2979 #  parameters:
2980 #  - "name"
2981 #  - "parent"
2982 #  - "result"
2983 #  - "tags"
2984 #
2985 ## VPP Compare NICs 2n-skx 4t2c mrr
2986 #- type: "table"
2987 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2988 #  algorithm: "table_nics_comparison"
2989 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2990 #  reference:
2991 #    title: "x710"
2992 #    nic: "NIC_Intel-X710"
2993 #  compare:
2994 #    title: "xxv710"
2995 #    nic: "NIC_Intel-XXV710"
2996 #  data: "vpp-nic-comparison-2n-skx-mrr"
2997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2998 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2999 #  parameters:
3000 #  - "name"
3001 #  - "parent"
3002 #  - "result"
3003 #  - "tags"
3004 #
3005 ## VPP Compare NICs 2n-skx 8t4c mrr
3006 #- type: "table"
3007 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
3008 #  algorithm: "table_nics_comparison"
3009 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3010 #  reference:
3011 #    title: "x710"
3012 #    nic: "NIC_Intel-X710"
3013 #  compare:
3014 #    title: "xxv710"
3015 #    nic: "NIC_Intel-XXV710"
3016 #  data: "vpp-nic-comparison-2n-skx-mrr"
3017 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3018 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3019 #  parameters:
3020 #  - "name"
3021 #  - "parent"
3022 #  - "result"
3023 #  - "tags"
3024
3025 ################################################################################
3026 # VPP
3027
3028 # VPP Performance Changes 3n-hsw 1t1c pdr
3029 - type: "table"
3030   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3031   algorithm: "table_perf_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3033   history:
3034     - title: "rls1904"
3035       data: "vpp-performance-changes-3n-hsw-h1"
3036   reference:
3037     title: "rls1908"
3038     data: "vpp-performance-changes-3n-hsw-ref"
3039     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3040   compare:
3041     title: "rls2001"
3042     data: "vpp-performance-changes-3n-hsw-cmp"
3043   data: "vpp-performance-changes-3n-hsw"
3044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3045   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3046   parameters:
3047   - "name"
3048   - "parent"
3049   - "throughput"
3050
3051 # VPP Performance Changes 3n-hsw 2t2c pdr
3052 - type: "table"
3053   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3054   algorithm: "table_perf_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3056   history:
3057     - title: "rls1904"
3058       data: "vpp-performance-changes-3n-hsw-h1"
3059   reference:
3060     title: "rls1908"
3061     data: "vpp-performance-changes-3n-hsw-ref"
3062     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3063   compare:
3064     title: "rls2001"
3065     data: "vpp-performance-changes-3n-hsw-cmp"
3066   data: "vpp-performance-changes-3n-hsw"
3067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3069   parameters:
3070   - "name"
3071   - "parent"
3072   - "throughput"
3073
3074 # VPP Performance Changes 3n-hsw 1t1c ndr
3075 - type: "table"
3076   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3077   algorithm: "table_perf_comparison"
3078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3079   history:
3080     - title: "rls1904"
3081       data: "vpp-performance-changes-3n-hsw-h1"
3082   reference:
3083     title: "rls1908"
3084     data: "vpp-performance-changes-3n-hsw-ref"
3085     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3086   compare:
3087     title: "rls2001"
3088     data: "vpp-performance-changes-3n-hsw-cmp"
3089   data: "vpp-performance-changes-3n-hsw"
3090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3092   parameters:
3093   - "name"
3094   - "parent"
3095   - "throughput"
3096
3097 # VPP Performance Changes 3n-hsw 2t2c ndr
3098 - type: "table"
3099   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3100   algorithm: "table_perf_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3102   history:
3103     - title: "rls1904"
3104       data: "vpp-performance-changes-3n-hsw-h1"
3105   reference:
3106     title: "rls1908"
3107     data: "vpp-performance-changes-3n-hsw-ref"
3108     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3109   compare:
3110     title: "rls2001"
3111     data: "vpp-performance-changes-3n-hsw-cmp"
3112   data: "vpp-performance-changes-3n-hsw"
3113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3114   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3115   parameters:
3116   - "name"
3117   - "parent"
3118   - "throughput"
3119
3120 # VPP Performance Changes 3n-skx 2t1c pdr
3121 - type: "table"
3122   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3123   algorithm: "table_perf_comparison_nic"
3124   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3125   history:
3126     - title: "rls1904 x710"
3127       data: "vpp-performance-changes-3n-skx-h1"
3128       nic: "NIC_Intel-X710"
3129   reference:
3130     title: "rls1908 xxv710"
3131     data: "vpp-performance-changes-3n-skx-ref"
3132     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3133     nic: "NIC_Intel-XXV710"
3134   compare:
3135     title: "rls2001 xxv710"
3136     data: "vpp-performance-changes-3n-skx-cmp"
3137     nic: "NIC_Intel-XXV710"
3138   data: "vpp-performance-changes-3n-skx"
3139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3140   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3141   parameters:
3142   - "name"
3143   - "parent"
3144   - "throughput"
3145   - "tags"
3146
3147 # VPP Performance Changes 3n-skx 4t2c pdr
3148 - type: "table"
3149   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3150   algorithm: "table_perf_comparison_nic"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3152   history:
3153     - title: "rls1904 x710"
3154       data: "vpp-performance-changes-3n-skx-h1"
3155       nic: "NIC_Intel-X710"
3156   reference:
3157     title: "rls1908 x710"
3158     data: "vpp-performance-changes-3n-skx-ref"
3159     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3160     nic: "NIC_Intel-X710"
3161   compare:
3162     title: "rls2001 xxv710"
3163     data: "vpp-performance-changes-3n-skx-cmp"
3164     nic: "NIC_Intel-XXV710"
3165   data: "vpp-performance-changes-3n-skx"
3166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3167   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3168   parameters:
3169   - "name"
3170   - "parent"
3171   - "throughput"
3172   - "tags"
3173
3174 # VPP Performance Changes 3n-skx 2t1c ndr
3175 - type: "table"
3176   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3177   algorithm: "table_perf_comparison_nic"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3179   history:
3180     - title: "rls1904 x710"
3181       data: "vpp-performance-changes-3n-skx-h1"
3182       nic: "NIC_Intel-X710"
3183   reference:
3184     title: "rls1908 x710"
3185     data: "vpp-performance-changes-3n-skx-ref"
3186     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3187     nic: "NIC_Intel-X710"
3188   compare:
3189     title: "rls2001 xxv710"
3190     data: "vpp-performance-changes-3n-skx-cmp"
3191     nic: "NIC_Intel-XXV710"
3192   data: "vpp-performance-changes-3n-skx"
3193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3194   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3195   parameters:
3196   - "name"
3197   - "parent"
3198   - "throughput"
3199   - "tags"
3200
3201 # VPP Performance Changes 3n-skx 4t2c ndr
3202 - type: "table"
3203   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3204   algorithm: "table_perf_comparison_nic"
3205   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3206   history:
3207     - title: "rls1904 x710"
3208       data: "vpp-performance-changes-3n-skx-h1"
3209       nic: "NIC_Intel-X710"
3210   reference:
3211     title: "rls1908 x710"
3212     data: "vpp-performance-changes-3n-skx-ref"
3213     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3214     nic: "NIC_Intel-X710"
3215   compare:
3216     title: "rls2001 xxv710"
3217     data: "vpp-performance-changes-3n-skx-cmp"
3218     nic: "NIC_Intel-XXV710"
3219   data: "vpp-performance-changes-3n-skx"
3220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "throughput"
3226   - "tags"
3227
3228 # VPP Performance Changes 2n-skx 2t1c pdr
3229 - type: "table"
3230   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3231   algorithm: "table_perf_comparison_nic"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3233   history:
3234     - title: "rls1904 x710"
3235       data: "vpp-performance-changes-2n-skx-h1"
3236       nic: "NIC_Intel-X710"
3237   reference:
3238     title: "rls1908 xxv710"
3239     data: "vpp-performance-changes-2n-skx-ref"
3240 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3241     nic: "NIC_Intel-XXV710"
3242   compare:
3243     title: "rls2001 xxv710"
3244     data: "vpp-performance-changes-2n-skx-cmp"
3245     nic: "NIC_Intel-XXV710"
3246   data: "vpp-performance-changes-2n-skx"
3247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3249   parameters:
3250   - "name"
3251   - "parent"
3252   - "throughput"
3253   - "tags"
3254
3255 # VPP Performance Changes 2n-skx 4t2c pdr
3256 - type: "table"
3257   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3258   algorithm: "table_perf_comparison_nic"
3259   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3260   history:
3261     - title: "rls1904 x710"
3262       data: "vpp-performance-changes-2n-skx-h1"
3263       nic: "NIC_Intel-X710"
3264   reference:
3265     title: "rls1908 xxv710"
3266     data: "vpp-performance-changes-2n-skx-ref"
3267     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3268     nic: "NIC_Intel-XXV710"
3269   compare:
3270     title: "rls2001 xxv710"
3271     data: "vpp-performance-changes-2n-skx-cmp"
3272     nic: "NIC_Intel-XXV710"
3273   data: "vpp-performance-changes-2n-skx"
3274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3275   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3276   parameters:
3277   - "name"
3278   - "parent"
3279   - "throughput"
3280   - "tags"
3281
3282 # VPP Performance Changes 2n-skx 2t1c ndr
3283 - type: "table"
3284   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3285   algorithm: "table_perf_comparison_nic"
3286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3287   history:
3288     - title: "rls1904 x710"
3289       data: "vpp-performance-changes-2n-skx-h1"
3290       nic: "NIC_Intel-X710"
3291   reference:
3292     title: "rls1908 xxv710"
3293     data: "vpp-performance-changes-2n-skx-ref"
3294     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3295     nic: "NIC_Intel-XXV710"
3296   compare:
3297     title: "rls2001 xxv710"
3298     data: "vpp-performance-changes-2n-skx-cmp"
3299     nic: "NIC_Intel-XXV710"
3300   data: "vpp-performance-changes-2n-skx"
3301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3302   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3303   parameters:
3304   - "name"
3305   - "parent"
3306   - "throughput"
3307   - "tags"
3308
3309 # VPP Performance Changes 2n-skx 4t2c ndr
3310 - type: "table"
3311   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3312   algorithm: "table_perf_comparison_nic"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3314   history:
3315     - title: "rls1904 x710"
3316       data: "vpp-performance-changes-2n-skx-h1"
3317       nic: "NIC_Intel-X710"
3318   reference:
3319     title: "rls1908 xxv710"
3320     data: "vpp-performance-changes-2n-skx-ref"
3321     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3322     nic: "NIC_Intel-XXV710"
3323   compare:
3324     title: "rls2001 xxv710"
3325     data: "vpp-performance-changes-2n-skx-cmp"
3326     nic: "NIC_Intel-XXV710"
3327   data: "vpp-performance-changes-2n-skx"
3328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3330   parameters:
3331   - "name"
3332   - "parent"
3333   - "throughput"
3334   - "tags"
3335
3336 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3337 #- type: "table"
3338 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3339 #  algorithm: "table_perf_comparison"
3340 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3341 #  reference:
3342 #    title: "rls1908"
3343 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3344 #  compare:
3345 #    title: "rls2001"
3346 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3347 #  data: "vpp-performance-changes-nfv-2n-skx"
3348 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3349 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3350 #  parameters:
3351 #  - "name"
3352 #  - "parent"
3353 #  - "throughput"
3354 #  - "tags"
3355 #
3356 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3357 #- type: "table"
3358 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3359 #  algorithm: "table_perf_comparison"
3360 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3361 #  reference:
3362 #    title: "rls1908"
3363 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3364 #  compare:
3365 #    title: "rls2001"
3366 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3367 #  data: "vpp-performance-changes-nfv-2n-skx"
3368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3369 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3370 #  parameters:
3371 #  - "name"
3372 #  - "parent"
3373 #  - "throughput"
3374 #  - "tags"
3375 #
3376 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3377 #- type: "table"
3378 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3379 #  algorithm: "table_perf_comparison"
3380 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3381 #  reference:
3382 #    title: "rls1908"
3383 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3384 #  compare:
3385 #    title: "rls2001"
3386 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3387 #  data: "vpp-performance-changes-nfv-2n-skx"
3388 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3389 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3390 #  parameters:
3391 #  - "name"
3392 #  - "parent"
3393 #  - "throughput"
3394 #  - "tags"
3395 #
3396 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3397 #- type: "table"
3398 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3399 #  algorithm: "table_perf_comparison"
3400 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3401 #  reference:
3402 #    title: "rls1908"
3403 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3404 #  compare:
3405 #    title: "rls2001"
3406 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3407 #  data: "vpp-performance-changes-nfv-2n-skx"
3408 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3409 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3410 #  parameters:
3411 #  - "name"
3412 #  - "parent"
3413 #  - "throughput"
3414 #  - "tags"
3415
3416 # VPP Performance Changes 2n-dnv 1t1c pdr
3417 - type: "table"
3418   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3419   algorithm: "table_perf_comparison"
3420   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3421   reference:
3422     title: "rls1908"
3423     data: "vpp-performance-changes-2n-dnv-ref"
3424   compare:
3425     title: "rls2001"
3426     data: "vpp-performance-changes-2n-dnv-cmp"
3427   data: "vpp-performance-changes-2n-dnv"
3428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3429   filter: "'1T1C'"
3430   parameters:
3431   - "name"
3432   - "parent"
3433   - "throughput"
3434   - "tags"
3435
3436 # VPP Performance Changes 2n-dnv 2t2c pdr
3437 - type: "table"
3438   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3439   algorithm: "table_perf_comparison"
3440   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3441   reference:
3442     title: "rls1908"
3443     data: "vpp-performance-changes-2n-dnv-ref"
3444   compare:
3445     title: "rls2001"
3446     data: "vpp-performance-changes-2n-dnv-cmp"
3447   data: "vpp-performance-changes-2n-dnv"
3448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3449   filter: "'2T2C'"
3450   parameters:
3451   - "name"
3452   - "parent"
3453   - "throughput"
3454   - "tags"
3455
3456 # VPP Performance Changes 2n-dnv 1t1c ndr
3457 - type: "table"
3458   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3459   algorithm: "table_perf_comparison"
3460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3461   reference:
3462     title: "rls1908"
3463     data: "vpp-performance-changes-2n-dnv-ref"
3464   compare:
3465     title: "rls2001"
3466     data: "vpp-performance-changes-2n-dnv-cmp"
3467   data: "vpp-performance-changes-2n-dnv"
3468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'1T1C'"
3470   parameters:
3471   - "name"
3472   - "parent"
3473   - "throughput"
3474   - "tags"
3475
3476 # VPP Performance Changes 2n-dnv 2t2c ndr
3477 - type: "table"
3478   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3479   algorithm: "table_perf_comparison"
3480   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3481   reference:
3482     title: "rls1908 "
3483     data: "vpp-performance-changes-2n-dnv-ref"
3484   compare:
3485     title: "rls2001"
3486     data: "vpp-performance-changes-2n-dnv-cmp"
3487   data: "vpp-performance-changes-2n-dnv"
3488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'2T2C'"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "throughput"
3494   - "tags"
3495
3496 # VPP Performance Changes 3n-dnv 1t1c pdr
3497 - type: "table"
3498   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3499   algorithm: "table_perf_comparison"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3501   reference:
3502     title: "rls1908"
3503     data: "vpp-performance-changes-3n-dnv-ref"
3504   compare:
3505     title: "rls2001"
3506     data: "vpp-performance-changes-3n-dnv-cmp"
3507   data: "vpp-performance-changes-3n-dnv"
3508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3509   filter: "'1T1C'"
3510   parameters:
3511   - "name"
3512   - "parent"
3513   - "throughput"
3514   - "tags"
3515
3516 # VPP Performance Changes 3n-dnv 2t2c pdr
3517 - type: "table"
3518   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3519   algorithm: "table_perf_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3521   reference:
3522     title: "rls1908"
3523     data: "vpp-performance-changes-3n-dnv-ref"
3524   compare:
3525     title: "rls2001"
3526     data: "vpp-performance-changes-3n-dnv-cmp"
3527   data: "vpp-performance-changes-3n-dnv"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'2T2C'"
3530   parameters:
3531   - "name"
3532   - "parent"
3533   - "throughput"
3534   - "tags"
3535
3536 # VPP Performance Changes 3n-dnv 1t1c ndr
3537 - type: "table"
3538   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3539   algorithm: "table_perf_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3541   reference:
3542     title: "rls1908"
3543     data: "vpp-performance-changes-3n-dnv-ref"
3544   compare:
3545     title: "rls2001"
3546     data: "vpp-performance-changes-3n-dnv-cmp"
3547   data: "vpp-performance-changes-3n-dnv"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'1T1C'"
3550   parameters:
3551   - "name"
3552   - "parent"
3553   - "throughput"
3554   - "tags"
3555
3556 # VPP Performance Changes 3n-dnv 2t2c ndr
3557 - type: "table"
3558   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3559   algorithm: "table_perf_comparison"
3560   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3561   reference:
3562     title: "rls1908"
3563     data: "vpp-performance-changes-3n-dnv-ref"
3564   compare:
3565     title: "rls2001"
3566     data: "vpp-performance-changes-3n-dnv-cmp"
3567   data: "vpp-performance-changes-3n-dnv"
3568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'2T2C'"
3570   parameters:
3571   - "name"
3572   - "parent"
3573   - "throughput"
3574   - "tags"
3575
3576 # VPP Performance Changes 3n-tsh 1t1c pdr
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3579   algorithm: "table_perf_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3581   reference:
3582     title: "rls1908"
3583     data: "vpp-performance-changes-3n-tsh-ref"
3584   compare:
3585     title: "rls2001"
3586     data: "vpp-performance-changes-3n-tsh-cmp"
3587   data: "vpp-performance-changes-3n-tsh"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'1T1C'"
3590   parameters:
3591   - "name"
3592   - "parent"
3593   - "throughput"
3594   - "tags"
3595
3596 # VPP Performance Changes 3n-tsh 2t2c pdr
3597 - type: "table"
3598   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3599   algorithm: "table_perf_comparison"
3600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3601   reference:
3602     title: "rls1908"
3603     data: "vpp-performance-changes-3n-tsh-ref"
3604   compare:
3605     title: "rls2001"
3606     data: "vpp-performance-changes-3n-tsh-cmp"
3607   data: "vpp-performance-changes-3n-tsh"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'2T2C'"
3610   parameters:
3611   - "name"
3612   - "parent"
3613   - "throughput"
3614   - "tags"
3615
3616 # VPP Performance Changes 3n-tsh 1t1c ndr
3617 - type: "table"
3618   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3619   algorithm: "table_perf_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3621   reference:
3622     title: "rls1908"
3623     data: "vpp-performance-changes-3n-tsh-ref"
3624   compare:
3625     title: "rls2001"
3626     data: "vpp-performance-changes-3n-tsh-cmp"
3627   data: "vpp-performance-changes-3n-tsh"
3628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'1T1C'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634   - "tags"
3635
3636 # VPP Performance Changes 3n-tsh 2t2c ndr
3637 - type: "table"
3638   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3639   algorithm: "table_perf_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3641   reference:
3642     title: "rls1908"
3643     data: "vpp-performance-changes-3n-tsh-ref"
3644   compare:
3645     title: "rls2001"
3646     data: "vpp-performance-changes-3n-tsh-cmp"
3647   data: "vpp-performance-changes-3n-tsh"
3648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'2T2C'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "throughput"
3654   - "tags"
3655
3656 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3657 - type: "table"
3658   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3659   algorithm: "table_perf_comparison_nic"
3660   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3661   reference:
3662     title: "3n-hsw xl710"
3663     data: "vpp-compare-testbeds-ref"
3664     nic: "NIC_Intel-XL710"
3665   compare:
3666     title: "3n-skx xxv710"
3667     data: "vpp-compare-testbeds-cmp"
3668     nic: "NIC_Intel-XXV710"
3669   data: "vpp-compare-testbeds"
3670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3671   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3672   parameters:
3673   - "name"
3674   - "parent"
3675   - "throughput"
3676   - "tags"
3677
3678 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3679 - type: "table"
3680   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3681   algorithm: "table_perf_comparison_nic"
3682   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3683   reference:
3684     title: "3n-hsw xl710"
3685     data: "vpp-compare-testbeds-ref"
3686     nic: "NIC_Intel-XL710"
3687   compare:
3688     title: "3n-skx xxv710"
3689     data: "vpp-compare-testbeds-cmp"
3690     nic: "NIC_Intel-XXV710"
3691   data: "vpp-compare-testbeds"
3692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3693   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3694   parameters:
3695   - "name"
3696   - "parent"
3697   - "throughput"
3698   - "tags"
3699
3700 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3701 - type: "table"
3702   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3703   algorithm: "table_perf_comparison_nic"
3704   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3705   reference:
3706     title: "3n-hsw xl710"
3707     data: "vpp-compare-testbeds-ref"
3708     nic: "NIC_Intel-XL710"
3709   compare:
3710     title: "3n-skx xxv710"
3711     data: "vpp-compare-testbeds-cmp"
3712     nic: "NIC_Intel-XXV710"
3713   data: "vpp-compare-testbeds"
3714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3715   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3716   parameters:
3717   - "name"
3718   - "parent"
3719   - "throughput"
3720   - "tags"
3721
3722 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3723 - type: "table"
3724   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3725   algorithm: "table_perf_comparison_nic"
3726   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3727   reference:
3728     title: "3n-hsw xl710"
3729     data: "vpp-compare-testbeds-ref"
3730     nic: "NIC_Intel-XL710"
3731   compare:
3732     title: "3n-skx xxv710"
3733     data: "vpp-compare-testbeds-cmp"
3734     nic: "NIC_Intel-XXV710"
3735   data: "vpp-compare-testbeds"
3736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3737   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3738   parameters:
3739   - "name"
3740   - "parent"
3741   - "throughput"
3742   - "tags"
3743
3744 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3745 - type: "table"
3746   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3747   algorithm: "table_perf_comparison"
3748   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3749   reference:
3750     title: "2n-skx"
3751     data: "vpp-compare-testbeds-skx-clx-ref"
3752   compare:
3753     title: "2n-clx"
3754     data: "vpp-compare-testbeds-skx-clx-cmp"
3755   data: "vpp-compare-testbeds-skx-clx"
3756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3757   filter: "'2T1C'"
3758   parameters:
3759   - "name"
3760   - "parent"
3761   - "throughput"
3762   - "tags"
3763
3764 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3765 - type: "table"
3766   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3767   algorithm: "table_perf_comparison"
3768   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3769   reference:
3770     title: "2n-skx"
3771     data: "vpp-compare-testbeds-skx-clx-ref"
3772   compare:
3773     title: "2n-clx"
3774     data: "vpp-compare-testbeds-skx-clx-cmp"
3775   data: "vpp-compare-testbeds-skx-clx"
3776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'4T2C'"
3778   parameters:
3779   - "name"
3780   - "parent"
3781   - "throughput"
3782   - "tags"
3783
3784 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3785 - type: "table"
3786   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3787   algorithm: "table_perf_comparison"
3788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3789   reference:
3790     title: "2n-skx"
3791     data: "vpp-compare-testbeds-skx-clx-ref"
3792   compare:
3793     title: "2n-clx"
3794     data: "vpp-compare-testbeds-skx-clx-cmp"
3795   data: "vpp-compare-testbeds-skx-clx"
3796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3797   filter: "'2T1C'"
3798   parameters:
3799   - "name"
3800   - "parent"
3801   - "throughput"
3802   - "tags"
3803
3804 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3805 - type: "table"
3806   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3807   algorithm: "table_perf_comparison"
3808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3809   reference:
3810     title: "2n-skx"
3811     data: "vpp-compare-testbeds-skx-clx-ref"
3812   compare:
3813     title: "2n-clx"
3814     data: "vpp-compare-testbeds-skx-clx-cmp"
3815   data: "vpp-compare-testbeds-skx-clx"
3816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'4T2C'"
3818   parameters:
3819   - "name"
3820   - "parent"
3821   - "throughput"
3822   - "tags"
3823
3824 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3825 - type: "table"
3826   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3827   algorithm: "table_perf_comparison_nic"
3828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3829   reference:
3830     title: "3n-hsw xl710"
3831     data: "vpp-compare-testbeds-hsw-clx-ref"
3832     nic: "NIC_Intel-XL710"
3833   compare:
3834     title: "2n-clx xxv710"
3835     data: "vpp-compare-testbeds-hsw-clx-cmp"
3836     nic: "NIC_Intel-XXV710"
3837   data: "vpp-compare-testbeds-hsw-clx"
3838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3839   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3840   parameters:
3841   - "name"
3842   - "parent"
3843   - "throughput"
3844   - "tags"
3845
3846 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3847 - type: "table"
3848   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3849   algorithm: "table_perf_comparison_nic"
3850   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3851   reference:
3852     title: "3n-hsw xl710"
3853     data: "vpp-compare-testbeds-hsw-clx-ref"
3854     nic: "NIC_Intel-XL710"
3855   compare:
3856     title: "2n-clx xxv710"
3857     data: "vpp-compare-testbeds-hsw-clx-cmp"
3858     nic: "NIC_Intel-XXV710"
3859   data: "vpp-compare-testbeds-hsw-clx"
3860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3861   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3862   parameters:
3863   - "name"
3864   - "parent"
3865   - "throughput"
3866   - "tags"
3867
3868 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3869 - type: "table"
3870   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3871   algorithm: "table_perf_comparison_nic"
3872   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3873   reference:
3874     title: "3n-hsw xl710"
3875     data: "vpp-compare-testbeds-hsw-clx-ref"
3876     nic: "NIC_Intel-XL710"
3877   compare:
3878     title: "2n-clx xxv710"
3879     data: "vpp-compare-testbeds-hsw-clx-cmp"
3880     nic: "NIC_Intel-XXV710"
3881   data: "vpp-compare-testbeds-hsw-clx"
3882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3883   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3884   parameters:
3885   - "name"
3886   - "parent"
3887   - "throughput"
3888   - "tags"
3889
3890 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3891 - type: "table"
3892   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3893   algorithm: "table_perf_comparison_nic"
3894   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3895   reference:
3896     title: "3n-hsw xl710"
3897     data: "vpp-compare-testbeds-hsw-clx-ref"
3898     nic: "NIC_Intel-XL710"
3899   compare:
3900     title: "2n-clx xxv710"
3901     data: "vpp-compare-testbeds-hsw-clx-cmp"
3902     nic: "NIC_Intel-XXV710"
3903   data: "vpp-compare-testbeds-hsw-clx"
3904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3905   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "throughput"
3910   - "tags"
3911
3912 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3913 - type: "table"
3914   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3915   algorithm: "table_perf_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3917   reference:
3918     title: "3-Node Skx"
3919     data: "vpp-compare-topologies-ref"
3920   compare:
3921     title: "2-Node Skx"
3922     data: "vpp-compare-topologies-cmp"
3923   data: "vpp-compare-topologies"
3924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'NDRPDR' and '1C'"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "throughput"
3930
3931 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3932 - type: "table"
3933   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3934   algorithm: "table_perf_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3936   reference:
3937     title: "3-Node Skx"
3938     data: "vpp-compare-topologies-ref"
3939   compare:
3940     title: "2-Node Skx"
3941     data: "vpp-compare-topologies-cmp"
3942   data: "vpp-compare-topologies"
3943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3944   filter: "'NDRPDR' and '2C'"
3945   parameters:
3946   - "name"
3947   - "parent"
3948   - "throughput"
3949
3950 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3951 - type: "table"
3952   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3953   algorithm: "table_perf_comparison"
3954   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3955   reference:
3956     title: "3-Node Skx"
3957     data: "vpp-compare-topologies-ref"
3958   compare:
3959     title: "2-Node Skx"
3960     data: "vpp-compare-topologies-cmp"
3961   data: "vpp-compare-topologies"
3962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3963   filter: "'NDRPDR' and '1C'"
3964   parameters:
3965   - "name"
3966   - "parent"
3967   - "throughput"
3968
3969 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3970 - type: "table"
3971   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3972   algorithm: "table_perf_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3974   reference:
3975     title: "3-Node Skx"
3976     data: "vpp-compare-topologies-ref"
3977   compare:
3978     title: "2-Node Skx"
3979     data: "vpp-compare-topologies-cmp"
3980   data: "vpp-compare-topologies"
3981   include-tests: "PDR"
3982   filter: "'NDRPDR' and '2C'"
3983   parameters:
3984   - "name"
3985   - "parent"
3986   - "throughput"
3987
3988 # VPP Performance Changes 3n-hsw 1t1c MRR
3989 - type: "table"
3990   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3991   algorithm: "table_perf_comparison"
3992   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3993   history:
3994     - title: "rls1904"
3995       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3996   reference:
3997     title: "rls1908"
3998     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3999   compare:
4000     title: "rls2001"
4001     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4002   data: "vpp-performance-changes-3n-hsw-mrr"
4003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4004   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4005   parameters:
4006   - "name"
4007   - "parent"
4008   - "result"
4009
4010 # VPP Performance Changes 3n-hsw 2t2c MRR
4011 - type: "table"
4012   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4013   algorithm: "table_perf_comparison"
4014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4015   history:
4016     - title: "rls1904"
4017       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4018   reference:
4019     title: "rls1908"
4020     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4021   compare:
4022     title: "rls2001"
4023     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4024   data: "vpp-performance-changes-3n-hsw-mrr"
4025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4026   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4027   parameters:
4028   - "name"
4029   - "parent"
4030   - "result"
4031
4032 # VPP Performance Changes 3n-hsw 4t4c MRR
4033 - type: "table"
4034   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4035   algorithm: "table_perf_comparison"
4036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4037   history:
4038     - title: "rls1904"
4039       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4040   reference:
4041     title: "rls1908"
4042     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4043   compare:
4044     title: "rls2001"
4045     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4046   data: "vpp-performance-changes-3n-hsw-mrr"
4047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4048   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4049   parameters:
4050   - "name"
4051   - "parent"
4052   - "result"
4053
4054 ## VPP Performance Changes 3n-skx 2t1c MRR
4055 #- type: "table"
4056 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4057 #  algorithm: "table_perf_comparison"
4058 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4059 #  history:
4060 #    - title: "rls1904"
4061 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4062 #  reference:
4063 #    title: "rls1908"
4064 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4065 #  compare:
4066 #    title: "rls2001"
4067 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4068 #  data: "vpp-performance-changes-3n-skx-mrr"
4069 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4070 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4071 #  parameters:
4072 #  - "name"
4073 #  - "parent"
4074 #  - "result"
4075 #
4076 ## VPP Performance Changes 3n-skx 4t2c MRR
4077 #- type: "table"
4078 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4079 #  algorithm: "table_perf_comparison"
4080 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4081 #  history:
4082 #    - title: "rls1904"
4083 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4084 #  reference:
4085 #    title: "rls1908"
4086 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4087 #  compare:
4088 #    title: "rls2001"
4089 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4090 #  data: "vpp-performance-changes-3n-skx-mrr"
4091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4092 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4093 #  parameters:
4094 #  - "name"
4095 #  - "parent"
4096 #  - "result"
4097 #
4098 ## VPP Performance Changes 3n-skx 8t4c MRR
4099 #- type: "table"
4100 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4101 #  algorithm: "table_perf_comparison"
4102 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4103 #  history:
4104 #    - title: "rls1904"
4105 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4106 #  reference:
4107 #    title: "rls1908"
4108 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4109 #  compare:
4110 #    title: "rls2001"
4111 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4112 #  data: "vpp-performance-changes-3n-skx-mrr"
4113 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4114 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4115 #  parameters:
4116 #  - "name"
4117 #  - "parent"
4118 #  - "result"
4119 #
4120 ## VPP Performance Changes 2n-skx 2t1c MRR
4121 #- type: "table"
4122 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4123 #  algorithm: "table_perf_comparison"
4124 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4125 #  history:
4126 #    - title: "rls1904"
4127 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4128 #  reference:
4129 #    title: "rls1908"
4130 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4131 #  compare:
4132 #    title: "rls2001"
4133 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4134 #  data: "vpp-performance-changes-2n-skx-mrr"
4135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4136 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4137 #  parameters:
4138 #  - "name"
4139 #  - "parent"
4140 #  - "result"
4141 #
4142 ## VPP Performance Changes 2n-skx 4t2c MRR
4143 #- type: "table"
4144 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4145 #  algorithm: "table_perf_comparison"
4146 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4147 #  history:
4148 #    - title: "rls1904"
4149 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4150 #  reference:
4151 #    title: "rls1908"
4152 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4153 #  compare:
4154 #    title: "rls2001"
4155 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4156 #  data: "vpp-performance-changes-2n-skx-mrr"
4157 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4158 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4159 #  parameters:
4160 #  - "name"
4161 #  - "parent"
4162 #  - "result"
4163 #
4164 ## VPP Performance Changes 2n-skx 8t4c MRR
4165 #- type: "table"
4166 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4167 #  algorithm: "table_perf_comparison"
4168 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4169 #  history:
4170 #    - title: "rls1904"
4171 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4172 #  reference:
4173 #    title: "rls1908"
4174 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4175 #  compare:
4176 #    title: "rls2001"
4177 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4178 #  data: "vpp-performance-changes-2n-skx-mrr"
4179 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4180 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4181 #  parameters:
4182 #  - "name"
4183 #  - "parent"
4184 #  - "result"
4185 #
4186 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4187 #- type: "table"
4188 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4189 #  algorithm: "table_perf_comparison"
4190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4191 #  reference:
4192 #    title: "rls1908"
4193 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4194 #  compare:
4195 #    title: "rls2001"
4196 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4197 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4198 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4199 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4200 #  parameters:
4201 #  - "name"
4202 #  - "parent"
4203 #  - "result"
4204 #
4205 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4206 #- type: "table"
4207 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4208 #  algorithm: "table_perf_comparison"
4209 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4210 #  reference:
4211 #    title: "rls1908"
4212 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4213 #  compare:
4214 #    title: "rls2001"
4215 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4216 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4218 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4219 #  parameters:
4220 #  - "name"
4221 #  - "parent"
4222 #  - "result"
4223 #
4224 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4225 #- type: "table"
4226 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4227 #  algorithm: "table_perf_comparison"
4228 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4229 #  reference:
4230 #    title: "rls1908"
4231 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4232 #  compare:
4233 #    title: "rls2001"
4234 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4235 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4236 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4237 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4238 #  parameters:
4239 #  - "name"
4240 #  - "parent"
4241 #  - "result"
4242
4243 # VPP Performance Changes 2n-dnv 1t1c MRR
4244 - type: "table"
4245   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4246   algorithm: "table_perf_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4248   reference:
4249     title: "rls1908"
4250     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4251   compare:
4252     title: "rls2001"
4253     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4254   data: "vpp-performance-changes-2n-dnv-mrr"
4255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4256   filter: "'1T1C' and 'MRR'"
4257   parameters:
4258   - "name"
4259   - "parent"
4260   - "result"
4261
4262 # VPP Performance Changes 2n-dnv 2t2c MRR
4263 - type: "table"
4264   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4265   algorithm: "table_perf_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4267   reference:
4268     title: "rls1908"
4269     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4270   compare:
4271     title: "rls2001"
4272     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4273   data: "vpp-performance-changes-2n-dnv-mrr"
4274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4275   filter: "'2T2C' and 'MRR'"
4276   parameters:
4277   - "name"
4278   - "parent"
4279   - "result"
4280
4281 # VPP Performance Changes 2n-dnv 4t4c MRR
4282 - type: "table"
4283   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4284   algorithm: "table_perf_comparison"
4285   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4286   reference:
4287     title: "rls1908"
4288     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4289   compare:
4290     title: "rls2001"
4291     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4292   data: "vpp-performance-changes-2n-dnv-mrr"
4293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4294   filter: "'4T4C' and 'MRR'"
4295   parameters:
4296   - "name"
4297   - "parent"
4298   - "result"
4299
4300 # VPP Performance Changes 3n-dnv 1t1c MRR
4301 - type: "table"
4302   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4303   algorithm: "table_perf_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4305   reference:
4306     title: "rls1908"
4307     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4308   compare:
4309     title: "rls2001"
4310     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4311   data: "vpp-performance-changes-3n-dnv-mrr"
4312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4313   filter: "'1T1C' and 'MRR'"
4314   parameters:
4315   - "name"
4316   - "parent"
4317   - "result"
4318
4319 # VPP Performance Changes 3n-dnv 2t2c MRR
4320 - type: "table"
4321   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4322   algorithm: "table_perf_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4324   reference:
4325     title: "rls1908"
4326     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4327   compare:
4328     title: "rls2001"
4329     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4330   data: "vpp-performance-changes-3n-dnv-mrr"
4331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4332   filter: "'2T2C' and 'MRR'"
4333   parameters:
4334   - "name"
4335   - "parent"
4336   - "result"
4337
4338 # VPP Performance Changes 3n-dnv 4t4c MRR
4339 - type: "table"
4340   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4341   algorithm: "table_perf_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4343   reference:
4344     title: "rls1908"
4345     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4346   compare:
4347     title: "rls2001"
4348     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4349   data: "vpp-performance-changes-3n-dnv-mrr"
4350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4351   filter: "'4T4C' and 'MRR'"
4352   parameters:
4353   - "name"
4354   - "parent"
4355   - "result"
4356
4357 # VPP Performance Changes 3n-tsh 1t1c MRR
4358 - type: "table"
4359   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4360   algorithm: "table_perf_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4362   reference:
4363     title: "rls1908"
4364     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4365   compare:
4366     title: "rls2001"
4367     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4368   data: "vpp-performance-changes-3n-tsh-mrr"
4369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4370   filter: "'1T1C' and 'MRR'"
4371   parameters:
4372   - "name"
4373   - "parent"
4374   - "result"
4375
4376 # VPP Performance Changes 3n-tsh 2t2c MRR
4377 - type: "table"
4378   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4379   algorithm: "table_perf_comparison"
4380   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4381   reference:
4382     title: "rls1908"
4383     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4384   compare:
4385     title: "rls2001"
4386     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4387   data: "vpp-performance-changes-3n-tsh-mrr"
4388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4389   filter: "'2T2C' and 'MRR'"
4390   parameters:
4391   - "name"
4392   - "parent"
4393   - "result"
4394
4395 # VPP Performance Changes 3n-tsh 4t4c MRR
4396 - type: "table"
4397   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4398   algorithm: "table_perf_comparison"
4399   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4400   reference:
4401     title: "rls1908"
4402     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4403   compare:
4404     title: "rls2001"
4405     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4406   data: "vpp-performance-changes-3n-tsh-mrr"
4407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4408   filter: "'4T4C' and 'MRR'"
4409   parameters:
4410   - "name"
4411   - "parent"
4412   - "result"
4413
4414 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4415 #- type: "table"
4416 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4417 #  algorithm: "table_perf_comparison_nic"
4418 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4419 #  reference:
4420 #    title: "3n-hsw xl710"
4421 #    data: "vpp-compare-testbeds-mrr-ref"
4422 #    nic: "NIC_Intel-XL710"
4423 #  compare:
4424 #    title: "3n-skx xxv710"
4425 #    data: "vpp-compare-testbeds-mrr-cmp"
4426 #    nic: "NIC_Intel-XXV710"
4427 #  data: "vpp-compare-testbeds-mrr"
4428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4429 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4430 #  parameters:
4431 #  - "name"
4432 #  - "parent"
4433 #  - "result"
4434 #  - "tags"
4435 #
4436 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4437 #- type: "table"
4438 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4439 #  algorithm: "table_perf_comparison_nic"
4440 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4441 #  reference:
4442 #    title: "3n-hsw xl710"
4443 #    data: "vpp-compare-testbeds-mrr-ref"
4444 #    nic: "NIC_Intel-XL710"
4445 #  compare:
4446 #    title: "3n-skx xxv710"
4447 #    data: "vpp-compare-testbeds-mrr-cmp"
4448 #    nic: "NIC_Intel-XXV710"
4449 #  data: "vpp-compare-testbeds-mrr"
4450 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4451 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4452 #  parameters:
4453 #  - "name"
4454 #  - "parent"
4455 #  - "result"
4456 #  - "tags"
4457 #
4458 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4459 #- type: "table"
4460 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4461 #  algorithm: "table_perf_comparison_nic"
4462 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4463 #  reference:
4464 #    title: "3n-hsw xl710"
4465 #    data: "vpp-compare-testbeds-mrr-ref"
4466 #    nic: "NIC_Intel-XL710"
4467 #  compare:
4468 #    title: "3n-skx xxv710"
4469 #    data: "vpp-compare-testbeds-mrr-cmp"
4470 #    nic: "NIC_Intel-XXV710"
4471 #  data: "vpp-compare-testbeds-mrr"
4472 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4473 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4474 #  parameters:
4475 #  - "name"
4476 #  - "parent"
4477 #  - "result"
4478 #  - "tags"
4479
4480 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4481 #- type: "table"
4482 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4483 #  algorithm: "table_perf_comparison"
4484 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4485 #  reference:
4486 #    title: "2n-skx"
4487 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4488 #  compare:
4489 #    title: "2n-clx"
4490 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4491 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4492 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4493 #  filter: "'2T1C'"
4494 #  parameters:
4495 #  - "name"
4496 #  - "parent"
4497 #  - "result"
4498 #  - "tags"
4499 #
4500 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4501 #- type: "table"
4502 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4503 #  algorithm: "table_perf_comparison"
4504 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4505 #  reference:
4506 #    title: "2n-skx"
4507 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4508 #  compare:
4509 #    title: "2n-clx"
4510 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4511 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4512 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4513 #  filter: "'4T2C'"
4514 #  parameters:
4515 #  - "name"
4516 #  - "parent"
4517 #  - "result"
4518 #  - "tags"
4519 #
4520 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4521 #- type: "table"
4522 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4523 #  algorithm: "table_perf_comparison"
4524 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4525 #  reference:
4526 #    title: "2n-skx"
4527 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4528 #  compare:
4529 #    title: "2n-clx"
4530 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4531 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4532 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533 #  filter: "'8T4C'"
4534 #  parameters:
4535 #  - "name"
4536 #  - "parent"
4537 #  - "result"
4538 #  - "tags"
4539 #
4540 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4541 #- type: "table"
4542 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4543 #  algorithm: "table_perf_comparison"
4544 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4545 #  reference:
4546 #    title: "3-Node Skx"
4547 #    data: "vpp-compare-topologies-mrr-ref"
4548 #  compare:
4549 #    title: "2-Node Skx"
4550 #    data: "vpp-compare-topologies-mrr-cmp"
4551 #  data: "vpp-compare-topologies-mrr"
4552 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553 #  filter: "'MRR' and '1C'"
4554 #  parameters:
4555 #  - "name"
4556 #  - "parent"
4557 #  - "result"
4558 #
4559 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4560 #- type: "table"
4561 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4562 #  algorithm: "table_perf_comparison"
4563 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4564 #  reference:
4565 #    title: "3-Node Skx"
4566 #    data: "vpp-compare-topologies-mrr-ref"
4567 #  compare:
4568 #    title: "2-Node Skx"
4569 #    data: "vpp-compare-topologies-mrr-cmp"
4570 #  data: "vpp-compare-topologies-mrr"
4571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572 #  filter: "'MRR' and '2C'"
4573 #  parameters:
4574 #  - "name"
4575 #  - "parent"
4576 #  - "result"
4577 #
4578 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4579 #- type: "table"
4580 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4581 #  algorithm: "table_perf_comparison"
4582 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4583 #  reference:
4584 #    title: "3-Node Skx"
4585 #    data: "vpp-compare-topologies-mrr-ref"
4586 #  compare:
4587 #    title: "2-Node Skx"
4588 #    data: "vpp-compare-topologies-mrr-cmp"
4589 #  data: "vpp-compare-topologies-mrr"
4590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4591 #  filter: "'MRR' and '4C'"
4592 #  parameters:
4593 #  - "name"
4594 #  - "parent"
4595 #  - "result"
4596
4597 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4598 - type: "table"
4599   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4600   algorithm: "table_perf_comparison_nic"
4601   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4602   reference:
4603     title: "3n-hsw xl710"
4604     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4605     nic: "NIC_Intel-XL710"
4606   compare:
4607     title: "2n-clx xxv710"
4608     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4609     nic: "NIC_Intel-XXV710"
4610   data: "vpp-compare-testbeds-mrr-hsw-clx"
4611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4613   parameters:
4614   - "name"
4615   - "parent"
4616   - "result"
4617   - "tags"
4618
4619 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4620 - type: "table"
4621   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4622   algorithm: "table_perf_comparison_nic"
4623   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4624   reference:
4625     title: "3n-hsw xl710"
4626     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4627     nic: "NIC_Intel-XL710"
4628   compare:
4629     title: "2n-clx xxv710"
4630     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4631     nic: "NIC_Intel-XXV710"
4632   data: "vpp-compare-testbeds-mrr-hsw-clx"
4633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4634   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4635   parameters:
4636   - "name"
4637   - "parent"
4638   - "result"
4639   - "tags"
4640
4641 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4642 - type: "table"
4643   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4644   algorithm: "table_perf_comparison_nic"
4645   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4646   reference:
4647     title: "3n-hsw xl710"
4648     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4649     nic: "NIC_Intel-XL710"
4650   compare:
4651     title: "2n-clx xxv710"
4652     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4653     nic: "NIC_Intel-XXV710"
4654   data: "vpp-compare-testbeds-mrr-hsw-clx"
4655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4656   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4657   parameters:
4658   - "name"
4659   - "parent"
4660   - "result"
4661   - "tags"
4662
4663 # Detailed Test Results - VPP Performance Results 3n-hsw
4664 - type: "table"
4665   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4666   algorithm: "table_merged_details"
4667   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
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-hsw"
4674   filter: "all"
4675   parameters:
4676   - "name"
4677   - "parent"
4678   - "msg"
4679
4680 # Detailed Test Results - VPP Performance Results 3n-skx
4681 - type: "table"
4682   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4683   algorithm: "table_merged_details"
4684   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4685   columns:
4686   - title: " |prein| Test Name |preout| "
4687     data: "data name"
4688   - 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| "
4689     data: "data msg"
4690   data: "vpp-perf-results-3n-skx"
4691   filter: "all"
4692   remove-ndr: True  # Temporary solution: remove NDR results from test message
4693   parameters:
4694   - "name"
4695   - "parent"
4696   - "msg"
4697
4698 # Detailed Test Results - VPP Performance Results 2n-skx
4699 - type: "table"
4700   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4701   algorithm: "table_merged_details"
4702   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4703   columns:
4704   - title: " |prein| Test Name |preout| "
4705     data: "data name"
4706   - 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| "
4707     data: "data msg"
4708   data: "vpp-perf-results-2n-skx"
4709   filter: "all"
4710   remove-ndr: True  # Temporary solution: remove NDR results from test message
4711   parameters:
4712   - "name"
4713   - "parent"
4714   - "msg"
4715
4716 # Detailed Test Results - VPP Performance Results 2n-clx
4717 - type: "table"
4718   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4719   algorithm: "table_merged_details"
4720   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
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-2n-clx"
4727   filter: "all"
4728   parameters:
4729   - "name"
4730   - "parent"
4731   - "msg"
4732
4733 # Detailed Test Results - VPP Performance Results 3n-tsh
4734 - type: "table"
4735   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4736   algorithm: "table_merged_details"
4737   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
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-tsh"
4744   filter: "all"
4745   parameters:
4746   - "name"
4747   - "parent"
4748   - "msg"
4749
4750 # Detailed Test Results - VPP Performance Results 3n-dnv
4751 - type: "table"
4752   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4753   algorithm: "table_merged_details"
4754   output-file: "{DIR[DTR,PERF,VPP,3N,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-3n-dnv"
4761   filter: "all"
4762   parameters:
4763   - "name"
4764   - "parent"
4765   - "msg"
4766
4767 # Detailed Test Results - VPP Performance Results 2n-dnv
4768 - type: "table"
4769   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4770   algorithm: "table_merged_details"
4771   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4772   columns:
4773   - title: " |prein| Test Name |preout| "
4774     data: "data name"
4775   - 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| "
4776     data: "data msg"
4777   data: "vpp-perf-results-2n-dnv"
4778   filter: "all"
4779   parameters:
4780   - "name"
4781   - "parent"
4782   - "msg"
4783
4784 # Test configuration - VPP Performance Test Configs 3n-hsw
4785 - type: "table"
4786   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4787   algorithm: "table_merged_details"
4788   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
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-hsw"
4795   filter: "all"
4796   parameters:
4797   - "parent"
4798   - "name"
4799   - "conf-history"
4800
4801 # Test configuration - VPP Performance Test Configs 3n-skx
4802 - type: "table"
4803   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4804   algorithm: "table_merged_details"
4805   output-file: "{DIR[DTC,PERF,VPP,3N,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-3n-skx"
4812   filter: "all"
4813   parameters:
4814   - "parent"
4815   - "name"
4816   - "conf-history"
4817
4818 # Test configuration - VPP Performance Test Configs 2n-skx
4819 - type: "table"
4820   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4821   algorithm: "table_merged_details"
4822   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
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-skx"
4829   filter: "all"
4830   parameters:
4831   - "parent"
4832   - "name"
4833   - "conf-history"
4834
4835 # Test configuration - VPP Performance Test Configs 2n-clx
4836 - type: "table"
4837   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4838   algorithm: "table_merged_details"
4839   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
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-2n-clx"
4846   filter: "all"
4847   parameters:
4848   - "parent"
4849   - "name"
4850   - "conf-history"
4851
4852 # Test configuration - VPP Performance Test Configs 3n-tsh
4853 - type: "table"
4854   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4855   algorithm: "table_merged_details"
4856   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
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-tsh"
4863   filter: "all"
4864   parameters:
4865   - "parent"
4866   - "name"
4867   - "conf-history"
4868
4869 # Test configuration - VPP Performance Test Configs 3n-dnv
4870 - type: "table"
4871   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4872   algorithm: "table_merged_details"
4873   output-file: "{DIR[DTC,PERF,VPP,3N,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-3n-dnv"
4880   filter: "all"
4881   parameters:
4882   - "parent"
4883   - "name"
4884   - "conf-history"
4885
4886 # Test configuration - VPP Performance Test Configs 2n-dnv
4887 - type: "table"
4888   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4889   algorithm: "table_merged_details"
4890   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4891   columns:
4892   - title: " |prein| Test Name |preout| "
4893     data: "data name"
4894   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4895     data: "data conf-history"
4896   data: "vpp-perf-results-2n-dnv"
4897   filter: "all"
4898   parameters:
4899   - "parent"
4900   - "name"
4901   - "conf-history"
4902
4903 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4904 - type: "table"
4905   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4906   algorithm: "table_oper_data_html"
4907   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4908   data: "vpp-perf-results-3n-hsw"
4909   filter: "all"
4910
4911 # Test Operational Data - VPP Performance Operational Data 3n-skx
4912 - type: "table"
4913   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4914   algorithm: "table_oper_data_html"
4915   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4916   data: "vpp-perf-results-3n-skx"
4917   filter: "all"
4918
4919 # Test Operational Data - VPP Performance Operational Data 2n-skx
4920 - type: "table"
4921   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4922   algorithm: "table_oper_data_html"
4923   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4924   data: "vpp-perf-results-2n-skx"
4925   filter: "all"
4926
4927 # Test Operational Data - VPP Performance Operational Data 2n-clx
4928 - type: "table"
4929   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4930   algorithm: "table_oper_data_html"
4931   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4932   data: "vpp-perf-results-2n-clx"
4933   filter: "all"
4934
4935 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4936 - type: "table"
4937   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4938   algorithm: "table_oper_data_html"
4939   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4940   data: "vpp-perf-results-3n-tsh"
4941   filter: "all"
4942
4943 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4944 - type: "table"
4945   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4946   algorithm: "table_oper_data_html"
4947   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4948   data: "vpp-perf-results-3n-dnv"
4949   filter: "all"
4950
4951 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4952 - type: "table"
4953   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4954   algorithm: "table_oper_data_html"
4955   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4956   data: "vpp-perf-results-2n-dnv"
4957   filter: "all"
4958
4959 # Detailed Test Results - VPP MRR Results 3n-hsw
4960 - type: "table"
4961   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4962   algorithm: "table_merged_details"
4963   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
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-hsw"
4970   filter: "all"
4971   parameters:
4972   - "name"
4973   - "parent"
4974   - "msg"
4975
4976 ## Detailed Test Results - VPP MRR Results 3n-skx
4977 #- type: "table"
4978 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4979 #  algorithm: "table_merged_details"
4980 #  output-file: "{DIR[DTR,MRR,VPP,3N,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-3n-skx"
4987 #  filter: "all"
4988 #  parameters:
4989 #  - "name"
4990 #  - "parent"
4991 #  - "msg"
4992 #
4993 ## Detailed Test Results - VPP MRR Results 2n-skx
4994 #- type: "table"
4995 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4996 #  algorithm: "table_merged_details"
4997 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
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-skx"
5004 #  filter: "all"
5005 #  parameters:
5006 #  - "name"
5007 #  - "parent"
5008 #  - "msg"
5009
5010 # Detailed Test Results - VPP MRR Results 2n-clx
5011 - type: "table"
5012   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5013   algorithm: "table_merged_details"
5014   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
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-2n-clx"
5021   filter: "all"
5022   parameters:
5023   - "name"
5024   - "parent"
5025   - "msg"
5026
5027 # Detailed Test Results - VPP MRR Results 3n-tsh
5028 - type: "table"
5029   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5030   algorithm: "table_merged_details"
5031   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
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-tsh"
5038   filter: "all"
5039   parameters:
5040   - "name"
5041   - "parent"
5042   - "msg"
5043
5044 # Detailed Test Results - VPP MRR Results 3n-dnv
5045 - type: "table"
5046   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5047   algorithm: "table_merged_details"
5048   output-file: "{DIR[DTR,MRR,VPP,3N,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-3n-dnv"
5055   filter: "all"
5056   parameters:
5057   - "name"
5058   - "parent"
5059   - "msg"
5060
5061 # Detailed Test Results - VPP MRR Results 2n-dnv
5062 - type: "table"
5063   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5064   algorithm: "table_merged_details"
5065   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5066   columns:
5067   - title: " |prein| Test Name |preout| "
5068     data: "data name"
5069   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5070     data: "data msg"
5071   data: "vpp-mrr-results-2n-dnv"
5072   filter: "all"
5073   parameters:
5074   - "name"
5075   - "parent"
5076   - "msg"
5077
5078 # Test configuration - VPP MRR Test Configs 3n-hsw
5079 - type: "table"
5080   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5081   algorithm: "table_merged_details"
5082   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
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-hsw"
5089   filter: "all"
5090   parameters:
5091   - "parent"
5092   - "name"
5093   - "conf-history"
5094
5095 ## Test configuration - VPP MRR Test Configs 3n-skx
5096 #- type: "table"
5097 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5098 #  algorithm: "table_merged_details"
5099 #  output-file: "{DIR[DTC,MRR,VPP,3N,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-3n-skx"
5106 #  filter: "all"
5107 #  parameters:
5108 #  - "parent"
5109 #  - "name"
5110 #  - "conf-history"
5111 #
5112 ## Test configuration - VPP MRR Test Configs 2n-skx
5113 #- type: "table"
5114 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5115 #  algorithm: "table_merged_details"
5116 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
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-skx"
5123 #  filter: "all"
5124 #  parameters:
5125 #  - "parent"
5126 #  - "name"
5127 #  - "conf-history"
5128
5129 # Test configuration - VPP MRR Test Configs 2n-clx
5130 - type: "table"
5131   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5132   algorithm: "table_merged_details"
5133   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
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-2n-clx"
5140   filter: "all"
5141   parameters:
5142   - "parent"
5143   - "name"
5144   - "conf-history"
5145
5146 # Test configuration - VPP MRR Test Configs 3n-tsh
5147 - type: "table"
5148   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5149   algorithm: "table_merged_details"
5150   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
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-tsh"
5157   filter: "all"
5158   parameters:
5159   - "parent"
5160   - "name"
5161   - "conf-history"
5162
5163 # Test configuration - VPP MRR Test Configs 3n-dnv
5164 - type: "table"
5165   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5166   algorithm: "table_merged_details"
5167   output-file: "{DIR[DTC,MRR,VPP,3N,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-3n-dnv"
5174   filter: "all"
5175   parameters:
5176   - "parent"
5177   - "name"
5178   - "conf-history"
5179
5180 # Test configuration - VPP MRR Test Configs 2n-dnv
5181 - type: "table"
5182   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5183   algorithm: "table_merged_details"
5184   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5185   columns:
5186   - title: " |prein| Test Name |preout| "
5187     data: "data name"
5188   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5189     data: "data conf-history"
5190   data: "vpp-mrr-results-2n-dnv"
5191   filter: "all"
5192   parameters:
5193   - "parent"
5194   - "name"
5195   - "conf-history"
5196
5197 # Detailed Test Results - VPP Device Results - Ubuntu
5198 - type: "table"
5199   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5200   algorithm: "table_merged_details"
5201   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5202   columns:
5203   - title: " |prein| Test Name |preout| "
5204     data: "data name"
5205   - title: " |prein| Status |preout| "
5206     data: "data status"
5207   data: "vpp-device-results-ubuntu"
5208   filter: "all"
5209   parameters:
5210   - "name"
5211   - "parent"
5212   - "doc"
5213   - "status"
5214
5215 # Test configuration - VPP Device Test Configs - Ubuntu
5216 - type: "table"
5217   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5218   algorithm: "table_merged_details"
5219   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5220   columns:
5221   - title: " |prein| Test Name |preout| "
5222     data: "data name"
5223   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5224     data: "data conf-history"
5225   data: "vpp-device-results-ubuntu"
5226   filter: "all"
5227   parameters:
5228   - "parent"
5229   - "name"
5230   - "conf-history"
5231
5232 ################################################################################
5233
5234 # DPDK Performance Changes 3n-hsw 1t1c pdr
5235 - type: "table"
5236   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5237   algorithm: "table_perf_comparison"
5238   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5239   history:
5240     - title: "rls1904"
5241       data: "dpdk-performance-changes-3n-hsw-h1"
5242   reference:
5243     title: "rls1908"
5244     data: "dpdk-performance-changes-3n-hsw-ref"
5245   compare:
5246     title: "rls2001"
5247     data: "dpdk-performance-changes-3n-hsw-cmp"
5248   data: "dpdk-performance-changes-3n-hsw"
5249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5250   filter: "'1T1C' and 'NDRPDR'"
5251   parameters:
5252   - "name"
5253   - "parent"
5254   - "throughput"
5255
5256 # DPDK Performance Changes 3n-hsw 2t2c pdr
5257 - type: "table"
5258   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5259   algorithm: "table_perf_comparison"
5260   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5261   history:
5262     - title: "rls1904"
5263       data: "dpdk-performance-changes-3n-hsw-h1"
5264   reference:
5265     title: "rls1908"
5266     data: "dpdk-performance-changes-3n-hsw-ref"
5267   compare:
5268     title: "rls2001"
5269     data: "dpdk-performance-changes-3n-hsw-cmp"
5270   data: "dpdk-performance-changes-3n-hsw"
5271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5272   filter: "'2T2C' and 'NDRPDR'"
5273   parameters:
5274   - "name"
5275   - "parent"
5276   - "throughput"
5277
5278 # DPDK Performance Changes 3n-hsw 1t1c ndr
5279 - type: "table"
5280   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5281   algorithm: "table_perf_comparison"
5282   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5283   history:
5284     - title: "rls1904"
5285       data: "dpdk-performance-changes-3n-hsw-h1"
5286   reference:
5287     title: "rls1908"
5288     data: "dpdk-performance-changes-3n-hsw-ref"
5289   compare:
5290     title: "rls2001"
5291     data: "dpdk-performance-changes-3n-hsw-cmp"
5292   data: "dpdk-performance-changes-3n-hsw"
5293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5294   filter: "'1T1C' and 'NDRPDR'"
5295   parameters:
5296   - "name"
5297   - "parent"
5298   - "throughput"
5299
5300 # DPDK Performance Changes 3n-hsw 2t2c ndr
5301 - type: "table"
5302   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5303   algorithm: "table_perf_comparison"
5304   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5305   history:
5306     - title: "rls1904"
5307       data: "dpdk-performance-changes-3n-hsw-h1"
5308   reference:
5309     title: "rls1908"
5310     data: "dpdk-performance-changes-3n-hsw-ref"
5311   compare:
5312     title: "rls2001"
5313     data: "dpdk-performance-changes-3n-hsw-cmp"
5314   data: "dpdk-performance-changes-3n-hsw"
5315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5316   filter: "'2T2C' and 'NDRPDR'"
5317   parameters:
5318   - "name"
5319   - "parent"
5320   - "throughput"
5321
5322 ## DPDK Performance Changes 3n-skx 2t1c pdr
5323 #- type: "table"
5324 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5325 #  algorithm: "table_perf_comparison"
5326 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5327 #  history:
5328 #    - title: "rls1904"
5329 #      data: "dpdk-performance-changes-3n-skx-h1"
5330 #  reference:
5331 #    title: "rls1908"
5332 #    data: "dpdk-performance-changes-3n-skx-ref"
5333 #  compare:
5334 #    title: "rls2001"
5335 #    data: "dpdk-performance-changes-3n-skx-cmp"
5336 #  data: "dpdk-performance-changes-3n-skx"
5337 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5338 #  filter: "'2T1C' and 'NDRPDR'"
5339 #  parameters:
5340 #  - "name"
5341 #  - "parent"
5342 #  - "throughput"
5343 #
5344 ## DPDK Performance Changes 3n-skx 4t2c pdr
5345 #- type: "table"
5346 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5347 #  algorithm: "table_perf_comparison"
5348 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5349 #  history:
5350 #    - title: "rls1904"
5351 #      data: "dpdk-performance-changes-3n-skx-h1"
5352 #  reference:
5353 #    title: "rls1908"
5354 #    data: "dpdk-performance-changes-3n-skx-ref"
5355 #  compare:
5356 #    title: "rls2001"
5357 #    data: "dpdk-performance-changes-3n-skx-cmp"
5358 #  data: "dpdk-performance-changes-3n-skx"
5359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5360 #  filter: "'4T2C' and 'NDRPDR'"
5361 #  parameters:
5362 #  - "name"
5363 #  - "parent"
5364 #  - "throughput"
5365 #
5366 ## DPDK Performance Changes 3n-skx 2t1c ndr
5367 #- type: "table"
5368 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5369 #  algorithm: "table_perf_comparison"
5370 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5371 #  history:
5372 #    - title: "rls1904"
5373 #      data: "dpdk-performance-changes-3n-skx-h1"
5374 #  reference:
5375 #    title: "rls1908"
5376 #    data: "dpdk-performance-changes-3n-skx-ref"
5377 #  compare:
5378 #    title: "rls2001"
5379 #    data: "dpdk-performance-changes-3n-skx-cmp"
5380 #  data: "dpdk-performance-changes-3n-skx"
5381 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5382 #  filter: "'2T1C' and 'NDRPDR'"
5383 #  parameters:
5384 #  - "name"
5385 #  - "parent"
5386 #  - "throughput"
5387 #
5388 ## DPDK Performance Changes 3n-skx 4t2c ndr
5389 #- type: "table"
5390 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5391 #  algorithm: "table_perf_comparison"
5392 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5393 #  history:
5394 #    - title: "rls1904"
5395 #      data: "dpdk-performance-changes-3n-skx-h1"
5396 #  reference:
5397 #    title: "rls1908"
5398 #    data: "dpdk-performance-changes-3n-skx-ref"
5399 #  compare:
5400 #    title: "rls2001"
5401 #    data: "dpdk-performance-changes-3n-skx-cmp"
5402 #  data: "dpdk-performance-changes-3n-skx"
5403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5404 #  filter: "'4T2C' and 'NDRPDR'"
5405 #  parameters:
5406 #  - "name"
5407 #  - "parent"
5408 #  - "throughput"
5409 #
5410 ## DPDK Performance Changes 2n-skx 2t1c pdr
5411 #- type: "table"
5412 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5413 #  algorithm: "table_perf_comparison"
5414 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5415 #  history:
5416 #    - title: "rls1904"
5417 #      data: "dpdk-performance-changes-2n-skx-h1"
5418 #  reference:
5419 #    title: "rls1908"
5420 #    data: "dpdk-performance-changes-2n-skx-ref"
5421 #  compare:
5422 #    title: "rls2001"
5423 #    data: "dpdk-performance-changes-2n-skx-cmp"
5424 #  data: "dpdk-performance-changes-2n-skx"
5425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5426 #  filter: "'2T1C' and 'NDRPDR'"
5427 #  parameters:
5428 #  - "name"
5429 #  - "parent"
5430 #  - "throughput"
5431 #
5432 ## DPDK Performance Changes 2n-skx 4t2c pdr
5433 #- type: "table"
5434 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5435 #  algorithm: "table_perf_comparison"
5436 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5437 #  history:
5438 #    - title: "rls1904"
5439 #      data: "dpdk-performance-changes-2n-skx-h1"
5440 #  reference:
5441 #    title: "rls1908"
5442 #    data: "dpdk-performance-changes-2n-skx-ref"
5443 #  compare:
5444 #    title: "rls2001"
5445 #    data: "dpdk-performance-changes-2n-skx-cmp"
5446 #  data: "dpdk-performance-changes-2n-skx"
5447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5448 #  filter: "'4T2C' and 'NDRPDR'"
5449 #  parameters:
5450 #  - "name"
5451 #  - "parent"
5452 #  - "throughput"
5453 #
5454 ## DPDK Performance Changes 2n-skx 2t1c ndr
5455 #- type: "table"
5456 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5457 #  algorithm: "table_perf_comparison"
5458 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5459 #  history:
5460 #    - title: "rls1904"
5461 #      data: "dpdk-performance-changes-2n-skx-h1"
5462 #  reference:
5463 #    title: "rls1908"
5464 #    data: "dpdk-performance-changes-2n-skx-ref"
5465 #  compare:
5466 #    title: "rls2001"
5467 #    data: "dpdk-performance-changes-2n-skx-cmp"
5468 #  data: "dpdk-performance-changes-2n-skx"
5469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5470 #  filter: "'2T1C' and 'NDRPDR'"
5471 #  parameters:
5472 #  - "name"
5473 #  - "parent"
5474 #  - "throughput"
5475 #
5476 ## DPDK Performance Changes 2n-skx 4t2c ndr
5477 #- type: "table"
5478 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5479 #  algorithm: "table_perf_comparison"
5480 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5481 #  history:
5482 #    - title: "rls1904"
5483 #      data: "dpdk-performance-changes-2n-skx-h1"
5484 #  reference:
5485 #    title: "rls1908"
5486 #    data: "dpdk-performance-changes-2n-skx-ref"
5487 #  compare:
5488 #    title: "rls2001"
5489 #    data: "dpdk-performance-changes-2n-skx-cmp"
5490 #  data: "dpdk-performance-changes-2n-skx"
5491 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5492 #  filter: "'4T2C' and 'NDRPDR'"
5493 #  parameters:
5494 #  - "name"
5495 #  - "parent"
5496 #  - "throughput"
5497 #
5498 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5499 #- type: "table"
5500 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5501 #  algorithm: "table_perf_comparison"
5502 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5503 #  reference:
5504 #    title: "3-Node Hsw"
5505 #    data: "dpdk-compare-testbeds-ref"
5506 #  compare:
5507 #    title: "3-Node Skx"
5508 #    data: "dpdk-compare-testbeds-cmp"
5509 #  data: "dpdk-compare-testbeds"
5510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5511 #  filter: "'NIC_Intel-X710'"
5512 #  parameters:
5513 #  - "name"
5514 #  - "parent"
5515 #  - "throughput"
5516 #
5517 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5518 #- type: "table"
5519 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5520 #  algorithm: "table_perf_comparison"
5521 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5522 #  reference:
5523 #    title: "3-Node Hsw"
5524 #    data: "dpdk-compare-testbeds-ref"
5525 #  compare:
5526 #    title: "3-Node Skx"
5527 #    data: "dpdk-compare-testbeds-cmp"
5528 #  data: "dpdk-compare-testbeds"
5529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5530 #  filter: "'NIC_Intel-X710'"
5531 #  parameters:
5532 #  - "name"
5533 #  - "parent"
5534 #  - "throughput"
5535 #
5536 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5537 #- type: "table"
5538 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5539 #  algorithm: "table_perf_comparison"
5540 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5541 #  reference:
5542 #    title: "2-Node Skx"
5543 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5544 #  compare:
5545 #    title: "2-Node Clx"
5546 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5547 #  data: "dpdk-compare-testbeds-skx-clx"
5548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5549 #  filter: "all"
5550 #  parameters:
5551 #  - "name"
5552 #  - "parent"
5553 #  - "throughput"
5554 #
5555 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5556 #- type: "table"
5557 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5558 #  algorithm: "table_perf_comparison"
5559 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5560 #  reference:
5561 #    title: "2-Node Skx"
5562 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5563 #  compare:
5564 #    title: "2-Node Clx"
5565 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5566 #  data: "dpdk-compare-testbeds-skx-clx"
5567 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5568 #  filter: "all"
5569 #  parameters:
5570 #  - "name"
5571 #  - "parent"
5572 #  - "throughput"
5573 #
5574 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5575 #- type: "table"
5576 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5577 #  algorithm: "table_perf_comparison"
5578 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5579 #  reference:
5580 #    title: "3-Node Skx"
5581 #    data: "dpdk-compare-topologies-ref"
5582 #  compare:
5583 #    title: "2-Node Skx"
5584 #    data: "dpdk-compare-topologies-cmp"
5585 #  data: "dpdk-compare-topologies"
5586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5587 #  filter: "all"
5588 #  parameters:
5589 #  - "name"
5590 #  - "parent"
5591 #  - "throughput"
5592 #
5593 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5594 #- type: "table"
5595 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5596 #  algorithm: "table_perf_comparison"
5597 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5598 #  reference:
5599 #    title: "3-Node Skx"
5600 #    data: "dpdk-compare-topologies-ref"
5601 #  compare:
5602 #    title: "2-Node Skx"
5603 #    data: "dpdk-compare-topologies-cmp"
5604 #  data: "dpdk-compare-topologies"
5605 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5606 #  filter: "all"
5607 #  parameters:
5608 #  - "name"
5609 #  - "parent"
5610 #  - "throughput"
5611
5612 # Detailed Test Results - DPDK Performance Results 3n-hsw
5613 - type: "table"
5614   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5615   algorithm: "table_merged_details"
5616   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
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-hsw"
5623   filter: "all"
5624   parameters:
5625   - "name"
5626   - "parent"
5627   - "msg"
5628
5629 ## Detailed Test Results - DPDK Performance Results 3n-skx
5630 #- type: "table"
5631 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5632 #  algorithm: "table_merged_details"
5633 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5634 #  columns:
5635 #  - title: " |prein| Test Name |preout| "
5636 #    data: "data name"
5637 #  - 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| "
5638 #    data: "data msg"
5639 #  data: "dpdk-perf-results-3n-skx"
5640 #  filter: "all"
5641 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5642 #  parameters:
5643 #  - "name"
5644 #  - "parent"
5645 #  - "msg"
5646 #
5647 ## Detailed Test Results - DPDK Performance Results 2n-skx
5648 #- type: "table"
5649 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5650 #  algorithm: "table_merged_details"
5651 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5652 #  columns:
5653 #  - title: " |prein| Test Name |preout| "
5654 #    data: "data name"
5655 #  - 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| "
5656 #    data: "data msg"
5657 #  data: "dpdk-perf-results-2n-skx"
5658 #  filter: "all"
5659 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5660 #  parameters:
5661 #  - "name"
5662 #  - "parent"
5663 #  - "msg"
5664
5665 # Detailed Test Results - DPDK Performance Results 2n-clx
5666 - type: "table"
5667   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5668   algorithm: "table_merged_details"
5669   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
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-clx"
5676   filter: "all"
5677   parameters:
5678   - "name"
5679   - "parent"
5680   - "msg"
5681
5682 # Detailed Test Results - DPDK Performance Results 2n-dnv
5683 - type: "table"
5684   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5685   algorithm: "table_merged_details"
5686   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_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-2n-dnv"
5693   filter: "all"
5694   parameters:
5695   - "name"
5696   - "parent"
5697   - "msg"
5698
5699 # Detailed Test Results - DPDK Performance Results 3n-dnv
5700 - type: "table"
5701   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5702   algorithm: "table_merged_details"
5703   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
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-dnv"
5710   filter: "all"
5711   parameters:
5712   - "name"
5713   - "parent"
5714   - "msg"
5715
5716 # Detailed Test Results - DPDK Performance Results 3n-tsh
5717 - type: "table"
5718   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5719   algorithm: "table_merged_details"
5720   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5721   columns:
5722   - title: " |prein| Test Name |preout| "
5723     data: "data name"
5724   - 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| "
5725     data: "data msg"
5726   data: "dpdk-perf-results-3n-tsh"
5727   filter: "all"
5728   parameters:
5729   - "name"
5730   - "parent"
5731   - "msg"
5732
5733 ################################################################################
5734 ###                                F I L E S                                 ###
5735 ################################################################################
5736
5737 # VPP Performance Results
5738 - type: "file"
5739   title: "VPP Performance Results"
5740   algorithm: "file_details_split"
5741   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5742   dir-tables:
5743     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5744     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5745     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5746     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5747     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5748     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5749     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5750   data:
5751     - "vpp-perf-results-2n-skx"
5752     - "vpp-perf-results-3n-skx"
5753     - "vpp-perf-results-2n-clx"
5754     - "vpp-perf-results-3n-hsw"
5755     - "vpp-perf-results-3n-tsh"
5756     - "vpp-perf-results-2n-dnv"
5757     - "vpp-perf-results-3n-dnv"
5758   filter: "all"
5759   data-start-level: 4
5760   order-chapters:
5761     level-1:
5762       - "l2"
5763       - "ip4"
5764       - "ip6"
5765       - "srv6"
5766       - "ip4_tunnels"
5767       - "ip6_tunnels"
5768       - "vm_vhost"
5769       - "container_memif"
5770       - "crypto"
5771       - "vts"
5772       - "lb"
5773       - "nfv_density"
5774       - "hoststack"
5775     level-2:
5776       - "2n-skx"
5777       - "3n-skx"
5778       - "2n-clx"
5779       - "3n-hsw"
5780       - "3n-tsh"
5781       - "2n-dnv"
5782       - "3n-dnv"
5783     level-3:
5784       - "xl710"
5785       - "x520"
5786       - "xxv710"
5787       - "x710"
5788       - "x553"
5789       - "cx556a"
5790       - "vic1227"
5791       - "vic1385"
5792
5793 # VPP Performance Configuration
5794 - type: "file"
5795   title: "VPP Performance Configuration"
5796   algorithm: "file_details_split"
5797   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5798   dir-tables:
5799     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5800     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5801     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5802     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5803     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5804     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5805     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5806   data:
5807     - "vpp-perf-results-2n-skx"
5808     - "vpp-perf-results-3n-skx"
5809     - "vpp-perf-results-2n-clx"
5810     - "vpp-perf-results-3n-hsw"
5811     - "vpp-perf-results-3n-tsh"
5812     - "vpp-perf-results-2n-dnv"
5813     - "vpp-perf-results-3n-dnv"
5814   filter: "all"
5815   data-start-level: 4
5816   order-chapters:
5817     level-1:
5818       - "l2"
5819       - "ip4"
5820       - "ip6"
5821       - "srv6"
5822       - "ip4_tunnels"
5823       - "ip6_tunnels"
5824       - "vm_vhost"
5825       - "container_memif"
5826       - "crypto"
5827       - "vts"
5828       - "lb"
5829       - "nfv_density"
5830       - "hoststack"
5831     level-2:
5832       - "2n-skx"
5833       - "3n-skx"
5834       - "2n-clx"
5835       - "3n-hsw"
5836       - "3n-tsh"
5837       - "2n-dnv"
5838       - "3n-dnv"
5839     level-3:
5840       - "xl710"
5841       - "x520"
5842       - "xxv710"
5843       - "x710"
5844       - "x553"
5845       - "cx556a"
5846       - "vic1227"
5847       - "vic1385"
5848
5849 # VPP Performance Operational
5850 - type: "file"
5851   title: "VPP Performance Operational"
5852   algorithm: "file_details_split_html"
5853   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5854   dir-tables:
5855     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5856     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5857     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5858     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5859     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5860     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5861     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5862   data:
5863     - "vpp-perf-results-2n-skx"
5864     - "vpp-perf-results-3n-skx"
5865     - "vpp-perf-results-2n-clx"
5866     - "vpp-perf-results-3n-hsw"
5867     - "vpp-perf-results-3n-tsh"
5868     - "vpp-perf-results-2n-dnv"
5869     - "vpp-perf-results-3n-dnv"
5870   filter: "all"
5871   data-start-level: 4
5872   order-chapters:
5873     level-1:
5874       - "l2"
5875       - "ip4"
5876       - "ip6"
5877       - "srv6"
5878       - "ip4_tunnels"
5879       - "ip6_tunnels"
5880       - "vm_vhost"
5881       - "container_memif"
5882       - "crypto"
5883       - "vts"
5884       - "lb"
5885       - "nfv_density"
5886       - "hoststack"
5887     level-2:
5888       - "2n-skx"
5889       - "3n-skx"
5890       - "2n-clx"
5891       - "3n-hsw"
5892       - "3n-tsh"
5893       - "2n-dnv"
5894       - "3n-dnv"
5895     level-3:
5896       - "xl710"
5897       - "x520"
5898       - "xxv710"
5899       - "x710"
5900       - "x553"
5901       - "cx556a"
5902       - "vic1227"
5903       - "vic1385"
5904
5905 # VPP MRR Results
5906 - type: "file"
5907   title: "VPP MRR Results"
5908   algorithm: "file_details_split"
5909   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5910   dir-tables:
5911 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5912 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5913     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5914     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5915     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5916     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5917     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5918   data:
5919 #    - "vpp-mrr-results-2n-skx"
5920 #    - "vpp-mrr-results-3n-skx"
5921     - "vpp-mrr-results-2n-clx"
5922     - "vpp-mrr-results-3n-hsw"
5923     - "vpp-mrr-results-3n-tsh"
5924     - "vpp-mrr-results-2n-dnv"
5925     - "vpp-mrr-results-3n-dnv"
5926   filter: "all"
5927   data-start-level: 4
5928   order-chapters:
5929     level-1:
5930       - "l2"
5931       - "ip4"
5932       - "ip6"
5933       - "srv6"
5934       - "ip4_tunnels"
5935       - "ip6_tunnels"
5936       - "vm_vhost"
5937       - "container_memif"
5938       - "crypto"
5939       - "vts"
5940       - "lb"
5941       - "nfv_density"
5942       - "hoststack"
5943     level-2:
5944       - "2n-skx"
5945       - "3n-skx"
5946       - "2n-clx"
5947       - "3n-hsw"
5948       - "3n-tsh"
5949       - "2n-dnv"
5950       - "3n-dnv"
5951     level-3:
5952       - "xl710"
5953       - "x520"
5954       - "xxv710"
5955       - "x710"
5956       - "x553"
5957       - "cx556a"
5958       - "vic1227"
5959       - "vic1385"
5960
5961 # VPP MRR Configuration
5962 - type: "file"
5963   title: "VPP MRR Configuration"
5964   algorithm: "file_details_split"
5965   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5966   dir-tables:
5967 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5968 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5969     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5970     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5971     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5972     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5973     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5974   data:
5975 #    - "vpp-mrr-results-2n-skx"
5976 #    - "vpp-mrr-results-3n-skx"
5977     - "vpp-mrr-results-2n-clx"
5978     - "vpp-mrr-results-3n-hsw"
5979     - "vpp-mrr-results-3n-tsh"
5980     - "vpp-mrr-results-2n-dnv"
5981     - "vpp-mrr-results-3n-dnv"
5982   filter: "all"
5983   data-start-level: 4
5984   order-chapters:
5985     level-1:
5986       - "l2"
5987       - "ip4"
5988       - "ip6"
5989       - "srv6"
5990       - "ip4_tunnels"
5991       - "ip6_tunnels"
5992       - "vm_vhost"
5993       - "container_memif"
5994       - "crypto"
5995       - "vts"
5996       - "lb"
5997       - "nfv_density"
5998       - "hoststack"
5999     level-2:
6000       - "2n-skx"
6001       - "3n-skx"
6002       - "2n-clx"
6003       - "3n-hsw"
6004       - "3n-tsh"
6005       - "2n-dnv"
6006       - "3n-dnv"
6007     level-3:
6008       - "xl710"
6009       - "x520"
6010       - "xxv710"
6011       - "x710"
6012       - "x553"
6013       - "cx556a"
6014       - "vic1227"
6015       - "vic1385"
6016
6017 # VPP Device Results - Ubuntu
6018 - type: "file"
6019   title: "VPP Device Results - Ubuntu"
6020   algorithm: "file_test_results"
6021   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6022   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6023   data: "vpp-device-results-ubuntu"
6024   filter: "all"
6025   data-start-level: 4
6026
6027 # VPP Device Configuration - Ubuntu
6028 - type: "file"
6029   title: "VPP Device Configuration - Ubuntu"
6030   algorithm: "file_test_results"
6031   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6032   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6033   data: "vpp-device-results-ubuntu"
6034   filter: "all"
6035   data-start-level: 4
6036
6037 # DPDK Performance Results 3n-hsw
6038 - type: "file"
6039   title: "DPDK Performance Results 3n-hsw"
6040   algorithm: "file_test_results"
6041   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6042   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6043   data: "dpdk-perf-results-3n-hsw"
6044   filter: "all"
6045   data-start-level: 4
6046
6047 ## DPDK Performance Results 3n-skx
6048 #- type: "file"
6049 #  title: "DPDK Performance Results 3n-skx"
6050 #  algorithm: "file_test_results"
6051 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6052 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6053 #  data: "dpdk-perf-results-3n-skx"
6054 #  filter: "all"
6055 #  data-start-level: 4
6056 #
6057 ## DPDK Performance Results 2n-skx
6058 #- type: "file"
6059 #  title: "DPDK Performance Results 2n-skx"
6060 #  algorithm: "file_test_results"
6061 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6062 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6063 #  data: "dpdk-perf-results-2n-skx"
6064 #  filter: "all"
6065 #  data-start-level: 4
6066
6067 # DPDK Performance Results 2n-clx
6068 - type: "file"
6069   title: "DPDK Performance Results 2n-clx"
6070   algorithm: "file_test_results"
6071   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6072   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6073   data: "dpdk-perf-results-2n-clx"
6074   filter: "all"
6075   data-start-level: 4
6076
6077 # DPDK Performance Results 2n-dnv
6078 - type: "file"
6079   title: "DPDK Performance Results 2n-dnv"
6080   algorithm: "file_test_results"
6081   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6082   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6083   data: "dpdk-perf-results-2n-dnv"
6084   filter: "all"
6085   data-start-level: 4
6086
6087 # DPDK Performance Results 3n-dnv
6088 - type: "file"
6089   title: "DPDK Performance Results 3n-dnv"
6090   algorithm: "file_test_results"
6091   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6092   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6093   data: "dpdk-perf-results-3n-dnv"
6094   filter: "all"
6095   data-start-level: 4
6096
6097 # DPDK Performance Results 3n-tsh
6098 - type: "file"
6099   title: "DPDK Performance Results 3n-tsh"
6100   algorithm: "file_test_results"
6101   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6102   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6103   data: "dpdk-perf-results-3n-tsh"
6104   filter: "all"
6105   data-start-level: 4
6106
6107 ################################################################################
6108 ###                                P L O T S                                 ###
6109 ################################################################################
6110
6111 # Hoststack tests 3n-hsw
6112
6113 - type: "plot"
6114   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6115   algorithm: "plot_perf_box_name"
6116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6117   data: "plot-vpp-hoststack-3n-hsw"
6118   include:
6119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6121   layout:
6122     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6123     layout: "plot-hoststack"
6124
6125 - type: "plot"
6126   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6127   algorithm: "plot_perf_box_name"
6128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6129   data: "plot-vpp-hoststack-3n-hsw"
6130   include:
6131     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6133   layout:
6134     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6135     layout: "plot-hoststack"
6136
6137 - type: "plot"
6138   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6139   algorithm: "plot_perf_box_name"
6140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6141   data: "plot-vpp-hoststack-3n-hsw"
6142   include:
6143     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6144     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6145     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6146     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6147   layout:
6148     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6149     layout: "plot-hoststack"
6150
6151 # Plots VPP HTTP Server Performance
6152 - type: "plot"
6153   title: "VPP HTTP Server Performance"
6154   algorithm: "plot_http_server_perf_box"
6155   output-file-type: ".html"
6156   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6157   data:
6158     "plot-vpp-http-server-performance"
6159   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6160   parameters:
6161   - "result"
6162   - "name"
6163   traces:
6164     hoverinfo: "y+name"
6165     boxpoints: "outliers"
6166     whiskerwidth: 0
6167   layout:
6168     title: "VPP HTTP Server Performance"
6169     layout:
6170       "plot-cps"
6171
6172 - type: "plot"
6173   title: "VPP HTTP Server Performance"
6174   algorithm: "plot_http_server_perf_box"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6177   data:
6178     "plot-vpp-http-server-performance"
6179   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6180   parameters:
6181   - "result"
6182   - "name"
6183   traces:
6184     hoverinfo: "y+name"
6185     boxpoints: "outliers"
6186     whiskerwidth: 0
6187   layout:
6188     title: "VPP HTTP Server Performance"
6189     layout:
6190       "plot-rps"
6191
6192 ################################################################################
6193
6194 # Soak Test (PLRsearch), boxes - 2n-clx
6195 - type: "plot"
6196   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6197   algorithm: "plot_perf_box_name"
6198   output-file-type: ".html"
6199   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6200   data: "plot-vpp-soak-2n-clx"
6201   include:
6202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6208   layout:
6209     title: "30 Minutes Soak Test (PLRsearch)"
6210     layout: "plot-soak-throughput"
6211
6212 # Soak Test (PLRsearch), boxes - 2n-clx
6213 - type: "plot"
6214   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6215   algorithm: "plot_perf_box_name"
6216   output-file-type: ".html"
6217   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6218   data: "plot-vpp-soak-2n-clx"
6219   include:
6220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6225     - "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"
6226   layout:
6227     title: "30 Minutes Soak Test (PLRsearch)"
6228     layout: "plot-soak-throughput"
6229
6230 ###############################################################################
6231
6232 # Reconf tests 2n-skx
6233
6234 #- type: "plot"
6235 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6236 #  algorithm: "plot_nf_reconf_box_name"
6237 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6238 #  data: "plot-vpp-nfv-reconf-2n-skx"
6239 #  include:
6240 #    - "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"
6241 #    - "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"
6242 #    - "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"
6243 #    - "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"
6244 #    - "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"
6245 #    - "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"
6246 #  layout:
6247 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6248 #    layout: "plot-throughput"
6249 #
6250 #- type: "plot"
6251 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6252 #  algorithm: "plot_nf_reconf_box_name"
6253 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6254 #  data: "plot-vpp-nfv-reconf-2n-skx"
6255 #  include:
6256 #    - "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"
6257 #    - "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"
6258 #    - "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"
6259 #    - "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"
6260 #    - "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"
6261 #    - "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"
6262 #  layout:
6263 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6264 #    layout: "plot-throughput"
6265 #
6266 #- type: "plot"
6267 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6268 #  algorithm: "plot_nf_reconf_box_name"
6269 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6270 #  data: "plot-vpp-nfv-reconf-2n-skx"
6271 #  include:
6272 #    - "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"
6273 #    - "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"
6274 #    - "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"
6275 #    - "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"
6276 #    - "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"
6277 #    - "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"
6278 #  layout:
6279 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6280 #    layout: "plot-throughput"
6281
6282 ###############################################################################
6283
6284 # Reconf tests 2n-clx
6285
6286 - type: "plot"
6287   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6288   algorithm: "plot_nf_reconf_box_name"
6289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6290   data: "plot-vpp-nfv-reconf-2n-clx"
6291   include:
6292     - "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"
6293     - "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"
6294     - "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"
6295     - "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"
6296   layout:
6297     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6298     layout: "plot-throughput"
6299
6300 - type: "plot"
6301   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6302   algorithm: "plot_nf_reconf_box_name"
6303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6304   data: "plot-vpp-nfv-reconf-2n-clx"
6305   include:
6306     - "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"
6307     - "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"
6308     - "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"
6309     - "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"
6310   layout:
6311     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6312     layout: "plot-throughput"
6313
6314 - type: "plot"
6315   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6316   algorithm: "plot_nf_reconf_box_name"
6317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6318   data: "plot-vpp-nfv-reconf-2n-clx"
6319   include:
6320     - "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"
6321     - "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"
6322     - "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"
6323     - "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"
6324   layout:
6325     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6326     layout: "plot-throughput"
6327
6328 ################################################################################
6329 ## Plots - NF Density - VSC - MRR 64b
6330 #- type: "plot"
6331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6332 #  algorithm: "plot_nf_heatmap"
6333 #  output-file-type: ".html"
6334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6335 #  data: "plot-vpp-nfv-2n-skx-mrr"
6336 #  filter: "'NIC_Intel-XXV710' and
6337 #           'NF_DENSITY' and
6338 #           'VHOST' and
6339 #           not 'VXLAN' and
6340 #           'CHAIN' and
6341 #           'NF_VPPIP4' and
6342 #           '64B' and
6343 #           '2T1C' and
6344 #           'MRR'"
6345 #  parameters:
6346 #  - "result"
6347 #  - "name"
6348 #  - "tags"
6349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6350 #  x-axis: "X = VNFs per Service Chain"
6351 #  y-axis: "Y = Number of Service Chains"
6352 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6353 #  layout:
6354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6355 #    layout: "plot-service-density"
6356 #
6357 #- type: "plot"
6358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6359 #  algorithm: "plot_nf_heatmap"
6360 #  output-file-type: ".html"
6361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6362 #  data: "plot-vpp-nfv-2n-skx-mrr"
6363 #  filter: "'NIC_Intel-XXV710' and
6364 #           'NF_DENSITY' and
6365 #           'VHOST' and
6366 #           not 'VXLAN' and
6367 #           'CHAIN' and
6368 #           'NF_VPPIP4' and
6369 #           '64B' and
6370 #           '4T2C' and
6371 #           'MRR'"
6372 #  parameters:
6373 #  - "result"
6374 #  - "name"
6375 #  - "tags"
6376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6377 #  x-axis: "X = VNFs per Service Chain"
6378 #  y-axis: "Y = Number of Service Chains"
6379 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6380 #  layout:
6381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6382 #    layout: "plot-service-density"
6383 #
6384 #- type: "plot"
6385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6386 #  algorithm: "plot_nf_heatmap"
6387 #  output-file-type: ".html"
6388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6389 #  data: "plot-vpp-nfv-2n-skx-mrr"
6390 #  filter: "'NIC_Intel-XXV710' and
6391 #           'NF_DENSITY' and
6392 #           'VHOST' and
6393 #           not 'VXLAN' and
6394 #           'CHAIN' and
6395 #           'NF_VPPIP4' and
6396 #           '64B' and
6397 #           '8T4C' and
6398 #           'MRR'"
6399 #  parameters:
6400 #  - "result"
6401 #  - "name"
6402 #  - "tags"
6403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6404 #  x-axis: "X = VNFs per Service Chain"
6405 #  y-axis: "Y = Number of Service Chains"
6406 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6407 #  layout:
6408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6409 #    layout: "plot-service-density"
6410 #
6411 ## Plots - NF Density - VSC - MRR IMIX
6412 #- type: "plot"
6413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6414 #  algorithm: "plot_nf_heatmap"
6415 #  output-file-type: ".html"
6416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6417 #  data: "plot-vpp-nfv-2n-skx-mrr"
6418 #  filter: "'NIC_Intel-XXV710' and
6419 #           'NF_DENSITY' and
6420 #           'VHOST' and
6421 #           not 'VXLAN' and
6422 #           'CHAIN' and
6423 #           'NF_VPPIP4' and
6424 #           'IMIX' and
6425 #           '2T1C' and
6426 #           'MRR'"
6427 #  parameters:
6428 #  - "result"
6429 #  - "name"
6430 #  - "tags"
6431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6432 #  x-axis: "X = VNFs per Service Chain"
6433 #  y-axis: "Y = Number of Service Chains"
6434 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6435 #  layout:
6436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6437 #    layout: "plot-service-density"
6438 #
6439 #- type: "plot"
6440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6441 #  algorithm: "plot_nf_heatmap"
6442 #  output-file-type: ".html"
6443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6444 #  data: "plot-vpp-nfv-2n-skx-mrr"
6445 #  filter: "'NIC_Intel-XXV710' and
6446 #           'NF_DENSITY' and
6447 #           'VHOST' and
6448 #           not 'VXLAN' and
6449 #           'CHAIN' and
6450 #           'NF_VPPIP4' and
6451 #           'IMIX' and
6452 #           '4T2C' and
6453 #           'MRR'"
6454 #  parameters:
6455 #  - "result"
6456 #  - "name"
6457 #  - "tags"
6458 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6459 #  x-axis: "X = VNFs per Service Chain"
6460 #  y-axis: "Y = Number of Service Chains"
6461 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6462 #  layout:
6463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6464 #    layout: "plot-service-density"
6465 #
6466 #- type: "plot"
6467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6468 #  algorithm: "plot_nf_heatmap"
6469 #  output-file-type: ".html"
6470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6471 #  data: "plot-vpp-nfv-2n-skx-mrr"
6472 #  filter: "'NIC_Intel-XXV710' and
6473 #           'NF_DENSITY' and
6474 #           'VHOST' and
6475 #           not 'VXLAN' and
6476 #           'CHAIN' and
6477 #           'NF_VPPIP4' and
6478 #           'IMIX' and
6479 #           '8T4C' and
6480 #           'MRR'"
6481 #  parameters:
6482 #  - "result"
6483 #  - "name"
6484 #  - "tags"
6485 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6486 #  x-axis: "X = VNFs per Service Chain"
6487 #  y-axis: "Y = Number of Service Chains"
6488 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6489 #  layout:
6490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6491 #    layout: "plot-service-density"
6492 #
6493 ## Plots - NF Density - VSC - NDR 64b
6494 #- type: "plot"
6495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6496 #  algorithm: "plot_nf_heatmap"
6497 #  output-file-type: ".html"
6498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6500 #  filter: "'NIC_Intel-XXV710' and
6501 #           'NF_DENSITY' and
6502 #           'VHOST' and
6503 #           not 'VXLAN' and
6504 #           'CHAIN' and
6505 #           'NF_VPPIP4' and
6506 #           '64B' and
6507 #           '2T1C' and
6508 #           'NDRPDR'"
6509 #  parameters:
6510 #  - "throughput"
6511 #  - "name"
6512 #  - "tags"
6513 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6514 #  x-axis: "X = VNFs per Service Chain"
6515 #  y-axis: "Y = Number of Service Chains"
6516 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6517 #  layout:
6518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6519 #    layout: "plot-service-density"
6520 #
6521 #- type: "plot"
6522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6523 #  algorithm: "plot_nf_heatmap"
6524 #  output-file-type: ".html"
6525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6526 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6527 #  filter: "'NIC_Intel-XXV710' and
6528 #           'NF_DENSITY' and
6529 #           'VHOST' and
6530 #           not 'VXLAN' and
6531 #           'CHAIN' and
6532 #           'NF_VPPIP4' and
6533 #           '64B' and
6534 #           '4T2C' and
6535 #           'NDRPDR'"
6536 #  parameters:
6537 #  - "throughput"
6538 #  - "name"
6539 #  - "tags"
6540 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6541 #  x-axis: "X = VNFs per Service Chain"
6542 #  y-axis: "Y = Number of Service Chains"
6543 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6544 #  layout:
6545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6546 #    layout: "plot-service-density"
6547 #
6548 #- type: "plot"
6549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6550 #  algorithm: "plot_nf_heatmap"
6551 #  output-file-type: ".html"
6552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6553 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6554 #  filter: "'NIC_Intel-XXV710' and
6555 #           'NF_DENSITY' and
6556 #           'VHOST' and
6557 #           not 'VXLAN' and
6558 #           'CHAIN' and
6559 #           'NF_VPPIP4' and
6560 #           '64B' and
6561 #           '8T4C' and
6562 #           'NDRPDR'"
6563 #  parameters:
6564 #  - "throughput"
6565 #  - "name"
6566 #  - "tags"
6567 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6568 #  x-axis: "X = VNFs per Service Chain"
6569 #  y-axis: "Y = Number of Service Chains"
6570 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6571 #  layout:
6572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6573 #    layout: "plot-service-density"
6574 #
6575 ## Plots - NF Density - VSC - NDR IMIX
6576 #- type: "plot"
6577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6578 #  algorithm: "plot_nf_heatmap"
6579 #  output-file-type: ".html"
6580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6581 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6582 #  filter: "'NIC_Intel-XXV710' and
6583 #           'NF_DENSITY' and
6584 #           'VHOST' and
6585 #           not 'VXLAN' and
6586 #           'CHAIN' and
6587 #           'NF_VPPIP4' and
6588 #           'IMIX' and
6589 #           '2T1C' and
6590 #           'NDRPDR'"
6591 #  parameters:
6592 #  - "throughput"
6593 #  - "name"
6594 #  - "tags"
6595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6596 #  x-axis: "X = VNFs per Service Chain"
6597 #  y-axis: "Y = Number of Service Chains"
6598 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6599 #  layout:
6600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6601 #    layout: "plot-service-density"
6602 #
6603 #- type: "plot"
6604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6605 #  algorithm: "plot_nf_heatmap"
6606 #  output-file-type: ".html"
6607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6608 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6609 #  filter: "'NIC_Intel-XXV710' and
6610 #           'NF_DENSITY' and
6611 #           'VHOST' and
6612 #           not 'VXLAN' and
6613 #           'CHAIN' and
6614 #           'NF_VPPIP4' and
6615 #           'IMIX' and
6616 #           '4T2C' and
6617 #           'NDRPDR'"
6618 #  parameters:
6619 #  - "throughput"
6620 #  - "name"
6621 #  - "tags"
6622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6623 #  x-axis: "X = VNFs per Service Chain"
6624 #  y-axis: "Y = Number of Service Chains"
6625 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6626 #  layout:
6627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6628 #    layout: "plot-service-density"
6629 #
6630 #- type: "plot"
6631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6632 #  algorithm: "plot_nf_heatmap"
6633 #  output-file-type: ".html"
6634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6635 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6636 #  filter: "'NIC_Intel-XXV710' and
6637 #           'NF_DENSITY' and
6638 #           'VHOST' and
6639 #           not 'VXLAN' and
6640 #           'CHAIN' and
6641 #           'NF_VPPIP4' and
6642 #           'IMIX' and
6643 #           '8T4C' and
6644 #           'NDRPDR'"
6645 #  parameters:
6646 #  - "throughput"
6647 #  - "name"
6648 #  - "tags"
6649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6650 #  x-axis: "X = VNFs per Service Chain"
6651 #  y-axis: "Y = Number of Service Chains"
6652 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6653 #  layout:
6654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6655 #    layout: "plot-service-density"
6656 #
6657 ## Plots - NF Density - VSC - PDR 64b
6658 #- type: "plot"
6659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6660 #  algorithm: "plot_nf_heatmap"
6661 #  output-file-type: ".html"
6662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6664 #  filter: "'NIC_Intel-XXV710' and
6665 #           'NF_DENSITY' and
6666 #           'VHOST' and
6667 #           not 'VXLAN' and
6668 #           'CHAIN' and
6669 #           'NF_VPPIP4' and
6670 #           '64B' and
6671 #           '2T1C' and
6672 #           'NDRPDR'"
6673 #  parameters:
6674 #  - "throughput"
6675 #  - "name"
6676 #  - "tags"
6677 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6678 #  x-axis: "X = VNFs per Service Chain"
6679 #  y-axis: "Y = Number of Service Chains"
6680 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6681 #  layout:
6682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6683 #    layout: "plot-service-density"
6684 #
6685 #- type: "plot"
6686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6687 #  algorithm: "plot_nf_heatmap"
6688 #  output-file-type: ".html"
6689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6690 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6691 #  filter: "'NIC_Intel-XXV710' and
6692 #           'NF_DENSITY' and
6693 #           'VHOST' and
6694 #           not 'VXLAN' and
6695 #           'CHAIN' and
6696 #           'NF_VPPIP4' and
6697 #           '64B' and
6698 #           '4T2C' and
6699 #           'NDRPDR'"
6700 #  parameters:
6701 #  - "throughput"
6702 #  - "name"
6703 #  - "tags"
6704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6705 #  x-axis: "X = VNFs per Service Chain"
6706 #  y-axis: "Y = Number of Service Chains"
6707 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6708 #  layout:
6709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6710 #    layout: "plot-service-density"
6711 #
6712 #- type: "plot"
6713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6714 #  algorithm: "plot_nf_heatmap"
6715 #  output-file-type: ".html"
6716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6718 #  filter: "'NIC_Intel-XXV710' and
6719 #           'NF_DENSITY' and
6720 #           'VHOST' and
6721 #           not 'VXLAN' and
6722 #           'CHAIN' and
6723 #           'NF_VPPIP4' and
6724 #           '64B' and
6725 #           '8T4C' and
6726 #           'NDRPDR'"
6727 #  parameters:
6728 #  - "throughput"
6729 #  - "name"
6730 #  - "tags"
6731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6732 #  x-axis: "X = VNFs per Service Chain"
6733 #  y-axis: "Y = Number of Service Chains"
6734 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6735 #  layout:
6736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6737 #    layout: "plot-service-density"
6738 #
6739 ## Plots - NF Density - VSC - PDR IMIX
6740 #- type: "plot"
6741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6742 #  algorithm: "plot_nf_heatmap"
6743 #  output-file-type: ".html"
6744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6746 #  filter: "'NIC_Intel-XXV710' and
6747 #           'NF_DENSITY' and
6748 #           'VHOST' and
6749 #           not 'VXLAN' and
6750 #           'CHAIN' and
6751 #           'NF_VPPIP4' and
6752 #           'IMIX' and
6753 #           '2T1C' and
6754 #           'NDRPDR'"
6755 #  parameters:
6756 #  - "throughput"
6757 #  - "name"
6758 #  - "tags"
6759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6760 #  x-axis: "X = VNFs per Service Chain"
6761 #  y-axis: "Y = Number of Service Chains"
6762 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6763 #  layout:
6764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6765 #    layout: "plot-service-density"
6766 #
6767 #- type: "plot"
6768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6769 #  algorithm: "plot_nf_heatmap"
6770 #  output-file-type: ".html"
6771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6773 #  filter: "'NIC_Intel-XXV710' and
6774 #           'NF_DENSITY' and
6775 #           'VHOST' and
6776 #           not 'VXLAN' and
6777 #           'CHAIN' and
6778 #           'NF_VPPIP4' and
6779 #           'IMIX' and
6780 #           '4T2C' and
6781 #           'NDRPDR'"
6782 #  parameters:
6783 #  - "throughput"
6784 #  - "name"
6785 #  - "tags"
6786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6787 #  x-axis: "X = VNFs per Service Chain"
6788 #  y-axis: "Y = Number of Service Chains"
6789 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6790 #  layout:
6791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6792 #    layout: "plot-service-density"
6793 #
6794 #- type: "plot"
6795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6796 #  algorithm: "plot_nf_heatmap"
6797 #  output-file-type: ".html"
6798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6799 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6800 #  filter: "'NIC_Intel-XXV710' and
6801 #           'NF_DENSITY' and
6802 #           'VHOST' and
6803 #           not 'VXLAN' and
6804 #           'CHAIN' and
6805 #           'NF_VPPIP4' and
6806 #           'IMIX' and
6807 #           '8T4C' and
6808 #           'NDRPDR'"
6809 #  parameters:
6810 #  - "throughput"
6811 #  - "name"
6812 #  - "tags"
6813 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6814 #  x-axis: "X = VNFs per Service Chain"
6815 #  y-axis: "Y = Number of Service Chains"
6816 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6817 #  layout:
6818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6819 #    layout: "plot-service-density"
6820 #
6821 ################################################################################
6822 ## Plots - NF Density - VSC - MRR 64b
6823 #- type: "plot"
6824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6825 #  algorithm: "plot_nf_heatmap"
6826 #  output-file-type: ".html"
6827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6828 #  data: "plot-vpp-nfv-2n-skx-mrr"
6829 #  filter: "'NIC_Intel-XXV710' and
6830 #           'NF_DENSITY' and
6831 #           'VHOST' and
6832 #           'VXLAN' and
6833 #           'CHAIN' and
6834 #           '118' and
6835 #           '2T1C' and
6836 #           'MRR'"
6837 #  parameters:
6838 #  - "result"
6839 #  - "name"
6840 #  - "tags"
6841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6842 #  x-axis: "X = VNFs per Service Chain"
6843 #  y-axis: "Y = Number of Service Chains"
6844 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6845 #  layout:
6846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6847 #    layout: "plot-service-density"
6848 #
6849 #- type: "plot"
6850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6851 #  algorithm: "plot_nf_heatmap"
6852 #  output-file-type: ".html"
6853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6854 #  data: "plot-vpp-nfv-2n-skx-mrr"
6855 #  filter: "'NIC_Intel-XXV710' and
6856 #           'NF_DENSITY' and
6857 #           'VHOST' and
6858 #           'VXLAN' and
6859 #           'CHAIN' and
6860 #           '118' and
6861 #           '4T2C' and
6862 #           'MRR'"
6863 #  parameters:
6864 #  - "result"
6865 #  - "name"
6866 #  - "tags"
6867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6868 #  x-axis: "X = VNFs per Service Chain"
6869 #  y-axis: "Y = Number of Service Chains"
6870 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6871 #  layout:
6872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6873 #    layout: "plot-service-density"
6874 #
6875 #- type: "plot"
6876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6877 #  algorithm: "plot_nf_heatmap"
6878 #  output-file-type: ".html"
6879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6880 #  data: "plot-vpp-nfv-2n-skx-mrr"
6881 #  filter: "'NIC_Intel-XXV710' and
6882 #           'NF_DENSITY' and
6883 #           'VHOST' and
6884 #           'VXLAN' and
6885 #           'CHAIN' and
6886 #           '118' and
6887 #           '8T4C' and
6888 #           'MRR'"
6889 #  parameters:
6890 #  - "result"
6891 #  - "name"
6892 #  - "tags"
6893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6894 #  x-axis: "X = VNFs per Service Chain"
6895 #  y-axis: "Y = Number of Service Chains"
6896 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6897 #  layout:
6898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6899 #    layout: "plot-service-density"
6900 #
6901 ## Plots - NF Density - VSC - MRR IMIX
6902 #- type: "plot"
6903 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6904 #  algorithm: "plot_nf_heatmap"
6905 #  output-file-type: ".html"
6906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6907 #  data: "plot-vpp-nfv-2n-skx-mrr"
6908 #  filter: "'NIC_Intel-XXV710' and
6909 #           'NF_DENSITY' and
6910 #           'VHOST' and
6911 #           'VXLAN' and
6912 #           'CHAIN' and
6913 #           'IMIX' and
6914 #           '2T1C' and
6915 #           'MRR'"
6916 #  parameters:
6917 #  - "result"
6918 #  - "name"
6919 #  - "tags"
6920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6921 #  x-axis: "X = VNFs per Service Chain"
6922 #  y-axis: "Y = Number of Service Chains"
6923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6924 #  layout:
6925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6926 #    layout: "plot-service-density"
6927 #
6928 #- type: "plot"
6929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6930 #  algorithm: "plot_nf_heatmap"
6931 #  output-file-type: ".html"
6932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6933 #  data: "plot-vpp-nfv-2n-skx-mrr"
6934 #  filter: "'NIC_Intel-XXV710' and
6935 #           'NF_DENSITY' and
6936 #           'VHOST' and
6937 #           'VXLAN' and
6938 #           'CHAIN' and
6939 #           'IMIX' and
6940 #           '4T2C' and
6941 #           'MRR'"
6942 #  parameters:
6943 #  - "result"
6944 #  - "name"
6945 #  - "tags"
6946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6947 #  x-axis: "X = VNFs per Service Chain"
6948 #  y-axis: "Y = Number of Service Chains"
6949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6950 #  layout:
6951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6952 #    layout: "plot-service-density"
6953 #
6954 #- type: "plot"
6955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6956 #  algorithm: "plot_nf_heatmap"
6957 #  output-file-type: ".html"
6958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6959 #  data: "plot-vpp-nfv-2n-skx-mrr"
6960 #  filter: "'NIC_Intel-XXV710' and
6961 #           'NF_DENSITY' and
6962 #           'VHOST' and
6963 #           'VXLAN' and
6964 #           'CHAIN' and
6965 #           'IMIX' and
6966 #           '8T4C' and
6967 #           'MRR'"
6968 #  parameters:
6969 #  - "result"
6970 #  - "name"
6971 #  - "tags"
6972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6973 #  x-axis: "X = VNFs per Service Chain"
6974 #  y-axis: "Y = Number of Service Chains"
6975 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6976 #  layout:
6977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6978 #    layout: "plot-service-density"
6979 #
6980 ## Plots - NF Density - VSC - NDR 64b
6981 #- type: "plot"
6982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6983 #  algorithm: "plot_nf_heatmap"
6984 #  output-file-type: ".html"
6985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6986 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6987 #  filter: "'NIC_Intel-XXV710' and
6988 #           'NF_DENSITY' and
6989 #           'VHOST' and
6990 #           'VXLAN' and
6991 #           'CHAIN' and
6992 #           '118' and
6993 #           '2T1C' and
6994 #           'NDRPDR'"
6995 #  parameters:
6996 #  - "throughput"
6997 #  - "name"
6998 #  - "tags"
6999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7000 #  x-axis: "X = VNFs per Service Chain"
7001 #  y-axis: "Y = Number of Service Chains"
7002 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7003 #  layout:
7004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7005 #    layout: "plot-service-density"
7006 #
7007 #- type: "plot"
7008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7009 #  algorithm: "plot_nf_heatmap"
7010 #  output-file-type: ".html"
7011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7012 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7013 #  filter: "'NIC_Intel-XXV710' and
7014 #           'NF_DENSITY' and
7015 #           'VHOST' and
7016 #           'VXLAN' and
7017 #           'CHAIN' and
7018 #           '118' and
7019 #           '4T2C' and
7020 #           'NDRPDR'"
7021 #  parameters:
7022 #  - "throughput"
7023 #  - "name"
7024 #  - "tags"
7025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7026 #  x-axis: "X = VNFs per Service Chain"
7027 #  y-axis: "Y = Number of Service Chains"
7028 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7029 #  layout:
7030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7031 #    layout: "plot-service-density"
7032 #
7033 #- type: "plot"
7034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7035 #  algorithm: "plot_nf_heatmap"
7036 #  output-file-type: ".html"
7037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7038 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7039 #  filter: "'NIC_Intel-XXV710' and
7040 #           'NF_DENSITY' and
7041 #           'VHOST' and
7042 #           'VXLAN' and
7043 #           'CHAIN' and
7044 #           '118' and
7045 #           '8T4C' and
7046 #           'NDRPDR'"
7047 #  parameters:
7048 #  - "throughput"
7049 #  - "name"
7050 #  - "tags"
7051 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7052 #  x-axis: "X = VNFs per Service Chain"
7053 #  y-axis: "Y = Number of Service Chains"
7054 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7055 #  layout:
7056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7057 #    layout: "plot-service-density"
7058 #
7059 ## Plots - NF Density - VSC - NDR IMIX
7060 #- type: "plot"
7061 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7062 #  algorithm: "plot_nf_heatmap"
7063 #  output-file-type: ".html"
7064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7065 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7066 #  filter: "'NIC_Intel-XXV710' and
7067 #           'NF_DENSITY' and
7068 #           'VHOST' and
7069 #           'VXLAN' and
7070 #           'CHAIN' and
7071 #           'IMIX' and
7072 #           '2T1C' and
7073 #           'NDRPDR'"
7074 #  parameters:
7075 #  - "throughput"
7076 #  - "name"
7077 #  - "tags"
7078 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7079 #  x-axis: "X = VNFs per Service Chain"
7080 #  y-axis: "Y = Number of Service Chains"
7081 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7082 #  layout:
7083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7084 #    layout: "plot-service-density"
7085 #
7086 #- type: "plot"
7087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7088 #  algorithm: "plot_nf_heatmap"
7089 #  output-file-type: ".html"
7090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7091 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7092 #  filter: "'NIC_Intel-XXV710' and
7093 #           'NF_DENSITY' and
7094 #           'VHOST' and
7095 #           'VXLAN' and
7096 #           'CHAIN' and
7097 #           'IMIX' and
7098 #           '4T2C' and
7099 #           'NDRPDR'"
7100 #  parameters:
7101 #  - "throughput"
7102 #  - "name"
7103 #  - "tags"
7104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7105 #  x-axis: "X = VNFs per Service Chain"
7106 #  y-axis: "Y = Number of Service Chains"
7107 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7108 #  layout:
7109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7110 #    layout: "plot-service-density"
7111 #
7112 #- type: "plot"
7113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7114 #  algorithm: "plot_nf_heatmap"
7115 #  output-file-type: ".html"
7116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7117 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7118 #  filter: "'NIC_Intel-XXV710' and
7119 #           'NF_DENSITY' and
7120 #           'VHOST' and
7121 #           'VXLAN' and
7122 #           'CHAIN' and
7123 #           'IMIX' and
7124 #           '8T4C' and
7125 #           'NDRPDR'"
7126 #  parameters:
7127 #  - "throughput"
7128 #  - "name"
7129 #  - "tags"
7130 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7131 #  x-axis: "X = VNFs per Service Chain"
7132 #  y-axis: "Y = Number of Service Chains"
7133 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7134 #  layout:
7135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7136 #    layout: "plot-service-density"
7137 #
7138 ## Plots - NF Density - VSC - PDR 64b
7139 #- type: "plot"
7140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7141 #  algorithm: "plot_nf_heatmap"
7142 #  output-file-type: ".html"
7143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7144 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7145 #  filter: "'NIC_Intel-XXV710' and
7146 #           'NF_DENSITY' and
7147 #           'VHOST' and
7148 #           'VXLAN' and
7149 #           'CHAIN' and
7150 #           '118' and
7151 #           '2T1C' and
7152 #           'NDRPDR'"
7153 #  parameters:
7154 #  - "throughput"
7155 #  - "name"
7156 #  - "tags"
7157 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7158 #  x-axis: "X = VNFs per Service Chain"
7159 #  y-axis: "Y = Number of Service Chains"
7160 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7161 #  layout:
7162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7163 #    layout: "plot-service-density"
7164 #
7165 #- type: "plot"
7166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7167 #  algorithm: "plot_nf_heatmap"
7168 #  output-file-type: ".html"
7169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7170 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7171 #  filter: "'NIC_Intel-XXV710' and
7172 #           'NF_DENSITY' and
7173 #           'VHOST' and
7174 #           'VXLAN' and
7175 #           'CHAIN' and
7176 #           '118' and
7177 #           '4T2C' and
7178 #           'NDRPDR'"
7179 #  parameters:
7180 #  - "throughput"
7181 #  - "name"
7182 #  - "tags"
7183 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7184 #  x-axis: "X = VNFs per Service Chain"
7185 #  y-axis: "Y = Number of Service Chains"
7186 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7187 #  layout:
7188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7189 #    layout: "plot-service-density"
7190 #
7191 #- type: "plot"
7192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7193 #  algorithm: "plot_nf_heatmap"
7194 #  output-file-type: ".html"
7195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7196 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7197 #  filter: "'NIC_Intel-XXV710' and
7198 #           'NF_DENSITY' and
7199 #           'VHOST' and
7200 #           'VXLAN' and
7201 #           'CHAIN' and
7202 #           '118' and
7203 #           '8T4C' and
7204 #           'NDRPDR'"
7205 #  parameters:
7206 #  - "throughput"
7207 #  - "name"
7208 #  - "tags"
7209 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7210 #  x-axis: "X = VNFs per Service Chain"
7211 #  y-axis: "Y = Number of Service Chains"
7212 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7213 #  layout:
7214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7215 #    layout: "plot-service-density"
7216 #
7217 ## Plots - NF Density - VSC - PDR IMIX
7218 #- type: "plot"
7219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7220 #  algorithm: "plot_nf_heatmap"
7221 #  output-file-type: ".html"
7222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7224 #  filter: "'NIC_Intel-XXV710' and
7225 #           'NF_DENSITY' and
7226 #           'VHOST' and
7227 #           'VXLAN' and
7228 #           'CHAIN' and
7229 #           'IMIX' and
7230 #           '2T1C' and
7231 #           'NDRPDR'"
7232 #  parameters:
7233 #  - "throughput"
7234 #  - "name"
7235 #  - "tags"
7236 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7237 #  x-axis: "X = VNFs per Service Chain"
7238 #  y-axis: "Y = Number of Service Chains"
7239 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7240 #  layout:
7241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7242 #    layout: "plot-service-density"
7243 #
7244 #- type: "plot"
7245 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7246 #  algorithm: "plot_nf_heatmap"
7247 #  output-file-type: ".html"
7248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7249 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7250 #  filter: "'NIC_Intel-XXV710' and
7251 #           'NF_DENSITY' and
7252 #           'VHOST' and
7253 #           'VXLAN' and
7254 #           'CHAIN' and
7255 #           'IMIX' and
7256 #           '4T2C' and
7257 #           'NDRPDR'"
7258 #  parameters:
7259 #  - "throughput"
7260 #  - "name"
7261 #  - "tags"
7262 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7263 #  x-axis: "X = VNFs per Service Chain"
7264 #  y-axis: "Y = Number of Service Chains"
7265 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7266 #  layout:
7267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7268 #    layout: "plot-service-density"
7269 #
7270 #- type: "plot"
7271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7272 #  algorithm: "plot_nf_heatmap"
7273 #  output-file-type: ".html"
7274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7275 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7276 #  filter: "'NIC_Intel-XXV710' and
7277 #           'NF_DENSITY' and
7278 #           'VHOST' and
7279 #           'VXLAN' and
7280 #           'CHAIN' and
7281 #           'IMIX' and
7282 #           '8T4C' and
7283 #           'NDRPDR'"
7284 #  parameters:
7285 #  - "throughput"
7286 #  - "name"
7287 #  - "tags"
7288 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7289 #  x-axis: "X = VNFs per Service Chain"
7290 #  y-axis: "Y = Number of Service Chains"
7291 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7292 #  layout:
7293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7294 #    layout: "plot-service-density"
7295 #
7296 ################################################################################
7297 ## Plots - NF Density - CSC - MRR 64b
7298 #- type: "plot"
7299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7300 #  algorithm: "plot_nf_heatmap"
7301 #  output-file-type: ".html"
7302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7303 #  data: "plot-vpp-nfv-2n-skx-mrr"
7304 #  filter: "'NIC_Intel-XXV710' and
7305 #           'NF_DENSITY' and
7306 #           'DOCKER' and
7307 #           'CHAIN' and
7308 #           'NF_VPPIP4' and
7309 #           '64B' and
7310 #           '2T1C' and
7311 #           'MRR'"
7312 #  parameters:
7313 #  - "result"
7314 #  - "name"
7315 #  - "tags"
7316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7317 #  x-axis: "X = CNFs per Service Chain"
7318 #  y-axis: "Y = Number of Service Chains"
7319 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7320 #  layout:
7321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7322 #    layout: "plot-service-density"
7323 #
7324 #- type: "plot"
7325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7326 #  algorithm: "plot_nf_heatmap"
7327 #  output-file-type: ".html"
7328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7329 #  data: "plot-vpp-nfv-2n-skx-mrr"
7330 #  filter: "'NIC_Intel-XXV710' and
7331 #           'NF_DENSITY' and
7332 #           'DOCKER' and
7333 #           'CHAIN' and
7334 #           'NF_VPPIP4' and
7335 #           '64B' and
7336 #           '4T2C' and
7337 #           'MRR'"
7338 #  parameters:
7339 #  - "result"
7340 #  - "name"
7341 #  - "tags"
7342 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7343 #  x-axis: "X = CNFs per Service Chain"
7344 #  y-axis: "Y = Number of Service Chains"
7345 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7346 #  layout:
7347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7348 #    layout: "plot-service-density"
7349 #
7350 #- type: "plot"
7351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7352 #  algorithm: "plot_nf_heatmap"
7353 #  output-file-type: ".html"
7354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7355 #  data: "plot-vpp-nfv-2n-skx-mrr"
7356 #  filter: "'NIC_Intel-XXV710' and
7357 #           'NF_DENSITY' and
7358 #           'DOCKER' and
7359 #           'CHAIN' and
7360 #           'NF_VPPIP4' and
7361 #           '64B' and
7362 #           '8T4C' and
7363 #           'MRR'"
7364 #  parameters:
7365 #  - "result"
7366 #  - "name"
7367 #  - "tags"
7368 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7369 #  x-axis: "X = CNFs per Service Chain"
7370 #  y-axis: "Y = Number of Service Chains"
7371 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7372 #  layout:
7373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7374 #    layout: "plot-service-density"
7375 #
7376 ## Plots - NF Density - CSC - MRR IMIX
7377 #- type: "plot"
7378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7379 #  algorithm: "plot_nf_heatmap"
7380 #  output-file-type: ".html"
7381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7382 #  data: "plot-vpp-nfv-2n-skx-mrr"
7383 #  filter: "'NIC_Intel-XXV710' and
7384 #           'NF_DENSITY' and
7385 #           'DOCKER' and
7386 #           'CHAIN' and
7387 #           'NF_VPPIP4' and
7388 #           'IMIX' and
7389 #           '2T1C' and
7390 #           'MRR'"
7391 #  parameters:
7392 #  - "result"
7393 #  - "name"
7394 #  - "tags"
7395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7396 #  x-axis: "X = CNFs per Service Chain"
7397 #  y-axis: "Y = Number of Service Chains"
7398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7399 #  layout:
7400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7401 #    layout: "plot-service-density"
7402 #
7403 #- type: "plot"
7404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7405 #  algorithm: "plot_nf_heatmap"
7406 #  output-file-type: ".html"
7407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7408 #  data: "plot-vpp-nfv-2n-skx-mrr"
7409 #  filter: "'NIC_Intel-XXV710' and
7410 #           'NF_DENSITY' and
7411 #           'DOCKER' and
7412 #           'CHAIN' and
7413 #           'NF_VPPIP4' and
7414 #           'IMIX' and
7415 #           '4T2C' and
7416 #           'MRR'"
7417 #  parameters:
7418 #  - "result"
7419 #  - "name"
7420 #  - "tags"
7421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7422 #  x-axis: "X = CNFs per Service Chain"
7423 #  y-axis: "Y = Number of Service Chains"
7424 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7425 #  layout:
7426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7427 #    layout: "plot-service-density"
7428 #
7429 #- type: "plot"
7430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7431 #  algorithm: "plot_nf_heatmap"
7432 #  output-file-type: ".html"
7433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7434 #  data: "plot-vpp-nfv-2n-skx-mrr"
7435 #  filter: "'NIC_Intel-XXV710' and
7436 #           'NF_DENSITY' and
7437 #           'DOCKER' and
7438 #           'CHAIN' and
7439 #           'NF_VPPIP4' and
7440 #           'IMIX' and
7441 #           '8T4C' and
7442 #           'MRR'"
7443 #  parameters:
7444 #  - "result"
7445 #  - "name"
7446 #  - "tags"
7447 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7448 #  x-axis: "X = CNFs per Service Chain"
7449 #  y-axis: "Y = Number of Service Chains"
7450 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7451 #  layout:
7452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7453 #    layout: "plot-service-density"
7454 #
7455 ## Plots - NF Density - CSC - NDR 64b
7456 #- type: "plot"
7457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7458 #  algorithm: "plot_nf_heatmap"
7459 #  output-file-type: ".html"
7460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7461 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7462 #  filter: "'NIC_Intel-XXV710' and
7463 #           'NF_DENSITY' and
7464 #           'DOCKER' and
7465 #           'CHAIN' and
7466 #           'NF_VPPIP4' and
7467 #           '64B' and
7468 #           '2T1C' and
7469 #           'NDRPDR'"
7470 #  parameters:
7471 #  - "throughput"
7472 #  - "name"
7473 #  - "tags"
7474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7475 #  x-axis: "X = CNFs per Service Chain"
7476 #  y-axis: "Y = Number of Service Chains"
7477 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7478 #  layout:
7479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7480 #    layout: "plot-service-density"
7481 #
7482 #- type: "plot"
7483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7484 #  algorithm: "plot_nf_heatmap"
7485 #  output-file-type: ".html"
7486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7487 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7488 #  filter: "'NIC_Intel-XXV710' and
7489 #           'NF_DENSITY' and
7490 #           'DOCKER' and
7491 #           'CHAIN' and
7492 #           'NF_VPPIP4' and
7493 #           '64B' and
7494 #           '4T2C' and
7495 #           'NDRPDR'"
7496 #  parameters:
7497 #  - "throughput"
7498 #  - "name"
7499 #  - "tags"
7500 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7501 #  x-axis: "X = CNFs per Service Chain"
7502 #  y-axis: "Y = Number of Service Chains"
7503 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7504 #  layout:
7505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7506 #    layout: "plot-service-density"
7507 #
7508 #- type: "plot"
7509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7510 #  algorithm: "plot_nf_heatmap"
7511 #  output-file-type: ".html"
7512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7513 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7514 #  filter: "'NIC_Intel-XXV710' and
7515 #           'NF_DENSITY' and
7516 #           'DOCKER' and
7517 #           'CHAIN' and
7518 #           'NF_VPPIP4' and
7519 #           '64B' and
7520 #           '8T4C' and
7521 #           'NDRPDR'"
7522 #  parameters:
7523 #  - "throughput"
7524 #  - "name"
7525 #  - "tags"
7526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7527 #  x-axis: "X = CNFs per Service Chain"
7528 #  y-axis: "Y = Number of Service Chains"
7529 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7530 #  layout:
7531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7532 #    layout: "plot-service-density"
7533 #
7534 ## Plots - NF Density - CSC - NDR IMIX
7535 #- type: "plot"
7536 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7537 #  algorithm: "plot_nf_heatmap"
7538 #  output-file-type: ".html"
7539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7540 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7541 #  filter: "'NIC_Intel-XXV710' and
7542 #           'NF_DENSITY' and
7543 #           'DOCKER' and
7544 #           'CHAIN' and
7545 #           'NF_VPPIP4' and
7546 #           'IMIX' and
7547 #           '2T1C' and
7548 #           'NDRPDR'"
7549 #  parameters:
7550 #  - "throughput"
7551 #  - "name"
7552 #  - "tags"
7553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7554 #  x-axis: "X = CNFs per Service Chain"
7555 #  y-axis: "Y = Number of Service Chains"
7556 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7557 #  layout:
7558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7559 #    layout: "plot-service-density"
7560 #
7561 #- type: "plot"
7562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7563 #  algorithm: "plot_nf_heatmap"
7564 #  output-file-type: ".html"
7565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7566 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7567 #  filter: "'NIC_Intel-XXV710' and
7568 #           'NF_DENSITY' and
7569 #           'DOCKER' and
7570 #           'CHAIN' and
7571 #           'NF_VPPIP4' and
7572 #           'IMIX' and
7573 #           '4T2C' and
7574 #           'NDRPDR'"
7575 #  parameters:
7576 #  - "throughput"
7577 #  - "name"
7578 #  - "tags"
7579 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7580 #  x-axis: "X = CNFs per Service Chain"
7581 #  y-axis: "Y = Number of Service Chains"
7582 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7583 #  layout:
7584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7585 #    layout: "plot-service-density"
7586 #
7587 #- type: "plot"
7588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7589 #  algorithm: "plot_nf_heatmap"
7590 #  output-file-type: ".html"
7591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7592 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7593 #  filter: "'NIC_Intel-XXV710' and
7594 #           'NF_DENSITY' and
7595 #           'DOCKER' and
7596 #           'CHAIN' and
7597 #           'NF_VPPIP4' and
7598 #           'IMIX' and
7599 #           '8T4C' and
7600 #           'NDRPDR'"
7601 #  parameters:
7602 #  - "throughput"
7603 #  - "name"
7604 #  - "tags"
7605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7606 #  x-axis: "X = CNFs per Service Chain"
7607 #  y-axis: "Y = Number of Service Chains"
7608 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7609 #  layout:
7610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7611 #    layout: "plot-service-density"
7612 #
7613 ## Plots - NF Density - CSC - PDR 64b
7614 #- type: "plot"
7615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7616 #  algorithm: "plot_nf_heatmap"
7617 #  output-file-type: ".html"
7618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7619 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7620 #  filter: "'NIC_Intel-XXV710' and
7621 #           'NF_DENSITY' and
7622 #           'DOCKER' and
7623 #           'CHAIN' and
7624 #           'NF_VPPIP4' and
7625 #           '64B' and
7626 #           '2T1C' and
7627 #           'NDRPDR'"
7628 #  parameters:
7629 #  - "throughput"
7630 #  - "name"
7631 #  - "tags"
7632 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7633 #  x-axis: "X = CNFs per Service Chain"
7634 #  y-axis: "Y = Number of Service Chains"
7635 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7636 #  layout:
7637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7638 #    layout: "plot-service-density"
7639 #
7640 #- type: "plot"
7641 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7642 #  algorithm: "plot_nf_heatmap"
7643 #  output-file-type: ".html"
7644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7645 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7646 #  filter: "'NIC_Intel-XXV710' and
7647 #           'NF_DENSITY' and
7648 #           'DOCKER' and
7649 #           'CHAIN' and
7650 #           'NF_VPPIP4' and
7651 #           '64B' and
7652 #           '4T2C' and
7653 #           'NDRPDR'"
7654 #  parameters:
7655 #  - "throughput"
7656 #  - "name"
7657 #  - "tags"
7658 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7659 #  x-axis: "X = CNFs per Service Chain"
7660 #  y-axis: "Y = Number of Service Chains"
7661 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7662 #  layout:
7663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7664 #    layout: "plot-service-density"
7665 #
7666 #- type: "plot"
7667 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7668 #  algorithm: "plot_nf_heatmap"
7669 #  output-file-type: ".html"
7670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7671 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7672 #  filter: "'NIC_Intel-XXV710' and
7673 #           'NF_DENSITY' and
7674 #           'DOCKER' and
7675 #           'CHAIN' and
7676 #           'NF_VPPIP4' and
7677 #           '64B' and
7678 #           '8T4C' and
7679 #           'NDRPDR'"
7680 #  parameters:
7681 #  - "throughput"
7682 #  - "name"
7683 #  - "tags"
7684 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7685 #  x-axis: "X = CNFs per Service Chain"
7686 #  y-axis: "Y = Number of Service Chains"
7687 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7688 #  layout:
7689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7690 #    layout: "plot-service-density"
7691 #
7692 ## Plots - NF Density - CSC - PDR IMIX
7693 #- type: "plot"
7694 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7695 #  algorithm: "plot_nf_heatmap"
7696 #  output-file-type: ".html"
7697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7698 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7699 #  filter: "'NIC_Intel-XXV710' and
7700 #           'NF_DENSITY' and
7701 #           'DOCKER' and
7702 #           'CHAIN' and
7703 #           'NF_VPPIP4' and
7704 #           'IMIX' and
7705 #           '2T1C' and
7706 #           'NDRPDR'"
7707 #  parameters:
7708 #  - "throughput"
7709 #  - "name"
7710 #  - "tags"
7711 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7712 #  x-axis: "X = CNFs per Service Chain"
7713 #  y-axis: "Y = Number of Service Chains"
7714 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7715 #  layout:
7716 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7717 #    layout: "plot-service-density"
7718 #
7719 #- type: "plot"
7720 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7721 #  algorithm: "plot_nf_heatmap"
7722 #  output-file-type: ".html"
7723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7724 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7725 #  filter: "'NIC_Intel-XXV710' and
7726 #           'NF_DENSITY' and
7727 #           'DOCKER' and
7728 #           'CHAIN' and
7729 #           'NF_VPPIP4' and
7730 #           'IMIX' and
7731 #           '4T2C' and
7732 #           'NDRPDR'"
7733 #  parameters:
7734 #  - "throughput"
7735 #  - "name"
7736 #  - "tags"
7737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7738 #  x-axis: "X = CNFs per Service Chain"
7739 #  y-axis: "Y = Number of Service Chains"
7740 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7741 #  layout:
7742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7743 #    layout: "plot-service-density"
7744 #
7745 #- type: "plot"
7746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7747 #  algorithm: "plot_nf_heatmap"
7748 #  output-file-type: ".html"
7749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7750 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7751 #  filter: "'NIC_Intel-XXV710' and
7752 #           'NF_DENSITY' and
7753 #           'DOCKER' and
7754 #           'CHAIN' and
7755 #           'NF_VPPIP4' and
7756 #           'IMIX' and
7757 #           '8T4C' and
7758 #           'NDRPDR'"
7759 #  parameters:
7760 #  - "throughput"
7761 #  - "name"
7762 #  - "tags"
7763 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7764 #  x-axis: "X = CNFs per Service Chain"
7765 #  y-axis: "Y = Number of Service Chains"
7766 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7767 #  layout:
7768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7769 #    layout: "plot-service-density"
7770 #
7771 ################################################################################
7772 #
7773 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7774 #- type: "plot"
7775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7776 #  algorithm: "plot_nf_heatmap"
7777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7778 #  data: "plot-vpp-nfv-3n-skx-mrr"
7779 #  filter: "'NIC_Intel-XXV710' and
7780 #           'NF_DENSITY' and
7781 #           'DOCKER' and
7782 #           'CHAIN' and
7783 #           'NF_VPPIP4' and
7784 #           'IPSEC' and
7785 #           'TNL_4' and
7786 #           'IMIX' and
7787 #           '2T1C' and
7788 #           'MRR'"
7789 #  parameters:
7790 #  - "result"
7791 #  - "name"
7792 #  - "tags"
7793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7794 #  x-axis: "X = CNFs per Service Chain"
7795 #  y-axis: "Y = Number of Service Chains"
7796 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7797 #  layout:
7798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7799 #    layout: "plot-service-density"
7800 #
7801 #- type: "plot"
7802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7803 #  algorithm: "plot_nf_heatmap"
7804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7805 #  data: "plot-vpp-nfv-3n-skx-mrr"
7806 #  filter: "'NIC_Intel-XXV710' and
7807 #           'NF_DENSITY' and
7808 #           'DOCKER' and
7809 #           'CHAIN' and
7810 #           'NF_VPPIP4' and
7811 #           'IPSEC' and
7812 #           'TNL_4' and
7813 #           'IMIX' and
7814 #           '4T2C' and
7815 #           'MRR'"
7816 #  parameters:
7817 #  - "result"
7818 #  - "name"
7819 #  - "tags"
7820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7821 #  x-axis: "X = CNFs per Service Chain"
7822 #  y-axis: "Y = Number of Service Chains"
7823 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7824 #  layout:
7825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7826 #    layout: "plot-service-density"
7827 #
7828 #- type: "plot"
7829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7830 #  algorithm: "plot_nf_heatmap"
7831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7832 #  data: "plot-vpp-nfv-3n-skx-mrr"
7833 #  filter: "'NIC_Intel-XXV710' and
7834 #           'NF_DENSITY' and
7835 #           'DOCKER' and
7836 #           'CHAIN' and
7837 #           'NF_VPPIP4' and
7838 #           'IPSEC' and
7839 #           'TNL_4' and
7840 #           'IMIX' and
7841 #           '8T4C' and
7842 #           'MRR'"
7843 #  parameters:
7844 #  - "result"
7845 #  - "name"
7846 #  - "tags"
7847 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7848 #  x-axis: "X = CNFs per Service Chain"
7849 #  y-axis: "Y = Number of Service Chains"
7850 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7851 #  layout:
7852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7853 #    layout: "plot-service-density"
7854
7855 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7856 - type: "plot"
7857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7858   algorithm: "plot_nf_heatmap"
7859   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7860   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7861   filter: "'NIC_Intel-XXV710' and
7862            'NF_DENSITY' and
7863            'DOCKER' and
7864            'CHAIN' and
7865            'NF_VPPIP4' and
7866            'IPSEC' and
7867            'TNL_4' and
7868            'IMIX' and
7869            '2T1C' and
7870            'NDRPDR'"
7871   parameters:
7872   - "throughput"
7873   - "name"
7874   - "tags"
7875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7876   x-axis: "X = CNFs per Service Chain"
7877   y-axis: "Y = Number of Service Chains"
7878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7879   layout:
7880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7881     layout: "plot-service-density"
7882
7883 - type: "plot"
7884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7885   algorithm: "plot_nf_heatmap"
7886   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7887   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7888   filter: "'NIC_Intel-XXV710' and
7889            'NF_DENSITY' and
7890            'DOCKER' and
7891            'CHAIN' and
7892            'NF_VPPIP4' and
7893            'IPSEC' and
7894            'TNL_4' and
7895            'IMIX' and
7896            '4T2C' and
7897            'NDRPDR'"
7898   parameters:
7899   - "throughput"
7900   - "name"
7901   - "tags"
7902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7903   x-axis: "X = CNFs per Service Chain"
7904   y-axis: "Y = Number of Service Chains"
7905   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7906   layout:
7907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7908     layout: "plot-service-density"
7909
7910 - type: "plot"
7911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7912   algorithm: "plot_nf_heatmap"
7913   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7914   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7915   filter: "'NIC_Intel-XXV710' and
7916            'NF_DENSITY' and
7917            'DOCKER' and
7918            'CHAIN' and
7919            'NF_VPPIP4' and
7920            'IPSEC' and
7921            'TNL_4' and
7922            'IMIX' and
7923            '8T4C' and
7924            'NDRPDR'"
7925   parameters:
7926   - "throughput"
7927   - "name"
7928   - "tags"
7929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7930   x-axis: "X = CNFs per Service Chain"
7931   y-axis: "Y = Number of Service Chains"
7932   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7933   layout:
7934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7935     layout: "plot-service-density"
7936
7937 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7938 - type: "plot"
7939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7940   algorithm: "plot_nf_heatmap"
7941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7942   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7943   filter: "'NIC_Intel-XXV710' and
7944            'NF_DENSITY' and
7945            'DOCKER' and
7946            'CHAIN' and
7947            'NF_VPPIP4' and
7948            'IPSEC' and
7949            'TNL_4' and
7950            'IMIX' and
7951            '2T1C' and
7952            'NDRPDR'"
7953   parameters:
7954   - "throughput"
7955   - "name"
7956   - "tags"
7957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7958   x-axis: "X = CNFs per Service Chain"
7959   y-axis: "Y = Number of Service Chains"
7960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7961   layout:
7962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7963     layout: "plot-service-density"
7964
7965 - type: "plot"
7966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7967   algorithm: "plot_nf_heatmap"
7968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7969   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7970   filter: "'NIC_Intel-XXV710' and
7971            'NF_DENSITY' and
7972            'DOCKER' and
7973            'CHAIN' and
7974            'NF_VPPIP4' and
7975            'IPSEC' and
7976            'TNL_4' and
7977            'IMIX' and
7978            '4T2C' and
7979            'NDRPDR'"
7980   parameters:
7981   - "throughput"
7982   - "name"
7983   - "tags"
7984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7985   x-axis: "X = CNFs per Service Chain"
7986   y-axis: "Y = Number of Service Chains"
7987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7988   layout:
7989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7990     layout: "plot-service-density"
7991
7992 - type: "plot"
7993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7994   algorithm: "plot_nf_heatmap"
7995   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7996   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7997   filter: "'NIC_Intel-XXV710' and
7998            'NF_DENSITY' and
7999            'DOCKER' and
8000            'CHAIN' and
8001            'NF_VPPIP4' and
8002            'IPSEC' and
8003            'TNL_4' and
8004            'IMIX' and
8005            '8T4C' and
8006            'NDRPDR'"
8007   parameters:
8008   - "throughput"
8009   - "name"
8010   - "tags"
8011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8012   x-axis: "X = CNFs per Service Chain"
8013   y-axis: "Y = Number of Service Chains"
8014   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8015   layout:
8016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8017     layout: "plot-service-density"
8018
8019 ###############################################################################
8020
8021 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8022 - type: "plot"
8023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8024   algorithm: "plot_nf_heatmap"
8025   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8026   data: "plot-vpp-nfv-3n-hsw-mrr"
8027   filter: "'NIC_Intel-XL710' and
8028            'NF_DENSITY' and
8029            'DOCKER' and
8030            'CHAIN' and
8031            'NF_VPPIP4' and
8032            'IMIX' and
8033            'TNL_4' and
8034            '1T1C' and
8035            'MRR'"
8036   parameters:
8037   - "result"
8038   - "name"
8039   - "tags"
8040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8041   x-axis: "X = CNFs per Service Chain"
8042   y-axis: "Y = Number of Service Chains"
8043   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8044   layout:
8045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8046     layout: "plot-service-density"
8047
8048 - type: "plot"
8049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8050   algorithm: "plot_nf_heatmap"
8051   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8052   data: "plot-vpp-nfv-3n-hsw-mrr"
8053   filter: "'NIC_Intel-XL710' and
8054            'NF_DENSITY' and
8055            'DOCKER' and
8056            'CHAIN' and
8057            'NF_VPPIP4' and
8058            'IPSEC' and
8059            'TNL_4' and
8060            'IMIX' and
8061            '2T2C' and
8062            'MRR'"
8063   parameters:
8064   - "result"
8065   - "name"
8066   - "tags"
8067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8068   x-axis: "X = CNFs per Service Chain"
8069   y-axis: "Y = Number of Service Chains"
8070   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8071   layout:
8072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8073     layout: "plot-service-density"
8074
8075 - type: "plot"
8076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8077   algorithm: "plot_nf_heatmap"
8078   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8079   data: "plot-vpp-nfv-3n-hsw-mrr"
8080   filter: "'NIC_Intel-XL710' and
8081            'NF_DENSITY' and
8082            'DOCKER' and
8083            'CHAIN' and
8084            'NF_VPPIP4' and
8085            'IPSEC' and
8086            'TNL_4' and
8087            'IMIX' and
8088            '4T4C' and
8089            'MRR'"
8090   parameters:
8091   - "result"
8092   - "name"
8093   - "tags"
8094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8095   x-axis: "X = CNFs per Service Chain"
8096   y-axis: "Y = Number of Service Chains"
8097   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8098   layout:
8099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8100     layout: "plot-service-density"
8101
8102 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8103 - type: "plot"
8104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8105   algorithm: "plot_nf_heatmap"
8106   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8107   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8108   filter: "'NIC_Intel-XL710' and
8109            'NF_DENSITY' and
8110            'DOCKER' and
8111            'CHAIN' and
8112            'NF_VPPIP4' and
8113            'IPSEC' and
8114            'TNL_4' and
8115            'IMIX' and
8116            '1T1C' and
8117            'NDRPDR'"
8118   parameters:
8119   - "throughput"
8120   - "name"
8121   - "tags"
8122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8123   x-axis: "X = CNFs per Service Chain"
8124   y-axis: "Y = Number of Service Chains"
8125   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8126   layout:
8127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8128     layout: "plot-service-density"
8129
8130 - type: "plot"
8131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8132   algorithm: "plot_nf_heatmap"
8133   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8134   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8135   filter: "'NIC_Intel-XL710' and
8136            'NF_DENSITY' and
8137            'DOCKER' and
8138            'CHAIN' and
8139            'NF_VPPIP4' and
8140            'IPSEC' and
8141            'TNL_4' and
8142            'IMIX' and
8143            '2T2C' and
8144            'NDRPDR'"
8145   parameters:
8146   - "throughput"
8147   - "name"
8148   - "tags"
8149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8150   x-axis: "X = CNFs per Service Chain"
8151   y-axis: "Y = Number of Service Chains"
8152   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8153   layout:
8154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8155     layout: "plot-service-density"
8156
8157 - type: "plot"
8158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8159   algorithm: "plot_nf_heatmap"
8160   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8161   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8162   filter: "'NIC_Intel-XL710' and
8163            'NF_DENSITY' and
8164            'DOCKER' and
8165            'CHAIN' and
8166            'NF_VPPIP4' and
8167            'IPSEC' and
8168            'TNL_4' and
8169            'IMIX' and
8170            '4T4C' and
8171            'NDRPDR'"
8172   parameters:
8173   - "throughput"
8174   - "name"
8175   - "tags"
8176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8177   x-axis: "X = CNFs per Service Chain"
8178   y-axis: "Y = Number of Service Chains"
8179   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8180   layout:
8181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8182     layout: "plot-service-density"
8183
8184 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8189   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8190   filter: "'NIC_Intel-XL710' and
8191            'NF_DENSITY' and
8192            'DOCKER' and
8193            'CHAIN' and
8194            'NF_VPPIP4' and
8195            'IPSEC' and
8196            'TNL_4' and
8197            'IMIX' and
8198            '1T1C' and
8199            'NDRPDR'"
8200   parameters:
8201   - "throughput"
8202   - "name"
8203   - "tags"
8204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8210     layout: "plot-service-density"
8211
8212 - type: "plot"
8213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8214   algorithm: "plot_nf_heatmap"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8216   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8217   filter: "'NIC_Intel-XL710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IPSEC' and
8223            'TNL_4' and
8224            'IMIX' and
8225            '2T2C' and
8226            'NDRPDR'"
8227   parameters:
8228   - "throughput"
8229   - "name"
8230   - "tags"
8231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8232   x-axis: "X = CNFs per Service Chain"
8233   y-axis: "Y = Number of Service Chains"
8234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8235   layout:
8236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8237     layout: "plot-service-density"
8238
8239 - type: "plot"
8240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8241   algorithm: "plot_nf_heatmap"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8243   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8244   filter: "'NIC_Intel-XL710' and
8245            'NF_DENSITY' and
8246            'DOCKER' and
8247            'CHAIN' and
8248            'NF_VPPIP4' and
8249            'IPSEC' and
8250            'TNL_4' and
8251            'IMIX' and
8252            '4T4C' and
8253            'NDRPDR'"
8254   parameters:
8255   - "throughput"
8256   - "name"
8257   - "tags"
8258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8259   x-axis: "X = CNFs per Service Chain"
8260   y-axis: "Y = Number of Service Chains"
8261   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8262   layout:
8263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8264     layout: "plot-service-density"
8265
8266 ###############################################################################
8267
8268 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8269 #- type: "plot"
8270 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8271 #  algorithm: "plot_nf_heatmap"
8272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8273 #  data: "plot-vpp-nfv-3n-skx-mrr"
8274 #  filter: "'NIC_Intel-XXV710' and
8275 #           'NF_DENSITY' and
8276 #           'DOCKER' and
8277 #           'CHAIN' and
8278 #           'NF_VPPIP4' and
8279 #           'IPSEC' and
8280 #           'TNL_1000' and
8281 #           'IMIX' and
8282 #           '2T1C' and
8283 #           'MRR'"
8284 #  parameters:
8285 #  - "result"
8286 #  - "name"
8287 #  - "tags"
8288 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8289 #  x-axis: "X = CNFs per Service Chain"
8290 #  y-axis: "Y = Number of Service Chains"
8291 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8292 #  layout:
8293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8294 #    layout: "plot-service-density"
8295 #
8296 #- type: "plot"
8297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8298 #  algorithm: "plot_nf_heatmap"
8299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8300 #  data: "plot-vpp-nfv-3n-skx-mrr"
8301 #  filter: "'NIC_Intel-XXV710' and
8302 #           'NF_DENSITY' and
8303 #           'DOCKER' and
8304 #           'CHAIN' and
8305 #           'NF_VPPIP4' and
8306 #           'IPSEC' and
8307 #           'TNL_1000' and
8308 #           'IMIX' and
8309 #           '4T2C' and
8310 #           'MRR'"
8311 #  parameters:
8312 #  - "result"
8313 #  - "name"
8314 #  - "tags"
8315 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8316 #  x-axis: "X = CNFs per Service Chain"
8317 #  y-axis: "Y = Number of Service Chains"
8318 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8319 #  layout:
8320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8321 #    layout: "plot-service-density"
8322 #
8323 #- type: "plot"
8324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8325 #  algorithm: "plot_nf_heatmap"
8326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8327 #  data: "plot-vpp-nfv-3n-skx-mrr"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           'NF_DENSITY' and
8330 #           'DOCKER' and
8331 #           'CHAIN' and
8332 #           'NF_VPPIP4' and
8333 #           'IPSEC' and
8334 #           'TNL_1000' and
8335 #           'IMIX' and
8336 #           '8T4C' and
8337 #           'MRR'"
8338 #  parameters:
8339 #  - "result"
8340 #  - "name"
8341 #  - "tags"
8342 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8343 #  x-axis: "X = CNFs per Service Chain"
8344 #  y-axis: "Y = Number of Service Chains"
8345 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8346 #  layout:
8347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8348 #    layout: "plot-service-density"
8349
8350 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8351 - type: "plot"
8352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8353   algorithm: "plot_nf_heatmap"
8354   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8355   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8356   filter: "'NIC_Intel-XXV710' and
8357            'NF_DENSITY' and
8358            'DOCKER' and
8359            'CHAIN' and
8360            'NF_VPPIP4' and
8361            'IPSEC' and
8362            'TNL_1000' and
8363            'IMIX' and
8364            '2T1C' and
8365            'NDRPDR'"
8366   parameters:
8367   - "throughput"
8368   - "name"
8369   - "tags"
8370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8371   x-axis: "X = CNFs per Service Chain"
8372   y-axis: "Y = Number of Service Chains"
8373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8374   layout:
8375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8376     layout: "plot-service-density"
8377
8378 - type: "plot"
8379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8380   algorithm: "plot_nf_heatmap"
8381   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8382   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8383   filter: "'NIC_Intel-XXV710' and
8384            'NF_DENSITY' and
8385            'DOCKER' and
8386            'CHAIN' and
8387            'NF_VPPIP4' and
8388            'IPSEC' and
8389            'TNL_1000' and
8390            'IMIX' and
8391            '4T2C' and
8392            'NDRPDR'"
8393   parameters:
8394   - "throughput"
8395   - "name"
8396   - "tags"
8397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8398   x-axis: "X = CNFs per Service Chain"
8399   y-axis: "Y = Number of Service Chains"
8400   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8401   layout:
8402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8403     layout: "plot-service-density"
8404
8405 - type: "plot"
8406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8407   algorithm: "plot_nf_heatmap"
8408   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8409   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8410   filter: "'NIC_Intel-XXV710' and
8411            'NF_DENSITY' and
8412            'DOCKER' and
8413            'CHAIN' and
8414            'NF_VPPIP4' and
8415            'IPSEC' and
8416            'TNL_1000' and
8417            'IMIX' and
8418            '8T4C' and
8419            'NDRPDR'"
8420   parameters:
8421   - "throughput"
8422   - "name"
8423   - "tags"
8424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8425   x-axis: "X = CNFs per Service Chain"
8426   y-axis: "Y = Number of Service Chains"
8427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8428   layout:
8429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8430     layout: "plot-service-density"
8431
8432 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8433 - type: "plot"
8434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8435   algorithm: "plot_nf_heatmap"
8436   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8437   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8438   filter: "'NIC_Intel-XXV710' and
8439            'NF_DENSITY' and
8440            'DOCKER' and
8441            'CHAIN' and
8442            'NF_VPPIP4' and
8443            'IPSEC' and
8444            'TNL_1000' and
8445            'IMIX' and
8446            '2T1C' and
8447            'NDRPDR'"
8448   parameters:
8449   - "throughput"
8450   - "name"
8451   - "tags"
8452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8453   x-axis: "X = CNFs per Service Chain"
8454   y-axis: "Y = Number of Service Chains"
8455   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8456   layout:
8457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8458     layout: "plot-service-density"
8459
8460 - type: "plot"
8461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8462   algorithm: "plot_nf_heatmap"
8463   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8464   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8465   filter: "'NIC_Intel-XXV710' and
8466            'NF_DENSITY' and
8467            'DOCKER' and
8468            'CHAIN' and
8469            'NF_VPPIP4' and
8470            'IPSEC' and
8471            'TNL_1000' and
8472            'IMIX' and
8473            '4T2C' and
8474            'NDRPDR'"
8475   parameters:
8476   - "throughput"
8477   - "name"
8478   - "tags"
8479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = CNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8485     layout: "plot-service-density"
8486
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8491   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8492   filter: "'NIC_Intel-XXV710' and
8493            'NF_DENSITY' and
8494            'DOCKER' and
8495            'CHAIN' and
8496            'NF_VPPIP4' and
8497            'IPSEC' and
8498            'TNL_1000' and
8499            'IMIX' and
8500            '8T4C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = CNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8512     layout: "plot-service-density"
8513
8514 ###############################################################################
8515
8516 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8517 - type: "plot"
8518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8519   algorithm: "plot_nf_heatmap"
8520   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8521   data: "plot-vpp-nfv-3n-hsw-mrr"
8522   filter: "'NIC_Intel-XL710' and
8523            'NF_DENSITY' and
8524            'DOCKER' and
8525            'CHAIN' and
8526            'NF_VPPIP4' and
8527            'IMIX' and
8528            'TNL_1000' and
8529            '1T1C' and
8530            'MRR'"
8531   parameters:
8532   - "result"
8533   - "name"
8534   - "tags"
8535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8536   x-axis: "X = CNFs per Service Chain"
8537   y-axis: "Y = Number of Service Chains"
8538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8539   layout:
8540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8541     layout: "plot-service-density"
8542
8543 - type: "plot"
8544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8545   algorithm: "plot_nf_heatmap"
8546   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8547   data: "plot-vpp-nfv-3n-hsw-mrr"
8548   filter: "'NIC_Intel-XL710' and
8549            'NF_DENSITY' and
8550            'DOCKER' and
8551            'CHAIN' and
8552            'NF_VPPIP4' and
8553            'IPSEC' and
8554            'TNL_1000' and
8555            'IMIX' and
8556            '2T2C' and
8557            'MRR'"
8558   parameters:
8559   - "result"
8560   - "name"
8561   - "tags"
8562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8563   x-axis: "X = CNFs per Service Chain"
8564   y-axis: "Y = Number of Service Chains"
8565   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8566   layout:
8567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8568     layout: "plot-service-density"
8569
8570 - type: "plot"
8571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8572   algorithm: "plot_nf_heatmap"
8573   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8574   data: "plot-vpp-nfv-3n-hsw-mrr"
8575   filter: "'NIC_Intel-XL710' and
8576            'NF_DENSITY' and
8577            'DOCKER' and
8578            'CHAIN' and
8579            'NF_VPPIP4' and
8580            'IPSEC' and
8581            'TNL_1000' and
8582            'IMIX' and
8583            '4T4C' and
8584            'MRR'"
8585   parameters:
8586   - "result"
8587   - "name"
8588   - "tags"
8589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8590   x-axis: "X = CNFs per Service Chain"
8591   y-axis: "Y = Number of Service Chains"
8592   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8593   layout:
8594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8595     layout: "plot-service-density"
8596
8597 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8598 - type: "plot"
8599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8600   algorithm: "plot_nf_heatmap"
8601   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8602   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8603   filter: "'NIC_Intel-XL710' and
8604            'NF_DENSITY' and
8605            'DOCKER' and
8606            'CHAIN' and
8607            'NF_VPPIP4' and
8608            'IPSEC' and
8609            'TNL_1000' and
8610            'IMIX' and
8611            '1T1C' and
8612            'NDRPDR'"
8613   parameters:
8614   - "throughput"
8615   - "name"
8616   - "tags"
8617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8618   x-axis: "X = CNFs per Service Chain"
8619   y-axis: "Y = Number of Service Chains"
8620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8623     layout: "plot-service-density"
8624
8625 - type: "plot"
8626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8627   algorithm: "plot_nf_heatmap"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8629   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8630   filter: "'NIC_Intel-XL710' and
8631            'NF_DENSITY' and
8632            'DOCKER' and
8633            'CHAIN' and
8634            'NF_VPPIP4' and
8635            'IPSEC' and
8636            'TNL_1000' and
8637            'IMIX' and
8638            '2T2C' and
8639            'NDRPDR'"
8640   parameters:
8641   - "throughput"
8642   - "name"
8643   - "tags"
8644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8645   x-axis: "X = CNFs per Service Chain"
8646   y-axis: "Y = Number of Service Chains"
8647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8648   layout:
8649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8650     layout: "plot-service-density"
8651
8652 - type: "plot"
8653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8654   algorithm: "plot_nf_heatmap"
8655   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8656   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8657   filter: "'NIC_Intel-XL710' and
8658            'NF_DENSITY' and
8659            'DOCKER' and
8660            'CHAIN' and
8661            'NF_VPPIP4' and
8662            'IPSEC' and
8663            'TNL_1000' and
8664            'IMIX' and
8665            '4T4C' and
8666            'NDRPDR'"
8667   parameters:
8668   - "throughput"
8669   - "name"
8670   - "tags"
8671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8672   x-axis: "X = CNFs per Service Chain"
8673   y-axis: "Y = Number of Service Chains"
8674   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8677     layout: "plot-service-density"
8678
8679 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8684   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8685   filter: "'NIC_Intel-XL710' and
8686            'NF_DENSITY' and
8687            'DOCKER' and
8688            'CHAIN' and
8689            'NF_VPPIP4' and
8690            'IPSEC' and
8691            'TNL_1000' and
8692            'IMIX' and
8693            '1T1C' and
8694            'NDRPDR'"
8695   parameters:
8696   - "throughput"
8697   - "name"
8698   - "tags"
8699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8711   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8712   filter: "'NIC_Intel-XL710' and
8713            'NF_DENSITY' and
8714            'DOCKER' and
8715            'CHAIN' and
8716            'NF_VPPIP4' and
8717            'IPSEC' and
8718            'TNL_1000' and
8719            'IMIX' and
8720            '2T2C' and
8721            'NDRPDR'"
8722   parameters:
8723   - "throughput"
8724   - "name"
8725   - "tags"
8726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8727   x-axis: "X = CNFs per Service Chain"
8728   y-axis: "Y = Number of Service Chains"
8729   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8730   layout:
8731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8732     layout: "plot-service-density"
8733
8734 - type: "plot"
8735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8736   algorithm: "plot_nf_heatmap"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8738   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8739   filter: "'NIC_Intel-XL710' and
8740            'NF_DENSITY' and
8741            'DOCKER' and
8742            'CHAIN' and
8743            'NF_VPPIP4' and
8744            'IPSEC' and
8745            'TNL_1000' and
8746            'IMIX' and
8747            '4T4C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = CNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8759     layout: "plot-service-density"
8760
8761 ###############################################################################
8762
8763 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8764 #- type: "plot"
8765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8766 #  algorithm: "plot_nf_heatmap"
8767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8768 #  data: "plot-vpp-nfv-3n-skx-mrr"
8769 #  filter: "'NIC_Intel-XXV710' and
8770 #           'NF_DENSITY' and
8771 #           'DOCKER' and
8772 #           'CHAIN' and
8773 #           'NF_VPPIP4' and
8774 #           'IPSEC' and
8775 #           'TNL_10000' and
8776 #           'IMIX' and
8777 #           '2T1C' and
8778 #           'MRR'"
8779 #  parameters:
8780 #  - "result"
8781 #  - "name"
8782 #  - "tags"
8783 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8784 #  x-axis: "X = CNFs per Service Chain"
8785 #  y-axis: "Y = Number of Service Chains"
8786 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8787 #  layout:
8788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8789 #    layout: "plot-service-density"
8790 #
8791 #- type: "plot"
8792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8793 #  algorithm: "plot_nf_heatmap"
8794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8795 #  data: "plot-vpp-nfv-3n-skx-mrr"
8796 #  filter: "'NIC_Intel-XXV710' and
8797 #           'NF_DENSITY' and
8798 #           'DOCKER' and
8799 #           'CHAIN' and
8800 #           'NF_VPPIP4' and
8801 #           'IPSEC' and
8802 #           'TNL_10000' and
8803 #           'IMIX' and
8804 #           '4T2C' and
8805 #           'MRR'"
8806 #  parameters:
8807 #  - "result"
8808 #  - "name"
8809 #  - "tags"
8810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8811 #  x-axis: "X = CNFs per Service Chain"
8812 #  y-axis: "Y = Number of Service Chains"
8813 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8814 #  layout:
8815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8816 #    layout: "plot-service-density"
8817 #
8818 #- type: "plot"
8819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8820 #  algorithm: "plot_nf_heatmap"
8821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8822 #  data: "plot-vpp-nfv-3n-skx-mrr"
8823 #  filter: "'NIC_Intel-XXV710' and
8824 #           'NF_DENSITY' and
8825 #           'DOCKER' and
8826 #           'CHAIN' and
8827 #           'NF_VPPIP4' and
8828 #           'IPSEC' and
8829 #           'TNL_10000' and
8830 #           'IMIX' and
8831 #           '8T4C' and
8832 #           'MRR'"
8833 #  parameters:
8834 #  - "result"
8835 #  - "name"
8836 #  - "tags"
8837 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8838 #  x-axis: "X = CNFs per Service Chain"
8839 #  y-axis: "Y = Number of Service Chains"
8840 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8841 #  layout:
8842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8843 #    layout: "plot-service-density"
8844
8845 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8846 - type: "plot"
8847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8848   algorithm: "plot_nf_heatmap"
8849   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8850   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8851   filter: "'NIC_Intel-XXV710' and
8852            'NF_DENSITY' and
8853            'DOCKER' and
8854            'CHAIN' and
8855            'NF_VPPIP4' and
8856            'IPSEC' and
8857            'TNL_10000' and
8858            'IMIX' and
8859            '2T1C' and
8860            'NDRPDR'"
8861   parameters:
8862   - "throughput"
8863   - "name"
8864   - "tags"
8865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8866   x-axis: "X = CNFs per Service Chain"
8867   y-axis: "Y = Number of Service Chains"
8868   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8869   layout:
8870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8871     layout: "plot-service-density"
8872
8873 - type: "plot"
8874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8875   algorithm: "plot_nf_heatmap"
8876   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8877   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8878   filter: "'NIC_Intel-XXV710' and
8879            'NF_DENSITY' and
8880            'DOCKER' and
8881            'CHAIN' and
8882            'NF_VPPIP4' and
8883            'IPSEC' and
8884            'TNL_10000' and
8885            'IMIX' and
8886            '4T2C' and
8887            'NDRPDR'"
8888   parameters:
8889   - "throughput"
8890   - "name"
8891   - "tags"
8892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8893   x-axis: "X = CNFs per Service Chain"
8894   y-axis: "Y = Number of Service Chains"
8895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8896   layout:
8897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8898     layout: "plot-service-density"
8899
8900 - type: "plot"
8901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8902   algorithm: "plot_nf_heatmap"
8903   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8904   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8905   filter: "'NIC_Intel-XXV710' and
8906            'NF_DENSITY' and
8907            'DOCKER' and
8908            'CHAIN' and
8909            'NF_VPPIP4' and
8910            'IPSEC' and
8911            'TNL_10000' and
8912            'IMIX' and
8913            '8T4C' and
8914            'NDRPDR'"
8915   parameters:
8916   - "throughput"
8917   - "name"
8918   - "tags"
8919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8920   x-axis: "X = CNFs per Service Chain"
8921   y-axis: "Y = Number of Service Chains"
8922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8923   layout:
8924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8925     layout: "plot-service-density"
8926
8927 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8928 - type: "plot"
8929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8930   algorithm: "plot_nf_heatmap"
8931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8932   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8933   filter: "'NIC_Intel-XXV710' and
8934            'NF_DENSITY' and
8935            'DOCKER' and
8936            'CHAIN' and
8937            'NF_VPPIP4' and
8938            'IPSEC' and
8939            'TNL_10000' and
8940            'IMIX' and
8941            '2T1C' and
8942            'NDRPDR'"
8943   parameters:
8944   - "throughput"
8945   - "name"
8946   - "tags"
8947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8948   x-axis: "X = CNFs per Service Chain"
8949   y-axis: "Y = Number of Service Chains"
8950   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8951   layout:
8952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8953     layout: "plot-service-density"
8954
8955 - type: "plot"
8956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8957   algorithm: "plot_nf_heatmap"
8958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8959   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8960   filter: "'NIC_Intel-XXV710' and
8961            'NF_DENSITY' and
8962            'DOCKER' and
8963            'CHAIN' and
8964            'NF_VPPIP4' and
8965            'IPSEC' and
8966            'TNL_10000' and
8967            'IMIX' and
8968            '4T2C' and
8969            'NDRPDR'"
8970   parameters:
8971   - "throughput"
8972   - "name"
8973   - "tags"
8974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8975   x-axis: "X = CNFs per Service Chain"
8976   y-axis: "Y = Number of Service Chains"
8977   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8978   layout:
8979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8980     layout: "plot-service-density"
8981
8982 - type: "plot"
8983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8984   algorithm: "plot_nf_heatmap"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8986   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8987   filter: "'NIC_Intel-XXV710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IPSEC' and
8993            'TNL_10000' and
8994            'IMIX' and
8995            '8T4C' and
8996            'NDRPDR'"
8997   parameters:
8998   - "throughput"
8999   - "name"
9000   - "tags"
9001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9002   x-axis: "X = CNFs per Service Chain"
9003   y-axis: "Y = Number of Service Chains"
9004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9005   layout:
9006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9007     layout: "plot-service-density"
9008
9009 ###############################################################################
9010
9011 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9012 - type: "plot"
9013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9014   algorithm: "plot_nf_heatmap"
9015   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9016   data: "plot-vpp-nfv-3n-hsw-mrr"
9017   filter: "'NIC_Intel-XL710' and
9018            'NF_DENSITY' and
9019            'DOCKER' and
9020            'CHAIN' and
9021            'NF_VPPIP4' and
9022            'IMIX' and
9023            'TNL_10000' and
9024            '1T1C' and
9025            'MRR'"
9026   parameters:
9027   - "result"
9028   - "name"
9029   - "tags"
9030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9031   x-axis: "X = CNFs per Service Chain"
9032   y-axis: "Y = Number of Service Chains"
9033   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9034   layout:
9035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9036     layout: "plot-service-density"
9037
9038 - type: "plot"
9039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9040   algorithm: "plot_nf_heatmap"
9041   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9042   data: "plot-vpp-nfv-3n-hsw-mrr"
9043   filter: "'NIC_Intel-XL710' and
9044            'NF_DENSITY' and
9045            'DOCKER' and
9046            'CHAIN' and
9047            'NF_VPPIP4' and
9048            'IPSEC' and
9049            'TNL_10000' and
9050            'IMIX' and
9051            '2T2C' and
9052            'MRR'"
9053   parameters:
9054   - "result"
9055   - "name"
9056   - "tags"
9057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9058   x-axis: "X = CNFs per Service Chain"
9059   y-axis: "Y = Number of Service Chains"
9060   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9061   layout:
9062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9063     layout: "plot-service-density"
9064
9065 - type: "plot"
9066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9067   algorithm: "plot_nf_heatmap"
9068   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9069   data: "plot-vpp-nfv-3n-hsw-mrr"
9070   filter: "'NIC_Intel-XL710' and
9071            'NF_DENSITY' and
9072            'DOCKER' and
9073            'CHAIN' and
9074            'NF_VPPIP4' and
9075            'IPSEC' and
9076            'TNL_10000' and
9077            'IMIX' and
9078            '4T4C' and
9079            'MRR'"
9080   parameters:
9081   - "result"
9082   - "name"
9083   - "tags"
9084   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9085   x-axis: "X = CNFs per Service Chain"
9086   y-axis: "Y = Number of Service Chains"
9087   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9088   layout:
9089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9090     layout: "plot-service-density"
9091
9092 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9093 - type: "plot"
9094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9095   algorithm: "plot_nf_heatmap"
9096   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9097   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9098   filter: "'NIC_Intel-XL710' and
9099            'NF_DENSITY' and
9100            'DOCKER' and
9101            'CHAIN' and
9102            'NF_VPPIP4' and
9103            'IPSEC' and
9104            'TNL_10000' and
9105            'IMIX' and
9106            '1T1C' and
9107            'NDRPDR'"
9108   parameters:
9109   - "throughput"
9110   - "name"
9111   - "tags"
9112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9113   x-axis: "X = CNFs per Service Chain"
9114   y-axis: "Y = Number of Service Chains"
9115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9116   layout:
9117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9118     layout: "plot-service-density"
9119
9120 - type: "plot"
9121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9122   algorithm: "plot_nf_heatmap"
9123   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9124   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9125   filter: "'NIC_Intel-XL710' and
9126            'NF_DENSITY' and
9127            'DOCKER' and
9128            'CHAIN' and
9129            'NF_VPPIP4' and
9130            'IPSEC' and
9131            'TNL_10000' and
9132            'IMIX' and
9133            '2T2C' and
9134            'NDRPDR'"
9135   parameters:
9136   - "throughput"
9137   - "name"
9138   - "tags"
9139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9140   x-axis: "X = CNFs per Service Chain"
9141   y-axis: "Y = Number of Service Chains"
9142   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9143   layout:
9144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9145     layout: "plot-service-density"
9146
9147 - type: "plot"
9148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9149   algorithm: "plot_nf_heatmap"
9150   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9151   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9152   filter: "'NIC_Intel-XL710' and
9153            'NF_DENSITY' and
9154            'DOCKER' and
9155            'CHAIN' and
9156            'NF_VPPIP4' and
9157            'IPSEC' and
9158            'TNL_10000' and
9159            'IMIX' and
9160            '4T4C' and
9161            'NDRPDR'"
9162   parameters:
9163   - "throughput"
9164   - "name"
9165   - "tags"
9166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9167   x-axis: "X = CNFs per Service Chain"
9168   y-axis: "Y = Number of Service Chains"
9169   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9170   layout:
9171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9172     layout: "plot-service-density"
9173
9174 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9175 - type: "plot"
9176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9177   algorithm: "plot_nf_heatmap"
9178   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9179   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9180   filter: "'NIC_Intel-XL710' and
9181            'NF_DENSITY' and
9182            'DOCKER' and
9183            'CHAIN' and
9184            'NF_VPPIP4' and
9185            'IPSEC' and
9186            'TNL_10000' and
9187            'IMIX' and
9188            '1T1C' and
9189            'NDRPDR'"
9190   parameters:
9191   - "throughput"
9192   - "name"
9193   - "tags"
9194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9195   x-axis: "X = CNFs per Service Chain"
9196   y-axis: "Y = Number of Service Chains"
9197   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9198   layout:
9199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9200     layout: "plot-service-density"
9201
9202 - type: "plot"
9203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9204   algorithm: "plot_nf_heatmap"
9205   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9206   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9207   filter: "'NIC_Intel-XL710' and
9208            'NF_DENSITY' and
9209            'DOCKER' and
9210            'CHAIN' and
9211            'NF_VPPIP4' and
9212            'IPSEC' and
9213            'TNL_10000' and
9214            'IMIX' and
9215            '2T2C' and
9216            'NDRPDR'"
9217   parameters:
9218   - "throughput"
9219   - "name"
9220   - "tags"
9221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9222   x-axis: "X = CNFs per Service Chain"
9223   y-axis: "Y = Number of Service Chains"
9224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9225   layout:
9226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9227     layout: "plot-service-density"
9228
9229 - type: "plot"
9230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9231   algorithm: "plot_nf_heatmap"
9232   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9233   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9234   filter: "'NIC_Intel-XL710' and
9235            'NF_DENSITY' and
9236            'DOCKER' and
9237            'CHAIN' and
9238            'NF_VPPIP4' and
9239            'IPSEC' and
9240            'TNL_10000' and
9241            'IMIX' and
9242            '4T4C' and
9243            'NDRPDR'"
9244   parameters:
9245   - "throughput"
9246   - "name"
9247   - "tags"
9248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9249   x-axis: "X = CNFs per Service Chain"
9250   y-axis: "Y = Number of Service Chains"
9251   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9252   layout:
9253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9254     layout: "plot-service-density"
9255
9256 ###############################################################################
9257
9258 # Plots - NF Density - CSP - MRR 64b
9259
9260 #- type: "plot"
9261 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9262 #  algorithm: "plot_nf_heatmap"
9263 #  output-file-type: ".html"
9264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9265 #  data: "plot-vpp-nfv-2n-skx-mrr"
9266 #  filter: "'NIC_Intel-XXV710' and
9267 #           'NF_DENSITY' and
9268 #           'DOCKER' and
9269 #           'PIPELINE' and
9270 #           'NF_VPPIP4' and
9271 #           '64B' and
9272 #           '2T1C' and
9273 #           'MRR'"
9274 #  parameters:
9275 #  - "result"
9276 #  - "name"
9277 #  - "tags"
9278 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9279 #  x-axis: "X = CNFs per Service Pipeline"
9280 #  y-axis: "Y = Number of Service Pipelines"
9281 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9282 #  layout:
9283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9284 #    layout: "plot-service-density"
9285 #
9286 #- type: "plot"
9287 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9288 #  algorithm: "plot_nf_heatmap"
9289 #  output-file-type: ".html"
9290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9291 #  data: "plot-vpp-nfv-2n-skx-mrr"
9292 #  filter: "'NIC_Intel-XXV710' and
9293 #           'NF_DENSITY' and
9294 #           'DOCKER' and
9295 #           'PIPELINE' and
9296 #           'NF_VPPIP4' and
9297 #           '64B' and
9298 #           '4T2C' and
9299 #           'MRR'"
9300 #  parameters:
9301 #  - "result"
9302 #  - "name"
9303 #  - "tags"
9304 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9305 #  x-axis: "X = CNFs per Service Pipeline"
9306 #  y-axis: "Y = Number of Service Pipelines"
9307 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9308 #  layout:
9309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9310 #    layout: "plot-service-density"
9311 #
9312 #- type: "plot"
9313 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9314 #  algorithm: "plot_nf_heatmap"
9315 #  output-file-type: ".html"
9316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9317 #  data: "plot-vpp-nfv-2n-skx-mrr"
9318 #  filter: "'NIC_Intel-XXV710' and
9319 #           'NF_DENSITY' and
9320 #           'DOCKER' and
9321 #           'PIPELINE' and
9322 #           'NF_VPPIP4' and
9323 #           '64B' and
9324 #           '8T4C' and
9325 #           'MRR'"
9326 #  parameters:
9327 #  - "result"
9328 #  - "name"
9329 #  - "tags"
9330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9331 #  x-axis: "X = CNFs per Service Pipeline"
9332 #  y-axis: "Y = Number of Service Pipelines"
9333 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9334 #  layout:
9335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9336 #    layout: "plot-service-density"
9337 #
9338 ## Plots - NF Density - CSP - MRR IMIX
9339 #- type: "plot"
9340 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9341 #  algorithm: "plot_nf_heatmap"
9342 #  output-file-type: ".html"
9343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9344 #  data: "plot-vpp-nfv-2n-skx-mrr"
9345 #  filter: "'NIC_Intel-XXV710' and
9346 #           'NF_DENSITY' and
9347 #           'DOCKER' and
9348 #           'PIPELINE' and
9349 #           'NF_VPPIP4' and
9350 #           'IMIX' and
9351 #           '2T1C' and
9352 #           'MRR'"
9353 #  parameters:
9354 #  - "result"
9355 #  - "name"
9356 #  - "tags"
9357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9358 #  x-axis: "X = CNFs per Service Pipeline"
9359 #  y-axis: "Y = Number of Service Pipelines"
9360 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9361 #  layout:
9362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9363 #    layout: "plot-service-density"
9364 #
9365 #- type: "plot"
9366 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9367 #  algorithm: "plot_nf_heatmap"
9368 #  output-file-type: ".html"
9369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9370 #  data: "plot-vpp-nfv-2n-skx-mrr"
9371 #  filter: "'NIC_Intel-XXV710' and
9372 #           'NF_DENSITY' and
9373 #           'DOCKER' and
9374 #           'PIPELINE' and
9375 #           'NF_VPPIP4' and
9376 #           'IMIX' and
9377 #           '4T2C' and
9378 #           'MRR'"
9379 #  parameters:
9380 #  - "result"
9381 #  - "name"
9382 #  - "tags"
9383 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9384 #  x-axis: "X = CNFs per Service Pipeline"
9385 #  y-axis: "Y = Number of Service Pipelines"
9386 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9387 #  layout:
9388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9389 #    layout: "plot-service-density"
9390 #
9391 #- type: "plot"
9392 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9393 #  algorithm: "plot_nf_heatmap"
9394 #  output-file-type: ".html"
9395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9396 #  data: "plot-vpp-nfv-2n-skx-mrr"
9397 #  filter: "'NIC_Intel-XXV710' and
9398 #           'NF_DENSITY' and
9399 #           'DOCKER' and
9400 #           'PIPELINE' and
9401 #           'NF_VPPIP4' and
9402 #           'IMIX' and
9403 #           '8T4C' and
9404 #           'MRR'"
9405 #  parameters:
9406 #  - "result"
9407 #  - "name"
9408 #  - "tags"
9409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9410 #  x-axis: "X = CNFs per Service Pipeline"
9411 #  y-axis: "Y = Number of Service Pipelines"
9412 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9413 #  layout:
9414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9415 #    layout: "plot-service-density"
9416 #
9417 ## Plots - NF Density - CSP - NDR 64b
9418 #- type: "plot"
9419 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9420 #  algorithm: "plot_nf_heatmap"
9421 #  output-file-type: ".html"
9422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9423 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9424 #  filter: "'NIC_Intel-XXV710' and
9425 #           'NF_DENSITY' and
9426 #           'DOCKER' and
9427 #           'PIPELINE' and
9428 #           'NF_VPPIP4' and
9429 #           '64B' and
9430 #           '2T1C' and
9431 #           'NDRPDR'"
9432 #  parameters:
9433 #  - "throughput"
9434 #  - "name"
9435 #  - "tags"
9436 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9437 #  x-axis: "X = CNFs per Service Pipeline"
9438 #  y-axis: "Y = Number of Service Pipelines"
9439 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9440 #  layout:
9441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9442 #    layout: "plot-service-density"
9443 #
9444 #- type: "plot"
9445 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9446 #  algorithm: "plot_nf_heatmap"
9447 #  output-file-type: ".html"
9448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9449 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9450 #  filter: "'NIC_Intel-XXV710' and
9451 #           'NF_DENSITY' and
9452 #           'DOCKER' and
9453 #           'PIPELINE' and
9454 #           'NF_VPPIP4' and
9455 #           '64B' and
9456 #           '4T2C' and
9457 #           'NDRPDR'"
9458 #  parameters:
9459 #  - "throughput"
9460 #  - "name"
9461 #  - "tags"
9462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9463 #  x-axis: "X = CNFs per Service Pipeline"
9464 #  y-axis: "Y = Number of Service Pipelines"
9465 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9466 #  layout:
9467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9468 #    layout: "plot-service-density"
9469 #
9470 #- type: "plot"
9471 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9472 #  algorithm: "plot_nf_heatmap"
9473 #  output-file-type: ".html"
9474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9475 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9476 #  filter: "'NIC_Intel-XXV710' and
9477 #           'NF_DENSITY' and
9478 #           'DOCKER' and
9479 #           'PIPELINE' and
9480 #           'NF_VPPIP4' and
9481 #           '64B' and
9482 #           '8T4C' and
9483 #           'NDRPDR'"
9484 #  parameters:
9485 #  - "throughput"
9486 #  - "name"
9487 #  - "tags"
9488 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9489 #  x-axis: "X = CNFs per Service Pipeline"
9490 #  y-axis: "Y = Number of Service Pipelines"
9491 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9492 #  layout:
9493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9494 #    layout: "plot-service-density"
9495 #
9496 ## Plots - NF Density - CSP - NDR IMIX
9497 #- type: "plot"
9498 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9499 #  algorithm: "plot_nf_heatmap"
9500 #  output-file-type: ".html"
9501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9502 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9503 #  filter: "'NIC_Intel-XXV710' and
9504 #           'NF_DENSITY' and
9505 #           'DOCKER' and
9506 #           'PIPELINE' and
9507 #           'NF_VPPIP4' and
9508 #           'IMIX' and
9509 #           '2T1C' and
9510 #           'NDRPDR'"
9511 #  parameters:
9512 #  - "throughput"
9513 #  - "name"
9514 #  - "tags"
9515 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9516 #  x-axis: "X = CNFs per Service Pipeline"
9517 #  y-axis: "Y = Number of Service Pipelines"
9518 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9519 #  layout:
9520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9521 #    layout: "plot-service-density"
9522 #
9523 #- type: "plot"
9524 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9525 #  algorithm: "plot_nf_heatmap"
9526 #  output-file-type: ".html"
9527 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9528 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9529 #  filter: "'NIC_Intel-XXV710' and
9530 #           'NF_DENSITY' and
9531 #           'DOCKER' and
9532 #           'PIPELINE' and
9533 #           'NF_VPPIP4' and
9534 #           'IMIX' and
9535 #           '4T2C' and
9536 #           'NDRPDR'"
9537 #  parameters:
9538 #  - "throughput"
9539 #  - "name"
9540 #  - "tags"
9541 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9542 #  x-axis: "X = CNFs per Service Pipeline"
9543 #  y-axis: "Y = Number of Service Pipelines"
9544 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9545 #  layout:
9546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9547 #    layout: "plot-service-density"
9548 #
9549 #- type: "plot"
9550 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9551 #  algorithm: "plot_nf_heatmap"
9552 #  output-file-type: ".html"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9554 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9555 #  filter: "'NIC_Intel-XXV710' and
9556 #           'NF_DENSITY' and
9557 #           'DOCKER' and
9558 #           'PIPELINE' and
9559 #           'NF_VPPIP4' and
9560 #           'IMIX' and
9561 #           '8T4C' and
9562 #           'NDRPDR'"
9563 #  parameters:
9564 #  - "throughput"
9565 #  - "name"
9566 #  - "tags"
9567 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9568 #  x-axis: "X = CNFs per Service Pipeline"
9569 #  y-axis: "Y = Number of Service Pipelines"
9570 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9571 #  layout:
9572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9573 #    layout: "plot-service-density"
9574 #
9575 ## Plots - NF Density - CSP - PDR 64b
9576 #- type: "plot"
9577 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9578 #  algorithm: "plot_nf_heatmap"
9579 #  output-file-type: ".html"
9580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9581 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9582 #  filter: "'NIC_Intel-XXV710' and
9583 #           'NF_DENSITY' and
9584 #           'DOCKER' and
9585 #           'PIPELINE' and
9586 #           'NF_VPPIP4' and
9587 #           '64B' and
9588 #           '2T1C' and
9589 #           'NDRPDR'"
9590 #  parameters:
9591 #  - "throughput"
9592 #  - "name"
9593 #  - "tags"
9594 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9595 #  x-axis: "X = CNFs per Service Pipeline"
9596 #  y-axis: "Y = Number of Service Pipelines"
9597 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9598 #  layout:
9599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9600 #    layout: "plot-service-density"
9601 #
9602 #- type: "plot"
9603 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9604 #  algorithm: "plot_nf_heatmap"
9605 #  output-file-type: ".html"
9606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9607 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9608 #  filter: "'NIC_Intel-XXV710' and
9609 #           'NF_DENSITY' and
9610 #           'DOCKER' and
9611 #           'PIPELINE' and
9612 #           'NF_VPPIP4' and
9613 #           '64B' and
9614 #           '4T2C' and
9615 #           'NDRPDR'"
9616 #  parameters:
9617 #  - "throughput"
9618 #  - "name"
9619 #  - "tags"
9620 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9621 #  x-axis: "X = CNFs per Service Pipeline"
9622 #  y-axis: "Y = Number of Service Pipelines"
9623 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9624 #  layout:
9625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9626 #    layout: "plot-service-density"
9627 #
9628 #- type: "plot"
9629 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9630 #  algorithm: "plot_nf_heatmap"
9631 #  output-file-type: ".html"
9632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9633 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9634 #  filter: "'NIC_Intel-XXV710' and
9635 #           'NF_DENSITY' and
9636 #           'DOCKER' and
9637 #           'PIPELINE' and
9638 #           'NF_VPPIP4' and
9639 #           '64B' and
9640 #           '8T4C' and
9641 #           'NDRPDR'"
9642 #  parameters:
9643 #  - "throughput"
9644 #  - "name"
9645 #  - "tags"
9646 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9647 #  x-axis: "X = CNFs per Service Pipeline"
9648 #  y-axis: "Y = Number of Service Pipelines"
9649 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9650 #  layout:
9651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9652 #    layout: "plot-service-density"
9653 #
9654 ## Plots - NF Density - CSP - PDR IMIX
9655 #- type: "plot"
9656 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9657 #  algorithm: "plot_nf_heatmap"
9658 #  output-file-type: ".html"
9659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9660 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9661 #  filter: "'NIC_Intel-XXV710' and
9662 #           'NF_DENSITY' and
9663 #           'DOCKER' and
9664 #           'PIPELINE' and
9665 #           'NF_VPPIP4' and
9666 #           'IMIX' and
9667 #           '2T1C' and
9668 #           'NDRPDR'"
9669 #  parameters:
9670 #  - "throughput"
9671 #  - "name"
9672 #  - "tags"
9673 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9674 #  x-axis: "X = CNFs per Service Pipeline"
9675 #  y-axis: "Y = Number of Service Pipelines"
9676 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9677 #  layout:
9678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9679 #    layout: "plot-service-density"
9680 #
9681 #- type: "plot"
9682 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9683 #  algorithm: "plot_nf_heatmap"
9684 #  output-file-type: ".html"
9685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9686 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9687 #  filter: "'NIC_Intel-XXV710' and
9688 #           'NF_DENSITY' and
9689 #           'DOCKER' and
9690 #           'PIPELINE' and
9691 #           'NF_VPPIP4' and
9692 #           'IMIX' and
9693 #           '4T2C' and
9694 #           'NDRPDR'"
9695 #  parameters:
9696 #  - "throughput"
9697 #  - "name"
9698 #  - "tags"
9699 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9700 #  x-axis: "X = CNFs per Service Pipeline"
9701 #  y-axis: "Y = Number of Service Pipelines"
9702 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9703 #  layout:
9704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9705 #    layout: "plot-service-density"
9706 #
9707 #- type: "plot"
9708 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9709 #  algorithm: "plot_nf_heatmap"
9710 #  output-file-type: ".html"
9711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9712 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9713 #  filter: "'NIC_Intel-XXV710' and
9714 #           'NF_DENSITY' and
9715 #           'DOCKER' and
9716 #           'PIPELINE' and
9717 #           'NF_VPPIP4' and
9718 #           'IMIX' and
9719 #           '8T4C' and
9720 #           'NDRPDR'"
9721 #  parameters:
9722 #  - "throughput"
9723 #  - "name"
9724 #  - "tags"
9725 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9726 #  x-axis: "X = CNFs per Service Pipeline"
9727 #  y-axis: "Y = Number of Service Pipelines"
9728 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9729 #  layout:
9730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9731 #    layout: "plot-service-density"
9732
9733 ###############################################################################
9734 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9735
9736 - type: "plot"
9737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9738   algorithm: "plot_nf_heatmap"
9739   output-file-type: ".html"
9740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9741   data: "plot-vpp-nfv-2n-clx-mrr"
9742   filter: "'NIC_Intel-XXV710' and
9743            'NF_DENSITY' and
9744            'VHOST' and
9745            not 'VXLAN' and
9746            'CHAIN' and
9747            'NF_VPPIP4' and
9748            'IMIX' and
9749            '2T1C' and
9750            'MRR'"
9751   parameters:
9752   - "result"
9753   - "name"
9754   - "tags"
9755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9756   x-axis: "X = VNFs per Service Chain"
9757   y-axis: "Y = Number of Service Chains"
9758   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9759   layout:
9760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9761     layout: "plot-service-density"
9762
9763 - type: "plot"
9764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9765   algorithm: "plot_nf_heatmap"
9766   output-file-type: ".html"
9767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9768   data: "plot-vpp-nfv-2n-clx-mrr"
9769   filter: "'NIC_Intel-XXV710' and
9770            'NF_DENSITY' and
9771            'VHOST' and
9772            not 'VXLAN' and
9773            'CHAIN' and
9774            'NF_VPPIP4' and
9775            'IMIX' and
9776            '4T2C' and
9777            'MRR'"
9778   parameters:
9779   - "result"
9780   - "name"
9781   - "tags"
9782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9783   x-axis: "X = VNFs per Service Chain"
9784   y-axis: "Y = Number of Service Chains"
9785   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9786   layout:
9787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9788     layout: "plot-service-density"
9789
9790 - type: "plot"
9791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9792   algorithm: "plot_nf_heatmap"
9793   output-file-type: ".html"
9794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9795   data: "plot-vpp-nfv-2n-clx-mrr"
9796   filter: "'NIC_Intel-XXV710' and
9797            'NF_DENSITY' and
9798            'VHOST' and
9799            not 'VXLAN' and
9800            'CHAIN' and
9801            'NF_VPPIP4' and
9802            'IMIX' and
9803            '8T4C' and
9804            'MRR'"
9805   parameters:
9806   - "result"
9807   - "name"
9808   - "tags"
9809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9810   x-axis: "X = VNFs per Service Chain"
9811   y-axis: "Y = Number of Service Chains"
9812   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9813   layout:
9814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9815     layout: "plot-service-density"
9816
9817 # Plots - NF Density - VSC - NDR IMIX
9818 - type: "plot"
9819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9820   algorithm: "plot_nf_heatmap"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9823   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9824   filter: "'NIC_Intel-XXV710' and
9825            'NF_DENSITY' and
9826            'VHOST' and
9827            not 'VXLAN' and
9828            'CHAIN' and
9829            'NF_VPPIP4' and
9830            'IMIX' and
9831            '2T1C' and
9832            'NDRPDR'"
9833   parameters:
9834   - "throughput"
9835   - "name"
9836   - "tags"
9837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9838   x-axis: "X = VNFs per Service Chain"
9839   y-axis: "Y = Number of Service Chains"
9840   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9841   layout:
9842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9843     layout: "plot-service-density"
9844
9845 - type: "plot"
9846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9847   algorithm: "plot_nf_heatmap"
9848   output-file-type: ".html"
9849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9850   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9851   filter: "'NIC_Intel-XXV710' and
9852            'NF_DENSITY' and
9853            'VHOST' and
9854            not 'VXLAN' and
9855            'CHAIN' and
9856            'NF_VPPIP4' and
9857            'IMIX' and
9858            '4T2C' and
9859            'NDRPDR'"
9860   parameters:
9861   - "throughput"
9862   - "name"
9863   - "tags"
9864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9865   x-axis: "X = VNFs per Service Chain"
9866   y-axis: "Y = Number of Service Chains"
9867   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9868   layout:
9869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9870     layout: "plot-service-density"
9871
9872 - type: "plot"
9873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9874   algorithm: "plot_nf_heatmap"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9877   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9878   filter: "'NIC_Intel-XXV710' and
9879            'NF_DENSITY' and
9880            'VHOST' and
9881            not 'VXLAN' and
9882            'CHAIN' and
9883            'NF_VPPIP4' and
9884            'IMIX' and
9885            '8T4C' and
9886            'NDRPDR'"
9887   parameters:
9888   - "throughput"
9889   - "name"
9890   - "tags"
9891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9892   x-axis: "X = VNFs per Service Chain"
9893   y-axis: "Y = Number of Service Chains"
9894   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9895   layout:
9896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9897     layout: "plot-service-density"
9898
9899 # Plots - NF Density - VSC - PDR IMIX
9900 - type: "plot"
9901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9902   algorithm: "plot_nf_heatmap"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9905   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9906   filter: "'NIC_Intel-XXV710' and
9907            'NF_DENSITY' and
9908            'VHOST' and
9909            not 'VXLAN' and
9910            'CHAIN' and
9911            'NF_VPPIP4' and
9912            'IMIX' and
9913            '2T1C' and
9914            'NDRPDR'"
9915   parameters:
9916   - "throughput"
9917   - "name"
9918   - "tags"
9919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9920   x-axis: "X = VNFs per Service Chain"
9921   y-axis: "Y = Number of Service Chains"
9922   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9923   layout:
9924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9925     layout: "plot-service-density"
9926
9927 - type: "plot"
9928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9929   algorithm: "plot_nf_heatmap"
9930   output-file-type: ".html"
9931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9932   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9933   filter: "'NIC_Intel-XXV710' and
9934            'NF_DENSITY' and
9935            'VHOST' and
9936            not 'VXLAN' and
9937            'CHAIN' and
9938            'NF_VPPIP4' and
9939            'IMIX' and
9940            '4T2C' and
9941            'NDRPDR'"
9942   parameters:
9943   - "throughput"
9944   - "name"
9945   - "tags"
9946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9947   x-axis: "X = VNFs per Service Chain"
9948   y-axis: "Y = Number of Service Chains"
9949   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9950   layout:
9951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9952     layout: "plot-service-density"
9953
9954 - type: "plot"
9955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9956   algorithm: "plot_nf_heatmap"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'VHOST' and
9963            not 'VXLAN' and
9964            'CHAIN' and
9965            'NF_VPPIP4' and
9966            'IMIX' and
9967            '8T4C' and
9968            'NDRPDR'"
9969   parameters:
9970   - "throughput"
9971   - "name"
9972   - "tags"
9973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9974   x-axis: "X = VNFs per Service Chain"
9975   y-axis: "Y = Number of Service Chains"
9976   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9977   layout:
9978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9979     layout: "plot-service-density"
9980
9981 # Plots - NF Density - VSC - MRR IMIX
9982 - type: "plot"
9983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9984   algorithm: "plot_nf_heatmap"
9985   output-file-type: ".html"
9986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9987   data: "plot-vpp-nfv-2n-clx-mrr"
9988   filter: "'NIC_Intel-XXV710' and
9989            'NF_DENSITY' and
9990            'VHOST' and
9991            'VXLAN' and
9992            'CHAIN' and
9993            'IMIX' and
9994            '2T1C' and
9995            'MRR'"
9996   parameters:
9997   - "result"
9998   - "name"
9999   - "tags"
10000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10001   x-axis: "X = VNFs per Service Chain"
10002   y-axis: "Y = Number of Service Chains"
10003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10004   layout:
10005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10006     layout: "plot-service-density"
10007
10008 - type: "plot"
10009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10010   algorithm: "plot_nf_heatmap"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10013   data: "plot-vpp-nfv-2n-clx-mrr"
10014   filter: "'NIC_Intel-XXV710' and
10015            'NF_DENSITY' and
10016            'VHOST' and
10017            'VXLAN' and
10018            'CHAIN' and
10019            'IMIX' and
10020            '4T2C' and
10021            'MRR'"
10022   parameters:
10023   - "result"
10024   - "name"
10025   - "tags"
10026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10027   x-axis: "X = VNFs per Service Chain"
10028   y-axis: "Y = Number of Service Chains"
10029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10030   layout:
10031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10032     layout: "plot-service-density"
10033
10034 - type: "plot"
10035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10036   algorithm: "plot_nf_heatmap"
10037   output-file-type: ".html"
10038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10039   data: "plot-vpp-nfv-2n-clx-mrr"
10040   filter: "'NIC_Intel-XXV710' and
10041            'NF_DENSITY' and
10042            'VHOST' and
10043            'VXLAN' and
10044            'CHAIN' and
10045            'IMIX' and
10046            '8T4C' and
10047            'MRR'"
10048   parameters:
10049   - "result"
10050   - "name"
10051   - "tags"
10052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10053   x-axis: "X = VNFs per Service Chain"
10054   y-axis: "Y = Number of Service Chains"
10055   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10056   layout:
10057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10058     layout: "plot-service-density"
10059
10060 # Plots - NF Density - VSC - NDR IMIX
10061 - type: "plot"
10062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10063   algorithm: "plot_nf_heatmap"
10064   output-file-type: ".html"
10065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10067   filter: "'NIC_Intel-XXV710' and
10068            'NF_DENSITY' and
10069            'VHOST' and
10070            'VXLAN' and
10071            'CHAIN' a
10072            'IMIX' and
10073            '2T1C' and
10074            'NDRPDR'"
10075   parameters:
10076   - "throughput"
10077   - "name"
10078   - "tags"
10079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10080   x-axis: "X = VNFs per Service Chain"
10081   y-axis: "Y = Number of Service Chains"
10082   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10083   layout:
10084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10085     layout: "plot-service-density"
10086
10087 - type: "plot"
10088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10089   algorithm: "plot_nf_heatmap"
10090   output-file-type: ".html"
10091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10092   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10093   filter: "'NIC_Intel-XXV710' and
10094            'NF_DENSITY' and
10095            'VHOST' and
10096            'VXLAN' and
10097            'CHAIN' and
10098            'IMIX' and
10099            '4T2C' and
10100            'NDRPDR'"
10101   parameters:
10102   - "throughput"
10103   - "name"
10104   - "tags"
10105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10106   x-axis: "X = VNFs per Service Chain"
10107   y-axis: "Y = Number of Service Chains"
10108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10109   layout:
10110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10111     layout: "plot-service-density"
10112
10113 - type: "plot"
10114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10115   algorithm: "plot_nf_heatmap"
10116   output-file-type: ".html"
10117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10118   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10119   filter: "'NIC_Intel-XXV710' and
10120            'NF_DENSITY' and
10121            'VHOST' and
10122            'VXLAN' and
10123            'CHAIN' and
10124            'IMIX' and
10125            '8T4C' and
10126            'NDRPDR'"
10127   parameters:
10128   - "throughput"
10129   - "name"
10130   - "tags"
10131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10132   x-axis: "X = VNFs per Service Chain"
10133   y-axis: "Y = Number of Service Chains"
10134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10135   layout:
10136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10137     layout: "plot-service-density"
10138
10139 # Plots - NF Density - VSC - PDR IMIX
10140 - type: "plot"
10141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10142   algorithm: "plot_nf_heatmap"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10145   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10146   filter: "'NIC_Intel-XXV710' and
10147            'NF_DENSITY' and
10148            'VHOST' and
10149            'VXLAN' and
10150            'CHAIN' and
10151            'IMIX' and
10152            '2T1C' and
10153            'NDRPDR'"
10154   parameters:
10155   - "throughput"
10156   - "name"
10157   - "tags"
10158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10159   x-axis: "X = VNFs per Service Chain"
10160   y-axis: "Y = Number of Service Chains"
10161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10162   layout:
10163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10164     layout: "plot-service-density"
10165
10166 - type: "plot"
10167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10168   algorithm: "plot_nf_heatmap"
10169   output-file-type: ".html"
10170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10171   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10172   filter: "'NIC_Intel-XXV710' and
10173            'NF_DENSITY' and
10174            'VHOST' and
10175            'VXLAN' and
10176            'CHAIN' and
10177            'IMIX' and
10178            '4T2C' and
10179            'NDRPDR'"
10180   parameters:
10181   - "throughput"
10182   - "name"
10183   - "tags"
10184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10185   x-axis: "X = VNFs per Service Chain"
10186   y-axis: "Y = Number of Service Chains"
10187   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10188   layout:
10189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10190     layout: "plot-service-density"
10191
10192 - type: "plot"
10193   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10194   algorithm: "plot_nf_heatmap"
10195   output-file-type: ".html"
10196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10197   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10198   filter: "'NIC_Intel-XXV710' and
10199            'NF_DENSITY' and
10200            'VHOST' and
10201            'VXLAN' and
10202            'CHAIN' and
10203            'IMIX' and
10204            '8T4C' and
10205            'NDRPDR'"
10206   parameters:
10207   - "throughput"
10208   - "name"
10209   - "tags"
10210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10211   x-axis: "X = VNFs per Service Chain"
10212   y-axis: "Y = Number of Service Chains"
10213   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10214   layout:
10215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10216     layout: "plot-service-density"
10217
10218 # Plots - NF Density - CSC - MRR IMIX
10219 - type: "plot"
10220   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10221   algorithm: "plot_nf_heatmap"
10222   output-file-type: ".html"
10223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10224   data: "plot-vpp-nfv-2n-clx-mrr"
10225   filter: "'NIC_Intel-XXV710' and
10226            'NF_DENSITY' and
10227            'DOCKER' and
10228            'CHAIN' and
10229            'NF_VPPIP4' and
10230            'IMIX' and
10231            '2T1C' and
10232            'MRR'"
10233   parameters:
10234   - "result"
10235   - "name"
10236   - "tags"
10237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10238   x-axis: "X = CNFs per Service Chain"
10239   y-axis: "Y = Number of Service Chains"
10240   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10241   layout:
10242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10243     layout: "plot-service-density"
10244
10245 - type: "plot"
10246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10247   algorithm: "plot_nf_heatmap"
10248   output-file-type: ".html"
10249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10250   data: "plot-vpp-nfv-2n-clx-mrr"
10251   filter: "'NIC_Intel-XXV710' and
10252            'NF_DENSITY' and
10253            'DOCKER' and
10254            'CHAIN' and
10255            'NF_VPPIP4' and
10256            'IMIX' and
10257            '4T2C' and
10258            'MRR'"
10259   parameters:
10260   - "result"
10261   - "name"
10262   - "tags"
10263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10264   x-axis: "X = CNFs per Service Chain"
10265   y-axis: "Y = Number of Service Chains"
10266   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10267   layout:
10268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10269     layout: "plot-service-density"
10270
10271 - type: "plot"
10272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10273   algorithm: "plot_nf_heatmap"
10274   output-file-type: ".html"
10275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10276   data: "plot-vpp-nfv-2n-clx-mrr"
10277   filter: "'NIC_Intel-XXV710' and
10278            'NF_DENSITY' and
10279            'DOCKER' and
10280            'CHAIN' and
10281            'NF_VPPIP4' and
10282            'IMIX' and
10283            '8T4C' and
10284            'MRR'"
10285   parameters:
10286   - "result"
10287   - "name"
10288   - "tags"
10289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10290   x-axis: "X = CNFs per Service Chain"
10291   y-axis: "Y = Number of Service Chains"
10292   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10293   layout:
10294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10295     layout: "plot-service-density"
10296
10297 # Plots - NF Density - CSC - NDR IMIX
10298 - type: "plot"
10299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10300   algorithm: "plot_nf_heatmap"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10303   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10304   filter: "'NIC_Intel-XXV710' and
10305            'NF_DENSITY' and
10306            'DOCKER' and
10307            'CHAIN' and
10308            'NF_VPPIP4' and
10309            'IMIX' and
10310            '2T1C' and
10311            'NDRPDR'"
10312   parameters:
10313   - "throughput"
10314   - "name"
10315   - "tags"
10316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10317   x-axis: "X = CNFs per Service Chain"
10318   y-axis: "Y = Number of Service Chains"
10319   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10320   layout:
10321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10322     layout: "plot-service-density"
10323
10324 - type: "plot"
10325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10326   algorithm: "plot_nf_heatmap"
10327   output-file-type: ".html"
10328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10329   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10330   filter: "'NIC_Intel-XXV710' and
10331            'NF_DENSITY' and
10332            'DOCKER' and
10333            'CHAIN' and
10334            'NF_VPPIP4' and
10335            'IMIX' and
10336            '4T2C' and
10337            'NDRPDR'"
10338   parameters:
10339   - "throughput"
10340   - "name"
10341   - "tags"
10342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10343   x-axis: "X = CNFs per Service Chain"
10344   y-axis: "Y = Number of Service Chains"
10345   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10346   layout:
10347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10348     layout: "plot-service-density"
10349
10350 - type: "plot"
10351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10352   algorithm: "plot_nf_heatmap"
10353   output-file-type: ".html"
10354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10355   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10356   filter: "'NIC_Intel-XXV710' and
10357            'NF_DENSITY' and
10358            'DOCKER' and
10359            'CHAIN' and
10360            'NF_VPPIP4' and
10361            'IMIX' and
10362            '8T4C' and
10363            'NDRPDR'"
10364   parameters:
10365   - "throughput"
10366   - "name"
10367   - "tags"
10368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10369   x-axis: "X = CNFs per Service Chain"
10370   y-axis: "Y = Number of Service Chains"
10371   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10372   layout:
10373     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10374     layout: "plot-service-density"
10375
10376 # Plots - NF Density - CSC - PDR IMIX
10377 - type: "plot"
10378   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10379   algorithm: "plot_nf_heatmap"
10380   output-file-type: ".html"
10381   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10382   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10383   filter: "'NIC_Intel-XXV710' and
10384            'NF_DENSITY' and
10385            'DOCKER' and
10386            'CHAIN' and
10387            'NF_VPPIP4' and
10388            'IMIX' and
10389            '2T1C' and
10390            'NDRPDR'"
10391   parameters:
10392   - "throughput"
10393   - "name"
10394   - "tags"
10395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10396   x-axis: "X = CNFs per Service Chain"
10397   y-axis: "Y = Number of Service Chains"
10398   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10399   layout:
10400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10401     layout: "plot-service-density"
10402
10403 - type: "plot"
10404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10405   algorithm: "plot_nf_heatmap"
10406   output-file-type: ".html"
10407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10408   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10409   filter: "'NIC_Intel-XXV710' and
10410            'NF_DENSITY' and
10411            'DOCKER' and
10412            'CHAIN' and
10413            'NF_VPPIP4' and
10414            'IMIX' and
10415            '4T2C' and
10416            'NDRPDR'"
10417   parameters:
10418   - "throughput"
10419   - "name"
10420   - "tags"
10421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10422   x-axis: "X = CNFs per Service Chain"
10423   y-axis: "Y = Number of Service Chains"
10424   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10425   layout:
10426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10427     layout: "plot-service-density"
10428
10429 - type: "plot"
10430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10431   algorithm: "plot_nf_heatmap"
10432   output-file-type: ".html"
10433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10434   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10435   filter: "'NIC_Intel-XXV710' and
10436            'NF_DENSITY' and
10437            'DOCKER' and
10438            'CHAIN' and
10439            'NF_VPPIP4' and
10440            'IMIX' and
10441            '8T4C' and
10442            'NDRPDR'"
10443   parameters:
10444   - "throughput"
10445   - "name"
10446   - "tags"
10447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10448   x-axis: "X = CNFs per Service Chain"
10449   y-axis: "Y = Number of Service Chains"
10450   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10451   layout:
10452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10453     layout: "plot-service-density"
10454
10455 # Plots - NF Density - CSP - MRR IMIX
10456 - type: "plot"
10457   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10458   algorithm: "plot_nf_heatmap"
10459   output-file-type: ".html"
10460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10461   data: "plot-vpp-nfv-2n-clx-mrr"
10462   filter: "'NIC_Intel-XXV710' and
10463            'NF_DENSITY' and
10464            'DOCKER' and
10465            'PIPELINE' and
10466            'NF_VPPIP4' and
10467            'IMIX' and
10468            '2T1C' and
10469            'MRR'"
10470   parameters:
10471   - "result"
10472   - "name"
10473   - "tags"
10474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10475   x-axis: "X = CNFs per Service Pipeline"
10476   y-axis: "Y = Number of Service Pipelines"
10477   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10478   layout:
10479     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10480     layout: "plot-service-density"
10481
10482 - type: "plot"
10483   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10484   algorithm: "plot_nf_heatmap"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10487   data: "plot-vpp-nfv-2n-clx-mrr"
10488   filter: "'NIC_Intel-XXV710' and
10489            'NF_DENSITY' and
10490            'DOCKER' and
10491            'PIPELINE' and
10492            'NF_VPPIP4' and
10493            'IMIX' and
10494            '4T2C' and
10495            'MRR'"
10496   parameters:
10497   - "result"
10498   - "name"
10499   - "tags"
10500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10501   x-axis: "X = CNFs per Service Pipeline"
10502   y-axis: "Y = Number of Service Pipelines"
10503   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10504   layout:
10505     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10506     layout: "plot-service-density"
10507
10508 - type: "plot"
10509   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10510   algorithm: "plot_nf_heatmap"
10511   output-file-type: ".html"
10512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10513   data: "plot-vpp-nfv-2n-clx-mrr"
10514   filter: "'NIC_Intel-XXV710' and
10515            'NF_DENSITY' and
10516            'DOCKER' and
10517            'PIPELINE' and
10518            'NF_VPPIP4' and
10519            'IMIX' and
10520            '8T4C' and
10521            'MRR'"
10522   parameters:
10523   - "result"
10524   - "name"
10525   - "tags"
10526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10527   x-axis: "X = CNFs per Service Pipeline"
10528   y-axis: "Y = Number of Service Pipelines"
10529   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10530   layout:
10531     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10532     layout: "plot-service-density"
10533
10534 # Plots - NF Density - CSP - NDR IMIX
10535 - type: "plot"
10536   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10537   algorithm: "plot_nf_heatmap"
10538   output-file-type: ".html"
10539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10540   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10541   filter: "'NIC_Intel-XXV710' and
10542            'NF_DENSITY' and
10543            'DOCKER' and
10544            'PIPELINE' and
10545            'NF_VPPIP4' and
10546            'IMIX' and
10547            '2T1C' and
10548            'NDRPDR'"
10549   parameters:
10550   - "throughput"
10551   - "name"
10552   - "tags"
10553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10554   x-axis: "X = CNFs per Service Pipeline"
10555   y-axis: "Y = Number of Service Pipelines"
10556   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10557   layout:
10558     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10559     layout: "plot-service-density"
10560
10561 - type: "plot"
10562   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10563   algorithm: "plot_nf_heatmap"
10564   output-file-type: ".html"
10565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10566   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10567   filter: "'NIC_Intel-XXV710' and
10568            'NF_DENSITY' and
10569            'DOCKER' and
10570            'PIPELINE' and
10571            'NF_VPPIP4' and
10572            'IMIX' and
10573            '4T2C' and
10574            'NDRPDR'"
10575   parameters:
10576   - "throughput"
10577   - "name"
10578   - "tags"
10579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10580   x-axis: "X = CNFs per Service Pipeline"
10581   y-axis: "Y = Number of Service Pipelines"
10582   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10583   layout:
10584     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10585     layout: "plot-service-density"
10586
10587 - type: "plot"
10588   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10589   algorithm: "plot_nf_heatmap"
10590   output-file-type: ".html"
10591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10592   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10593   filter: "'NIC_Intel-XXV710' and
10594            'NF_DENSITY' and
10595            'DOCKER' and
10596            'PIPELINE' and
10597            'NF_VPPIP4' and
10598            'IMIX' and
10599            '8T4C' and
10600            'NDRPDR'"
10601   parameters:
10602   - "throughput"
10603   - "name"
10604   - "tags"
10605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10606   x-axis: "X = CNFs per Service Pipeline"
10607   y-axis: "Y = Number of Service Pipelines"
10608   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10609   layout:
10610     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10611     layout: "plot-service-density"
10612
10613 # Plots - NF Density - CSP - PDR IMIX
10614 - type: "plot"
10615   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10616   algorithm: "plot_nf_heatmap"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10619   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10620   filter: "'NIC_Intel-XXV710' and
10621            'NF_DENSITY' and
10622            'DOCKER' and
10623            'PIPELINE' and
10624            'NF_VPPIP4' and
10625            'IMIX' and
10626            '2T1C' and
10627            'NDRPDR'"
10628   parameters:
10629   - "throughput"
10630   - "name"
10631   - "tags"
10632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10633   x-axis: "X = CNFs per Service Pipeline"
10634   y-axis: "Y = Number of Service Pipelines"
10635   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10636   layout:
10637     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10638     layout: "plot-service-density"
10639
10640 - type: "plot"
10641   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10642   algorithm: "plot_nf_heatmap"
10643   output-file-type: ".html"
10644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10645   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10646   filter: "'NIC_Intel-XXV710' and
10647            'NF_DENSITY' and
10648            'DOCKER' and
10649            'PIPELINE' and
10650            'NF_VPPIP4' and
10651            'IMIX' and
10652            '4T2C' and
10653            'NDRPDR'"
10654   parameters:
10655   - "throughput"
10656   - "name"
10657   - "tags"
10658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10659   x-axis: "X = CNFs per Service Pipeline"
10660   y-axis: "Y = Number of Service Pipelines"
10661   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10662   layout:
10663     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10664     layout: "plot-service-density"
10665
10666 - type: "plot"
10667   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10668   algorithm: "plot_nf_heatmap"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10671   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10672   filter: "'NIC_Intel-XXV710' and
10673            'NF_DENSITY' and
10674            'DOCKER' and
10675            'PIPELINE' and
10676            'NF_VPPIP4' and
10677            'IMIX' and
10678            '8T4C' and
10679            'NDRPDR'"
10680   parameters:
10681   - "throughput"
10682   - "name"
10683   - "tags"
10684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10685   x-axis: "X = CNFs per Service Pipeline"
10686   y-axis: "Y = Number of Service Pipelines"
10687   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10688   layout:
10689     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10690     layout: "plot-service-density"
10691
10692 ################################################################################
10693
10694 # Packet Throughput
10695
10696 - type: "plot"
10697   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10698   algorithm: "plot_perf_box_name"
10699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10701   include:
10702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10706   layout:
10707     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10708     layout: "plot-throughput"
10709
10710 - type: "plot"
10711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10712   algorithm: "plot_perf_box_name"
10713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10715   include:
10716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10720   layout:
10721     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10722     layout: "plot-throughput"
10723
10724 - type: "plot"
10725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10726   algorithm: "plot_perf_box_name"
10727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10729   include:
10730     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10731     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10735   layout:
10736     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10737     layout: "plot-throughput"
10738
10739 - type: "plot"
10740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10741   algorithm: "plot_perf_box_name"
10742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10744   include:
10745     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10746     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10747     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10748     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10749     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10750   layout:
10751     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10752     layout: "plot-throughput"
10753
10754 - type: "plot"
10755   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10756   algorithm: "plot_perf_box_name"
10757   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10758   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10759   include:
10760     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10761     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10762     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10763     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10764     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10765   layout:
10766     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10767     layout: "plot-throughput"
10768
10769 - type: "plot"
10770   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10771   algorithm: "plot_perf_box_name"
10772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10774   include:
10775     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10776     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10777     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10778     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10779     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10780   layout:
10781     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10782     layout: "plot-throughput"
10783
10784 - type: "plot"
10785   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10786   algorithm: "plot_perf_box_name"
10787   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10789   include:
10790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10795   layout:
10796     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10797     layout: "plot-throughput"
10798
10799 - type: "plot"
10800   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10801   algorithm: "plot_perf_box_name"
10802   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10804   include:
10805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10810   layout:
10811     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10812     layout: "plot-throughput"
10813
10814 - type: "plot"
10815   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10816   algorithm: "plot_perf_box_name"
10817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10819   include:
10820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10824   layout:
10825     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10826     layout: "plot-throughput"
10827
10828 - type: "plot"
10829   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10830   algorithm: "plot_perf_box_name"
10831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10833   include:
10834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10838   layout:
10839     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10840     layout: "plot-throughput"
10841
10842 - type: "plot"
10843   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10844   algorithm: "plot_perf_box_name"
10845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10847   include:
10848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10853   layout:
10854     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10855     layout: "plot-throughput"
10856
10857 - type: "plot"
10858   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10859   algorithm: "plot_perf_box_name"
10860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10862   include:
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10868   layout:
10869     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10874   algorithm: "plot_perf_box_name"
10875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10877   include:
10878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10884   layout:
10885     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10886     layout: "plot-throughput"
10887
10888 - type: "plot"
10889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10890   algorithm: "plot_perf_box_name"
10891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10893   include:
10894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10900   layout:
10901     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10902     layout: "plot-throughput"
10903
10904 - type: "plot"
10905   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10906   algorithm: "plot_perf_box_name"
10907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10909   include:
10910     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10913   layout:
10914     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10922   include:
10923     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10926   layout:
10927     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10928     layout: "plot-throughput"
10929
10930 - type: "plot"
10931   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10932   algorithm: "plot_perf_box_name"
10933   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10935   include:
10936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10941   layout:
10942     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10943     layout: "plot-throughput"
10944
10945 - type: "plot"
10946   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10947   algorithm: "plot_perf_box_name"
10948   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10950   include:
10951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10956   layout:
10957     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10962   algorithm: "plot_perf_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10970   layout:
10971     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10972     layout: "plot-throughput"
10973
10974 - type: "plot"
10975   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10976   algorithm: "plot_perf_box_name"
10977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10979   include:
10980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10984   layout:
10985     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10993   include:
10994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10999   layout:
11000     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11008   include:
11009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11014   layout:
11015     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11023   include:
11024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11030   layout:
11031     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11046   layout:
11047     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11061   layout:
11062     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11063     layout: "plot-throughput"
11064
11065 - type: "plot"
11066   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11067   algorithm: "plot_perf_box_name"
11068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11070   include:
11071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11076   layout:
11077     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11085   include:
11086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11092   layout:
11093     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11108   layout:
11109     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11110     layout: "plot-throughput"
11111
11112 - type: "plot"
11113   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11114   algorithm: "plot_perf_box_name"
11115   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11116   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11117   include:
11118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11123   layout:
11124     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11125     layout: "plot-throughput"
11126
11127 - type: "plot"
11128   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11129   algorithm: "plot_perf_box_name"
11130   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11131   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11132   include:
11133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11138   layout:
11139     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11140     layout: "plot-throughput"
11141
11142 - type: "plot"
11143   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11144   algorithm: "plot_perf_box_name"
11145   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11146   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11147   include:
11148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11154   layout:
11155     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11156     layout: "plot-throughput"
11157
11158 - type: "plot"
11159   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11160   algorithm: "plot_perf_box_name"
11161   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11162   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11163   include:
11164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11170   layout:
11171     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11178   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11185   layout:
11186     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11200   layout:
11201     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11208   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11216   layout:
11217     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11224   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11225   include:
11226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11232   layout:
11233     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11234     layout: "plot-throughput"
11235
11236 - type: "plot"
11237   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11238   algorithm: "plot_perf_box_name"
11239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11241   include:
11242     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11244   layout:
11245     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11250   algorithm: "plot_perf_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11253   include:
11254     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11256   layout:
11257     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11258     layout: "plot-throughput"
11259
11260 - type: "plot"
11261   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11262   algorithm: "plot_perf_box_name"
11263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11265   include:
11266     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11270   layout:
11271     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11279   include:
11280     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11284   layout:
11285     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11286     layout: "plot-throughput"
11287
11288 - type: "plot"
11289   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11290   algorithm: "plot_perf_box_name"
11291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11293   include:
11294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11298   layout:
11299     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11300     layout: "plot-throughput"
11301
11302 - type: "plot"
11303   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11304   algorithm: "plot_perf_box_name"
11305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11307   include:
11308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11312   layout:
11313     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11320   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11321   include:
11322     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11326   layout:
11327     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11334   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11335   include:
11336     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11340   layout:
11341     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11349   include:
11350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11353   layout:
11354     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11355     layout: "plot-throughput"
11356
11357 - type: "plot"
11358   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11359   algorithm: "plot_perf_box_name"
11360   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11362   include:
11363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11366   layout:
11367     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11381   layout:
11382     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11390   include:
11391     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11396   layout:
11397     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11405   include:
11406     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11409   layout:
11410     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11418   include:
11419     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11422   layout:
11423     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11424     layout: "plot-throughput"
11425
11426 - type: "plot"
11427   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11428   algorithm: "plot_perf_box_name"
11429   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11431   include:
11432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11435   layout:
11436     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11444   include:
11445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11448   layout:
11449     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11457   include:
11458     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11463   layout:
11464     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11478   layout:
11479     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11487   include:
11488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11493   layout:
11494     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11499   algorithm: "plot_perf_box_name"
11500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11502   include:
11503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11508   layout:
11509     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11510     layout: "plot-throughput"
11511
11512 - type: "plot"
11513   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11514   algorithm: "plot_perf_box_name"
11515   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11516   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11517   include:
11518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11523   layout:
11524     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11532   include:
11533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11538   layout:
11539     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11546   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11547   include:
11548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11553   layout:
11554     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11562   include:
11563     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11568   layout:
11569     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11577   include:
11578     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11579     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11580     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11581     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11582     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11583     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11584   layout:
11585     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11593   include:
11594     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11595     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11596     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11597     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11598     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11599     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11600   layout:
11601     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11609   include:
11610     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11611     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11612     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11613     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11614   layout:
11615     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11623   include:
11624     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11625     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11626     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11627     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11628   layout:
11629     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11637   include:
11638     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11639     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11640     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11641     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11642     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11643     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11644   layout:
11645     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11653   include:
11654     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11655     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11656     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11657     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11658     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11659     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11660   layout:
11661     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11669   include:
11670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11671 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11673 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11675 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11676   layout:
11677     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11685   include:
11686     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11687 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11688     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11689 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11691 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11692   layout:
11693     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11701   include:
11702     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11703     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11704     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11705     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11706     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11707     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11708   layout:
11709     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11717   include:
11718     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11719     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11720     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11721     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11722     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11723     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11724   layout:
11725     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11740   layout:
11741     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11749   include:
11750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11756   layout:
11757     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11765   include:
11766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11770   layout:
11771     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11772     layout: "plot-throughput"
11773
11774 - type: "plot"
11775   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11776   algorithm: "plot_perf_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11779   include:
11780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11784   layout:
11785     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11799   layout:
11800     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11808   include:
11809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11814   layout:
11815     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11828   layout:
11829     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11842   layout:
11843     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11851   include:
11852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11857     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11858   layout:
11859     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11867   include:
11868     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11870     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11871     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11872     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11873     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11874   layout:
11875     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11876     layout: "plot-throughput"
11877
11878 - type: "plot"
11879   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11880   algorithm: "plot_perf_box_name"
11881   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11883   include:
11884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11887     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11888     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11889   layout:
11890     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11898   include:
11899     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11900     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11902     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11903     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11904   layout:
11905     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11913   include:
11914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11917   layout:
11918     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11926   include:
11927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11930   layout:
11931     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11939   include:
11940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11944   layout:
11945     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11953   include:
11954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11958   layout:
11959     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11967   include:
11968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11974   layout:
11975     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11983   include:
11984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11990   layout:
11991     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11996   algorithm: "plot_perf_box_name"
11997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11999   include:
12000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12006   layout:
12007     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12022   layout:
12023     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12031   include:
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12036   layout:
12037     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12045   include:
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12050   layout:
12051     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12059   include:
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12066   layout:
12067     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12075   include:
12076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12082   layout:
12083     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12091   include:
12092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12098   layout:
12099     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12107   include:
12108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12114   layout:
12115     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12123   include:
12124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12128   layout:
12129     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12137   include:
12138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12142   layout:
12143     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12151   include:
12152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12158   layout:
12159     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12167   include:
12168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12174   layout:
12175     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12183   include:
12184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12188   layout:
12189     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12196   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12197   include:
12198     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12202   layout:
12203     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12211   include:
12212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12218   layout:
12219     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12227   include:
12228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12234   layout:
12235     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12243   include:
12244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12250   layout:
12251     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12259   include:
12260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12266   layout:
12267     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12275   include:
12276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12277     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12278     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12282   layout:
12283     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12291   include:
12292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12298   layout:
12299     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12307   include:
12308     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12309     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12310     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12311     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12312     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12314   layout:
12315     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12325     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12326     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12330   layout:
12331     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12339   include:
12340     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12341     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12342     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12343     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12344     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12345     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12346   layout:
12347     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12355   include:
12356     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12357     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12358     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12359     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12360     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12361     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12362   layout:
12363     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12364     layout: "plot-throughput"
12365
12366 #- type: "plot"
12367 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12368 #  algorithm: "plot_perf_box_name"
12369 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12370 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12371 #  include:
12372 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12375 #  layout:
12376 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12377 #    layout: "plot-throughput"
12378 #
12379 #- type: "plot"
12380 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12381 #  algorithm: "plot_perf_box_name"
12382 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12383 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12384 #  include:
12385 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12388 #  layout:
12389 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12390 #    layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12397   include:
12398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12402   layout:
12403     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12411   include:
12412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12416   layout:
12417     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12418     layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12422   algorithm: "plot_perf_box_name"
12423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12425   include:
12426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12430   layout:
12431     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12439   include:
12440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12444   layout:
12445     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12453   include:
12454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12458   layout:
12459     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12467   include:
12468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12472   layout:
12473     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12481   include:
12482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12486   layout:
12487     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12495   include:
12496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12500   layout:
12501     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12502     layout: "plot-throughput"
12503
12504 - type: "plot"
12505   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12506   algorithm: "plot_perf_box_name"
12507   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12509   include:
12510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12514   layout:
12515     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12528   layout:
12529     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12542   layout:
12543     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12544     layout: "plot-throughput"
12545
12546 - type: "plot"
12547   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12548   algorithm: "plot_perf_box_name"
12549   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12551   include:
12552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12553     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12554     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12555     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12556   layout:
12557     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12601   layout:
12602     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12610   include:
12611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12616   layout:
12617     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12632   layout:
12633     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12634     layout: "plot-throughput"
12635
12636 - type: "plot"
12637   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12638   algorithm: "plot_perf_box_name"
12639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12641   include:
12642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12648   layout:
12649     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12657   include:
12658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12664   layout:
12665     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12673   include:
12674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12680   layout:
12681     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12689   include:
12690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12695   layout:
12696     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12704   include:
12705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12710   layout:
12711     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12712     layout: "plot-throughput"
12713
12714 #- type: "plot"
12715 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12716 #  algorithm: "plot_perf_box_name"
12717 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12718 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12719 #  include:
12720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12721 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12724 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12725 #  layout:
12726 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12727 #    layout: "plot-throughput"
12728 #
12729 #- type: "plot"
12730 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12731 #  algorithm: "plot_perf_box_name"
12732 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12733 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12734 #  include:
12735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12736 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-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 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12740 #  layout:
12741 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12742 #    layout: "plot-throughput"
12743
12744 #- type: "plot"
12745 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12746 #  algorithm: "plot_perf_box_name"
12747 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12748 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12749 #  include:
12750 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12753 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12754 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12755 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12756 #  layout:
12757 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12758 #    layout: "plot-throughput"
12759 #
12760 #- type: "plot"
12761 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12762 #  algorithm: "plot_perf_box_name"
12763 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12764 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12765 #  include:
12766 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12767 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12769 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12770 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12771 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12772 #  layout:
12773 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12774 #    layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12781   include:
12782     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12784     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12785   layout:
12786     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12796     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12797     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12798   layout:
12799     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12800     layout: "plot-throughput"
12801
12802 ################################################################################
12803
12804 # Packet Speedup
12805
12806 - type: "plot"
12807   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12808   algorithm: "plot_tsa_name"
12809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12811   include:
12812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12816   layout:
12817     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12818     layout: "plot-throughput-speedup-analysis"
12819
12820 - type: "plot"
12821   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12822   algorithm: "plot_tsa_name"
12823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12825   include:
12826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12830   layout:
12831     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12832     layout: "plot-throughput-speedup-analysis"
12833
12834 - type: "plot"
12835   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12836   algorithm: "plot_tsa_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12839   include:
12840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12845   layout:
12846     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12847     layout: "plot-throughput-speedup-analysis"
12848
12849 - type: "plot"
12850   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12851   algorithm: "plot_tsa_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12854   include:
12855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12860   layout:
12861     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12862     layout: "plot-throughput-speedup-analysis"
12863
12864 - type: "plot"
12865   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12866   algorithm: "plot_tsa_name"
12867   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12869   include:
12870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12875   layout:
12876     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12877     layout: "plot-throughput-speedup-analysis"
12878
12879 - type: "plot"
12880   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12881   algorithm: "plot_tsa_name"
12882   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12884   include:
12885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12890   layout:
12891     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12892     layout: "plot-throughput-speedup-analysis"
12893
12894 - type: "plot"
12895   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12896   algorithm: "plot_tsa_name"
12897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12904   layout:
12905     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12906     layout: "plot-throughput-speedup-analysis"
12907
12908 - type: "plot"
12909   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12910   algorithm: "plot_tsa_name"
12911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12913   include:
12914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12918   layout:
12919     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12920     layout: "plot-throughput-speedup-analysis"
12921
12922 - type: "plot"
12923   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12924   algorithm: "plot_tsa_name"
12925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12933   layout:
12934     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12935     layout: "plot-throughput-speedup-analysis"
12936
12937 - type: "plot"
12938   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12939   algorithm: "plot_tsa_name"
12940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12948   layout:
12949     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12950     layout: "plot-throughput-speedup-analysis"
12951
12952 - type: "plot"
12953   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12954   algorithm: "plot_tsa_name"
12955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12957   include:
12958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12964   layout:
12965     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12966     layout: "plot-throughput-speedup-analysis"
12967
12968 - type: "plot"
12969   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12970   algorithm: "plot_tsa_name"
12971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12973   include:
12974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12980   layout:
12981     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12982     layout: "plot-throughput-speedup-analysis"
12983
12984 - type: "plot"
12985   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12986   algorithm: "plot_tsa_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12989   include:
12990     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12991     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12992     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12993   layout:
12994     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12995     layout: "plot-throughput-speedup-analysis"
12996
12997 - type: "plot"
12998   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12999   algorithm: "plot_tsa_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13002   include:
13003     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13004     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13005     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13006   layout:
13007     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13008     layout: "plot-throughput-speedup-analysis"
13009
13010 - type: "plot"
13011   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13012   algorithm: "plot_tsa_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13021   layout:
13022     title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13023     layout: "plot-throughput-speedup-analysis"
13024
13025 - type: "plot"
13026   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13027   algorithm: "plot_tsa_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13030   include:
13031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13036   layout:
13037     title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13038     layout: "plot-throughput-speedup-analysis"
13039
13040 - type: "plot"
13041   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13042   algorithm: "plot_tsa_name"
13043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13052     layout: "plot-throughput-speedup-analysis"
13053
13054 - type: "plot"
13055   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13056   algorithm: "plot_tsa_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13064   layout:
13065     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13066     layout: "plot-throughput-speedup-analysis"
13067
13068 - type: "plot"
13069   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13070   algorithm: "plot_tsa_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13073   include:
13074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13079   layout:
13080     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13081     layout: "plot-throughput-speedup-analysis"
13082
13083 - type: "plot"
13084   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13085   algorithm: "plot_tsa_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13088   include:
13089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13094   layout:
13095     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13096     layout: "plot-throughput-speedup-analysis"
13097
13098 - type: "plot"
13099   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13100   algorithm: "plot_tsa_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13103   include:
13104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13110   layout:
13111     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13112     layout: "plot-throughput-speedup-analysis"
13113
13114 - type: "plot"
13115   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13116   algorithm: "plot_tsa_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13119   include:
13120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13126   layout:
13127     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13128     layout: "plot-throughput-speedup-analysis"
13129
13130 - type: "plot"
13131   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13132   algorithm: "plot_tsa_name"
13133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13135   include:
13136     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13137     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13138   layout:
13139     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13140     layout: "plot-throughput-speedup-analysis"
13141
13142 - type: "plot"
13143   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13144   algorithm: "plot_tsa_name"
13145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13147   include:
13148     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13150   layout:
13151     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13152     layout: "plot-throughput-speedup-analysis"
13153
13154 - type: "plot"
13155   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13156   algorithm: "plot_tsa_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13161     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13164   layout:
13165     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13166     layout: "plot-throughput-speedup-analysis"
13167
13168 - type: "plot"
13169   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13170   algorithm: "plot_tsa_name"
13171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13173   include:
13174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13175     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13178   layout:
13179     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13180     layout: "plot-throughput-speedup-analysis"
13181
13182 - type: "plot"
13183   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13184   algorithm: "plot_tsa_name"
13185   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13191   layout:
13192     title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13193     layout: "plot-throughput-speedup-analysis"
13194
13195 - type: "plot"
13196   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13197   algorithm: "plot_tsa_name"
13198   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13204   layout:
13205     title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13206     layout: "plot-throughput-speedup-analysis"
13207
13208 - type: "plot"
13209   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13210   algorithm: "plot_tsa_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13219   layout:
13220     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13221     layout: "plot-throughput-speedup-analysis"
13222
13223 - type: "plot"
13224   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13225   algorithm: "plot_tsa_name"
13226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13234   layout:
13235     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13236     layout: "plot-throughput-speedup-analysis"
13237
13238 - type: "plot"
13239   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13240   algorithm: "plot_tsa_name"
13241   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13243   include:
13244     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13245     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13246     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13247   layout:
13248     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13249     layout: "plot-throughput-speedup-analysis"
13250
13251 - type: "plot"
13252   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13253   algorithm: "plot_tsa_name"
13254   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13256   include:
13257     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13258     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13259     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13260   layout:
13261     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13262     layout: "plot-throughput-speedup-analysis"
13263
13264 - type: "plot"
13265   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13266   algorithm: "plot_tsa_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13273   layout:
13274     title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13275     layout: "plot-throughput-speedup-analysis"
13276
13277 - type: "plot"
13278   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13279   algorithm: "plot_tsa_name"
13280   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13282   include:
13283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13284     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13285     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13286   layout:
13287     title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13288     layout: "plot-throughput-speedup-analysis"
13289
13290 - type: "plot"
13291   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13292   algorithm: "plot_tsa_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13301   layout:
13302     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13303     layout: "plot-throughput-speedup-analysis"
13304
13305 - type: "plot"
13306   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13307   algorithm: "plot_tsa_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13316   layout:
13317     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13318     layout: "plot-throughput-speedup-analysis"
13319
13320 - type: "plot"
13321   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13322   algorithm: "plot_tsa_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13325   include:
13326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13332   layout:
13333     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13334     layout: "plot-throughput-speedup-analysis"
13335
13336 - type: "plot"
13337   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13338   algorithm: "plot_tsa_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13341   include:
13342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13348   layout:
13349     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13350     layout: "plot-throughput-speedup-analysis"
13351
13352 - type: "plot"
13353   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13354   algorithm: "plot_tsa_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13357   include:
13358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13362   layout:
13363     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13364     layout: "plot-throughput-speedup-analysis"
13365
13366 - type: "plot"
13367   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13368   algorithm: "plot_tsa_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13371   include:
13372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13376   layout:
13377     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13378     layout: "plot-throughput-speedup-analysis"
13379
13380 - type: "plot"
13381   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13382   algorithm: "plot_tsa_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13394     layout: "plot-throughput-speedup-analysis"
13395
13396 - type: "plot"
13397   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13398   algorithm: "plot_tsa_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13408   layout:
13409     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13410     layout: "plot-throughput-speedup-analysis"
13411
13412 - type: "plot"
13413   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13414   algorithm: "plot_tsa_name"
13415   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13424   layout:
13425     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13426     layout: "plot-throughput-speedup-analysis"
13427
13428 - type: "plot"
13429   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13430   algorithm: "plot_tsa_name"
13431   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13440   layout:
13441     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13442     layout: "plot-throughput-speedup-analysis"
13443
13444 - type: "plot"
13445   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13446   algorithm: "plot_tsa_name"
13447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13449   include:
13450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13454   layout:
13455     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13456     layout: "plot-throughput-speedup-analysis"
13457
13458 - type: "plot"
13459   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13460   algorithm: "plot_tsa_name"
13461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13468   layout:
13469     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13470     layout: "plot-throughput-speedup-analysis"
13471
13472 - type: "plot"
13473   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13474   algorithm: "plot_tsa_name"
13475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13477   include:
13478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13483   layout:
13484     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13485     layout: "plot-throughput-speedup-analysis"
13486
13487 - type: "plot"
13488   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13489   algorithm: "plot_tsa_name"
13490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13498   layout:
13499     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13500     layout: "plot-throughput-speedup-analysis"
13501
13502 - type: "plot"
13503   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13504   algorithm: "plot_tsa_name"
13505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13512   layout:
13513     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13514     layout: "plot-throughput-speedup-analysis"
13515
13516 - type: "plot"
13517   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13518   algorithm: "plot_tsa_name"
13519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13521   include:
13522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13526   layout:
13527     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13528     layout: "plot-throughput-speedup-analysis"
13529
13530 - type: "plot"
13531   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13532   algorithm: "plot_tsa_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13535   include:
13536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13542   layout:
13543     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13544     layout: "plot-throughput-speedup-analysis"
13545
13546 - type: "plot"
13547   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13548   algorithm: "plot_tsa_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13551   include:
13552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13558   layout:
13559     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13560     layout: "plot-throughput-speedup-analysis"
13561
13562 - type: "plot"
13563   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13564   algorithm: "plot_tsa_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567   include:
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13573   layout:
13574     title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13575     layout: "plot-throughput-speedup-analysis"
13576
13577 - type: "plot"
13578   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13579   algorithm: "plot_tsa_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13582   include:
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13588   layout:
13589     title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13590     layout: "plot-throughput-speedup-analysis"
13591
13592 - type: "plot"
13593   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13594   algorithm: "plot_tsa_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13597   include:
13598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13601   layout:
13602     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13603     layout: "plot-throughput-speedup-analysis"
13604
13605 - type: "plot"
13606   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13607   algorithm: "plot_tsa_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13610   include:
13611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13614   layout:
13615     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13628   layout:
13629     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13630     layout: "plot-throughput-speedup-analysis"
13631
13632 - type: "plot"
13633   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13634   algorithm: "plot_tsa_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637   include:
13638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13642   layout:
13643     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13644     layout: "plot-throughput-speedup-analysis"
13645
13646 - type: "plot"
13647   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13648   algorithm: "plot_tsa_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13651   include:
13652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13658   layout:
13659     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13660     layout: "plot-throughput-speedup-analysis"
13661
13662 - type: "plot"
13663   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13664   algorithm: "plot_tsa_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13676     layout: "plot-throughput-speedup-analysis"
13677
13678 - type: "plot"
13679   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13680   algorithm: "plot_tsa_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13690   layout:
13691     title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13692     layout: "plot-throughput-speedup-analysis"
13693
13694 - type: "plot"
13695   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13696   algorithm: "plot_tsa_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13706   layout:
13707     title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13708     layout: "plot-throughput-speedup-analysis"
13709
13710 - type: "plot"
13711   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13712   algorithm: "plot_tsa_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13715   include:
13716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13717     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13718     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13719     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13721     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13722   layout:
13723     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13731   include:
13732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13738   layout:
13739     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13740     layout: "plot-throughput-speedup-analysis"
13741
13742 - type: "plot"
13743   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13744   algorithm: "plot_tsa_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13750     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13751     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13752     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13753     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13754   layout:
13755     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13756     layout: "plot-throughput-speedup-analysis"
13757
13758 - type: "plot"
13759   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13760   algorithm: "plot_tsa_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13770   layout:
13771     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13772     layout: "plot-throughput-speedup-analysis"
13773
13774 - type: "plot"
13775   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13776   algorithm: "plot_tsa_name"
13777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13784   layout:
13785     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 - type: "plot"
13789   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13790   algorithm: "plot_tsa_name"
13791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13798   layout:
13799     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13800     layout: "plot-throughput-speedup-analysis"
13801
13802 - type: "plot"
13803   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13804   algorithm: "plot_tsa_name"
13805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13812   layout:
13813     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13814     layout: "plot-throughput-speedup-analysis"
13815
13816 - type: "plot"
13817   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13818   algorithm: "plot_tsa_name"
13819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13826   layout:
13827     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13828     layout: "plot-throughput-speedup-analysis"
13829
13830 - type: "plot"
13831   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13832   algorithm: "plot_tsa_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13835   include:
13836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13839     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13840   layout:
13841     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13842     layout: "plot-throughput-speedup-analysis"
13843
13844 - type: "plot"
13845   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13846   algorithm: "plot_tsa_name"
13847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13849   include:
13850     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13852     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13853     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13854   layout:
13855     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13856     layout: "plot-throughput-speedup-analysis"
13857
13858 - type: "plot"
13859   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13860   algorithm: "plot_tsa_name"
13861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13863   include:
13864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13868   layout:
13869     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 - type: "plot"
13873   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13874   algorithm: "plot_tsa_name"
13875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13877   include:
13878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13880     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13882   layout:
13883     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13884     layout: "plot-throughput-speedup-analysis"
13885
13886 - type: "plot"
13887   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13888   algorithm: "plot_tsa_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13896   layout:
13897     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13898     layout: "plot-throughput-speedup-analysis"
13899
13900 - type: "plot"
13901   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13902   algorithm: "plot_tsa_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13905   include:
13906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13910   layout:
13911     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13919   include:
13920     - "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"
13921     - "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"
13922     - "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"
13923     - "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"
13924   layout:
13925     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13926     layout: "plot-throughput-speedup-analysis"
13927
13928 - type: "plot"
13929   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13933   include:
13934     - "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"
13935     - "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"
13936     - "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"
13937     - "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"
13938   layout:
13939     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13953   layout:
13954     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13968   layout:
13969     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13983   layout:
13984     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13998   layout:
13999     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14014   layout:
14015     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14030   layout:
14031     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14032     layout: "plot-throughput-speedup-analysis"
14033
14034 - type: "plot"
14035   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14036   algorithm: "plot_tsa_name"
14037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
14038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14039   include:
14040     - "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"
14041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14043     - "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"
14044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046   layout:
14047     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14048     layout: "plot-throughput-speedup-analysis"
14049
14050 - type: "plot"
14051   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14052   algorithm: "plot_tsa_name"
14053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14055   include:
14056     - "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"
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14059     - "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"
14060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062   layout:
14063     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14071   include:
14072     - "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"
14073     - "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"
14074     - "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"
14075   layout:
14076     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14084   include:
14085     - "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"
14086     - "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"
14087     - "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"
14088   layout:
14089     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14090     layout: "plot-throughput-speedup-analysis"
14091
14092 - type: "plot"
14093   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14094   algorithm: "plot_tsa_name"
14095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14097   include:
14098     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14099     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14100     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14101     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14102     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14103   layout:
14104     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14112   include:
14113     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14114     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14115     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14116     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14117     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14118   layout:
14119     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14127   include:
14128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14133   layout:
14134     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14142   include:
14143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14148   layout:
14149     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14157   include:
14158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14164   layout:
14165     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14173   include:
14174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14180   layout:
14181     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14182     layout: "plot-throughput-speedup-analysis"
14183
14184 - type: "plot"
14185   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14186   algorithm: "plot_tsa_name"
14187   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14188   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14189   include:
14190     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14194   layout:
14195     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14203   include:
14204     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14208   layout:
14209     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14210     layout: "plot-throughput-speedup-analysis"
14211
14212 - type: "plot"
14213   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14214   algorithm: "plot_tsa_name"
14215   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14216   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14217   include:
14218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14223   layout:
14224     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14232   include:
14233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14238   layout:
14239     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 - type: "plot"
14243   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14244   algorithm: "plot_tsa_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14246   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14247   include:
14248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14253     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14254   layout:
14255     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14263   include:
14264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14266     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14270   layout:
14271     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14279   include:
14280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14284   layout:
14285     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14286     layout: "plot-throughput-speedup-analysis"
14287
14288 - type: "plot"
14289   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14290   algorithm: "plot_tsa_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14293   include:
14294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14298   layout:
14299     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14307   include:
14308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14314   layout:
14315     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14323   include:
14324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14330   layout:
14331     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14339   include:
14340     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14346   layout:
14347     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14355   include:
14356     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14362   layout:
14363     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14371   include:
14372     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14373     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14374     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14375     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14378   layout:
14379     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14387   include:
14388     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14389     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14390     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14391     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14394   layout:
14395     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14403   include:
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14409   layout:
14410     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14418   include:
14419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14424   layout:
14425     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14426     layout: "plot-throughput-speedup-analysis"
14427
14428 #- type: "plot"
14429 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14430 #  algorithm: "plot_tsa_name"
14431 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14432 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14433 #  include:
14434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14439 #  layout:
14440 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14441 #    layout: "plot-throughput-speedup-analysis"
14442 #
14443 #- type: "plot"
14444 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14445 #  algorithm: "plot_tsa_name"
14446 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14447 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14448 #  include:
14449 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-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 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14454 #  layout:
14455 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14456 #    layout: "plot-throughput-speedup-analysis"
14457
14458 #- type: "plot"
14459 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14460 #  algorithm: "plot_tsa_name"
14461 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14462 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14463 #  include:
14464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14465 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14466 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14470 #  layout:
14471 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14472 #    layout: "plot-throughput-speedup-analysis"
14473 #
14474 #- type: "plot"
14475 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14476 #  algorithm: "plot_tsa_name"
14477 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14478 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14479 #  include:
14480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14483 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14484 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14485 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14486 #  layout:
14487 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14488 #    layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14495   include:
14496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14501   layout:
14502     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14510   include:
14511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14516   layout:
14517     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14525   include:
14526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14532   layout:
14533     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14541   include:
14542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14548   layout:
14549     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14557   include:
14558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14563   layout:
14564     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14572   include:
14573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14578   layout:
14579     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14587   include:
14588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14592   layout:
14593     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14601   include:
14602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14606   layout:
14607     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14615   include:
14616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14622   layout:
14623     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14631   include:
14632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14638   layout:
14639     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14647   include:
14648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14653   layout:
14654     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14662   include:
14663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14668   layout:
14669     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14677   include:
14678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14684   layout:
14685     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14693   include:
14694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14700   layout:
14701     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14709   include:
14710     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14714   layout:
14715     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14723   include:
14724     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14728   layout:
14729     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14737   include:
14738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14743   layout:
14744     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14752   include:
14753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14758   layout:
14759     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14767   include:
14768     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14769     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14770     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14771     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14772     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14773     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14774   layout:
14775     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14783   include:
14784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14786     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14787     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14788     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14789     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14790   layout:
14791     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14799   include:
14800     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14804   layout:
14805     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14813   include:
14814     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14818   layout:
14819     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14827   include:
14828     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14834   layout:
14835     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14843   include:
14844     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14850   layout:
14851     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14859   include:
14860     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14866   layout:
14867     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14875   include:
14876     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14882   layout:
14883     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 #- type: "plot"
14887 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14888 #  algorithm: "plot_tsa_name"
14889 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14890 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14891 #  include:
14892 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14893 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14894 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14895 #  layout:
14896 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14897 #    layout: "plot-throughput-speedup-analysis"
14898 #
14899 #- type: "plot"
14900 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14901 #  algorithm: "plot_tsa_name"
14902 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14903 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14904 #  include:
14905 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14906 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14907 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14908 #  layout:
14909 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14910 #    layout: "plot-throughput-speedup-analysis"
14911
14912 ################################################################################
14913
14914 # Packet Throughput - DPDK
14915
14916 # 2n-skx-xxv710
14917
14918 #- type: "plot"
14919 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14920 #  algorithm: "plot_perf_box_name"
14921 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14922 #  data: "plot-dpdk-throughput-latency-2n-skx"
14923 #  include:
14924 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14925 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14926 #  layout:
14927 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14928 #    layout: "plot-throughput"
14929 #
14930 #- type: "plot"
14931 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14932 #  algorithm: "plot_perf_box_name"
14933 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14934 #  data: "plot-dpdk-throughput-latency-2n-skx"
14935 #  include:
14936 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14937 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14938 #  layout:
14939 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14940 #    layout: "plot-throughput"
14941 #
14942 #- type: "plot"
14943 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14944 #  algorithm: "plot_perf_box_name"
14945 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14946 #  data: "plot-dpdk-throughput-latency-2n-skx"
14947 #  include:
14948 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14949 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14950 #  layout:
14951 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14952 #    layout: "plot-throughput"
14953 #
14954 #- type: "plot"
14955 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14956 #  algorithm: "plot_perf_box_name"
14957 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14958 #  data: "plot-dpdk-throughput-latency-2n-skx"
14959 #  include:
14960 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14961 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14962 #  layout:
14963 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14964 #    layout: "plot-throughput"
14965 #
14966 ## 2n-skx-x710
14967 #
14968 #- type: "plot"
14969 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14970 #  algorithm: "plot_perf_box_name"
14971 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14972 #  data: "plot-dpdk-throughput-latency-2n-skx"
14973 #  include:
14974 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14975 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14976 #  layout:
14977 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14978 #    layout: "plot-throughput"
14979 #
14980 #- type: "plot"
14981 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14982 #  algorithm: "plot_perf_box_name"
14983 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14984 #  data: "plot-dpdk-throughput-latency-2n-skx"
14985 #  include:
14986 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14987 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14988 #  layout:
14989 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14990 #    layout: "plot-throughput"
14991 #
14992 #- type: "plot"
14993 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14994 #  algorithm: "plot_perf_box_name"
14995 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14996 #  data: "plot-dpdk-throughput-latency-2n-skx"
14997 #  include:
14998 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14999 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15000 #  layout:
15001 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
15002 #    layout: "plot-throughput"
15003 #
15004 #- type: "plot"
15005 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15006 #  algorithm: "plot_perf_box_name"
15007 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15008 #  data: "plot-dpdk-throughput-latency-2n-skx"
15009 #  include:
15010 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15011 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15012 #  layout:
15013 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
15014 #    layout: "plot-throughput"
15015 #
15016 ## 3n-skx-xxv710
15017 #
15018 #- type: "plot"
15019 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15020 #  algorithm: "plot_perf_box_name"
15021 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15022 #  data: "plot-dpdk-throughput-latency-3n-skx"
15023 #  include:
15024 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15025 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15026 #  layout:
15027 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15028 #    layout: "plot-throughput"
15029 #
15030 #- type: "plot"
15031 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15032 #  algorithm: "plot_perf_box_name"
15033 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15034 #  data: "plot-dpdk-throughput-latency-3n-skx"
15035 #  include:
15036 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15037 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15038 #  layout:
15039 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15040 #    layout: "plot-throughput"
15041 #
15042 #- type: "plot"
15043 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15044 #  algorithm: "plot_perf_box_name"
15045 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15046 #  data: "plot-dpdk-throughput-latency-3n-skx"
15047 #  include:
15048 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15049 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15050 #  layout:
15051 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15052 #    layout: "plot-throughput"
15053 #
15054 #- type: "plot"
15055 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15056 #  algorithm: "plot_perf_box_name"
15057 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15058 #  data: "plot-dpdk-throughput-latency-3n-skx"
15059 #  include:
15060 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15061 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15062 #  layout:
15063 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15064 #    layout: "plot-throughput"
15065 #
15066 ## 3n-skx-x710
15067 #
15068 #- type: "plot"
15069 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15070 #  algorithm: "plot_perf_box_name"
15071 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15072 #  data: "plot-dpdk-throughput-latency-3n-skx"
15073 #  include:
15074 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15075 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15076 #  layout:
15077 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15078 #    layout: "plot-throughput"
15079 #
15080 #- type: "plot"
15081 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15082 #  algorithm: "plot_perf_box_name"
15083 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15084 #  data: "plot-dpdk-throughput-latency-3n-skx"
15085 #  include:
15086 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15087 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15088 #  layout:
15089 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15090 #    layout: "plot-throughput"
15091 #
15092 #- type: "plot"
15093 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15094 #  algorithm: "plot_perf_box_name"
15095 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15096 #  data: "plot-dpdk-throughput-latency-3n-skx"
15097 #  include:
15098 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15099 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15100 #  layout:
15101 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15102 #    layout: "plot-throughput"
15103 #
15104 #- type: "plot"
15105 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15106 #  algorithm: "plot_perf_box_name"
15107 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15108 #  data: "plot-dpdk-throughput-latency-3n-skx"
15109 #  include:
15110 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15111 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15112 #  layout:
15113 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15114 #    layout: "plot-throughput"
15115
15116 # 3n-hsw-xl710
15117
15118 - type: "plot"
15119   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15120   algorithm: "plot_perf_box_name"
15121   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15122   data: "plot-dpdk-throughput-latency-3n-hsw"
15123   include:
15124     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15125     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15126   layout:
15127     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15128     layout: "plot-throughput"
15129
15130 - type: "plot"
15131   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15132   algorithm: "plot_perf_box_name"
15133   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15134   data: "plot-dpdk-throughput-latency-3n-hsw"
15135   include:
15136     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15137     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15138   layout:
15139     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15140     layout: "plot-throughput"
15141
15142 - type: "plot"
15143   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15144   algorithm: "plot_perf_box_name"
15145   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15146   data: "plot-dpdk-throughput-latency-3n-hsw"
15147   include:
15148     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15149     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15150   layout:
15151     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15152     layout: "plot-throughput"
15153
15154 - type: "plot"
15155   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15156   algorithm: "plot_perf_box_name"
15157   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15158   data: "plot-dpdk-throughput-latency-3n-hsw"
15159   include:
15160     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15161     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15162   layout:
15163     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15164     layout: "plot-throughput"
15165
15166 # 3n-hsw-x710
15167
15168 - type: "plot"
15169   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15170   algorithm: "plot_perf_box_name"
15171   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15172   data: "plot-dpdk-throughput-latency-3n-hsw"
15173   include:
15174     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15175     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15176   layout:
15177     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15178     layout: "plot-throughput"
15179
15180 - type: "plot"
15181   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15182   algorithm: "plot_perf_box_name"
15183   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15184   data: "plot-dpdk-throughput-latency-3n-hsw"
15185   include:
15186     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15187     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15188   layout:
15189     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15190     layout: "plot-throughput"
15191
15192 - type: "plot"
15193   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15194   algorithm: "plot_perf_box_name"
15195   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15196   data: "plot-dpdk-throughput-latency-3n-hsw"
15197   include:
15198     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15199     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15200   layout:
15201     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15202     layout: "plot-throughput"
15203
15204 - type: "plot"
15205   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15206   algorithm: "plot_perf_box_name"
15207   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15208   data: "plot-dpdk-throughput-latency-3n-hsw"
15209   include:
15210     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15211     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15212   layout:
15213     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15214     layout: "plot-throughput"
15215
15216 # 2n-dnv-x553
15217
15218 - type: "plot"
15219   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15220   algorithm: "plot_perf_box_name"
15221   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15222   data: "plot-dpdk-throughput-latency-2n-dnv"
15223   include:
15224     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15225     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15226   layout:
15227     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15232   algorithm: "plot_perf_box_name"
15233   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15234   data: "plot-dpdk-throughput-latency-2n-dnv"
15235   include:
15236     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15237     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15238   layout:
15239     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15240     layout: "plot-throughput"
15241
15242 - type: "plot"
15243   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15244   algorithm: "plot_perf_box_name"
15245   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15246   data: "plot-dpdk-throughput-latency-2n-dnv"
15247   include:
15248     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15249     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15250   layout:
15251     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15252     layout: "plot-throughput"
15253
15254 - type: "plot"
15255   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15256   algorithm: "plot_perf_box_name"
15257   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15258   data: "plot-dpdk-throughput-latency-2n-dnv"
15259   include:
15260     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15261     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15262   layout:
15263     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15264     layout: "plot-throughput"
15265
15266 # 3n-dnv-x553
15267
15268 - type: "plot"
15269   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15270   algorithm: "plot_perf_box_name"
15271   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15272   data: "plot-dpdk-throughput-latency-3n-dnv"
15273   include:
15274     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15275     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15276   layout:
15277     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15278     layout: "plot-throughput"
15279
15280 - type: "plot"
15281   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15282   algorithm: "plot_perf_box_name"
15283   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15284   data: "plot-dpdk-throughput-latency-3n-dnv"
15285   include:
15286     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15287     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15288   layout:
15289     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15290     layout: "plot-throughput"
15291
15292 - type: "plot"
15293   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15294   algorithm: "plot_perf_box_name"
15295   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15296   data: "plot-dpdk-throughput-latency-3n-dnv"
15297   include:
15298     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15299     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15300   layout:
15301     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15302     layout: "plot-throughput"
15303
15304 - type: "plot"
15305   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15306   algorithm: "plot_perf_box_name"
15307   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15308   data: "plot-dpdk-throughput-latency-3n-dnv"
15309   include:
15310     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15311     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15312   layout:
15313     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15314     layout: "plot-throughput"
15315
15316 # 3n-tsh-x520
15317
15318 - type: "plot"
15319   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15320   algorithm: "plot_perf_box_name"
15321   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15322   data: "plot-dpdk-throughput-latency-3n-tsh"
15323   include:
15324     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15325     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15326   layout:
15327     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15328     layout: "plot-throughput"
15329
15330 - type: "plot"
15331   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15332   algorithm: "plot_perf_box_name"
15333   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15334   data: "plot-dpdk-throughput-latency-3n-tsh"
15335   include:
15336     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15337     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15338   layout:
15339     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15340     layout: "plot-throughput"
15341
15342 - type: "plot"
15343   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15344   algorithm: "plot_perf_box_name"
15345   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15346   data: "plot-dpdk-throughput-latency-3n-tsh"
15347   include:
15348     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15349     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15350   layout:
15351     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15352     layout: "plot-throughput"
15353
15354 - type: "plot"
15355   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15356   algorithm: "plot_perf_box_name"
15357   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15358   data: "plot-dpdk-throughput-latency-3n-tsh"
15359   include:
15360     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15361     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15362   layout:
15363     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15364     layout: "plot-throughput"
15365
15366 ################################################################################
15367 ###   2n-clx                                                                 ###
15368 ################################################################################
15369
15370 # Packet Throughput
15371
15372 - type: "plot"
15373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15374   algorithm: "plot_perf_box_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15377   include:
15378     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15379     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15380     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15382   layout:
15383     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15384     layout: "plot-throughput"
15385
15386 - type: "plot"
15387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15388   algorithm: "plot_perf_box_name"
15389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15391   include:
15392     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15393     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15394     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15396   layout:
15397     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15398     layout: "plot-throughput"
15399
15400 - type: "plot"
15401   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15402   algorithm: "plot_perf_box_name"
15403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15405   include:
15406     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15407     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15408     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15409     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15410   layout:
15411     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15412     layout: "plot-throughput"
15413
15414 - type: "plot"
15415   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15416   algorithm: "plot_perf_box_name"
15417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15419   include:
15420     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15421     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15422     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15423     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15424   layout:
15425     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15426     layout: "plot-throughput"
15427
15428 - type: "plot"
15429   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15430   algorithm: "plot_perf_box_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15433   include:
15434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15440   layout:
15441     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15442     layout: "plot-throughput"
15443
15444 - type: "plot"
15445   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15446   algorithm: "plot_perf_box_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15449   include:
15450     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15456   layout:
15457     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15458     layout: "plot-throughput"
15459
15460 - type: "plot"
15461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15462   algorithm: "plot_perf_box_name"
15463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15465   include:
15466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15470   layout:
15471     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15472     layout: "plot-throughput"
15473
15474 - type: "plot"
15475   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15476   algorithm: "plot_perf_box_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15479   include:
15480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15484   layout:
15485     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15486     layout: "plot-throughput"
15487
15488 - type: "plot"
15489   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15490   algorithm: "plot_perf_box_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15493   include:
15494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15497   layout:
15498     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15499     layout: "plot-throughput"
15500
15501 - type: "plot"
15502   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15503   algorithm: "plot_perf_box_name"
15504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15506   include:
15507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15510   layout:
15511     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15512     layout: "plot-throughput"
15513
15514 - type: "plot"
15515   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15516   algorithm: "plot_perf_box_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15519   include:
15520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15525   layout:
15526     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15527     layout: "plot-throughput"
15528
15529 - type: "plot"
15530   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15531   algorithm: "plot_perf_box_name"
15532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15534   include:
15535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15540   layout:
15541     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15542     layout: "plot-throughput"
15543
15544 - type: "plot"
15545   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15546   algorithm: "plot_perf_box_name"
15547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15549   include:
15550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15553   layout:
15554     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15555     layout: "plot-throughput"
15556
15557 - type: "plot"
15558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15559   algorithm: "plot_perf_box_name"
15560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15562   include:
15563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15566   layout:
15567     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15568     layout: "plot-throughput"
15569
15570 - type: "plot"
15571   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15572   algorithm: "plot_perf_box_name"
15573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15575   include:
15576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15582   layout:
15583     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15584     layout: "plot-throughput"
15585
15586 - type: "plot"
15587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15588   algorithm: "plot_perf_box_name"
15589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15591   include:
15592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15598   layout:
15599     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15600     layout: "plot-throughput"
15601
15602 - type: "plot"
15603   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15604   algorithm: "plot_perf_box_name"
15605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15607   include:
15608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15610   layout:
15611     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15612     layout: "plot-throughput"
15613
15614 - type: "plot"
15615   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15616   algorithm: "plot_perf_box_name"
15617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15619   include:
15620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15622   layout:
15623     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15624     layout: "plot-throughput"
15625
15626 - type: "plot"
15627   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15628   algorithm: "plot_perf_box_name"
15629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15631   include:
15632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15638   layout:
15639     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15640     layout: "plot-throughput"
15641
15642 - type: "plot"
15643   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15644   algorithm: "plot_perf_box_name"
15645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15647   include:
15648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15654   layout:
15655     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15656     layout: "plot-throughput"
15657
15658 - type: "plot"
15659   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15660   algorithm: "plot_perf_box_name"
15661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15663   include:
15664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15670   layout:
15671     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15672     layout: "plot-throughput"
15673
15674 - type: "plot"
15675   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15676   algorithm: "plot_perf_box_name"
15677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15679   include:
15680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15686   layout:
15687     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15688     layout: "plot-throughput"
15689
15690 - type: "plot"
15691   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15692   algorithm: "plot_perf_box_name"
15693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15695   include:
15696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15699   layout:
15700     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15701     layout: "plot-throughput"
15702
15703 - type: "plot"
15704   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15705   algorithm: "plot_perf_box_name"
15706   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15708   include:
15709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15712   layout:
15713     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15714     layout: "plot-throughput"
15715
15716 - type: "plot"
15717   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15718   algorithm: "plot_perf_box_name"
15719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15721   include:
15722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15727   layout:
15728     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15729     layout: "plot-throughput"
15730
15731 - type: "plot"
15732   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15733   algorithm: "plot_perf_box_name"
15734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15736   include:
15737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15742   layout:
15743     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15744     layout: "plot-throughput"
15745
15746 - type: "plot"
15747   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15748   algorithm: "plot_perf_box_name"
15749   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15751   include:
15752     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15757   layout:
15758     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15759     layout: "plot-throughput"
15760
15761 - type: "plot"
15762   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15763   algorithm: "plot_perf_box_name"
15764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15766   include:
15767     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15772   layout:
15773     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15774     layout: "plot-throughput"
15775
15776 - type: "plot"
15777   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15778   algorithm: "plot_perf_box_name"
15779   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15781   include:
15782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15788   layout:
15789     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15790     layout: "plot-throughput"
15791
15792 - type: "plot"
15793   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15794   algorithm: "plot_perf_box_name"
15795   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15797   include:
15798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15804   layout:
15805     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15806     layout: "plot-throughput"
15807
15808 - type: "plot"
15809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15810   algorithm: "plot_perf_box_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15813   include:
15814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15818   layout:
15819     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15820     layout: "plot-throughput"
15821
15822 - type: "plot"
15823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15824   algorithm: "plot_perf_box_name"
15825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15827   include:
15828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15832   layout:
15833     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15834     layout: "plot-throughput"
15835
15836 - type: "plot"
15837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15838   algorithm: "plot_perf_box_name"
15839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15841   include:
15842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15846   layout:
15847     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15848     layout: "plot-throughput"
15849
15850 - type: "plot"
15851   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15852   algorithm: "plot_perf_box_name"
15853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15855   include:
15856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15860   layout:
15861     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15862     layout: "plot-throughput"
15863
15864 - type: "plot"
15865   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15866   algorithm: "plot_perf_box_name"
15867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15869   include:
15870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15875   layout:
15876     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15877     layout: "plot-throughput"
15878
15879 - type: "plot"
15880   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15881   algorithm: "plot_perf_box_name"
15882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15884   include:
15885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15890   layout:
15891     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15892     layout: "plot-throughput"
15893
15894 - type: "plot"
15895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15896   algorithm: "plot_perf_box_name"
15897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15899   include:
15900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15904   layout:
15905     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15906     layout: "plot-throughput"
15907
15908 - type: "plot"
15909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15910   algorithm: "plot_perf_box_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15913   include:
15914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15918   layout:
15919     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15920     layout: "plot-throughput"
15921
15922 - type: "plot"
15923   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15924   algorithm: "plot_perf_box_name"
15925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15927   include:
15928     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15934   layout:
15935     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15936     layout: "plot-throughput"
15937
15938 - type: "plot"
15939   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15940   algorithm: "plot_perf_box_name"
15941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15943   include:
15944     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15950   layout:
15951     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15952     layout: "plot-throughput"
15953
15954 - type: "plot"
15955   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15956   algorithm: "plot_perf_box_name"
15957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15959   include:
15960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15963     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15964   layout:
15965     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15966     layout: "plot-throughput"
15967
15968 - type: "plot"
15969   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15970   algorithm: "plot_perf_box_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15973   include:
15974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15978   layout:
15979     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15980     layout: "plot-throughput"
15981
15982 - type: "plot"
15983   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15984   algorithm: "plot_perf_box_name"
15985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15987   include:
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15992   layout:
15993     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15994     layout: "plot-throughput"
15995
15996 - type: "plot"
15997   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15998   algorithm: "plot_perf_box_name"
15999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16001   include:
16002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16006   layout:
16007     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16008     layout: "plot-throughput"
16009
16010 - type: "plot"
16011   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16012   algorithm: "plot_perf_box_name"
16013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16015   include:
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16020   layout:
16021     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16022     layout: "plot-throughput"
16023
16024 - type: "plot"
16025   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16026   algorithm: "plot_perf_box_name"
16027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16029   include:
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16034   layout:
16035     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16036     layout: "plot-throughput"
16037
16038 - type: "plot"
16039   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16040   algorithm: "plot_perf_box_name"
16041   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16043   include:
16044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048   layout:
16049     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16050     layout: "plot-throughput"
16051
16052 - type: "plot"
16053   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16054   algorithm: "plot_perf_box_name"
16055   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16057   include:
16058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16062   layout:
16063     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16064     layout: "plot-throughput"
16065
16066 - type: "plot"
16067   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16068   algorithm: "plot_perf_box_name"
16069   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16071   include:
16072     - "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"
16073     - "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"
16074     - "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"
16075     - "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"
16076   layout:
16077     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16078     layout: "plot-throughput"
16079
16080 - type: "plot"
16081   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16082   algorithm: "plot_perf_box_name"
16083   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16085   include:
16086     - "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"
16087     - "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"
16088     - "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"
16089     - "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"
16090   layout:
16091     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16092     layout: "plot-throughput"
16093
16094 ################################################################################
16095
16096 # Packet Speedup
16097
16098 - type: "plot"
16099   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16103   include:
16104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16108   layout:
16109     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16117   include:
16118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16122   layout:
16123     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16131   include:
16132     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16133     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16134     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16135     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16136   layout:
16137     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16145   include:
16146     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16147     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16148     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16149     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16150   layout:
16151     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16159   include:
16160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16166   layout:
16167     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16168     layout: "plot-throughput-speedup-analysis"
16169
16170 - type: "plot"
16171   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16172   algorithm: "plot_tsa_name"
16173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16175   include:
16176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16182   layout:
16183     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16191   include:
16192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16196   layout:
16197     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16205   include:
16206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16210   layout:
16211     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16212     layout: "plot-throughput-speedup-analysis"
16213
16214 - type: "plot"
16215   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16216   algorithm: "plot_tsa_name"
16217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16219   include:
16220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16223   layout:
16224     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16232   include:
16233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16236   layout:
16237     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16245   include:
16246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16251   layout:
16252     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16260   include:
16261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16266   layout:
16267     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16275   include:
16276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16279   layout:
16280     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288   include:
16289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16292   layout:
16293     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16301   include:
16302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16308   layout:
16309     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16317   include:
16318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16324   layout:
16325     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16326     layout: "plot-throughput-speedup-analysis"
16327
16328 - type: "plot"
16329   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16330   algorithm: "plot_tsa_name"
16331   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16333   include:
16334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16336   layout:
16337     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16348   layout:
16349     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16357   include:
16358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16364   layout:
16365     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16366     layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16373   include:
16374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16380   layout:
16381     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16389   include:
16390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16396   layout:
16397     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16405   include:
16406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16412   layout:
16413     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16421   include:
16422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16425   layout:
16426     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16434   include:
16435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16438   layout:
16439     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16447   include:
16448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16453   layout:
16454     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 - type: "plot"
16458   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16459   algorithm: "plot_tsa_name"
16460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16462   include:
16463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16468   layout:
16469     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16470     layout: "plot-throughput-speedup-analysis"
16471
16472 - type: "plot"
16473   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16474   algorithm: "plot_tsa_name"
16475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16477   include:
16478     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16483   layout:
16484     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16492   include:
16493     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16498   layout:
16499     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 - type: "plot"
16503   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16504   algorithm: "plot_tsa_name"
16505   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16507   include:
16508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16514   layout:
16515     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16523   include:
16524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16530   layout:
16531     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16532     layout: "plot-throughput-speedup-analysis"
16533
16534 - type: "plot"
16535   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16536   algorithm: "plot_tsa_name"
16537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16539   include:
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16544   layout:
16545     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16553   include:
16554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16558   layout:
16559     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16560     layout: "plot-throughput-speedup-analysis"
16561
16562 - type: "plot"
16563   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16564   algorithm: "plot_tsa_name"
16565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16567   include:
16568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16572   layout:
16573     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16581   include:
16582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16586   layout:
16587     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16595   include:
16596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16601   layout:
16602     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16603     layout: "plot-throughput-speedup-analysis"
16604
16605 - type: "plot"
16606   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16607   algorithm: "plot_tsa_name"
16608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16610   include:
16611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16616   layout:
16617     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16618     layout: "plot-throughput-speedup-analysis"
16619
16620 - type: "plot"
16621   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16622   algorithm: "plot_tsa_name"
16623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16625   include:
16626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16630   layout:
16631     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16639   include:
16640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16644   layout:
16645     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 - type: "plot"
16649   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16650   algorithm: "plot_tsa_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16653   include:
16654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16657     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16658     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16659     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16660   layout:
16661     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16662     layout: "plot-throughput-speedup-analysis"
16663
16664 - type: "plot"
16665   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16666   algorithm: "plot_tsa_name"
16667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16669   include:
16670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16671     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16673     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16674     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16675     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16676   layout:
16677     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16678     layout: "plot-throughput-speedup-analysis"
16679
16680 - type: "plot"
16681   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16682   algorithm: "plot_tsa_name"
16683   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16685   include:
16686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16687     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16688     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16689     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16690   layout:
16691     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16692     layout: "plot-throughput-speedup-analysis"
16693
16694 - type: "plot"
16695   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16696   algorithm: "plot_tsa_name"
16697   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16699   include:
16700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16702     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16703     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16704   layout:
16705     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16706     layout: "plot-throughput-speedup-analysis"
16707
16708 - type: "plot"
16709   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16710   algorithm: "plot_tsa_name"
16711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16713   include:
16714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16718   layout:
16719     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16720     layout: "plot-throughput-speedup-analysis"
16721
16722 - type: "plot"
16723   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16724   algorithm: "plot_tsa_name"
16725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16727   include:
16728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16732   layout:
16733     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16734     layout: "plot-throughput-speedup-analysis"
16735
16736 - type: "plot"
16737   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16738   algorithm: "plot_tsa_name"
16739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16741   include:
16742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16746   layout:
16747     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16748     layout: "plot-throughput-speedup-analysis"
16749
16750 - type: "plot"
16751   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16752   algorithm: "plot_tsa_name"
16753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16755   include:
16756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16760   layout:
16761     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16762     layout: "plot-throughput-speedup-analysis"
16763
16764 - type: "plot"
16765   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16766   algorithm: "plot_tsa_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16769   include:
16770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16774   layout:
16775     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16776     layout: "plot-throughput-speedup-analysis"
16777
16778 - type: "plot"
16779   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16780   algorithm: "plot_tsa_name"
16781   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16783   include:
16784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16788   layout:
16789     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16790     layout: "plot-throughput-speedup-analysis"
16791
16792 - type: "plot"
16793   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16794   algorithm: "plot_tsa_name"
16795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16797   include:
16798     - "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"
16799     - "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"
16800     - "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"
16801     - "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"
16802   layout:
16803     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16804     layout: "plot-throughput-speedup-analysis"
16805
16806 - type: "plot"
16807   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16808   algorithm: "plot_tsa_name"
16809   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16811   include:
16812     - "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"
16813     - "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"
16814     - "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"
16815     - "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"
16816   layout:
16817     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16818     layout: "plot-throughput-speedup-analysis"
16819
16820 ################################################################################
16821
16822 # Packet Throughput - DPDK
16823
16824 # 2n-clx-xxv710
16825
16826 - type: "plot"
16827   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16828   algorithm: "plot_perf_box_name"
16829   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16830   data: "plot-dpdk-throughput-latency-2n-clx"
16831   include:
16832     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16833     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16834   layout:
16835     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16842   data: "plot-dpdk-throughput-latency-2n-clx"
16843   include:
16844     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16845     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16846   layout:
16847     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16848     layout: "plot-throughput"
16849
16850 - type: "plot"
16851   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16852   algorithm: "plot_perf_box_name"
16853   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16854   data: "plot-dpdk-throughput-latency-2n-clx"
16855   include:
16856     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16857     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16858   layout:
16859     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16866   data: "plot-dpdk-throughput-latency-2n-clx"
16867   include:
16868     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16869     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16870   layout:
16871     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16872     layout: "plot-throughput"
16873
16874 # 2n-clx-x710
16875
16876 - type: "plot"
16877   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16878   algorithm: "plot_perf_box_name"
16879   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16880   data: "plot-dpdk-throughput-latency-2n-clx"
16881   include:
16882     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16883     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16884   layout:
16885     title: "2n-clx-x710-64b-2t1c-base-ndr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16892   data: "plot-dpdk-throughput-latency-2n-clx"
16893   include:
16894     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16895     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16896   layout:
16897     title: "2n-clx-x710-64b-4t2c-base-ndr"
16898     layout: "plot-throughput"
16899
16900 - type: "plot"
16901   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16904   data: "plot-dpdk-throughput-latency-2n-clx"
16905   include:
16906     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16907     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16908   layout:
16909     title: "2n-clx-x710-64b-2t1c-base-pdr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16916   data: "plot-dpdk-throughput-latency-2n-clx"
16917   include:
16918     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16919     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16920   layout:
16921     title: "2n-clx-x710-64b-4t2c-base-pdr"
16922     layout: "plot-throughput"
16923
16924 ################################################################################
16925
16926 - type: "plot"
16927   title: "Latency by percentile: 2n-skx"
16928   algorithm: "plot_hdrh_lat_by_percentile"
16929   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16930   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16931   target-links: "../../_static/vpp"
16932   data: "plot-vpp-hdrh-lat-2n-skx"
16933   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16934   layout:
16935     layout: "plot-hdrh-latency-by-percentile"
16936
16937 - type: "plot"
16938   title: "Latency by percentile: 3n-skx"
16939   algorithm: "plot_hdrh_lat_by_percentile"
16940   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16941   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16942   target-links: "../../_static/vpp"
16943   data: "plot-vpp-hdrh-lat-3n-skx"
16944   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16945   layout:
16946     layout: "plot-hdrh-latency-by-percentile"
16947
16948 - type: "plot"
16949   title: "Latency by percentile: 2n-clx"
16950   algorithm: "plot_hdrh_lat_by_percentile"
16951   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16952   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16953   target-links: "../../_static/vpp"
16954   data: "plot-vpp-hdrh-lat-2n-clx"
16955   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16956   layout:
16957     layout: "plot-hdrh-latency-by-percentile"
16958
16959 - type: "plot"
16960   title: "Latency by percentile: 3n-hsw"
16961   algorithm: "plot_hdrh_lat_by_percentile"
16962   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16963   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16964   target-links: "../../_static/vpp"
16965   data: "plot-vpp-hdrh-lat-3n-hsw"
16966   filter: "'1T1C' and 'NIC_Intel-XL710'"
16967   layout:
16968     layout: "plot-hdrh-latency-by-percentile"
16969
16970 - type: "plot"
16971   title: "Latency by percentile: 3n-tsh"
16972   algorithm: "plot_hdrh_lat_by_percentile"
16973   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16974   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16975   target-links: "../../_static/vpp"
16976   data: "plot-vpp-hdrh-lat-3n-tsh"
16977   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16978   layout:
16979     layout: "plot-hdrh-latency-by-percentile"
16980
16981 - type: "plot"
16982   title: "Latency by percentile: DPDK 2n-clx"
16983   algorithm: "plot_hdrh_lat_by_percentile"
16984   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16985   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16986   target-links: "../../_static/dpdk"
16987   data: "plot-dpdk-hdrh-lat-2n-clx"
16988   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16989   layout:
16990     layout: "plot-hdrh-latency-by-percentile"
16991
16992 - type: "plot"
16993   title: "Latency by percentile: DPDK 3n-hsw"
16994   algorithm: "plot_hdrh_lat_by_percentile"
16995   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16996   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16997   target-links: "../../_static/dpdk"
16998   data: "plot-dpdk-hdrh-lat-3n-hsw"
16999   filter: "'1T1C' and 'NIC_Intel-XL710'"
17000   layout:
17001     layout: "plot-hdrh-latency-by-percentile"
17002
17003 - type: "plot"
17004   title: "Latency by percentile: DPDK 3n-tsh"
17005   algorithm: "plot_hdrh_lat_by_percentile"
17006   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
17007   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
17008   target-links: "../../_static/dpdk"
17009   data: "plot-dpdk-hdrh-lat-3n-tsh"
17010   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17011   layout:
17012     layout: "plot-hdrh-latency-by-percentile"