Report: Add latency for 2n-skx
[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
274     plot-vpp-hdrh-lat-3n-skx:
275       csit-vpp-perf-verify-2001-3n-skx:
276         - 46  # NDRPDR sel
277
278     plot-vpp-nfv-3n-skx-ndrpdr:
279       # TODO: Add data
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 46  # NDRPDR sel
282
283     plot-vpp-nfv-3n-skx-mrr:
284       # TODO: Replace
285       # csit-vpp-perf-verify-2001-3n-skx:
286       csit-vpp-perf-verify-1908-3n-skx:
287         - 36  # MRR sel
288
289     plot-dpdk-throughput-latency-3n-skx:
290       csit-dpdk-perf-verify-2001-3n-skx:
291         - 1   # NDRPDR sel
292         - 2   # NDRPDR sel
293         - 3   # NDRPDR sel
294         - 4   # NDRPDR sel
295         - 5   # NDRPDR sel
296         - 6   # NDRPDR sel
297         - 7   # NDRPDR sel
298         - 8   # NDRPDR sel
299         - 9   # NDRPDR sel
300         - 10  # NDRPDR sel
301
302     plot-dpdk-hdrh-lat-3n-skx:
303       csit-dpdk-perf-verify-2001-3n-skx:
304         - 1   # NDRPDR sel
305         - 19  # NDRPDR sel
306
307     # 2n-skx
308
309     plot-vpp-throughput-lat-tsa-2n-skx:
310       # TODO: Add the data
311       csit-vpp-perf-verify-2001-2n-skx:
312         - 92  # NDRPDR sel
313         - 93  # NDRPDR sel
314         - 94  # NDRPDR sel
315
316     plot-vpp-hdrh-lat-2n-skx:
317       csit-vpp-perf-verify-2001-2n-skx:
318         - 92  # NDRPDR sel
319
320     plot-vpp-http-server-performance:
321       csit-vpp-perf-verify-2001-2n-clx:
322         - 80  # TCP
323         - 82  # TCP
324         - 83  # TCP
325         - 85  # TCP
326         - 86  # TCP
327         - 87  # TCP
328         - 88  # TCP
329         - 89  # TCP
330         - 90  # TCP
331         - 91  # TCP
332
333     plot-vpp-soak-2n-skx:
334       # TODO: Replace the data
335       # csit-vpp-perf-verify-2001-2n-skx:
336       csit-vpp-perf-verify-1908-2n-skx:
337         - 83  # SOAK
338         - 86  # SOAK
339
340     plot-vpp-nfv-2n-skx-ndrpdr:
341       # TODO: Replace the data
342       csit-vpp-perf-verify-2001-2n-skx:
343         - 30  # NFV
344         - 31  # NFV
345
346     plot-vpp-nfv-2n-skx-mrr:
347       # TODO: Replace the data
348       # csit-vpp-perf-verify-2001-2n-skx:
349       csit-vpp-perf-verify-1908-2n-skx:
350         - 71  # NFV MRR
351
352     plot-vpp-nfv-reconf-2n-skx:
353       # TODO: Replace the data
354       # csit-vpp-perf-verify-2001-2n-skx:
355       csit-vpp-perf-verify-1908-2n-skx:
356         - 113 # NFV reconf sel
357         - 114 # NFV reconf sel
358         - 115 # NFV reconf sel
359
360     plot-dpdk-throughput-latency-2n-skx:
361       csit-dpdk-perf-verify-2001-2n-skx:
362         - 1   # NDRPDR sel
363         - 2   # NDRPDR sel
364         - 3   # NDRPDR sel
365         - 4   # NDRPDR sel
366         - 5   # NDRPDR sel
367         - 6   # NDRPDR sel
368         - 7   # NDRPDR sel
369         - 8   # NDRPDR sel
370         - 9   # NDRPDR sel
371         - 10  # NDRPDR sel
372         - 11  # NDRPDR sel
373         - 13  # NDRPDR sel
374         - 26  # NDRPDR sel
375         - 16  # NDRPDR sel
376         - 17  # NDRPDR sel
377         - 18  # NDRPDR sel
378         - 19  # NDRPDR sel
379         - 27  # NDRPDR sel
380         - 21  # NDRPDR sel
381         - 25  # NDRPDR sel
382
383     plot-dpdk-hdrh-lat-2n-skx:
384       csit-dpdk-perf-verify-2001-2n-skx:
385         - 1   # NDRPDR sel
386         - 19  # NDRPDR sel
387
388     # 2n-clx
389
390     plot-vpp-throughput-lat-tsa-2n-clx:
391       csit-vpp-perf-verify-2001-2n-clx:
392         - 28  # NDRPDR sel
393         - 29  # NDRPDR sel
394         - 32  # NDRPDR sel
395         - 40  # NDRPDR sel
396         - 43  # NDRPDR sel
397         - 44  # NDRPDR sel
398         - 45  # NDRPDR sel
399         - 47  # NDRPDR sel
400         - 48  # NDRPDR sel
401         - 49  # NDRPDR sel
402
403     plot-vpp-hdrh-lat-2n-clx:
404       csit-vpp-perf-verify-2001-2n-clx:
405         - 28  # NDRPDR sel
406
407     plot-vpp-nfv-2n-clx-ndrpdr:
408       csit-vpp-perf-verify-2001-2n-clx:
409         - 28  # NDRPDR sel
410         - 29  # NDRPDR sel
411         - 32  # NDRPDR sel
412         - 40  # NDRPDR sel
413         - 43  # NDRPDR sel
414         - 44  # NDRPDR sel
415         - 45  # NDRPDR sel
416         - 47  # NDRPDR sel
417         - 48  # NDRPDR sel
418         - 49  # NDRPDR sel
419
420     plot-vpp-nfv-2n-clx-mrr:
421       csit-vpp-perf-verify-2001-2n-clx:
422         - 39  # MRR
423
424     plot-vpp-nfv-reconf-2n-clx:
425       csit-vpp-perf-verify-2001-2n-clx:
426         - 68  # Reconf
427         - 69  # Reconf
428         - 70  # Reconf
429         - 71  # Reconf
430         - 72  # Reconf
431         - 73  # Reconf
432         - 74  # Reconf
433         - 75  # Reconf
434         - 76  # Reconf
435         - 77  # Reconf
436
437     plot-vpp-soak-2n-clx:
438       csit-vpp-perf-verify-2001-2n-clx:
439         - 93  # Soak
440         - 94  # Soak
441
442     plot-dpdk-throughput-latency-2n-clx:
443       csit-dpdk-perf-verify-2001-2n-clx:
444         - 15  # NDRPDR sel
445         - 16  # NDRPDR sel
446         - 17  # NDRPDR sel
447         - 18  # NDRPDR sel
448         - 19  # NDRPDR sel
449         - 20  # NDRPDR sel
450         - 21  # NDRPDR sel
451         - 22  # NDRPDR sel
452         - 23  # NDRPDR sel
453         - 24  # NDRPDR sel
454         - 25  # NDRPDR sel
455         - 26  # NDRPDR sel
456         - 27  # NDRPDR sel
457         - 28  # NDRPDR sel
458         - 29  # NDRPDR sel
459         - 30  # NDRPDR sel
460         - 31  # NDRPDR sel
461         - 32  # NDRPDR sel
462         - 33  # NDRPDR sel
463         - 34  # NDRPDR sel
464
465
466     plot-dpdk-hdrh-lat-2n-clx:
467       csit-dpdk-perf-verify-2001-2n-clx:
468         - 15  # NDRPDR sel
469
470     # 3n-tsh
471
472     plot-vpp-throughput-lat-tsa-3n-tsh:
473       csit-vpp-perf-verify-2001-3n-tsh:
474         - 3   # NDRPDR sel
475         - 4   # NDRPDR sel
476         - 7   # NDRPDR sel
477         - 8   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 12  # NDRPDR sel
480         - 13  # NDRPDR sel
481         - 14  # NDRPDR sel
482         - 15  # NDRPDR sel
483         - 21  # NDRPDR sel
484
485     plot-vpp-hdrh-lat-3n-tsh:
486       csit-vpp-perf-verify-2001-3n-tsh:
487         - 10  # NDRPDR sel
488
489     plot-dpdk-throughput-latency-3n-tsh:
490       csit-dpdk-perf-verify-2001-3n-tsh:
491         - 3   # NDRPDR sel
492         - 4   # NDRPDR sel
493         - 5   # NDRPDR sel
494         - 9   # NDRPDR sel
495         - 10  # NDRPDR sel
496         - 11  # NDRPDR sel
497         - 12  # NDRPDR sel
498         - 14  # NDRPDR sel
499         - 15  # NDRPDR sel
500         - 18  # NDRPDR sel
501
502     plot-dpdk-hdrh-lat-3n-tsh:
503       csit-dpdk-perf-verify-2001-3n-tsh:
504         - 3   # NDRPDR sel
505
506     # 3n-dnv
507
508     plot-vpp-throughput-lat-tsa-3n-dnv:
509       csit-vpp-perf-verify-2001-3n-dnv:
510         - 5   # NDRPDR sel
511         - 6   # NDRPDR sel
512         - 7   # NDRPDR sel
513         - 8   # NDRPDR sel
514         - 9   # NDRPDR sel
515         - 10  # NDRPDR sel
516         - 12  # NDRPDR sel
517         - 16  # NDRPDR sel
518         - 17  # NDRPDR sel
519         - 18  # NDRPDR sel
520
521     plot-dpdk-throughput-latency-3n-dnv:
522       csit-dpdk-perf-verify-2001-3n-dnv:
523         - 12  # NDRPDR sel
524         - 13  # NDRPDR sel
525         - 14  # NDRPDR sel
526         - 15  # NDRPDR sel
527         - 16  # NDRPDR sel
528         - 17  # NDRPDR sel
529         - 18  # NDRPDR sel
530         - 19  # NDRPDR sel
531         - 20  # NDRPDR sel
532         - 22  # NDRPDR sel
533
534     # 2n-dnv
535
536     plot-vpp-throughput-lat-tsa-2n-dnv:
537       csit-vpp-perf-verify-2001-2n-dnv:
538         - 4   # NDRPDR sel
539         - 5   # NDRPDR sel
540         - 6   # NDRPDR sel
541         - 7   # NDRPDR sel
542         - 8   # NDRPDR sel
543         - 9   # NDRPDR sel
544         - 10  # NDRPDR sel
545         - 11  # NDRPDR sel
546         - 13  # NDRPDR sel
547         - 16  # NDRPDR sel
548
549     plot-dpdk-throughput-latency-2n-dnv:
550       csit-dpdk-perf-verify-2001-2n-dnv:
551         - 9   # NDRPDR sel
552         - 10  # NDRPDR sel
553         - 11  # NDRPDR sel
554         - 12  # NDRPDR sel
555         - 13  # NDRPDR sel
556         - 14  # NDRPDR sel
557         - 15  # NDRPDR sel
558         - 16  # NDRPDR sel
559         - 17  # NDRPDR sel
560         - 18  # NDRPDR sel
561
562     ###########################################################################
563     # Simple tables (only one data set):
564
565     # NIC Comparisons
566
567     vpp-nic-comparison-3n-skx:
568       # TODO: Add the data
569       csit-vpp-perf-verify-2001-3n-skx:
570         - 46  # NDRPDR sel
571
572     vpp-nic-comparison-2n-skx:
573       # TODO: Add the data
574       csit-vpp-perf-verify-2001-2n-skx:
575         - 92  # NDRPDR sel
576         - 93  # NDRPDR sel
577         - 94  # NDRPDR sel
578
579     vpp-nic-comparison-3n-skx-mrr:
580       # TODO: Replace
581       # csit-vpp-perf-verify-2001-3n-skx:
582       csit-vpp-perf-verify-1908-3n-skx:
583         - 36  # MRR sel
584
585     vpp-nic-comparison-2n-skx-mrr:
586       # TODO: Replace
587       # csit-vpp-perf-verify-2001-2n-skx:
588       csit-vpp-perf-verify-1908-2n-skx:
589         - 69  # MRR sel
590
591     # Results
592
593     vpp-perf-results-3n-hsw:
594       csit-vpp-perf-verify-2001-3n-hsw:
595         - 18  # NDRPDR full
596         - 20  # NDRPDR full
597         - 28  # NDRPDR full
598         - 35  # NDRPDR full
599         - 42  # NDRPDR full
600         - 46  # NDRPDR full
601         - 47  # NDRPDR full
602         - 48  # NDRPDR full
603         - 49  # NDRPDR full
604         - 50  # NDRPDR full
605         - 51  # NDRPDR full
606         - 52  # NDRPDR full
607         - 53  # NDRPDR full
608         - 54  # NDRPDR full
609         - 55  # NDRPDR full
610         - 56  # NDRPDR full
611         - 57  # NDRPDR full
612         - 58  # NDRPDR full
613         - 59  # NDRPDR full
614         - 61  # NDRPDR full
615         - 62  # NDRPDR full
616         - 63  # NDRPDR full
617         - 64  # NDRPDR full
618         - 65  # NDRPDR full
619         - 67  # NDRPDR full
620         - 70  # NDRPDR full
621         - 72  # NDRPDR full
622         - 73  # NDRPDR full
623         - 76  # NDRPDR full
624         - 77  # NDRPDR full
625         - 78  # NDRPDR full
626         - 79  # NDRPDR full
627         - 81  # NDRPDR full
628         - 82  # NDRPDR full
629         - 84  # NDRPDR full
630         - 85  # NDRPDR full
631
632     vpp-perf-results-3n-skx:
633       # TODO: Replace
634       csit-vpp-perf-verify-2001-3n-skx:
635         - 14  # NDRPDR sel
636
637     vpp-perf-results-2n-skx:
638       csit-vpp-perf-verify-2001-2n-skx:
639         # TODO: Replace
640         - 92  # NDRPDR sel
641
642     vpp-perf-results-2n-clx:
643       csit-vpp-perf-verify-2001-2n-clx:
644         - 53  # NDRPDR full
645         - 54  # NDRPDR full
646         - 55  # NDRPDR full
647         - 56  # NDRPDR full
648         - 57  # NDRPDR full
649         - 58  # NDRPDR full
650         - 59  # NDRPDR full
651         - 60  # NDRPDR full
652         - 61  # NDRPDR full
653         - 62  # NDRPDR full
654         - 63  # NDRPDR full
655         - 64  # NDRPDR full
656         - 65  # NDRPDR full
657         - 66  # NDRPDR full
658         - 67  # NDRPDR full
659
660     vpp-perf-results-3n-tsh:
661       csit-vpp-perf-verify-2001-3n-tsh:
662         - 10  # NDRPDR sel
663
664     vpp-perf-results-3n-dnv:
665       csit-vpp-perf-verify-2001-3n-dnv:
666         - 19  # NDRPDR full
667         - 20  # NDRPDR full
668         - 21  # NDRPDR full
669         - 22  # NDRPDR full
670         - 23  # NDRPDR full
671         - 24  # NDRPDR full
672         - 25  # NDRPDR full
673         - 26  # NDRPDR full
674         - 37  # NDRPDR full
675         - 38  # NDRPDR full
676         - 39  # NDRPDR full
677
678     vpp-perf-results-2n-dnv:
679       csit-vpp-perf-verify-2001-2n-dnv:
680         - 21  # NDRPDR full
681         - 22  # NDRPDR full
682         - 25  # NDRPDR full
683         - 26  # NDRPDR full
684         - 27  # NDRPDR full
685         - 28  # NDRPDR full
686
687     vpp-mrr-results-3n-hsw:
688       csit-vpp-perf-verify-2001-3n-hsw:
689         - 17  # MRR sel
690
691     vpp-mrr-results-3n-skx:
692       # TODO: Replace
693       # csit-vpp-perf-verify-2001-3n-skx:
694       csit-vpp-perf-verify-1908-3n-skx:
695         - 36  # MRR sel
696
697     vpp-mrr-results-2n-skx:
698       # TODO: Replace
699       # csit-vpp-perf-verify-2001-2n-skx:
700       csit-vpp-perf-verify-1908-2n-skx:
701         - 69  # MRR sel
702
703     vpp-mrr-results-2n-clx:
704       csit-vpp-perf-verify-2001-2n-clx:
705         - 39  # MRR
706
707     vpp-mrr-results-3n-tsh:
708       csit-vpp-perf-verify-2001-3n-tsh:
709         - 9   # MRR sel
710
711     vpp-mrr-results-3n-dnv:
712       csit-vpp-perf-verify-2001-3n-dnv:
713         - 11  # MRR sel
714
715     vpp-mrr-results-2n-dnv:
716       csit-vpp-perf-verify-2001-2n-dnv:
717         - 12  # MRR sel
718
719     vpp-device-results-ubuntu:
720       csit-vpp-device-2001-ubuntu1804-1n-skx:
721         - 57
722
723     dpdk-perf-results-3n-hsw:
724       csit-dpdk-perf-verify-2001-3n-hsw:
725         - 25  # NDRPDR full
726         - 26  # NDRPDR full
727
728     dpdk-perf-results-3n-skx:
729       csit-dpdk-perf-verify-2001-3n-skx:
730         - 1   # NDRPDR sel
731
732     dpdk-perf-results-2n-skx:
733       csit-dpdk-perf-verify-2001-2n-skx:
734         - 1   # NDRPDR sel
735
736     dpdk-perf-results-2n-clx:
737       csit-dpdk-perf-verify-2001-2n-clx:
738         - 15  # NDRPDR sel
739         - 34  # NDRPDR sel
740
741     dpdk-perf-results-2n-dnv:
742       csit-dpdk-perf-verify-2001-2n-dnv:
743         - 16  # NDRPDR sel
744
745     dpdk-perf-results-3n-dnv:
746       csit-dpdk-perf-verify-2001-3n-dnv:
747         - 12  # NDRPDR sel
748
749     dpdk-perf-results-3n-tsh:
750       csit-dpdk-perf-verify-2001-3n-tsh:
751         - 3   # NDRPDR sel
752
753 ###########################################################################
754     # Tables (more than one data set)
755
756     # Performance changes
757
758     vpp-performance-changes-3n-hsw-h1:
759       csit-vpp-perf-verify-1904-3n-hsw:
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 20  # NDRPDR sel
763         - 21  # NDRPDR sel
764         - 23  # NDRPDR sel
765         - 24  # NDRPDR sel
766         - 25  # NDRPDR sel
767         - 26  # NDRPDR sel
768         - 29  # NDRPDR sel
769         - 30  # NDRPDR sel
770     vpp-performance-changes-3n-hsw-ref:
771       csit-vpp-perf-verify-1908-3n-hsw:
772         - 12  # NDRPDR sel
773         - 13  # NDRPDR sel
774         - 14  # NDRPDR sel
775         - 15  # NDRPDR sel
776         - 16  # NDRPDR sel
777         - 17  # NDRPDR sel
778         - 18  # NDRPDR sel
779         - 19  # NDRPDR sel
780         - 20  # NDRPDR sel
781         - 21  # NDRPDR sel
782     vpp-performance-changes-3n-hsw-cmp:
783       csit-vpp-perf-verify-2001-3n-hsw:
784         - 21  # NDRPDR sel
785         - 22  # NDRPDR sel
786         - 23  # NDRPDR sel
787         - 24  # NDRPDR sel
788         - 25  # NDRPDR sel
789         - 29  # NDRPDR sel
790         - 30  # NDRPDR sel
791         - 31  # NDRPDR sel
792         - 32  # NDRPDR sel
793         - 34  # NDRPDR sel
794     vpp-performance-changes-3n-hsw:
795       - "vpp-performance-changes-3n-hsw-h1"
796       - "vpp-performance-changes-3n-hsw-ref"
797       - "vpp-performance-changes-3n-hsw-cmp"
798
799     vpp-performance-changes-3n-skx-h1:
800       csit-vpp-perf-verify-1904-3n-skx:
801         - 8   # NDRPDR sel
802         - 9   # NDRPDR sel
803         - 10  # NDRPDR sel
804         - 11  # NDRPDR sel
805         - 12  # NDRPDR sel
806         - 14  # NDRPDR sel
807         - 16  # NDRPDR sel
808         - 21  # NDRPDR sel
809         - 23  # NDRPDR sel
810         - 25  # NDRPDR sel
811     vpp-performance-changes-3n-skx-ref:
812       csit-vpp-perf-verify-1908-3n-skx:
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 19  # NDRPDR sel
816         - 20  # NDRPDR sel
817         - 22  # NDRPDR sel
818         - 23  # NDRPDR sel
819         - 24  # NDRPDR sel
820         - 25  # NDRPDR sel
821         - 26  # NDRPDR sel
822         - 29  # NDRPDR sel
823     vpp-performance-changes-3n-skx-cmp:
824       # TODO: Add the data
825       csit-vpp-perf-verify-2001-3n-skx:
826         - 46  # NDRPDR sel
827     vpp-performance-changes-3n-skx:
828       - "vpp-performance-changes-3n-skx-h1"
829       - "vpp-performance-changes-3n-skx-ref"
830       - "vpp-performance-changes-3n-skx-cmp"
831
832     vpp-performance-changes-2n-skx-h1:
833       csit-vpp-perf-verify-1904-2n-skx:
834         - 12  # NDRPDR sel
835         - 14  # NDRPDR sel
836         - 16  # NDRPDR sel
837         - 17  # NDRPDR sel
838         - 18  # NDRPDR sel
839         - 21  # NDRPDR sel
840         - 27  # NDRPDR sel
841         - 30  # NDRPDR sel
842         - 31  # NDRPDR sel
843         - 32  # NDRPDR sel
844     vpp-performance-changes-2n-skx-ref:
845       csit-vpp-perf-verify-1908-2n-skx:
846         - 26  # NDRPDR sel
847         - 27  # NDRPDR sel
848         - 34  # NDRPDR sel
849         - 35  # NDRPDR sel
850         - 36  # NDRPDR sel
851         - 42  # NDRPDR sel
852         - 43  # NDRPDR sel
853         - 44  # NDRPDR sel
854         - 45  # NDRPDR sel
855         - 46  # NDRPDR sel
856     vpp-performance-changes-2n-skx-cmp:
857       # TODO: Add the data
858       csit-vpp-perf-verify-2001-2n-skx:
859         - 92  # NDRPDR sel
860         - 93  # NDRPDR sel
861         - 94  # NDRPDR sel
862     vpp-performance-changes-2n-skx:
863       - "vpp-performance-changes-2n-skx-h1"
864       - "vpp-performance-changes-2n-skx-ref"
865       - "vpp-performance-changes-2n-skx-cmp"
866
867     vpp-performance-changes-nfv-2n-skx-ref:
868       csit-vpp-perf-verify-1908-2n-skx:
869         - 22  # NFV
870         - 31  # NFV
871         - 32  # NFV
872     vpp-performance-changes-nfv-2n-skx-cmp:
873       # TODO: Add the data
874       csit-vpp-perf-verify-2001-2n-skx:
875         - 30  # NFV
876         - 31  # NFV
877     vpp-performance-changes-nfv-2n-skx:
878       - "vpp-performance-changes-nfv-2n-skx-ref"
879       - "vpp-performance-changes-nfv-2n-skx-cmp"
880
881     vpp-performance-changes-2n-dnv-ref:
882       csit-vpp-perf-verify-1908-2n-dnv:
883         - 1   # NDRPDR sel
884         - 2   # NDRPDR sel
885         - 3   # NDRPDR sel
886         - 4   # NDRPDR sel
887         - 5   # NDRPDR sel
888         - 6   # NDRPDR sel
889         - 7   # NDRPDR sel
890         - 8   # NDRPDR sel
891         - 9   # NDRPDR sel
892         - 10  # NDRPDR sel
893     vpp-performance-changes-2n-dnv-cmp:
894       csit-vpp-perf-verify-2001-2n-dnv:
895         - 4   # NDRPDR sel
896         - 5   # NDRPDR sel
897         - 6   # NDRPDR sel
898         - 7   # NDRPDR sel
899         - 8   # NDRPDR sel
900         - 9   # NDRPDR sel
901         - 10  # NDRPDR sel
902         - 11  # NDRPDR sel
903         - 13  # NDRPDR sel
904         - 16  # NDRPDR sel
905     vpp-performance-changes-2n-dnv:
906       - "vpp-performance-changes-2n-dnv-ref"
907       - "vpp-performance-changes-2n-dnv-cmp"
908
909     vpp-performance-changes-3n-dnv-ref:
910       csit-vpp-perf-verify-1908-3n-dnv:
911         - 6   # NDRPDR sel
912         - 7   # NDRPDR sel
913         - 8   # NDRPDR sel
914         - 9   # NDRPDR sel
915         - 10  # NDRPDR sel
916         - 12  # NDRPDR sel
917         - 13  # NDRPDR sel
918         - 14  # NDRPDR sel
919         - 15  # NDRPDR sel
920         - 16  # NDRPDR sel
921     vpp-performance-changes-3n-dnv-cmp:
922       csit-vpp-perf-verify-2001-3n-dnv:
923         - 5   # NDRPDR sel
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         - 16  # NDRPDR sel
931         - 17  # NDRPDR sel
932         - 18  # NDRPDR sel
933     vpp-performance-changes-3n-dnv:
934       - "vpp-performance-changes-3n-dnv-ref"
935       - "vpp-performance-changes-3n-dnv-cmp"
936
937     vpp-performance-changes-3n-tsh-ref:
938       csit-vpp-perf-verify-1908-3n-tsh:
939         - 7   # NDRPDR sel
940         - 8   # NDRPDR sel
941         - 9   # NDRPDR sel
942         - 10  # NDRPDR sel
943         - 11  # NDRPDR sel
944         - 12  # NDRPDR sel
945         - 13  # NDRPDR sel
946         - 14  # NDRPDR sel
947         - 15  # NDRPDR sel
948         - 16  # NDRPDR sel
949     vpp-performance-changes-3n-tsh-cmp:
950       csit-vpp-perf-verify-2001-3n-tsh:
951         - 3   # NDRPDR sel
952         - 4   # NDRPDR sel
953         - 7   # NDRPDR sel
954         - 8   # NDRPDR sel
955         - 10  # NDRPDR sel
956         - 12  # NDRPDR sel
957         - 13  # NDRPDR sel
958         - 14  # NDRPDR sel
959         - 15  # NDRPDR sel
960         - 21  # NDRPDR sel
961     vpp-performance-changes-3n-tsh:
962       - "vpp-performance-changes-3n-tsh-ref"
963       - "vpp-performance-changes-3n-tsh-cmp"
964
965     vpp-soak-vs-ndr-2n-skx-ref:
966       csit-vpp-perf-verify-2001-2n-skx:
967         - 92  # NDRPDR sel
968         - 93  # NDRPDR sel
969         - 94  # NDRPDR sel
970     vpp-soak-vs-ndr-2n-skx-cmp:
971       # TODO: Replace
972       # csit-vpp-perf-verify-2001-2n-skx:
973       csit-vpp-perf-verify-1908-2n-skx:
974         - 83  # SOAK
975         - 86  # SOAK
976     vpp-soak-vs-ndr-2n-skx:
977       csit-vpp-perf-verify-2001-2n-skx:
978         - 92  # NDRPDR sel
979         - 93  # NDRPDR sel
980         - 94  # NDRPDR sel
981         - 83  # SOAK
982         - 86  # SOAK
983
984     vpp-soak-vs-ndr-2n-clx-ref:
985       csit-vpp-perf-verify-2001-2n-clx:
986         - 28  # NDRPDR sel
987         - 29  # NDRPDR sel
988         - 32  # NDRPDR sel
989         - 40  # NDRPDR sel
990         - 43  # NDRPDR sel
991         - 44  # NDRPDR sel
992         - 45  # NDRPDR sel
993         - 47  # NDRPDR sel
994         - 48  # NDRPDR sel
995         - 49  # NDRPDR sel
996     vpp-soak-vs-ndr-2n-clx-cmp:
997       csit-vpp-perf-verify-2001-2n-clx:
998         - 93  # SOAK
999         - 94  # Soak
1000     vpp-soak-vs-ndr-2n-clx:
1001       csit-vpp-perf-verify-2001-2n-clx:
1002         - 28  # NDRPDR sel
1003         - 29  # NDRPDR sel
1004         - 32  # NDRPDR sel
1005         - 40  # NDRPDR sel
1006         - 43  # NDRPDR sel
1007         - 44  # NDRPDR sel
1008         - 45  # NDRPDR sel
1009         - 47  # NDRPDR sel
1010         - 48  # NDRPDR sel
1011         - 49  # NDRPDR sel
1012         - 93  # SOAK
1013         - 94  # Soak
1014
1015     vpp-performance-changes-3n-hsw-mrr-h1:
1016       csit-vpp-perf-verify-1904-3n-hsw:
1017         - 9   # MRR sel
1018     vpp-performance-changes-3n-hsw-mrr-ref:
1019       csit-vpp-perf-verify-1908-3n-hsw:
1020         - 39  # MRR sel
1021     vpp-performance-changes-3n-hsw-mrr-cmp:
1022       csit-vpp-perf-verify-2001-3n-hsw:
1023         - 17  # MRR sel
1024     vpp-performance-changes-3n-hsw-mrr:
1025       - "vpp-performance-changes-3n-hsw-mrr-h1"
1026       - "vpp-performance-changes-3n-hsw-mrr-ref"
1027       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1028
1029     vpp-performance-changes-3n-skx-mrr-h1:
1030       csit-vpp-perf-verify-1904-3n-skx:
1031         - 7   # MRR sel
1032     vpp-performance-changes-3n-skx-mrr-ref:
1033       csit-vpp-perf-verify-1908-3n-skx:
1034         - 36  # MRR sel
1035     vpp-performance-changes-3n-skx-mrr-cmp:
1036       # TODO: Replace
1037       # csit-vpp-perf-verify-2001-3n-skx:
1038       csit-vpp-perf-verify-1908-3n-skx:
1039         - 36  # MRR sel
1040     vpp-performance-changes-3n-skx-mrr:
1041       - "vpp-performance-changes-3n-skx-mrr-h1"
1042       - "vpp-performance-changes-3n-skx-mrr-ref"
1043       - "vpp-performance-changes-3n-skx-mrr-cmp"
1044
1045     vpp-performance-changes-2n-skx-mrr-h1:
1046       csit-vpp-perf-verify-1904-2n-skx:
1047         - 11  # MRR sel
1048     vpp-performance-changes-2n-skx-mrr-ref:
1049       csit-vpp-perf-verify-1908-2n-skx:
1050         - 69  # MRR sel
1051     vpp-performance-changes-2n-skx-mrr-cmp:
1052       # TODO: Replace
1053       # csit-vpp-perf-verify-2001-2n-skx:
1054       csit-vpp-perf-verify-1908-2n-skx:
1055         - 69  # MRR sel
1056     vpp-performance-changes-2n-skx-mrr:
1057       - "vpp-performance-changes-2n-skx-mrr-h1"
1058       - "vpp-performance-changes-2n-skx-mrr-ref"
1059       - "vpp-performance-changes-2n-skx-mrr-cmp"
1060
1061     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1062       csit-vpp-perf-verify-1908-2n-skx:
1063         - 71  # NFV MRR
1064     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1065       # TODO: Replace
1066       # csit-vpp-perf-verify-2001-2n-skx:
1067       csit-vpp-perf-verify-1908-2n-skx:
1068         - 71  # NFV MRR
1069     vpp-performance-changes-nfv-2n-skx-mrr:
1070       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1071       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1072
1073     vpp-performance-changes-2n-dnv-mrr-ref:
1074       csit-vpp-perf-verify-1908-2n-dnv:
1075         - 11  # MRR sel
1076     vpp-performance-changes-2n-dnv-mrr-cmp:
1077       csit-vpp-perf-verify-2001-2n-dnv:
1078         - 12  # MRR sel
1079     vpp-performance-changes-2n-dnv-mrr:
1080       - "vpp-performance-changes-2n-dnv-mrr-ref"
1081       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1082
1083     vpp-performance-changes-3n-dnv-mrr-ref:
1084       csit-vpp-perf-verify-1908-3n-dnv:
1085         - 17  # MRR sel
1086     vpp-performance-changes-3n-dnv-mrr-cmp:
1087       csit-vpp-perf-verify-2001-3n-dnv:
1088         - 11  # MRR sel
1089     vpp-performance-changes-3n-dnv-mrr:
1090       - "vpp-performance-changes-3n-dnv-mrr-ref"
1091       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1092
1093     vpp-performance-changes-3n-tsh-mrr-ref:
1094       csit-vpp-perf-verify-1908-3n-tsh:
1095         - 17  # MRR sel
1096     vpp-performance-changes-3n-tsh-mrr-cmp:
1097       csit-vpp-perf-verify-2001-3n-tsh:
1098         - 9   # MRR sel
1099     vpp-performance-changes-3n-tsh-mrr:
1100       - "vpp-performance-changes-3n-tsh-mrr-ref"
1101       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1102
1103     dpdk-performance-changes-3n-hsw-h1:
1104       csit-dpdk-perf-verify-1904-3n-hsw:
1105         - 2   # NDRPDR sel
1106         - 3   # NDRPDR sel
1107         - 5   # NDRPDR sel
1108         - 6   # NDRPDR sel
1109         - 13  # NDRPDR sel
1110         - 14  # NDRPDR sel
1111         - 15  # NDRPDR sel
1112         - 18  # NDRPDR sel
1113         - 19  # NDRPDR sel
1114         - 20  # NDRPDR sel
1115     dpdk-performance-changes-3n-hsw-ref:
1116       csit-dpdk-perf-verify-1908-3n-hsw:
1117         - 2   # NDRPDR sel
1118         - 3   # NDRPDR sel
1119         - 4   # NDRPDR sel
1120         - 5   # NDRPDR sel
1121         - 6   # NDRPDR sel
1122         - 7   # NDRPDR sel
1123         - 8   # NDRPDR sel
1124         - 9   # NDRPDR sel
1125         - 10  # NDRPDR sel
1126         - 11  # NDRPDR sel
1127     dpdk-performance-changes-3n-hsw-cmp:
1128       csit-dpdk-perf-verify-2001-3n-hsw:
1129 #        - 4   # NDRPDR sel
1130 #        - 5   # NDRPDR sel
1131 #        - 6   # NDRPDR sel
1132 #        - 7   # NDRPDR sel
1133 #        - 8   # NDRPDR sel
1134 #        - 9   # NDRPDR sel
1135 #        - 10  # NDRPDR sel
1136 #        - 11  # NDRPDR sel
1137 #        - 12  # NDRPDR sel
1138 #        - 13  # NDRPDR sel
1139         - 15  # NDRPDR sel
1140         - 16  # NDRPDR sel
1141         - 17  # NDRPDR sel
1142         - 18  # NDRPDR sel
1143         - 19  # NDRPDR sel
1144         - 20  # NDRPDR sel
1145         - 21  # NDRPDR sel
1146         - 22  # NDRPDR sel
1147         - 23  # NDRPDR sel
1148         - 24  # NDRPDR sel
1149     dpdk-performance-changes-3n-hsw:
1150       - "dpdk-performance-changes-3n-hsw-h1"
1151       - "dpdk-performance-changes-3n-hsw-ref"
1152       - "dpdk-performance-changes-3n-hsw-cmp"
1153
1154     dpdk-performance-changes-3n-skx-h1:
1155       csit-dpdk-perf-verify-1904-3n-skx:
1156         - 2   # NDRPDR sel
1157         - 3   # NDRPDR sel
1158         - 4   # NDRPDR sel
1159         - 5   # NDRPDR sel
1160         - 6   # NDRPDR sel
1161         - 7   # NDRPDR sel
1162         - 11  # NDRPDR sel
1163         - 12  # NDRPDR sel
1164         - 13  # NDRPDR sel
1165         - 14  # NDRPDR sel
1166     dpdk-performance-changes-3n-skx-ref:
1167       csit-dpdk-perf-verify-1908-3n-skx:
1168         - 3   # NDRPDR sel
1169         - 4   # NDRPDR sel
1170         - 5   # NDRPDR sel
1171         - 6   # NDRPDR sel
1172         - 7   # NDRPDR sel
1173         - 8   # NDRPDR sel
1174         - 9   # NDRPDR sel
1175         - 10  # NDRPDR sel
1176         - 11  # NDRPDR sel
1177         - 12  # NDRPDR sel
1178     dpdk-performance-changes-3n-skx-cmp:
1179       csit-dpdk-perf-verify-2001-3n-skx:
1180         - 1   # NDRPDR sel
1181         - 2   # NDRPDR sel
1182         - 3   # NDRPDR sel
1183         - 4   # NDRPDR sel
1184         - 5   # NDRPDR sel
1185         - 6   # NDRPDR sel
1186         - 7   # NDRPDR sel
1187         - 8   # NDRPDR sel
1188         - 9   # NDRPDR sel
1189         - 10  # NDRPDR sel
1190     dpdk-performance-changes-3n-skx:
1191       - "dpdk-performance-changes-3n-skx-h1"
1192       - "dpdk-performance-changes-3n-skx-ref"
1193       - "dpdk-performance-changes-3n-skx-cmp"
1194
1195     dpdk-performance-changes-2n-skx-h1:
1196       csit-dpdk-perf-verify-1904-2n-skx:
1197         - 2   # NDRPDR sel
1198         - 3   # NDRPDR sel
1199         - 4   # NDRPDR sel
1200         - 5   # NDRPDR sel
1201         - 7   # NDRPDR sel
1202         - 8   # NDRPDR sel
1203         - 9   # NDRPDR sel
1204         - 10  # NDRPDR sel
1205         - 11  # NDRPDR sel
1206         - 12  # NDRPDR sel
1207     dpdk-performance-changes-2n-skx-ref:
1208       csit-dpdk-perf-verify-1908-2n-skx:
1209         - 2   # NDRPDR sel
1210         - 3   # NDRPDR sel
1211         - 4   # NDRPDR sel
1212         - 5   # NDRPDR sel
1213         - 7   # NDRPDR sel
1214         - 8   # NDRPDR sel
1215         - 9   # NDRPDR sel
1216         - 10  # NDRPDR sel
1217         - 11  # NDRPDR sel
1218         - 12  # NDRPDR sel
1219     dpdk-performance-changes-2n-skx-cmp:
1220       csit-dpdk-perf-verify-2001-2n-skx:
1221         - 1   # NDRPDR sel
1222         - 2   # NDRPDR sel
1223         - 3   # NDRPDR sel
1224         - 4   # NDRPDR sel
1225         - 5   # NDRPDR sel
1226         - 6   # NDRPDR sel
1227         - 7   # NDRPDR sel
1228         - 8   # NDRPDR sel
1229         - 9   # NDRPDR sel
1230         - 10  # NDRPDR sel
1231         - 11  # NDRPDR sel
1232         - 13  # NDRPDR sel
1233         - 26  # NDRPDR sel
1234         - 16  # NDRPDR sel
1235         - 17  # NDRPDR sel
1236         - 18  # NDRPDR sel
1237         - 19  # NDRPDR sel
1238         - 27  # NDRPDR sel
1239         - 21  # NDRPDR sel
1240         - 25  # NDRPDR sel
1241     dpdk-performance-changes-2n-skx:
1242       - "dpdk-performance-changes-2n-skx-h1"
1243       - "dpdk-performance-changes-2n-skx-ref"
1244       - "dpdk-performance-changes-2n-skx-cmp"
1245
1246     # Compare testbeds
1247
1248     vpp-compare-testbeds-ref:
1249       csit-vpp-perf-verify-2001-3n-hsw:
1250         - 21  # NDRPDR sel
1251         - 22  # NDRPDR sel
1252         - 23  # NDRPDR sel
1253         - 24  # NDRPDR sel
1254         - 25  # NDRPDR sel
1255         - 29  # NDRPDR sel
1256         - 30  # NDRPDR sel
1257         - 31  # NDRPDR sel
1258         - 32  # NDRPDR sel
1259         - 34  # NDRPDR sel
1260     vpp-compare-testbeds-cmp:
1261       # TODO: Add the data
1262       csit-vpp-perf-verify-2001-3n-skx:
1263         - 46  # NDRPDR sel
1264     vpp-compare-testbeds:
1265       - "vpp-compare-testbeds-ref"
1266       - "vpp-compare-testbeds-cmp"
1267
1268     vpp-compare-testbeds-skx-clx-ref:
1269       # TODO: Add the data
1270       csit-vpp-perf-verify-2001-2n-skx:
1271         - 92  # NDRPDR sel
1272         - 93  # NDRPDR sel
1273         - 94  # NDRPDR sel
1274     vpp-compare-testbeds-skx-clx-cmp:
1275       csit-vpp-perf-verify-2001-2n-clx:
1276         - 28  # NDRPDR sel
1277         - 29  # NDRPDR sel
1278         - 32  # NDRPDR sel
1279         - 40  # NDRPDR sel
1280         - 43  # NDRPDR sel
1281         - 44  # NDRPDR sel
1282         - 45  # NDRPDR sel
1283         - 47  # NDRPDR sel
1284         - 48  # NDRPDR sel
1285         - 49  # NDRPDR sel
1286     vpp-compare-testbeds-skx-clx:
1287       - "vpp-compare-testbeds-skx-clx-ref"
1288       - "vpp-compare-testbeds-skx-clx-cmp"
1289
1290     vpp-compare-testbeds-hsw-clx-ref:
1291       csit-vpp-perf-verify-2001-3n-hsw:
1292         - 21  # NDRPDR sel
1293         - 22  # NDRPDR sel
1294         - 23  # NDRPDR sel
1295         - 24  # NDRPDR sel
1296         - 25  # NDRPDR sel
1297         - 29  # NDRPDR sel
1298         - 30  # NDRPDR sel
1299         - 31  # NDRPDR sel
1300         - 32  # NDRPDR sel
1301         - 34  # NDRPDR sel
1302     vpp-compare-testbeds-hsw-clx-cmp:
1303       csit-vpp-perf-verify-2001-2n-clx:
1304         - 28  # NDRPDR sel
1305         - 29  # NDRPDR sel
1306         - 32  # NDRPDR sel
1307         - 40  # NDRPDR sel
1308         - 43  # NDRPDR sel
1309         - 44  # NDRPDR sel
1310         - 45  # NDRPDR sel
1311         - 47  # NDRPDR sel
1312         - 48  # NDRPDR sel
1313         - 49  # NDRPDR sel
1314     vpp-compare-testbeds-hsw-clx:
1315       - "vpp-compare-testbeds-hsw-clx-ref"
1316       - "vpp-compare-testbeds-hsw-clx-cmp"
1317
1318     vpp-compare-testbeds-mrr-ref:
1319       csit-vpp-perf-verify-2001-3n-hsw:
1320         - 17  # MRR sel
1321     vpp-compare-testbeds-mrr-cmp:
1322       # TODO: Replace
1323       # csit-vpp-perf-verify-2001-3n-skx:
1324       csit-vpp-perf-verify-1908-3n-skx:
1325         - 36  # MRR sel
1326     vpp-compare-testbeds-mrr:
1327       - "vpp-compare-testbeds-mrr-ref"
1328       - "vpp-compare-testbeds-mrr-cmp"
1329
1330     vpp-compare-testbeds-mrr-skx-clx-ref:
1331       # TODO: Replace
1332       # csit-vpp-perf-verify-2001-2n-skx:
1333       csit-vpp-perf-verify-1908-2n-skx:
1334         - 69  # MRR sel
1335     vpp-compare-testbeds-mrr-skx-clx-cmp:
1336       csit-vpp-perf-verify-2001-2n-clx:
1337         - 39  # MRR
1338     vpp-compare-testbeds-mrr-skx-clx:
1339       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1340       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1341
1342     vpp-compare-testbeds-mrr-hsw-clx-ref:
1343       csit-vpp-perf-verify-2001-3n-hsw:
1344         - 17  # MRR sel
1345     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1346       csit-vpp-perf-verify-2001-2n-clx:
1347         - 39  # MRR
1348     vpp-compare-testbeds-mrr-hsw-clx:
1349       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1350       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1351
1352     dpdk-compare-testbeds-ref:
1353       csit-dpdk-perf-verify-2001-3n-hsw:
1354         - 4   # NDRPDR sel
1355         - 5   # NDRPDR sel
1356         - 6   # NDRPDR sel
1357         - 7   # NDRPDR sel
1358         - 8   # NDRPDR sel
1359         - 9   # NDRPDR sel
1360         - 10  # NDRPDR sel
1361         - 11  # NDRPDR sel
1362         - 12  # NDRPDR sel
1363         - 13  # NDRPDR sel
1364         - 15  # NDRPDR sel
1365         - 16  # NDRPDR sel
1366         - 17  # NDRPDR sel
1367         - 18  # NDRPDR sel
1368         - 19  # NDRPDR sel
1369         - 20  # NDRPDR sel
1370         - 21  # NDRPDR sel
1371         - 22  # NDRPDR sel
1372         - 23  # NDRPDR sel
1373         - 24  # NDRPDR sel
1374     dpdk-compare-testbeds-cmp:
1375       csit-dpdk-perf-verify-2001-3n-skx:
1376         - 1   # NDRPDR sel
1377         - 2   # NDRPDR sel
1378         - 3   # NDRPDR sel
1379         - 4   # NDRPDR sel
1380         - 5   # NDRPDR sel
1381         - 6   # NDRPDR sel
1382         - 7   # NDRPDR sel
1383         - 8   # NDRPDR sel
1384         - 9   # NDRPDR sel
1385         - 10  # NDRPDR sel
1386     dpdk-compare-testbeds:
1387       - "dpdk-compare-testbeds-ref"
1388       - "dpdk-compare-testbeds-cmp"
1389
1390     dpdk-compare-testbeds-skx-clx-ref:
1391       csit-dpdk-perf-verify-2001-2n-skx:
1392         - 1   # NDRPDR sel
1393         - 2   # NDRPDR sel
1394         - 3   # NDRPDR sel
1395         - 4   # NDRPDR sel
1396         - 5   # NDRPDR sel
1397         - 6   # NDRPDR sel
1398         - 7   # NDRPDR sel
1399         - 8   # NDRPDR sel
1400         - 9   # NDRPDR sel
1401         - 10  # NDRPDR sel
1402         - 11  # NDRPDR sel
1403         - 13  # NDRPDR sel
1404         - 26  # NDRPDR sel
1405         - 16  # NDRPDR sel
1406         - 17  # NDRPDR sel
1407         - 18  # NDRPDR sel
1408         - 19  # NDRPDR sel
1409         - 27  # NDRPDR sel
1410         - 21  # NDRPDR sel
1411         - 25  # NDRPDR sel
1412     dpdk-compare-testbeds-skx-clx-cmp:
1413       csit-dpdk-perf-verify-2001-2n-clx:
1414         - 15  # NDRPDR sel
1415         - 16  # NDRPDR sel
1416         - 17  # NDRPDR sel
1417         - 18  # NDRPDR sel
1418         - 19  # NDRPDR sel
1419         - 20  # NDRPDR sel
1420         - 21  # NDRPDR sel
1421         - 22  # NDRPDR sel
1422         - 23  # NDRPDR sel
1423         - 24  # NDRPDR sel
1424         - 25  # NDRPDR sel
1425         - 26  # NDRPDR sel
1426         - 27  # NDRPDR sel
1427         - 28  # NDRPDR sel
1428         - 29  # NDRPDR sel
1429         - 30  # NDRPDR sel
1430         - 31  # NDRPDR sel
1431         - 32  # NDRPDR sel
1432         - 33  # NDRPDR sel
1433         - 34  # NDRPDR sel
1434
1435     dpdk-compare-testbeds-skx-clx:
1436       - "dpdk-compare-testbeds-skx-clx-ref"
1437       - "dpdk-compare-testbeds-skx-clx-cmp"
1438
1439     # Compare topologies
1440
1441     vpp-compare-topologies-ref:
1442       # TODO: Add the data
1443       csit-vpp-perf-verify-2001-3n-skx:
1444         - 46  # NDRPDR sel
1445     vpp-compare-topologies-cmp:
1446       # TODO: Add the data
1447       csit-vpp-perf-verify-2001-2n-skx:
1448         - 92  # NDRPDR sel
1449         - 93  # NDRPDR sel
1450         - 94  # NDRPDR sel
1451     vpp-compare-topologies:
1452       - "vpp-compare-topologies-ref"
1453       - "vpp-compare-topologies-cmp"
1454
1455     vpp-compare-topologies-mrr-ref:
1456       # TODO: Replace
1457       # csit-vpp-perf-verify-2001-3n-skx:
1458       csit-vpp-perf-verify-1908-3n-skx:
1459         - 36  # MRR sel
1460     vpp-compare-topologies-mrr-cmp:
1461       # TODO: Replace
1462       # csit-vpp-perf-verify-2001-2n-skx:
1463       csit-vpp-perf-verify-1908-2n-skx:
1464         - 69  # MRR sel
1465     vpp-compare-topologies-mrr:
1466       - "vpp-compare-topologies-mrr-ref"
1467       - "vpp-compare-topologies-mrr-cmp"
1468
1469     dpdk-compare-topologies-ref:
1470       csit-dpdk-perf-verify-2001-3n-skx:
1471         - 1   # NDRPDR sel
1472         - 2   # NDRPDR sel
1473         - 3   # NDRPDR sel
1474         - 4   # NDRPDR sel
1475         - 5   # NDRPDR sel
1476         - 6   # NDRPDR sel
1477         - 7   # NDRPDR sel
1478         - 8   # NDRPDR sel
1479         - 9   # NDRPDR sel
1480         - 10  # NDRPDR sel
1481     dpdk-compare-topologies-cmp:
1482       csit-dpdk-perf-verify-2001-2n-skx:
1483         - 1   # NDRPDR sel
1484         - 2   # NDRPDR sel
1485         - 3   # NDRPDR sel
1486         - 4   # NDRPDR sel
1487         - 5   # NDRPDR sel
1488         - 6   # NDRPDR sel
1489         - 7   # NDRPDR sel
1490         - 8   # NDRPDR sel
1491         - 9   # NDRPDR sel
1492         - 10  # NDRPDR sel
1493         - 11  # NDRPDR sel
1494         - 13  # NDRPDR sel
1495         - 26  # NDRPDR sel
1496         - 16  # NDRPDR sel
1497         - 17  # NDRPDR sel
1498         - 18  # NDRPDR sel
1499         - 19  # NDRPDR sel
1500         - 27  # NDRPDR sel
1501         - 21  # NDRPDR sel
1502         - 25  # NDRPDR sel
1503     dpdk-compare-topologies:
1504       - "dpdk-compare-topologies-ref"
1505       - "dpdk-compare-topologies-cmp"
1506
1507   plot-layouts:
1508
1509     plot-soak-throughput:
1510       titlefont:
1511         size: 18
1512       xaxis:
1513         title: "<b>Test Cases [Index]</b>"
1514         titlefont:
1515           size: 16
1516         autorange: True
1517         fixedrange: False
1518         gridcolor: "rgb(230, 230, 230)"
1519         linecolor: "rgb(220, 220, 220)"
1520         linewidth: 1
1521         showgrid: True
1522         showline: True
1523         showticklabels: True
1524         tickcolor: "rgb(220, 220, 220)"
1525         tickmode: "linear"
1526         tickfont:
1527           size: 16
1528         zeroline: False
1529       yaxis:
1530         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1531         titlefont:
1532           size: 16
1533         gridcolor: "rgb(230, 230, 230)"
1534         hoverformat: ".4r"
1535         tickformat: ".3r"
1536         linecolor: "rgb(220, 220, 220)"
1537         linewidth: 1
1538         showgrid: True
1539         showline: True
1540         showticklabels: True
1541         tickcolor: "rgb(220, 220, 220)"
1542         tickfont:
1543           size: 16
1544         zeroline: False
1545         range: [0,50]
1546       autosize: False
1547       margin:
1548         t: 50
1549         b: 0
1550         l: 80
1551         r: 20
1552       showlegend: True
1553       legend:
1554         orientation: "h"
1555         font:
1556           size: 16
1557       width: 700
1558       height: 900
1559       paper_bgcolor: "#fff"
1560       plot_bgcolor: "#fff"
1561       hoverlabel:
1562         namelength: -1
1563
1564     plot-service-density:
1565       titlefont:
1566         size: 18
1567       xaxis:
1568         side: "top"
1569         autorange: True
1570         fixedrange: False
1571         showgrid: False
1572         showline: False
1573         showticklabels: False
1574         ticks: ""
1575         ticklen: 0
1576         tickwidth: 0
1577         zeroline: False
1578       yaxis:
1579         autorange: "reversed"
1580         showgrid: False
1581         showline: False
1582         showticklabels: False
1583         ticks: ""
1584         ticklen: 0
1585         tickwidth: 0
1586         zeroline: False
1587       showlegend: False
1588       paper_bgcolor: "#fff"
1589       plot_bgcolor: "#fff"
1590       width: 700
1591       height: 700
1592       hoverlabel:
1593         namelength: -1
1594
1595     plot-cps:
1596       titlefont:
1597         size: 18
1598       xaxis:
1599         title: "<b>Test Cases [Index]</b>"
1600         titlefont:
1601           size: 16
1602         autorange: True
1603         fixedrange: False
1604         gridcolor: "rgb(230, 230, 230)"
1605         linecolor: "rgb(220, 220, 220)"
1606         linewidth: 1
1607         showgrid: True
1608         showline: True
1609         showticklabels: True
1610         tickcolor: "rgb(220, 220, 220)"
1611         tickmode: "linear"
1612         tickfont:
1613           size: 16
1614         zeroline: False
1615       yaxis:
1616         title: "<b>Connections Per Second [cps]</b>"
1617         titlefont:
1618           size: 16
1619         gridcolor: "rgb(230, 230, 230)"
1620         hoverformat: ".4s"
1621         linecolor: "rgb(220, 220, 220)"
1622         linewidth: 1
1623         rangemode: "tozero"
1624         showgrid: True
1625         showline: True
1626         showticklabels: True
1627         tickcolor: "rgb(220, 220, 220)"
1628         tickformat: ".3s"
1629         tickfont:
1630           size: 16
1631         zeroline: False
1632       boxmode: "group"
1633       boxgroupgap: 0.5
1634       autosize: False
1635       margin:
1636         t: 50
1637         b: 20
1638         l: 80
1639         r: 20
1640       showlegend: True
1641       legend:
1642         orientation: "h"
1643         font:
1644           size: 16
1645       width: 700
1646       height: 800
1647       paper_bgcolor: "#fff"
1648       plot_bgcolor: "#fff"
1649       hoverlabel:
1650         namelength: -1
1651
1652     plot-rps:
1653       titlefont:
1654         size: 18
1655       xaxis:
1656         title: "<b>Test Cases [Index]</b>"
1657         titlefont:
1658           size: 16
1659         autorange: True
1660         fixedrange: False
1661         gridcolor: "rgb(230, 230, 230)"
1662         linecolor: "rgb(220, 220, 220)"
1663         linewidth: 1
1664         showgrid: True
1665         showline: True
1666         showticklabels: True
1667         tickcolor: "rgb(220, 220, 220)"
1668         tickmode: "linear"
1669         tickfont:
1670           size: 16
1671         zeroline: False
1672       yaxis:
1673         title: "<b>Requests Per Second [rps]</b>"
1674         titlefont:
1675           size: 16
1676         gridcolor: "rgb(230, 230, 230)"
1677         hoverformat: ".4s"
1678         linecolor: "rgb(220, 220, 220)"
1679         linewidth: 1
1680         rangemode: "tozero"
1681         showgrid: True
1682         showline: True
1683         showticklabels: True
1684         tickcolor: "rgb(230, 230, 230)"
1685         tickformat: ".3s"
1686         tickfont:
1687           size: 16
1688         zeroline: False
1689       boxmode: "group"
1690       boxgroupgap: 0.5
1691       autosize: False
1692       margin:
1693         t: 50
1694         b: 20
1695         l: 80
1696         r: 20
1697       showlegend: True
1698       legend:
1699         orientation: "h"
1700         font:
1701           size: 16
1702       width: 700
1703       height: 800
1704       paper_bgcolor: "#fff"
1705       plot_bgcolor: "#fff"
1706       hoverlabel:
1707         namelength: -1
1708
1709     plot-hoststack:
1710       titlefont:
1711         size: 16
1712       xaxis:
1713         title: "<b>Test Cases [Index]</b>"
1714         titlefont:
1715           size: 14
1716         autorange: True
1717         fixedrange: False
1718         gridcolor: "rgb(230, 230, 230)"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         showgrid: True
1722         showline: True
1723         showticklabels: True
1724         tickcolor: "rgb(220, 220, 220)"
1725         tickmode: "linear"
1726         tickfont:
1727           size: 14
1728         zeroline: False
1729       yaxis:
1730         title: "<b>Bandwidth [Gbps]</b>"
1731         titlefont:
1732           size: 14
1733         gridcolor: "rgb(230, 230, 230)"
1734         hoverformat: ".4s"
1735         linecolor: "rgb(220, 220, 220)"
1736         linewidth: 1
1737         rangemode: "tozero"
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(230, 230, 230)"
1742         tickformat: ".3s"
1743         tickfont:
1744           size: 14
1745         zeroline: False
1746       boxmode: "group"
1747       boxgroupgap: 0.5
1748       autosize: False
1749       margin:
1750         t: 50
1751         b: 20
1752         l: 80
1753         r: 20
1754       showlegend: True
1755       legend:
1756         orientation: "h"
1757         font:
1758           size: 14
1759       width: 700
1760       height: 800
1761       paper_bgcolor: "#fff"
1762       plot_bgcolor: "#fff"
1763       hoverlabel:
1764         namelength: -1
1765
1766     plot-throughput:
1767       titlefont:
1768         size: 18
1769       xaxis:
1770         title: "<b>Test Cases [Index]</b>"
1771         titlefont:
1772           size: 16
1773         autorange: True
1774         fixedrange: False
1775         gridcolor: "rgb(230, 230, 230)"
1776         linecolor: "rgb(220, 220, 220)"
1777         linewidth: 1
1778         showgrid: True
1779         showline: True
1780         showticklabels: True
1781         tickcolor: "rgb(220, 220, 220)"
1782         tickmode: "linear"
1783         tickfont:
1784           size: 16
1785         zeroline: False
1786       yaxis:
1787         title: "<b>Packet Throughput [Mpps]</b>"
1788         titlefont:
1789           size: 16
1790         gridcolor: "rgb(230, 230, 230)"
1791         hoverformat: ".4r"
1792         tickformat: ".3r"
1793         linecolor: "rgb(220, 220, 220)"
1794         linewidth: 1
1795         showgrid: True
1796         showline: True
1797         showticklabels: True
1798         tickcolor: "rgb(220, 220, 220)"
1799         tickfont:
1800           size: 16
1801         zeroline: False
1802         range: [0,50]
1803       autosize: False
1804       margin:
1805         t: 50
1806         b: 0
1807         l: 80
1808         r: 20
1809       showlegend: True
1810       legend:
1811         orientation: "h"
1812         font:
1813           size: 16
1814       width: 700
1815       height: 900
1816       paper_bgcolor: "#fff"
1817       plot_bgcolor: "#fff"
1818       hoverlabel:
1819         namelength: -1
1820
1821     plot-throughput-speedup-analysis:
1822       titlefont:
1823         size: 18
1824       xaxis:
1825         title: "<b>Number of Cores [Qty]</b>"
1826         titlefont:
1827           size: 16
1828         autorange: True
1829         fixedrange: False
1830         gridcolor: "rgb(230, 230, 230)"
1831         linecolor: "rgb(220, 220, 220)"
1832         linewidth: 1
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(238, 238, 238)"
1837         tickmode: "linear"
1838         tickfont:
1839           size: 16
1840         zeroline: False
1841       yaxis:
1842         title: "<b>Packet Throughput [Mpps]</b>"
1843         titlefont:
1844           size: 16
1845         type: "linear"
1846         gridcolor: "rgb(230, 230, 230)"
1847         hoverformat: ".4s"
1848         linecolor: "rgb(220, 220, 220)"
1849         linewidth: 1
1850         showgrid: True
1851         showline: True
1852         showticklabels: True
1853         tickcolor: "rgb(220, 220, 220)"
1854         tickformat: ".4s"
1855         tickfont:
1856           size: 16
1857         zeroline: True
1858         rangemode: "tozero"
1859         range: [0,100]
1860       legend:
1861         orientation: "h"
1862         font:
1863           size: 16
1864         xanchor: "left"
1865         yanchor: "top"
1866         x: 0
1867         y: -0.2
1868         bgcolor: "rgba(255, 255, 255, 0)"
1869         bordercolor: "rgba(255, 255, 255, 0)"
1870         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1871       autosize: False
1872       margin:
1873           't': 50
1874           'b': 150
1875           'l': 85
1876           'r': 10
1877       showlegend: True
1878       width: 700
1879       height: 700
1880       paper_bgcolor: "#fff"
1881       plot_bgcolor: "#fff"
1882       hoverlabel:
1883         namelength: -1
1884       annotations: [
1885         {
1886           text: "_ _          __          ...",
1887           align: "left",
1888           showarrow: False,
1889           xref: "paper",
1890           yref: "paper",
1891           xanchor: "left",
1892           yanchor: "top",
1893           x: 0,
1894           y: -0.13,
1895           font: {
1896             family: "Consolas, Courier New",
1897             size: 15
1898           },
1899         },
1900         {
1901           text: "    Perfect     Measured     Limit",
1902           align: "left",
1903           showarrow: False,
1904           xref: "paper",
1905           yref: "paper",
1906           xanchor: "left",
1907           yanchor: "top",
1908           x: 0,
1909           y: -0.15,
1910           font: {
1911             family: "Consolas, Courier New",
1912             size: 15
1913           },
1914         },
1915       ]
1916
1917     plot-latency:
1918       titlefont:
1919         size: 18
1920       xaxis:
1921         title: "<b>Direction</b>"
1922         titlefont:
1923           size: 16
1924         autorange: True
1925         fixedrange: False
1926         gridcolor: "rgb(230, 230, 230)"
1927         linecolor: "rgb(220, 220, 220)"
1928         linewidth: 1
1929         showgrid: True
1930         showline: True
1931         showticklabels: False
1932         tickcolor: "rgb(220, 220, 220)"
1933         tickmode: "linear"
1934         tickfont:
1935           size: 16
1936         zeroline: False
1937       yaxis:
1938         title: "<b>Packet Latency [uSec]</b>"
1939         titlefont:
1940           size: 16
1941         type: "linear"
1942         gridcolor: "rgb(230, 230, 230)"
1943         hoverformat: ".4s"
1944         linecolor: "rgb(220, 220, 220)"
1945         linewidth: 1
1946         showgrid: True
1947         showline: True
1948         showticklabels: True
1949         tickcolor: "rgb(220, 220, 220)"
1950         tickformat: ".4s"
1951         tickfont:
1952           size: 16
1953         zeroline: True
1954         rangemode: "tozero"
1955       legend:
1956         orientation: "h"
1957         font:
1958           size: 16
1959         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1960       autosize: False
1961       margin:
1962           't': 50
1963           'b': 150
1964           'l': 80
1965           'r': 10
1966       showlegend: True
1967       width: 700
1968       height: 700
1969       paper_bgcolor: "#fff"
1970       plot_bgcolor: "#fff"
1971       hoverlabel:
1972         namelength: -1
1973
1974     plot-hdrh-latency:
1975       title:
1976         text: ""
1977         xanchor: "center"
1978         x: 0.5
1979         font:
1980           size: 16
1981       width: 700
1982       plot_bgcolor: "white"
1983       annotations:
1984         - font:
1985             size: 14
1986           showarrow: False
1987           text: "<b>Packet Latency [uSec]</b>"
1988           x: 1
1989           xanchor: "right"
1990           xref: "paper"
1991           y: -0.045
1992           yanchor: "top"
1993           yref: "paper"
1994         - font:
1995             size: 14
1996           showarrow: False
1997           text: "<b>Probability [%]</b>"
1998           textangle: 270
1999           x: -0.06
2000           xanchor: "center"
2001           xref: "paper"
2002           y: 0.5
2003           yanchor: "middle"
2004           yref: "paper"
2005         - font:
2006             size: 14
2007           showarrow: False
2008           text: "<b>Direction: E-W</b>"
2009           x: 0.24
2010           xanchor: "center"
2011           xref: "paper"
2012           y: 1.05
2013           yanchor: "bottom"
2014           yref: "paper"
2015         - font:
2016             size: 14
2017           showarrow: False
2018           text: "<b>Direction: W-E</b>"
2019           x: 0.74
2020           xanchor: "center"
2021           xref: "paper"
2022           y: 1.05
2023           yanchor: "bottom"
2024           yref: "paper"
2025
2026     plot-hdrh-latency-percentile:
2027       title:
2028         text: ""
2029         xanchor: "center"
2030         x: 0.5
2031         font:
2032           size: 18
2033       xaxis:
2034         type: "log"
2035         title: "<b>Percentile [%]</b>"
2036         titlefont:
2037           size: 16
2038         autorange: True
2039         fixedrange: False
2040         gridcolor: "rgb(230, 230, 230)"
2041         linecolor: "rgb(220, 220, 220)"
2042         linewidth: 1
2043         showgrid: True
2044         showline: True
2045         showticklabels: True
2046         tickcolor: "rgb(220, 220, 220)"
2047         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2048         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2049         tickfont:
2050           size: 16
2051       yaxis:
2052         title: "<b>Packet Latency [uSec]</b>"
2053         titlefont:
2054           size: 16
2055         gridcolor: "rgb(230, 230, 230)"
2056         linecolor: "rgb(220, 220, 220)"
2057         linewidth: 1
2058         showgrid: True
2059         showline: True
2060         showticklabels: True
2061         tickcolor: "rgb(220, 220, 220)"
2062         tickfont:
2063           size: 16
2064       autosize: False
2065       showlegend: True
2066       legend:
2067         traceorder: "normal"
2068         orientation: "h"
2069         font:
2070           size: 16
2071         xanchor: "left"
2072         yanchor: "top"
2073         x: 0
2074         y: -0.15
2075         bgcolor: "rgba(255, 255, 255, 0)"
2076         bordercolor: "rgba(255, 255, 255, 0)"
2077       width: 700
2078       height: 700
2079       paper_bgcolor: "white"
2080       plot_bgcolor: "white"
2081
2082     plot-hdrh-latency-by-percentile:
2083       title:
2084         text: "<b>Latency by Percentile Distribution</b>"
2085         xanchor: "center"
2086         x: 0.5
2087         font:
2088           size: 18
2089       showlegend: True
2090       legend:
2091         traceorder: "normal"
2092         orientation: "h"
2093         font:
2094           size: 16
2095         xanchor: "left"
2096         yanchor: "top"
2097         x: 0
2098         y: -0.2
2099         bgcolor: "rgba(255, 255, 255, 0)"
2100         bordercolor: "rgba(255, 255, 255, 0)"
2101       xaxis:
2102         type: "linear"
2103         title: "<b>Percentile [%]</b>"
2104         titlefont:
2105           size: 14
2106         autorange: False
2107         fixedrange: False
2108         range: [0, 100]
2109         gridcolor: "rgb(230, 230, 230)"
2110         linecolor: "rgb(220, 220, 220)"
2111         linewidth: 1
2112         showgrid: True
2113         showline: True
2114         showticklabels: True
2115         tickcolor: "rgb(220, 220, 220)"
2116         tickvals: [0, 25, 50, 75, 100]
2117         ticktext: [0, 25, 50, 75, 100]
2118         tickfont:
2119           size: 14
2120       yaxis:
2121         title: "<b>One-Way Latency per Direction [uSec]</b>"
2122         titlefont:
2123           size: 14
2124         gridcolor: "rgb(230, 230, 230)"
2125         linecolor: "rgb(220, 220, 220)"
2126         linewidth: 1
2127         showgrid: True
2128         showline: True
2129         showticklabels: True
2130         tickcolor: "rgb(220, 220, 220)"
2131         tickfont:
2132           size: 14
2133       width: 700
2134       height: 700
2135       paper_bgcolor: "white"
2136       plot_bgcolor: "white"
2137
2138 - type: "static"
2139   src-path: "{DIR[RST]}"
2140   dst-path: "{DIR[WORKING,SRC]}"
2141
2142 - type: "input"
2143   general:
2144     file-name: "output_info.xml.gz"
2145     file-format: ".gz"
2146     arch-file-format:
2147       - ".gz"
2148       - ".zip"
2149     download-path: "{job}/{build}/archives/{filename}"
2150     extract: "output.xml"
2151
2152     zip-file-name: "robot-plugin.zip"
2153     zip-file-format: ".zip"
2154     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2155     zip-extract: "robot-plugin/output.xml"
2156
2157   builds:
2158
2159     csit-vpp-perf-verify-1904-3n-hsw:
2160       - 9   # MRR sel
2161       - 11  # NDRPDR sel
2162       - 12  # NDRPDR sel
2163       - 20  # NDRPDR sel
2164       - 21  # NDRPDR sel
2165       - 23  # NDRPDR sel
2166       - 24  # NDRPDR sel
2167       - 25  # NDRPDR sel
2168       - 26  # NDRPDR sel
2169       - 29  # NDRPDR sel
2170       - 30  # NDRPDR sel
2171     csit-vpp-perf-verify-1908-3n-hsw:
2172       - 12  # NDRPDR sel
2173       - 13  # NDRPDR sel
2174       - 14  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 17  # NDRPDR sel
2178       - 18  # NDRPDR sel
2179       - 19  # NDRPDR sel
2180       - 20  # NDRPDR sel
2181       - 21  # NDRPDR sel
2182       - 48  # NDRPDR sel vhost
2183       - 49  # NDRPDR sel vhost
2184       - 52  # NDRPDR sel vhost
2185       - 53  # NDRPDR sel vhost
2186       - 54  # NDRPDR sel vhost
2187       - 55  # NDRPDR sel vhost
2188       - 56  # NDRPDR sel vhost
2189       - 57  # NDRPDR sel vhost
2190       - 58  # NDRPDR sel vhost
2191       - 59  # NDRPDR sel vhost
2192       - 39  # MRR sel
2193     csit-vpp-perf-verify-2001-3n-hsw:
2194       - 21  # NDRPDR sel
2195       - 22  # NDRPDR sel
2196       - 23  # NDRPDR sel
2197       - 24  # NDRPDR sel
2198       - 25  # NDRPDR sel
2199       - 29  # NDRPDR sel
2200       - 30  # NDRPDR sel
2201       - 31  # NDRPDR sel
2202       - 32  # NDRPDR sel
2203       - 34  # NDRPDR sel
2204       - 17  # MRR sel
2205       - 18  # NDRPDR full
2206       - 20  # NDRPDR full
2207       - 28  # NDRPDR full
2208       - 35  # NDRPDR full
2209       - 42  # NDRPDR full
2210       - 46  # NDRPDR full
2211       - 47  # NDRPDR full
2212       - 48  # NDRPDR full
2213       - 49  # NDRPDR full
2214       - 50  # NDRPDR full
2215       - 51  # NDRPDR full
2216       - 52  # NDRPDR full
2217       - 53  # NDRPDR full
2218       - 54  # NDRPDR full
2219       - 55  # NDRPDR full
2220       - 56  # NDRPDR full
2221       - 57  # NDRPDR full
2222       - 58  # NDRPDR full
2223       - 59  # NDRPDR full
2224       - 61  # NDRPDR full
2225       - 62  # NDRPDR full
2226       - 63  # NDRPDR full
2227       - 64  # NDRPDR full
2228       - 65  # NDRPDR full
2229       - 67  # NDRPDR full
2230       - 70  # NDRPDR full
2231       - 72  # NDRPDR full
2232       - 73  # NDRPDR full
2233       - 76  # NDRPDR full
2234       - 77  # NDRPDR full
2235       - 78  # NDRPDR full
2236       - 79  # NDRPDR full
2237       - 81  # NDRPDR full
2238       - 82  # NDRPDR full
2239       - 84  # NDRPDR full
2240       - 85  # NDRPDR full
2241       - 87  # hoststack
2242       - 88  # hoststack
2243       - 89  # hoststack
2244       - 90  # hoststack
2245       - 91  # hoststack
2246       - 92  # hoststack
2247       - 93  # hoststack
2248       - 94  # hoststack
2249       - 95  # hoststack
2250       - 96  # hoststack
2251
2252 #    csit-vpp-perf-verify-1904-3n-skx:
2253 #      - 7   # MRR sel
2254 #      - 8   # NDRPDR sel
2255 #      - 9   # NDRPDR sel
2256 #      - 10  # NDRPDR sel
2257 #      - 11  # NDRPDR sel
2258 #      - 12  # NDRPDR sel
2259 #      - 14  # NDRPDR sel
2260 #      - 16  # NDRPDR sel
2261 #      - 21  # NDRPDR sel
2262 #      - 23  # NDRPDR sel
2263 #      - 25  # NDRPDR sel
2264 #    csit-vpp-perf-verify-1908-3n-skx:
2265 #      - 14  # NDRPDR sel
2266 #      - 16  # NDRPDR sel
2267 #      - 19  # NDRPDR sel
2268 #      - 20  # NDRPDR sel
2269 #      - 22  # NDRPDR sel
2270 #      - 23  # NDRPDR sel
2271 #      - 24  # NDRPDR sel
2272 #      - 25  # NDRPDR sel
2273 #      - 26  # NDRPDR sel
2274 #      - 29  # NDRPDR sel
2275 #      - 52  # NDRPDR sel vhost
2276 #      - 53  # NDRPDR sel vhost
2277 #      - 55  # NDRPDR sel vhost
2278 #      - 61  # NDRPDR sel vhost
2279 #      - 62  # NDRPDR sel vhost
2280 #      - 63  # NDRPDR sel vhost
2281 #      - 64  # NDRPDR sel vhost
2282 #      - 65  # NDRPDR sel vhost
2283 #      - 66  # NDRPDR sel vhost
2284 #      - 67  # NDRPDR sel vhost
2285 #      - 36  # MRR sel
2286     csit-vpp-perf-verify-2001-3n-skx:
2287       - 46  # NDRPDR sel
2288
2289     csit-vpp-perf-verify-1904-2n-skx:
2290       - 11  # MRR sel
2291       - 12  # NDRPDR sel
2292       - 14  # NDRPDR sel
2293       - 16  # NDRPDR sel
2294       - 17  # NDRPDR sel
2295       - 18  # NDRPDR sel
2296       - 21  # NDRPDR sel
2297       - 27  # NDRPDR sel
2298       - 30  # NDRPDR sel
2299       - 31  # NDRPDR sel
2300       - 32  # NDRPDR sel
2301     csit-vpp-perf-verify-1908-2n-skx:
2302       - 26  # NDRPDR sel
2303       - 27  # NDRPDR sel
2304       - 34  # NDRPDR sel
2305       - 35  # NDRPDR sel
2306       - 36  # NDRPDR sel
2307       - 42  # NDRPDR sel
2308       - 43  # NDRPDR sel
2309       - 44  # NDRPDR sel
2310       - 45  # NDRPDR sel
2311       - 46  # NDRPDR sel
2312       - 88  # NDRPDR sel vhost
2313       - 89  # NDRPDR sel vhost
2314       - 91  # NDRPDR sel vhost
2315       - 92  # NDRPDR sel vhost
2316       - 93  # NDRPDR sel vhost
2317       - 94  # NDRPDR sel vhost
2318       - 95  # NDRPDR sel vhost
2319       - 96  # NDRPDR sel vhost
2320       - 97  # NDRPDR sel vhost
2321       - 98  # NDRPDR sel vhost
2322       - 69  # MRR sel
2323       - 22  # NFV
2324       - 31  # NFV
2325       - 32  # NFV
2326       - 71  # NFV MRR
2327       - 113 # NFV reconf sel - to be removed
2328       - 114 # NFV reconf sel - to be removed
2329       - 115 # NFV reconf sel - to be removed
2330     csit-vpp-perf-verify-2001-2n-skx:
2331       - 92  # NDRPDR sel
2332       - 93  # NDRPDR sel
2333       - 94  # NDRPDR sel
2334
2335     csit-vpp-perf-verify-2001-2n-clx:
2336       - 28  # NDRPDR sel
2337       - 29  # NDRPDR sel
2338       - 32  # NDRPDR sel
2339       - 40  # NDRPDR sel
2340       - 43  # NDRPDR sel
2341       - 44  # NDRPDR sel
2342       - 45  # NDRPDR sel
2343       - 47  # NDRPDR sel
2344       - 48  # NDRPDR sel
2345       - 49  # NDRPDR sel
2346       - 39  # MRR
2347       - 53  # NDRPDR full
2348       - 54  # NDRPDR full
2349       - 55  # NDRPDR full
2350       - 56  # NDRPDR full
2351       - 57  # NDRPDR full
2352       - 58  # NDRPDR full
2353       - 59  # NDRPDR full
2354       - 60  # NDRPDR full
2355       - 61  # NDRPDR full
2356       - 62  # NDRPDR full
2357       - 63  # NDRPDR full
2358       - 64  # NDRPDR full
2359       - 65  # NDRPDR full
2360       - 66  # NDRPDR full
2361       - 67  # NDRPDR full
2362       - 68  # Reconf
2363       - 69  # Reconf
2364       - 70  # Reconf
2365       - 71  # Reconf
2366       - 72  # Reconf
2367       - 73  # Reconf
2368       - 74  # Reconf
2369       - 75  # Reconf
2370       - 76  # Reconf
2371       - 77  # Reconf
2372       - 80  # TCP
2373       - 82  # TCP
2374       - 83  # TCP
2375       - 85  # TCP
2376       - 86  # TCP
2377       - 87  # TCP
2378       - 88  # TCP
2379       - 89  # TCP
2380       - 90  # TCP
2381       - 91  # TCP
2382       - 93  # Soak
2383       - 94  # Soak
2384
2385     csit-vpp-perf-verify-1908-3n-tsh:
2386       - 7   # NDRPDR sel
2387       - 8   # NDRPDR sel
2388       - 9   # NDRPDR sel
2389       - 10  # NDRPDR sel
2390       - 11  # NDRPDR sel
2391       - 12  # NDRPDR sel
2392       - 13  # NDRPDR sel
2393       - 14  # NDRPDR sel
2394       - 15  # NDRPDR sel
2395       - 16  # NDRPDR sel
2396       - 17  # MRR sel
2397     csit-vpp-perf-verify-2001-3n-tsh:
2398       - 3   # NDRPDR sel
2399       - 4   # NDRPDR sel
2400       - 7   # NDRPDR sel
2401       - 8   # NDRPDR sel
2402       - 10  # NDRPDR sel
2403       - 12  # NDRPDR sel
2404       - 13  # NDRPDR sel
2405       - 14  # NDRPDR sel
2406       - 15  # NDRPDR sel
2407       - 21  # NDRPDR sel
2408       - 9   # MRR sel
2409
2410     csit-vpp-perf-verify-1908-3n-dnv:
2411       - 6   # NDRPDR sel
2412       - 7   # NDRPDR sel
2413       - 8   # NDRPDR sel
2414       - 9   # NDRPDR sel
2415       - 10  # NDRPDR sel
2416       - 12  # NDRPDR sel
2417       - 13  # NDRPDR sel
2418       - 14  # NDRPDR sel
2419       - 15  # NDRPDR sel
2420       - 16  # NDRPDR sel
2421       - 17  # MRR sel
2422     csit-vpp-perf-verify-2001-3n-dnv:
2423       - 5   # NDRPDR sel
2424       - 6   # NDRPDR sel
2425       - 7   # NDRPDR sel
2426       - 8   # NDRPDR sel
2427       - 9   # NDRPDR sel
2428       - 10  # NDRPDR sel
2429       - 12  # NDRPDR sel
2430       - 16  # NDRPDR sel
2431       - 17  # NDRPDR sel
2432       - 18  # NDRPDR sel
2433       - 11  # MRR sel
2434       - 19  # NDRPDR full
2435       - 20  # NDRPDR full
2436       - 21  # NDRPDR full
2437       - 22  # NDRPDR full
2438       - 23  # NDRPDR full
2439       - 24  # NDRPDR full
2440       - 25  # NDRPDR full
2441       - 26  # NDRPDR full
2442       - 37  # NDRPDR full
2443       - 38  # NDRPDR full
2444       - 39  # NDRPDR full
2445
2446     csit-vpp-perf-verify-1908-2n-dnv:
2447       - 1   # NDRPDR sel
2448       - 2   # NDRPDR sel
2449       - 3   # NDRPDR sel
2450       - 4   # NDRPDR sel
2451       - 5   # NDRPDR sel
2452       - 6   # NDRPDR sel
2453       - 7   # NDRPDR sel
2454       - 8   # NDRPDR sel
2455       - 9   # NDRPDR sel
2456       - 10  # NDRPDR sel
2457       - 11  # MRR sel
2458     csit-vpp-perf-verify-2001-2n-dnv:
2459       - 4   # NDRPDR sel
2460       - 5   # NDRPDR sel
2461       - 6   # NDRPDR sel
2462       - 7   # NDRPDR sel
2463       - 8   # NDRPDR sel
2464       - 9   # NDRPDR sel
2465       - 10  # NDRPDR sel
2466       - 11  # NDRPDR sel
2467       - 13  # NDRPDR sel
2468       - 16  # NDRPDR sel
2469       - 12  # MRR sel
2470       - 21  # NDRPDR full
2471       - 22  # NDRPDR full
2472       - 25  # NDRPDR full
2473       - 26  # NDRPDR full
2474       - 27  # NDRPDR full
2475       - 28  # NDRPDR full
2476
2477     csit-dpdk-perf-verify-1904-3n-hsw:
2478       - 2   # NDRPDR sel
2479       - 3   # NDRPDR sel
2480       - 5   # NDRPDR sel
2481       - 6   # NDRPDR sel
2482       - 13  # NDRPDR sel
2483       - 14  # NDRPDR sel
2484       - 15  # NDRPDR sel
2485       - 18  # NDRPDR sel
2486       - 19  # NDRPDR sel
2487       - 20  # NDRPDR sel
2488     csit-dpdk-perf-verify-1908-3n-hsw:
2489       - 2   # NDRPDR sel
2490       - 3   # NDRPDR sel
2491       - 4   # NDRPDR sel
2492       - 5   # NDRPDR sel
2493       - 6   # NDRPDR sel
2494       - 7   # NDRPDR sel
2495       - 8   # NDRPDR sel
2496       - 9   # NDRPDR sel
2497       - 10  # NDRPDR sel
2498       - 11  # NDRPDR sel
2499     csit-dpdk-perf-verify-2001-3n-hsw:
2500       - 4   # NDRPDR sel
2501       - 5   # NDRPDR sel
2502       - 6   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 8   # NDRPDR sel
2505       - 9   # NDRPDR sel
2506       - 10  # NDRPDR sel
2507       - 11  # NDRPDR sel
2508       - 12  # NDRPDR sel
2509       - 13  # NDRPDR sel
2510       - 15  # NDRPDR sel
2511       - 16  # NDRPDR sel
2512       - 17  # NDRPDR sel
2513       - 18  # NDRPDR sel
2514       - 19  # NDRPDR sel
2515       - 20  # NDRPDR sel
2516       - 21  # NDRPDR sel
2517       - 22  # NDRPDR sel
2518       - 23  # NDRPDR sel
2519       - 24  # NDRPDR sel
2520       - 25  # NDRPDR full
2521       - 26  # NDRPDR full
2522
2523 #    csit-dpdk-perf-verify-1904-3n-skx:
2524 #      - 2   # NDRPDR sel
2525 #      - 3   # NDRPDR sel
2526 #      - 4   # NDRPDR sel
2527 #      - 5   # NDRPDR sel
2528 #      - 6   # NDRPDR sel
2529 #      - 7   # NDRPDR sel
2530 #      - 11  # NDRPDR sel
2531 #      - 12  # NDRPDR sel
2532 #      - 13  # NDRPDR sel
2533 #      - 14  # NDRPDR sel
2534 #    csit-dpdk-perf-verify-1908-3n-skx:
2535 #      - 3   # NDRPDR sel
2536 #      - 4   # NDRPDR sel
2537 #      - 5   # NDRPDR sel
2538 #      - 6   # NDRPDR sel
2539 #      - 7   # NDRPDR sel
2540 #      - 8   # NDRPDR sel
2541 #      - 9   # NDRPDR sel
2542 #      - 10  # NDRPDR sel
2543 #      - 11  # NDRPDR sel
2544 #      - 12  # NDRPDR sel
2545 #    csit-dpdk-perf-verify-2001-3n-skx:
2546 #      - 1   # NDRPDR sel
2547 #      - 2   # NDRPDR sel
2548 #      - 3   # NDRPDR sel
2549 #      - 4   # NDRPDR sel
2550 #      - 5   # NDRPDR sel
2551 #      - 6   # NDRPDR sel
2552 #      - 7   # NDRPDR sel
2553 #      - 8   # NDRPDR sel
2554 #      - 9   # NDRPDR sel
2555 #      - 10  # NDRPDR sel
2556
2557 #    csit-dpdk-perf-verify-1904-2n-skx:
2558 #      - 2   # NDRPDR sel
2559 #      - 3   # NDRPDR sel
2560 #      - 4   # NDRPDR sel
2561 #      - 5   # NDRPDR sel
2562 #      - 7   # NDRPDR sel
2563 #      - 8   # NDRPDR sel
2564 #      - 9   # NDRPDR sel
2565 #      - 10  # NDRPDR sel
2566 #      - 11  # NDRPDR sel
2567 #      - 12  # NDRPDR sel
2568 #    csit-dpdk-perf-verify-1908-2n-skx:
2569 #      - 2   # NDRPDR sel
2570 #      - 3   # NDRPDR sel
2571 #      - 4   # NDRPDR sel
2572 #      - 5   # NDRPDR sel
2573 #      - 7   # NDRPDR sel
2574 #      - 8   # NDRPDR sel
2575 #      - 9   # NDRPDR sel
2576 #      - 10  # NDRPDR sel
2577 #      - 11  # NDRPDR sel
2578 #      - 12  # NDRPDR sel
2579 #    csit-dpdk-perf-verify-2001-2n-skx:
2580 #      - 1   # NDRPDR sel
2581 #      - 2   # NDRPDR sel
2582 #      - 3   # NDRPDR sel
2583 #      - 4   # NDRPDR sel
2584 #      - 5   # NDRPDR sel
2585 #      - 6   # NDRPDR sel
2586 #      - 7   # NDRPDR sel
2587 #      - 8   # NDRPDR sel
2588 #      - 9   # NDRPDR sel
2589 #      - 10  # NDRPDR sel
2590 #      - 11  # NDRPDR sel
2591 #      - 13  # NDRPDR sel
2592 #      - 26  # NDRPDR sel
2593 #      - 16  # NDRPDR sel
2594 #      - 17  # NDRPDR sel
2595 #      - 18  # NDRPDR sel
2596 #      - 19  # NDRPDR sel
2597 #      - 27  # NDRPDR sel
2598 #      - 21  # NDRPDR sel
2599 #      - 25  # NDRPDR sel
2600
2601     csit-dpdk-perf-verify-2001-2n-clx:
2602       - 15  # NDRPDR sel
2603       - 16  # NDRPDR sel
2604       - 17  # NDRPDR sel
2605       - 18  # NDRPDR sel
2606       - 19  # NDRPDR sel
2607       - 20  # NDRPDR sel
2608       - 21  # NDRPDR sel
2609       - 22  # NDRPDR sel
2610       - 23  # NDRPDR sel
2611       - 24  # NDRPDR sel
2612       - 25  # NDRPDR sel
2613       - 26  # NDRPDR sel
2614       - 27  # NDRPDR sel
2615       - 28  # NDRPDR sel
2616       - 29  # NDRPDR sel
2617       - 30  # NDRPDR sel
2618       - 31  # NDRPDR sel
2619       - 32  # NDRPDR sel
2620       - 33  # NDRPDR sel
2621       - 34  # NDRPDR sel
2622
2623     csit-dpdk-perf-verify-2001-2n-dnv:
2624       - 9   # NDRPDR sel
2625       - 10  # NDRPDR sel
2626       - 11  # NDRPDR sel
2627       - 12  # NDRPDR sel
2628       - 13  # NDRPDR sel
2629       - 14  # NDRPDR sel
2630       - 15  # NDRPDR sel
2631       - 16  # NDRPDR sel
2632       - 17  # NDRPDR sel
2633       - 18  # NDRPDR sel
2634
2635     csit-dpdk-perf-verify-2001-3n-dnv:
2636       - 12  # NDRPDR sel
2637       - 13  # NDRPDR sel
2638       - 14  # NDRPDR sel
2639       - 15  # NDRPDR sel
2640       - 16  # NDRPDR sel
2641       - 17  # NDRPDR sel
2642       - 18  # NDRPDR sel
2643       - 19  # NDRPDR sel
2644       - 20  # NDRPDR sel
2645       - 22  # NDRPDR sel
2646
2647     csit-dpdk-perf-verify-2001-3n-tsh:
2648       - 3   # NDRPDR sel
2649       - 4   # NDRPDR sel
2650       - 5   # NDRPDR sel
2651       - 9   # NDRPDR sel
2652       - 10  # NDRPDR sel
2653       - 11  # NDRPDR sel
2654       - 12  # NDRPDR sel
2655       - 14  # NDRPDR sel
2656       - 15  # NDRPDR sel
2657       - 18  # NDRPDR sel
2658
2659     csit-vpp-device-2001-ubuntu1804-1n-skx:
2660       - 57
2661
2662 - type: "output"
2663   output: "report"
2664   format:
2665     html:
2666     - full
2667 #    pdf:
2668 #    - minimal
2669
2670 ################################################################################
2671 ###                               T A B L E S                                ###
2672 ################################################################################
2673
2674 ## VPP Soak vs NDR - 2n-skx
2675 #- type: "table"
2676 #  title: "VPP Soak vs NDR 2n-skx"
2677 #  algorithm: "table_soak_vs_ndr"
2678 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2679 #  reference:
2680 #    title: "NDR"
2681 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2682 #  compare:
2683 #    title: "Soak"
2684 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2685 #  data: "vpp-soak-vs-ndr-2n-skx"
2686 #  include-tests: "NDR"
2687 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2688 #  parameters:
2689 #    - "throughput"
2690 #    - "name"
2691 #    - "parent"
2692
2693 # VPP Soak vs NDR - 2n-clx
2694 - type: "table"
2695   title: "VPP Soak vs NDR 2n-clx"
2696   algorithm: "table_soak_vs_ndr"
2697   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2698   reference:
2699     title: "NDR"
2700     data: "vpp-soak-vs-ndr-2n-clx-ref"
2701   compare:
2702     title: "Soak"
2703     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2704   data: "vpp-soak-vs-ndr-2n-clx"
2705   include-tests: "NDR"
2706   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2707   parameters:
2708     - "throughput"
2709     - "name"
2710     - "parent"
2711
2712 ################################################################################
2713
2714 ## VPP Compare NICs 3n-skx 2t1c ndr
2715 #- type: "table"
2716 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2717 #  algorithm: "table_nics_comparison"
2718 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2719 #  reference:
2720 #    title: "x710"
2721 #    nic: "NIC_Intel-X710"
2722 #  compare:
2723 #    title: "xxv710"
2724 #    nic: "NIC_Intel-XXV710"
2725 #  data: "vpp-nic-comparison-3n-skx"
2726 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2727 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2728 #  parameters:
2729 #  - "name"
2730 #  - "parent"
2731 #  - "throughput"
2732 #  - "tags"
2733 #
2734 ## VPP Compare NICs 3n-skx 4t2c ndr
2735 #- type: "table"
2736 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2737 #  algorithm: "table_nics_comparison"
2738 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2739 #  reference:
2740 #    title: "x710"
2741 #    nic: "NIC_Intel-X710"
2742 #  compare:
2743 #    title: "xxv710"
2744 #    nic: "NIC_Intel-XXV710"
2745 #  data: "vpp-nic-comparison-3n-skx"
2746 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2747 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2748 #  parameters:
2749 #  - "name"
2750 #  - "parent"
2751 #  - "throughput"
2752 #  - "tags"
2753 #
2754 ## VPP Compare NICs 3n-skx 2t1c pdr
2755 #- type: "table"
2756 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2757 #  algorithm: "table_nics_comparison"
2758 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2759 #  reference:
2760 #    title: "x710"
2761 #    nic: "NIC_Intel-X710"
2762 #  compare:
2763 #    title: "xxv710"
2764 #    nic: "NIC_Intel-XXV710"
2765 #  data: "vpp-nic-comparison-3n-skx"
2766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2767 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2768 #  parameters:
2769 #  - "name"
2770 #  - "parent"
2771 #  - "throughput"
2772 #  - "tags"
2773 #
2774 # # VPP Compare NICs 3n-skx 4t2c pdr
2775 #- type: "table"
2776 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2777 #  algorithm: "table_nics_comparison"
2778 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2779 #  reference:
2780 #    title: "x710"
2781 #    nic: "NIC_Intel-X710"
2782 #  compare:
2783 #    title: "xxv710"
2784 #    nic: "NIC_Intel-XXV710"
2785 #  data: "vpp-nic-comparison-3n-skx"
2786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2787 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2788 #  parameters:
2789 #  - "name"
2790 #  - "parent"
2791 #  - "throughput"
2792 #  - "tags"
2793 #
2794 ## VPP Compare NICs 3n-skx 2t1c mrr
2795 #- type: "table"
2796 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2797 #  algorithm: "table_nics_comparison"
2798 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2799 #  reference:
2800 #    title: "x710"
2801 #    nic: "NIC_Intel-X710"
2802 #  compare:
2803 #    title: "xxv710"
2804 #    nic: "NIC_Intel-XXV710"
2805 #  data: "vpp-nic-comparison-3n-skx-mrr"
2806 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2807 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2808 #  parameters:
2809 #  - "name"
2810 #  - "parent"
2811 #  - "result"
2812 #  - "tags"
2813 #
2814 ## VPP Compare NICs 3n-skx 4t2c mrr
2815 #- type: "table"
2816 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2817 #  algorithm: "table_nics_comparison"
2818 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2819 #  reference:
2820 #    title: "x710"
2821 #    nic: "NIC_Intel-X710"
2822 #  compare:
2823 #    title: "xxv710"
2824 #    nic: "NIC_Intel-XXV710"
2825 #  data: "vpp-nic-comparison-3n-skx-mrr"
2826 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2827 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2828 #  parameters:
2829 #  - "name"
2830 #  - "parent"
2831 #  - "result"
2832 #  - "tags"
2833 #
2834 # # VPP Compare NICs 3n-skx 8t4c mrr
2835 #- type: "table"
2836 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2837 #  algorithm: "table_nics_comparison"
2838 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2839 #  reference:
2840 #    title: "x710"
2841 #    nic: "NIC_Intel-X710"
2842 #  compare:
2843 #    title: "xxv710"
2844 #    nic: "NIC_Intel-XXV710"
2845 #  data: "vpp-nic-comparison-3n-skx-mrr"
2846 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2847 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2848 #  parameters:
2849 #  - "name"
2850 #  - "parent"
2851 #  - "result"
2852 #  - "tags"
2853
2854 # VPP Compare NICs 2n-skx 2t1c ndr
2855 - type: "table"
2856   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2857   algorithm: "table_nics_comparison"
2858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2859   reference:
2860     title: "x710"
2861     nic: "NIC_Intel-X710"
2862   compare:
2863     title: "xxv710"
2864     nic: "NIC_Intel-XXV710"
2865   data: "vpp-nic-comparison-2n-skx"
2866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2867   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2868   parameters:
2869   - "name"
2870   - "parent"
2871   - "throughput"
2872   - "tags"
2873
2874 # VPP Compare NICs 2n-skx 4t2c ndr
2875 - type: "table"
2876   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2877   algorithm: "table_nics_comparison"
2878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2879   reference:
2880     title: "x710"
2881     nic: "NIC_Intel-X710"
2882   compare:
2883     title: "xxv710"
2884     nic: "NIC_Intel-XXV710"
2885   data: "vpp-nic-comparison-2n-skx"
2886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2887   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2888   parameters:
2889   - "name"
2890   - "parent"
2891   - "throughput"
2892   - "tags"
2893
2894  # VPP Compare NICs 2n-skx 2t1c pdr
2895 - type: "table"
2896   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2897   algorithm: "table_nics_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2899   reference:
2900     title: "x710"
2901     nic: "NIC_Intel-X710"
2902   compare:
2903     title: "xxv710"
2904     nic: "NIC_Intel-XXV710"
2905   data: "vpp-nic-comparison-2n-skx"
2906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2907   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2908   parameters:
2909   - "name"
2910   - "parent"
2911   - "throughput"
2912   - "tags"
2913
2914 # VPP Compare NICs 2n-skx 4t2c pdr
2915 - type: "table"
2916   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2917   algorithm: "table_nics_comparison"
2918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2919   reference:
2920     title: "x710"
2921     nic: "NIC_Intel-X710"
2922   compare:
2923     title: "xxv710"
2924     nic: "NIC_Intel-XXV710"
2925   data: "vpp-nic-comparison-2n-skx"
2926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2927   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2928   parameters:
2929   - "name"
2930   - "parent"
2931   - "throughput"
2932   - "tags"
2933
2934 ## VPP Compare NICs 2n-skx 2t1c mrr
2935 #- type: "table"
2936 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2937 #  algorithm: "table_nics_comparison"
2938 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2939 #  reference:
2940 #    title: "x710"
2941 #    nic: "NIC_Intel-X710"
2942 #  compare:
2943 #    title: "xxv710"
2944 #    nic: "NIC_Intel-XXV710"
2945 #  data: "vpp-nic-comparison-2n-skx-mrr"
2946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2947 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2948 #  parameters:
2949 #  - "name"
2950 #  - "parent"
2951 #  - "result"
2952 #  - "tags"
2953 #
2954 ## VPP Compare NICs 2n-skx 4t2c mrr
2955 #- type: "table"
2956 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2957 #  algorithm: "table_nics_comparison"
2958 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2959 #  reference:
2960 #    title: "x710"
2961 #    nic: "NIC_Intel-X710"
2962 #  compare:
2963 #    title: "xxv710"
2964 #    nic: "NIC_Intel-XXV710"
2965 #  data: "vpp-nic-comparison-2n-skx-mrr"
2966 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2967 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2968 #  parameters:
2969 #  - "name"
2970 #  - "parent"
2971 #  - "result"
2972 #  - "tags"
2973 #
2974 ## VPP Compare NICs 2n-skx 8t4c mrr
2975 #- type: "table"
2976 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2977 #  algorithm: "table_nics_comparison"
2978 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2979 #  reference:
2980 #    title: "x710"
2981 #    nic: "NIC_Intel-X710"
2982 #  compare:
2983 #    title: "xxv710"
2984 #    nic: "NIC_Intel-XXV710"
2985 #  data: "vpp-nic-comparison-2n-skx-mrr"
2986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2987 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2988 #  parameters:
2989 #  - "name"
2990 #  - "parent"
2991 #  - "result"
2992 #  - "tags"
2993
2994 ################################################################################
2995 # VPP
2996
2997 # VPP Performance Changes 3n-hsw 1t1c pdr
2998 - type: "table"
2999   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3000   algorithm: "table_perf_comparison"
3001   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3002   history:
3003     - title: "rls1904"
3004       data: "vpp-performance-changes-3n-hsw-h1"
3005   reference:
3006     title: "rls1908"
3007     data: "vpp-performance-changes-3n-hsw-ref"
3008     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3009   compare:
3010     title: "rls2001"
3011     data: "vpp-performance-changes-3n-hsw-cmp"
3012   data: "vpp-performance-changes-3n-hsw"
3013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3014   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3015   parameters:
3016   - "name"
3017   - "parent"
3018   - "throughput"
3019
3020 # VPP Performance Changes 3n-hsw 2t2c pdr
3021 - type: "table"
3022   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3023   algorithm: "table_perf_comparison"
3024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3025   history:
3026     - title: "rls1904"
3027       data: "vpp-performance-changes-3n-hsw-h1"
3028   reference:
3029     title: "rls1908"
3030     data: "vpp-performance-changes-3n-hsw-ref"
3031     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3032   compare:
3033     title: "rls2001"
3034     data: "vpp-performance-changes-3n-hsw-cmp"
3035   data: "vpp-performance-changes-3n-hsw"
3036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3037   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "throughput"
3042
3043 # VPP Performance Changes 3n-hsw 1t1c ndr
3044 - type: "table"
3045   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3046   algorithm: "table_perf_comparison"
3047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3048   history:
3049     - title: "rls1904"
3050       data: "vpp-performance-changes-3n-hsw-h1"
3051   reference:
3052     title: "rls1908"
3053     data: "vpp-performance-changes-3n-hsw-ref"
3054     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3055   compare:
3056     title: "rls2001"
3057     data: "vpp-performance-changes-3n-hsw-cmp"
3058   data: "vpp-performance-changes-3n-hsw"
3059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3060   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3061   parameters:
3062   - "name"
3063   - "parent"
3064   - "throughput"
3065
3066 # VPP Performance Changes 3n-hsw 2t2c ndr
3067 - type: "table"
3068   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3069   algorithm: "table_perf_comparison"
3070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3071   history:
3072     - title: "rls1904"
3073       data: "vpp-performance-changes-3n-hsw-h1"
3074   reference:
3075     title: "rls1908"
3076     data: "vpp-performance-changes-3n-hsw-ref"
3077     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3078   compare:
3079     title: "rls2001"
3080     data: "vpp-performance-changes-3n-hsw-cmp"
3081   data: "vpp-performance-changes-3n-hsw"
3082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3083   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3084   parameters:
3085   - "name"
3086   - "parent"
3087   - "throughput"
3088
3089 ## VPP Performance Changes 3n-skx 2t1c pdr
3090 #- type: "table"
3091 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3092 #  algorithm: "table_perf_comparison_nic"
3093 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3094 #  history:
3095 #    - title: "rls1904 x710"
3096 #      data: "vpp-performance-changes-3n-skx-h1"
3097 #      nic: "NIC_Intel-X710"
3098 #  reference:
3099 #    title: "rls1908 xxv710"
3100 #    data: "vpp-performance-changes-3n-skx-ref"
3101 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3102 #    nic: "NIC_Intel-XXV710"
3103 #  compare:
3104 #    title: "rls2001 xxv710"
3105 #    data: "vpp-performance-changes-3n-skx-cmp"
3106 #    nic: "NIC_Intel-XXV710"
3107 #  data: "vpp-performance-changes-3n-skx"
3108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3109 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3110 #  parameters:
3111 #  - "name"
3112 #  - "parent"
3113 #  - "throughput"
3114 #  - "tags"
3115 #
3116 ## VPP Performance Changes 3n-skx 4t2c pdr
3117 #- type: "table"
3118 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3119 #  algorithm: "table_perf_comparison_nic"
3120 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3121 #  history:
3122 #    - title: "rls1904 x710"
3123 #      data: "vpp-performance-changes-3n-skx-h1"
3124 #      nic: "NIC_Intel-X710"
3125 #  reference:
3126 #    title: "rls1908 x710"
3127 #    data: "vpp-performance-changes-3n-skx-ref"
3128 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3129 #    nic: "NIC_Intel-X710"
3130 #  compare:
3131 #    title: "rls2001 xxv710"
3132 #    data: "vpp-performance-changes-3n-skx-cmp"
3133 #    nic: "NIC_Intel-XXV710"
3134 #  data: "vpp-performance-changes-3n-skx"
3135 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3136 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3137 #  parameters:
3138 #  - "name"
3139 #  - "parent"
3140 #  - "throughput"
3141 #  - "tags"
3142 #
3143 ## VPP Performance Changes 3n-skx 2t1c ndr
3144 #- type: "table"
3145 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3146 #  algorithm: "table_perf_comparison_nic"
3147 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3148 #  history:
3149 #    - title: "rls1904 x710"
3150 #      data: "vpp-performance-changes-3n-skx-h1"
3151 #      nic: "NIC_Intel-X710"
3152 #  reference:
3153 #    title: "rls1908 x710"
3154 #    data: "vpp-performance-changes-3n-skx-ref"
3155 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3156 #    nic: "NIC_Intel-X710"
3157 #  compare:
3158 #    title: "rls2001 xxv710"
3159 #    data: "vpp-performance-changes-3n-skx-cmp"
3160 #    nic: "NIC_Intel-XXV710"
3161 #  data: "vpp-performance-changes-3n-skx"
3162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3163 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3164 #  parameters:
3165 #  - "name"
3166 #  - "parent"
3167 #  - "throughput"
3168 #  - "tags"
3169 #
3170 ## VPP Performance Changes 3n-skx 4t2c ndr
3171 #- type: "table"
3172 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3173 #  algorithm: "table_perf_comparison_nic"
3174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3175 #  history:
3176 #    - title: "rls1904 x710"
3177 #      data: "vpp-performance-changes-3n-skx-h1"
3178 #      nic: "NIC_Intel-X710"
3179 #  reference:
3180 #    title: "rls1908 x710"
3181 #    data: "vpp-performance-changes-3n-skx-ref"
3182 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3183 #    nic: "NIC_Intel-X710"
3184 #  compare:
3185 #    title: "rls2001 xxv710"
3186 #    data: "vpp-performance-changes-3n-skx-cmp"
3187 #    nic: "NIC_Intel-XXV710"
3188 #  data: "vpp-performance-changes-3n-skx"
3189 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3190 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3191 #  parameters:
3192 #  - "name"
3193 #  - "parent"
3194 #  - "throughput"
3195 #  - "tags"
3196
3197 # VPP Performance Changes 2n-skx 2t1c pdr
3198 - type: "table"
3199   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3200   algorithm: "table_perf_comparison_nic"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3202   history:
3203     - title: "rls1904 x710"
3204       data: "vpp-performance-changes-2n-skx-h1"
3205       nic: "NIC_Intel-X710"
3206   reference:
3207     title: "rls1908 xxv710"
3208     data: "vpp-performance-changes-2n-skx-ref"
3209 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3210     nic: "NIC_Intel-XXV710"
3211   compare:
3212     title: "rls2001 xxv710"
3213     data: "vpp-performance-changes-2n-skx-cmp"
3214     nic: "NIC_Intel-XXV710"
3215   data: "vpp-performance-changes-2n-skx"
3216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3217   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3218   parameters:
3219   - "name"
3220   - "parent"
3221   - "throughput"
3222   - "tags"
3223
3224 # VPP Performance Changes 2n-skx 4t2c pdr
3225 - type: "table"
3226   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3227   algorithm: "table_perf_comparison_nic"
3228   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3229   history:
3230     - title: "rls1904 x710"
3231       data: "vpp-performance-changes-2n-skx-h1"
3232       nic: "NIC_Intel-X710"
3233   reference:
3234     title: "rls1908 xxv710"
3235     data: "vpp-performance-changes-2n-skx-ref"
3236     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3237     nic: "NIC_Intel-XXV710"
3238   compare:
3239     title: "rls2001 xxv710"
3240     data: "vpp-performance-changes-2n-skx-cmp"
3241     nic: "NIC_Intel-XXV710"
3242   data: "vpp-performance-changes-2n-skx"
3243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3244   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3245   parameters:
3246   - "name"
3247   - "parent"
3248   - "throughput"
3249   - "tags"
3250
3251 # VPP Performance Changes 2n-skx 2t1c ndr
3252 - type: "table"
3253   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3254   algorithm: "table_perf_comparison_nic"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3256   history:
3257     - title: "rls1904 x710"
3258       data: "vpp-performance-changes-2n-skx-h1"
3259       nic: "NIC_Intel-X710"
3260   reference:
3261     title: "rls1908 xxv710"
3262     data: "vpp-performance-changes-2n-skx-ref"
3263     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3264     nic: "NIC_Intel-XXV710"
3265   compare:
3266     title: "rls2001 xxv710"
3267     data: "vpp-performance-changes-2n-skx-cmp"
3268     nic: "NIC_Intel-XXV710"
3269   data: "vpp-performance-changes-2n-skx"
3270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3271   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "throughput"
3276   - "tags"
3277
3278 # VPP Performance Changes 2n-skx 4t2c ndr
3279 - type: "table"
3280   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3281   algorithm: "table_perf_comparison_nic"
3282   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3283   history:
3284     - title: "rls1904 x710"
3285       data: "vpp-performance-changes-2n-skx-h1"
3286       nic: "NIC_Intel-X710"
3287   reference:
3288     title: "rls1908 xxv710"
3289     data: "vpp-performance-changes-2n-skx-ref"
3290     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3291     nic: "NIC_Intel-XXV710"
3292   compare:
3293     title: "rls2001 xxv710"
3294     data: "vpp-performance-changes-2n-skx-cmp"
3295     nic: "NIC_Intel-XXV710"
3296   data: "vpp-performance-changes-2n-skx"
3297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "throughput"
3303   - "tags"
3304
3305 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3306 #- type: "table"
3307 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3308 #  algorithm: "table_perf_comparison"
3309 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3310 #  reference:
3311 #    title: "rls1908"
3312 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3313 #  compare:
3314 #    title: "rls2001"
3315 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3316 #  data: "vpp-performance-changes-nfv-2n-skx"
3317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3318 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3319 #  parameters:
3320 #  - "name"
3321 #  - "parent"
3322 #  - "throughput"
3323 #  - "tags"
3324 #
3325 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3326 #- type: "table"
3327 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3328 #  algorithm: "table_perf_comparison"
3329 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3330 #  reference:
3331 #    title: "rls1908"
3332 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3333 #  compare:
3334 #    title: "rls2001"
3335 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3336 #  data: "vpp-performance-changes-nfv-2n-skx"
3337 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3338 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3339 #  parameters:
3340 #  - "name"
3341 #  - "parent"
3342 #  - "throughput"
3343 #  - "tags"
3344 #
3345 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3346 #- type: "table"
3347 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3348 #  algorithm: "table_perf_comparison"
3349 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3350 #  reference:
3351 #    title: "rls1908"
3352 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3353 #  compare:
3354 #    title: "rls2001"
3355 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3356 #  data: "vpp-performance-changes-nfv-2n-skx"
3357 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3358 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3359 #  parameters:
3360 #  - "name"
3361 #  - "parent"
3362 #  - "throughput"
3363 #  - "tags"
3364 #
3365 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3366 #- type: "table"
3367 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3368 #  algorithm: "table_perf_comparison"
3369 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3370 #  reference:
3371 #    title: "rls1908"
3372 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3373 #  compare:
3374 #    title: "rls2001"
3375 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3376 #  data: "vpp-performance-changes-nfv-2n-skx"
3377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3378 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3379 #  parameters:
3380 #  - "name"
3381 #  - "parent"
3382 #  - "throughput"
3383 #  - "tags"
3384
3385 # VPP Performance Changes 2n-dnv 1t1c pdr
3386 - type: "table"
3387   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3388   algorithm: "table_perf_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3390   reference:
3391     title: "rls1908"
3392     data: "vpp-performance-changes-2n-dnv-ref"
3393   compare:
3394     title: "rls2001"
3395     data: "vpp-performance-changes-2n-dnv-cmp"
3396   data: "vpp-performance-changes-2n-dnv"
3397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'1T1C'"
3399   parameters:
3400   - "name"
3401   - "parent"
3402   - "throughput"
3403   - "tags"
3404
3405 # VPP Performance Changes 2n-dnv 2t2c pdr
3406 - type: "table"
3407   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3408   algorithm: "table_perf_comparison"
3409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3410   reference:
3411     title: "rls1908"
3412     data: "vpp-performance-changes-2n-dnv-ref"
3413   compare:
3414     title: "rls2001"
3415     data: "vpp-performance-changes-2n-dnv-cmp"
3416   data: "vpp-performance-changes-2n-dnv"
3417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'2T2C'"
3419   parameters:
3420   - "name"
3421   - "parent"
3422   - "throughput"
3423   - "tags"
3424
3425 # VPP Performance Changes 2n-dnv 1t1c ndr
3426 - type: "table"
3427   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3428   algorithm: "table_perf_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3430   reference:
3431     title: "rls1908"
3432     data: "vpp-performance-changes-2n-dnv-ref"
3433   compare:
3434     title: "rls2001"
3435     data: "vpp-performance-changes-2n-dnv-cmp"
3436   data: "vpp-performance-changes-2n-dnv"
3437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3438   filter: "'1T1C'"
3439   parameters:
3440   - "name"
3441   - "parent"
3442   - "throughput"
3443   - "tags"
3444
3445 # VPP Performance Changes 2n-dnv 2t2c ndr
3446 - type: "table"
3447   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3448   algorithm: "table_perf_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3450   reference:
3451     title: "rls1908 "
3452     data: "vpp-performance-changes-2n-dnv-ref"
3453   compare:
3454     title: "rls2001"
3455     data: "vpp-performance-changes-2n-dnv-cmp"
3456   data: "vpp-performance-changes-2n-dnv"
3457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3458   filter: "'2T2C'"
3459   parameters:
3460   - "name"
3461   - "parent"
3462   - "throughput"
3463   - "tags"
3464
3465 # VPP Performance Changes 3n-dnv 1t1c pdr
3466 - type: "table"
3467   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3468   algorithm: "table_perf_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3470   reference:
3471     title: "rls1908"
3472     data: "vpp-performance-changes-3n-dnv-ref"
3473   compare:
3474     title: "rls2001"
3475     data: "vpp-performance-changes-3n-dnv-cmp"
3476   data: "vpp-performance-changes-3n-dnv"
3477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3478   filter: "'1T1C'"
3479   parameters:
3480   - "name"
3481   - "parent"
3482   - "throughput"
3483   - "tags"
3484
3485 # VPP Performance Changes 3n-dnv 2t2c pdr
3486 - type: "table"
3487   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3488   algorithm: "table_perf_comparison"
3489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3490   reference:
3491     title: "rls1908"
3492     data: "vpp-performance-changes-3n-dnv-ref"
3493   compare:
3494     title: "rls2001"
3495     data: "vpp-performance-changes-3n-dnv-cmp"
3496   data: "vpp-performance-changes-3n-dnv"
3497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498   filter: "'2T2C'"
3499   parameters:
3500   - "name"
3501   - "parent"
3502   - "throughput"
3503   - "tags"
3504
3505 # VPP Performance Changes 3n-dnv 1t1c ndr
3506 - type: "table"
3507   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3508   algorithm: "table_perf_comparison"
3509   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3510   reference:
3511     title: "rls1908"
3512     data: "vpp-performance-changes-3n-dnv-ref"
3513   compare:
3514     title: "rls2001"
3515     data: "vpp-performance-changes-3n-dnv-cmp"
3516   data: "vpp-performance-changes-3n-dnv"
3517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3518   filter: "'1T1C'"
3519   parameters:
3520   - "name"
3521   - "parent"
3522   - "throughput"
3523   - "tags"
3524
3525 # VPP Performance Changes 3n-dnv 2t2c ndr
3526 - type: "table"
3527   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3528   algorithm: "table_perf_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3530   reference:
3531     title: "rls1908"
3532     data: "vpp-performance-changes-3n-dnv-ref"
3533   compare:
3534     title: "rls2001"
3535     data: "vpp-performance-changes-3n-dnv-cmp"
3536   data: "vpp-performance-changes-3n-dnv"
3537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3538   filter: "'2T2C'"
3539   parameters:
3540   - "name"
3541   - "parent"
3542   - "throughput"
3543   - "tags"
3544
3545 # VPP Performance Changes 3n-tsh 1t1c pdr
3546 - type: "table"
3547   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3548   algorithm: "table_perf_comparison"
3549   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3550   reference:
3551     title: "rls1908"
3552     data: "vpp-performance-changes-3n-tsh-ref"
3553   compare:
3554     title: "rls2001"
3555     data: "vpp-performance-changes-3n-tsh-cmp"
3556   data: "vpp-performance-changes-3n-tsh"
3557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3558   filter: "'1T1C'"
3559   parameters:
3560   - "name"
3561   - "parent"
3562   - "throughput"
3563   - "tags"
3564
3565 # VPP Performance Changes 3n-tsh 2t2c pdr
3566 - type: "table"
3567   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3568   algorithm: "table_perf_comparison"
3569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3570   reference:
3571     title: "rls1908"
3572     data: "vpp-performance-changes-3n-tsh-ref"
3573   compare:
3574     title: "rls2001"
3575     data: "vpp-performance-changes-3n-tsh-cmp"
3576   data: "vpp-performance-changes-3n-tsh"
3577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'2T2C'"
3579   parameters:
3580   - "name"
3581   - "parent"
3582   - "throughput"
3583   - "tags"
3584
3585 # VPP Performance Changes 3n-tsh 1t1c ndr
3586 - type: "table"
3587   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3588   algorithm: "table_perf_comparison"
3589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3590   reference:
3591     title: "rls1908"
3592     data: "vpp-performance-changes-3n-tsh-ref"
3593   compare:
3594     title: "rls2001"
3595     data: "vpp-performance-changes-3n-tsh-cmp"
3596   data: "vpp-performance-changes-3n-tsh"
3597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3598   filter: "'1T1C'"
3599   parameters:
3600   - "name"
3601   - "parent"
3602   - "throughput"
3603   - "tags"
3604
3605 # VPP Performance Changes 3n-tsh 2t2c ndr
3606 - type: "table"
3607   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3608   algorithm: "table_perf_comparison"
3609   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3610   reference:
3611     title: "rls1908"
3612     data: "vpp-performance-changes-3n-tsh-ref"
3613   compare:
3614     title: "rls2001"
3615     data: "vpp-performance-changes-3n-tsh-cmp"
3616   data: "vpp-performance-changes-3n-tsh"
3617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3618   filter: "'2T2C'"
3619   parameters:
3620   - "name"
3621   - "parent"
3622   - "throughput"
3623   - "tags"
3624
3625 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3626 #- type: "table"
3627 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3628 #  algorithm: "table_perf_comparison_nic"
3629 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3630 #  reference:
3631 #    title: "3n-hsw xl710"
3632 #    data: "vpp-compare-testbeds-ref"
3633 #    nic: "NIC_Intel-XL710"
3634 #  compare:
3635 #    title: "3n-skx xxv710"
3636 #    data: "vpp-compare-testbeds-cmp"
3637 #    nic: "NIC_Intel-XXV710"
3638 #  data: "vpp-compare-testbeds"
3639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3640 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3641 #  parameters:
3642 #  - "name"
3643 #  - "parent"
3644 #  - "throughput"
3645 #  - "tags"
3646 #
3647 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3648 #- type: "table"
3649 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3650 #  algorithm: "table_perf_comparison_nic"
3651 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3652 #  reference:
3653 #    title: "3n-hsw xl710"
3654 #    data: "vpp-compare-testbeds-ref"
3655 #    nic: "NIC_Intel-XL710"
3656 #  compare:
3657 #    title: "3n-skx xxv710"
3658 #    data: "vpp-compare-testbeds-cmp"
3659 #    nic: "NIC_Intel-XXV710"
3660 #  data: "vpp-compare-testbeds"
3661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3662 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3663 #  parameters:
3664 #  - "name"
3665 #  - "parent"
3666 #  - "throughput"
3667 #  - "tags"
3668 #
3669 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3670 #- type: "table"
3671 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3672 #  algorithm: "table_perf_comparison_nic"
3673 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3674 #  reference:
3675 #    title: "3n-hsw xl710"
3676 #    data: "vpp-compare-testbeds-ref"
3677 #    nic: "NIC_Intel-XL710"
3678 #  compare:
3679 #    title: "3n-skx xxv710"
3680 #    data: "vpp-compare-testbeds-cmp"
3681 #    nic: "NIC_Intel-XXV710"
3682 #  data: "vpp-compare-testbeds"
3683 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3684 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3685 #  parameters:
3686 #  - "name"
3687 #  - "parent"
3688 #  - "throughput"
3689 #  - "tags"
3690 #
3691 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3692 #- type: "table"
3693 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3694 #  algorithm: "table_perf_comparison_nic"
3695 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3696 #  reference:
3697 #    title: "3n-hsw xl710"
3698 #    data: "vpp-compare-testbeds-ref"
3699 #    nic: "NIC_Intel-XL710"
3700 #  compare:
3701 #    title: "3n-skx xxv710"
3702 #    data: "vpp-compare-testbeds-cmp"
3703 #    nic: "NIC_Intel-XXV710"
3704 #  data: "vpp-compare-testbeds"
3705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3706 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3707 #  parameters:
3708 #  - "name"
3709 #  - "parent"
3710 #  - "throughput"
3711 #  - "tags"
3712
3713 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3714 - type: "table"
3715   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3716   algorithm: "table_perf_comparison"
3717   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3718   reference:
3719     title: "2n-skx"
3720     data: "vpp-compare-testbeds-skx-clx-ref"
3721   compare:
3722     title: "2n-clx"
3723     data: "vpp-compare-testbeds-skx-clx-cmp"
3724   data: "vpp-compare-testbeds-skx-clx"
3725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'2T1C'"
3727   parameters:
3728   - "name"
3729   - "parent"
3730   - "throughput"
3731   - "tags"
3732
3733 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3734 - type: "table"
3735   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3736   algorithm: "table_perf_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3738   reference:
3739     title: "2n-skx"
3740     data: "vpp-compare-testbeds-skx-clx-ref"
3741   compare:
3742     title: "2n-clx"
3743     data: "vpp-compare-testbeds-skx-clx-cmp"
3744   data: "vpp-compare-testbeds-skx-clx"
3745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3746   filter: "'4T2C'"
3747   parameters:
3748   - "name"
3749   - "parent"
3750   - "throughput"
3751   - "tags"
3752
3753 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3754 - type: "table"
3755   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3756   algorithm: "table_perf_comparison"
3757   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3758   reference:
3759     title: "2n-skx"
3760     data: "vpp-compare-testbeds-skx-clx-ref"
3761   compare:
3762     title: "2n-clx"
3763     data: "vpp-compare-testbeds-skx-clx-cmp"
3764   data: "vpp-compare-testbeds-skx-clx"
3765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766   filter: "'2T1C'"
3767   parameters:
3768   - "name"
3769   - "parent"
3770   - "throughput"
3771   - "tags"
3772
3773 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3774 - type: "table"
3775   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3776   algorithm: "table_perf_comparison"
3777   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3778   reference:
3779     title: "2n-skx"
3780     data: "vpp-compare-testbeds-skx-clx-ref"
3781   compare:
3782     title: "2n-clx"
3783     data: "vpp-compare-testbeds-skx-clx-cmp"
3784   data: "vpp-compare-testbeds-skx-clx"
3785   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3786   filter: "'4T2C'"
3787   parameters:
3788   - "name"
3789   - "parent"
3790   - "throughput"
3791   - "tags"
3792
3793 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3794 - type: "table"
3795   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3796   algorithm: "table_perf_comparison_nic"
3797   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3798   reference:
3799     title: "3n-hsw xl710"
3800     data: "vpp-compare-testbeds-hsw-clx-ref"
3801     nic: "NIC_Intel-XL710"
3802   compare:
3803     title: "2n-clx xxv710"
3804     data: "vpp-compare-testbeds-hsw-clx-cmp"
3805     nic: "NIC_Intel-XXV710"
3806   data: "vpp-compare-testbeds-hsw-clx"
3807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3808   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "throughput"
3813   - "tags"
3814
3815 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3816 - type: "table"
3817   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3818   algorithm: "table_perf_comparison_nic"
3819   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3820   reference:
3821     title: "3n-hsw xl710"
3822     data: "vpp-compare-testbeds-hsw-clx-ref"
3823     nic: "NIC_Intel-XL710"
3824   compare:
3825     title: "2n-clx xxv710"
3826     data: "vpp-compare-testbeds-hsw-clx-cmp"
3827     nic: "NIC_Intel-XXV710"
3828   data: "vpp-compare-testbeds-hsw-clx"
3829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3830   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3831   parameters:
3832   - "name"
3833   - "parent"
3834   - "throughput"
3835   - "tags"
3836
3837 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3838 - type: "table"
3839   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3840   algorithm: "table_perf_comparison_nic"
3841   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3842   reference:
3843     title: "3n-hsw xl710"
3844     data: "vpp-compare-testbeds-hsw-clx-ref"
3845     nic: "NIC_Intel-XL710"
3846   compare:
3847     title: "2n-clx xxv710"
3848     data: "vpp-compare-testbeds-hsw-clx-cmp"
3849     nic: "NIC_Intel-XXV710"
3850   data: "vpp-compare-testbeds-hsw-clx"
3851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3852   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3853   parameters:
3854   - "name"
3855   - "parent"
3856   - "throughput"
3857   - "tags"
3858
3859 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3860 - type: "table"
3861   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3862   algorithm: "table_perf_comparison_nic"
3863   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3864   reference:
3865     title: "3n-hsw xl710"
3866     data: "vpp-compare-testbeds-hsw-clx-ref"
3867     nic: "NIC_Intel-XL710"
3868   compare:
3869     title: "2n-clx xxv710"
3870     data: "vpp-compare-testbeds-hsw-clx-cmp"
3871     nic: "NIC_Intel-XXV710"
3872   data: "vpp-compare-testbeds-hsw-clx"
3873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3874   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3875   parameters:
3876   - "name"
3877   - "parent"
3878   - "throughput"
3879   - "tags"
3880
3881 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3882 #- type: "table"
3883 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3884 #  algorithm: "table_perf_comparison"
3885 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3886 #  reference:
3887 #    title: "3-Node Skx"
3888 #    data: "vpp-compare-topologies-ref"
3889 #  compare:
3890 #    title: "2-Node Skx"
3891 #    data: "vpp-compare-topologies-cmp"
3892 #  data: "vpp-compare-topologies"
3893 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3894 #  filter: "'NDRPDR' and '1C'"
3895 #  parameters:
3896 #  - "name"
3897 #  - "parent"
3898 #  - "throughput"
3899 #
3900 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3901 #- type: "table"
3902 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3903 #  algorithm: "table_perf_comparison"
3904 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3905 #  reference:
3906 #    title: "3-Node Skx"
3907 #    data: "vpp-compare-topologies-ref"
3908 #  compare:
3909 #    title: "2-Node Skx"
3910 #    data: "vpp-compare-topologies-cmp"
3911 #  data: "vpp-compare-topologies"
3912 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3913 #  filter: "'NDRPDR' and '2C'"
3914 #  parameters:
3915 #  - "name"
3916 #  - "parent"
3917 #  - "throughput"
3918 #
3919 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3920 #- type: "table"
3921 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3922 #  algorithm: "table_perf_comparison"
3923 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3924 #  reference:
3925 #    title: "3-Node Skx"
3926 #    data: "vpp-compare-topologies-ref"
3927 #  compare:
3928 #    title: "2-Node Skx"
3929 #    data: "vpp-compare-topologies-cmp"
3930 #  data: "vpp-compare-topologies"
3931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3932 #  filter: "'NDRPDR' and '1C'"
3933 #  parameters:
3934 #  - "name"
3935 #  - "parent"
3936 #  - "throughput"
3937 #
3938 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3939 #- type: "table"
3940 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3941 #  algorithm: "table_perf_comparison"
3942 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3943 #  reference:
3944 #    title: "3-Node Skx"
3945 #    data: "vpp-compare-topologies-ref"
3946 #  compare:
3947 #    title: "2-Node Skx"
3948 #    data: "vpp-compare-topologies-cmp"
3949 #  data: "vpp-compare-topologies"
3950 #  include-tests: "PDR"
3951 #  filter: "'NDRPDR' and '2C'"
3952 #  parameters:
3953 #  - "name"
3954 #  - "parent"
3955 #  - "throughput"
3956
3957 # VPP Performance Changes 3n-hsw 1t1c MRR
3958 - type: "table"
3959   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3960   algorithm: "table_perf_comparison"
3961   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3962   history:
3963     - title: "rls1904"
3964       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3965   reference:
3966     title: "rls1908"
3967     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3968   compare:
3969     title: "rls2001"
3970     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3971   data: "vpp-performance-changes-3n-hsw-mrr"
3972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3973   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3974   parameters:
3975   - "name"
3976   - "parent"
3977   - "result"
3978
3979 # VPP Performance Changes 3n-hsw 2t2c MRR
3980 - type: "table"
3981   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3982   algorithm: "table_perf_comparison"
3983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3984   history:
3985     - title: "rls1904"
3986       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3987   reference:
3988     title: "rls1908"
3989     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3990   compare:
3991     title: "rls2001"
3992     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3993   data: "vpp-performance-changes-3n-hsw-mrr"
3994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3995   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3996   parameters:
3997   - "name"
3998   - "parent"
3999   - "result"
4000
4001 # VPP Performance Changes 3n-hsw 4t4c MRR
4002 - type: "table"
4003   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4004   algorithm: "table_perf_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4006   history:
4007     - title: "rls1904"
4008       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4009   reference:
4010     title: "rls1908"
4011     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4012   compare:
4013     title: "rls2001"
4014     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4015   data: "vpp-performance-changes-3n-hsw-mrr"
4016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4017   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4018   parameters:
4019   - "name"
4020   - "parent"
4021   - "result"
4022
4023 ## VPP Performance Changes 3n-skx 2t1c MRR
4024 #- type: "table"
4025 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4026 #  algorithm: "table_perf_comparison"
4027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4028 #  history:
4029 #    - title: "rls1904"
4030 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4031 #  reference:
4032 #    title: "rls1908"
4033 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4034 #  compare:
4035 #    title: "rls2001"
4036 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4037 #  data: "vpp-performance-changes-3n-skx-mrr"
4038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4039 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4040 #  parameters:
4041 #  - "name"
4042 #  - "parent"
4043 #  - "result"
4044 #
4045 ## VPP Performance Changes 3n-skx 4t2c MRR
4046 #- type: "table"
4047 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4048 #  algorithm: "table_perf_comparison"
4049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4050 #  history:
4051 #    - title: "rls1904"
4052 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4053 #  reference:
4054 #    title: "rls1908"
4055 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4056 #  compare:
4057 #    title: "rls2001"
4058 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4059 #  data: "vpp-performance-changes-3n-skx-mrr"
4060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4061 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4062 #  parameters:
4063 #  - "name"
4064 #  - "parent"
4065 #  - "result"
4066 #
4067 ## VPP Performance Changes 3n-skx 8t4c MRR
4068 #- type: "table"
4069 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4070 #  algorithm: "table_perf_comparison"
4071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4072 #  history:
4073 #    - title: "rls1904"
4074 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4075 #  reference:
4076 #    title: "rls1908"
4077 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4078 #  compare:
4079 #    title: "rls2001"
4080 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4081 #  data: "vpp-performance-changes-3n-skx-mrr"
4082 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4083 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4084 #  parameters:
4085 #  - "name"
4086 #  - "parent"
4087 #  - "result"
4088 #
4089 ## VPP Performance Changes 2n-skx 2t1c MRR
4090 #- type: "table"
4091 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4092 #  algorithm: "table_perf_comparison"
4093 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4094 #  history:
4095 #    - title: "rls1904"
4096 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4097 #  reference:
4098 #    title: "rls1908"
4099 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4100 #  compare:
4101 #    title: "rls2001"
4102 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4103 #  data: "vpp-performance-changes-2n-skx-mrr"
4104 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4105 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4106 #  parameters:
4107 #  - "name"
4108 #  - "parent"
4109 #  - "result"
4110 #
4111 ## VPP Performance Changes 2n-skx 4t2c MRR
4112 #- type: "table"
4113 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4114 #  algorithm: "table_perf_comparison"
4115 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4116 #  history:
4117 #    - title: "rls1904"
4118 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4119 #  reference:
4120 #    title: "rls1908"
4121 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4122 #  compare:
4123 #    title: "rls2001"
4124 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4125 #  data: "vpp-performance-changes-2n-skx-mrr"
4126 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4127 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4128 #  parameters:
4129 #  - "name"
4130 #  - "parent"
4131 #  - "result"
4132 #
4133 ## VPP Performance Changes 2n-skx 8t4c MRR
4134 #- type: "table"
4135 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4136 #  algorithm: "table_perf_comparison"
4137 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4138 #  history:
4139 #    - title: "rls1904"
4140 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4141 #  reference:
4142 #    title: "rls1908"
4143 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4144 #  compare:
4145 #    title: "rls2001"
4146 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4147 #  data: "vpp-performance-changes-2n-skx-mrr"
4148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4149 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4150 #  parameters:
4151 #  - "name"
4152 #  - "parent"
4153 #  - "result"
4154 #
4155 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4156 #- type: "table"
4157 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4158 #  algorithm: "table_perf_comparison"
4159 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4160 #  reference:
4161 #    title: "rls1908"
4162 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4163 #  compare:
4164 #    title: "rls2001"
4165 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4166 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4167 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4168 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4169 #  parameters:
4170 #  - "name"
4171 #  - "parent"
4172 #  - "result"
4173 #
4174 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4175 #- type: "table"
4176 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4177 #  algorithm: "table_perf_comparison"
4178 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4179 #  reference:
4180 #    title: "rls1908"
4181 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4182 #  compare:
4183 #    title: "rls2001"
4184 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4185 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4186 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4187 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4188 #  parameters:
4189 #  - "name"
4190 #  - "parent"
4191 #  - "result"
4192 #
4193 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4194 #- type: "table"
4195 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4196 #  algorithm: "table_perf_comparison"
4197 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4198 #  reference:
4199 #    title: "rls1908"
4200 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4201 #  compare:
4202 #    title: "rls2001"
4203 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4204 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4205 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4206 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4207 #  parameters:
4208 #  - "name"
4209 #  - "parent"
4210 #  - "result"
4211
4212 # VPP Performance Changes 2n-dnv 1t1c MRR
4213 - type: "table"
4214   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4215   algorithm: "table_perf_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4217   reference:
4218     title: "rls1908"
4219     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4220   compare:
4221     title: "rls2001"
4222     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4223   data: "vpp-performance-changes-2n-dnv-mrr"
4224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4225   filter: "'1T1C' and 'MRR'"
4226   parameters:
4227   - "name"
4228   - "parent"
4229   - "result"
4230
4231 # VPP Performance Changes 2n-dnv 2t2c MRR
4232 - type: "table"
4233   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4234   algorithm: "table_perf_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4236   reference:
4237     title: "rls1908"
4238     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4239   compare:
4240     title: "rls2001"
4241     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4242   data: "vpp-performance-changes-2n-dnv-mrr"
4243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4244   filter: "'2T2C' and 'MRR'"
4245   parameters:
4246   - "name"
4247   - "parent"
4248   - "result"
4249
4250 # VPP Performance Changes 2n-dnv 4t4c MRR
4251 - type: "table"
4252   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4253   algorithm: "table_perf_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4255   reference:
4256     title: "rls1908"
4257     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4258   compare:
4259     title: "rls2001"
4260     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4261   data: "vpp-performance-changes-2n-dnv-mrr"
4262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4263   filter: "'4T4C' and 'MRR'"
4264   parameters:
4265   - "name"
4266   - "parent"
4267   - "result"
4268
4269 # VPP Performance Changes 3n-dnv 1t1c MRR
4270 - type: "table"
4271   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4272   algorithm: "table_perf_comparison"
4273   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4274   reference:
4275     title: "rls1908"
4276     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4277   compare:
4278     title: "rls2001"
4279     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4280   data: "vpp-performance-changes-3n-dnv-mrr"
4281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4282   filter: "'1T1C' and 'MRR'"
4283   parameters:
4284   - "name"
4285   - "parent"
4286   - "result"
4287
4288 # VPP Performance Changes 3n-dnv 2t2c MRR
4289 - type: "table"
4290   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4291   algorithm: "table_perf_comparison"
4292   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4293   reference:
4294     title: "rls1908"
4295     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4296   compare:
4297     title: "rls2001"
4298     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4299   data: "vpp-performance-changes-3n-dnv-mrr"
4300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4301   filter: "'2T2C' and 'MRR'"
4302   parameters:
4303   - "name"
4304   - "parent"
4305   - "result"
4306
4307 # VPP Performance Changes 3n-dnv 4t4c MRR
4308 - type: "table"
4309   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4310   algorithm: "table_perf_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4312   reference:
4313     title: "rls1908"
4314     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4315   compare:
4316     title: "rls2001"
4317     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4318   data: "vpp-performance-changes-3n-dnv-mrr"
4319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4320   filter: "'4T4C' and 'MRR'"
4321   parameters:
4322   - "name"
4323   - "parent"
4324   - "result"
4325
4326 # VPP Performance Changes 3n-tsh 1t1c MRR
4327 - type: "table"
4328   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4329   algorithm: "table_perf_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4331   reference:
4332     title: "rls1908"
4333     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4334   compare:
4335     title: "rls2001"
4336     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4337   data: "vpp-performance-changes-3n-tsh-mrr"
4338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4339   filter: "'1T1C' and 'MRR'"
4340   parameters:
4341   - "name"
4342   - "parent"
4343   - "result"
4344
4345 # VPP Performance Changes 3n-tsh 2t2c MRR
4346 - type: "table"
4347   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4348   algorithm: "table_perf_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4350   reference:
4351     title: "rls1908"
4352     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4353   compare:
4354     title: "rls2001"
4355     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4356   data: "vpp-performance-changes-3n-tsh-mrr"
4357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4358   filter: "'2T2C' and 'MRR'"
4359   parameters:
4360   - "name"
4361   - "parent"
4362   - "result"
4363
4364 # VPP Performance Changes 3n-tsh 4t4c MRR
4365 - type: "table"
4366   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4367   algorithm: "table_perf_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4369   reference:
4370     title: "rls1908"
4371     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4372   compare:
4373     title: "rls2001"
4374     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4375   data: "vpp-performance-changes-3n-tsh-mrr"
4376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4377   filter: "'4T4C' and 'MRR'"
4378   parameters:
4379   - "name"
4380   - "parent"
4381   - "result"
4382
4383 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4384 #- type: "table"
4385 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4386 #  algorithm: "table_perf_comparison_nic"
4387 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4388 #  reference:
4389 #    title: "3n-hsw xl710"
4390 #    data: "vpp-compare-testbeds-mrr-ref"
4391 #    nic: "NIC_Intel-XL710"
4392 #  compare:
4393 #    title: "3n-skx xxv710"
4394 #    data: "vpp-compare-testbeds-mrr-cmp"
4395 #    nic: "NIC_Intel-XXV710"
4396 #  data: "vpp-compare-testbeds-mrr"
4397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4398 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4399 #  parameters:
4400 #  - "name"
4401 #  - "parent"
4402 #  - "result"
4403 #  - "tags"
4404 #
4405 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4406 #- type: "table"
4407 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4408 #  algorithm: "table_perf_comparison_nic"
4409 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4410 #  reference:
4411 #    title: "3n-hsw xl710"
4412 #    data: "vpp-compare-testbeds-mrr-ref"
4413 #    nic: "NIC_Intel-XL710"
4414 #  compare:
4415 #    title: "3n-skx xxv710"
4416 #    data: "vpp-compare-testbeds-mrr-cmp"
4417 #    nic: "NIC_Intel-XXV710"
4418 #  data: "vpp-compare-testbeds-mrr"
4419 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4420 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4421 #  parameters:
4422 #  - "name"
4423 #  - "parent"
4424 #  - "result"
4425 #  - "tags"
4426 #
4427 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4428 #- type: "table"
4429 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4430 #  algorithm: "table_perf_comparison_nic"
4431 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4432 #  reference:
4433 #    title: "3n-hsw xl710"
4434 #    data: "vpp-compare-testbeds-mrr-ref"
4435 #    nic: "NIC_Intel-XL710"
4436 #  compare:
4437 #    title: "3n-skx xxv710"
4438 #    data: "vpp-compare-testbeds-mrr-cmp"
4439 #    nic: "NIC_Intel-XXV710"
4440 #  data: "vpp-compare-testbeds-mrr"
4441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4442 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4443 #  parameters:
4444 #  - "name"
4445 #  - "parent"
4446 #  - "result"
4447 #  - "tags"
4448
4449 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4450 #- type: "table"
4451 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4452 #  algorithm: "table_perf_comparison"
4453 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4454 #  reference:
4455 #    title: "2n-skx"
4456 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4457 #  compare:
4458 #    title: "2n-clx"
4459 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4460 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4461 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4462 #  filter: "'2T1C'"
4463 #  parameters:
4464 #  - "name"
4465 #  - "parent"
4466 #  - "result"
4467 #  - "tags"
4468 #
4469 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4470 #- type: "table"
4471 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4472 #  algorithm: "table_perf_comparison"
4473 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4474 #  reference:
4475 #    title: "2n-skx"
4476 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4477 #  compare:
4478 #    title: "2n-clx"
4479 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4480 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4482 #  filter: "'4T2C'"
4483 #  parameters:
4484 #  - "name"
4485 #  - "parent"
4486 #  - "result"
4487 #  - "tags"
4488 #
4489 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4490 #- type: "table"
4491 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4492 #  algorithm: "table_perf_comparison"
4493 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4494 #  reference:
4495 #    title: "2n-skx"
4496 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4497 #  compare:
4498 #    title: "2n-clx"
4499 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4500 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4501 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4502 #  filter: "'8T4C'"
4503 #  parameters:
4504 #  - "name"
4505 #  - "parent"
4506 #  - "result"
4507 #  - "tags"
4508 #
4509 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4510 #- type: "table"
4511 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4512 #  algorithm: "table_perf_comparison"
4513 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4514 #  reference:
4515 #    title: "3-Node Skx"
4516 #    data: "vpp-compare-topologies-mrr-ref"
4517 #  compare:
4518 #    title: "2-Node Skx"
4519 #    data: "vpp-compare-topologies-mrr-cmp"
4520 #  data: "vpp-compare-topologies-mrr"
4521 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4522 #  filter: "'MRR' and '1C'"
4523 #  parameters:
4524 #  - "name"
4525 #  - "parent"
4526 #  - "result"
4527 #
4528 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4529 #- type: "table"
4530 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4531 #  algorithm: "table_perf_comparison"
4532 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4533 #  reference:
4534 #    title: "3-Node Skx"
4535 #    data: "vpp-compare-topologies-mrr-ref"
4536 #  compare:
4537 #    title: "2-Node Skx"
4538 #    data: "vpp-compare-topologies-mrr-cmp"
4539 #  data: "vpp-compare-topologies-mrr"
4540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4541 #  filter: "'MRR' and '2C'"
4542 #  parameters:
4543 #  - "name"
4544 #  - "parent"
4545 #  - "result"
4546 #
4547 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4548 #- type: "table"
4549 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4550 #  algorithm: "table_perf_comparison"
4551 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4552 #  reference:
4553 #    title: "3-Node Skx"
4554 #    data: "vpp-compare-topologies-mrr-ref"
4555 #  compare:
4556 #    title: "2-Node Skx"
4557 #    data: "vpp-compare-topologies-mrr-cmp"
4558 #  data: "vpp-compare-topologies-mrr"
4559 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4560 #  filter: "'MRR' and '4C'"
4561 #  parameters:
4562 #  - "name"
4563 #  - "parent"
4564 #  - "result"
4565
4566 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4567 - type: "table"
4568   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4569   algorithm: "table_perf_comparison_nic"
4570   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4571   reference:
4572     title: "3n-hsw xl710"
4573     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4574     nic: "NIC_Intel-XL710"
4575   compare:
4576     title: "2n-clx xxv710"
4577     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4578     nic: "NIC_Intel-XXV710"
4579   data: "vpp-compare-testbeds-mrr-hsw-clx"
4580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4581   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4582   parameters:
4583   - "name"
4584   - "parent"
4585   - "result"
4586   - "tags"
4587
4588 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4589 - type: "table"
4590   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4591   algorithm: "table_perf_comparison_nic"
4592   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4593   reference:
4594     title: "3n-hsw xl710"
4595     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4596     nic: "NIC_Intel-XL710"
4597   compare:
4598     title: "2n-clx xxv710"
4599     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4600     nic: "NIC_Intel-XXV710"
4601   data: "vpp-compare-testbeds-mrr-hsw-clx"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4604   parameters:
4605   - "name"
4606   - "parent"
4607   - "result"
4608   - "tags"
4609
4610 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4611 - type: "table"
4612   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4613   algorithm: "table_perf_comparison_nic"
4614   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4615   reference:
4616     title: "3n-hsw xl710"
4617     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4618     nic: "NIC_Intel-XL710"
4619   compare:
4620     title: "2n-clx xxv710"
4621     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4622     nic: "NIC_Intel-XXV710"
4623   data: "vpp-compare-testbeds-mrr-hsw-clx"
4624   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4625   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4626   parameters:
4627   - "name"
4628   - "parent"
4629   - "result"
4630   - "tags"
4631
4632 # Detailed Test Results - VPP Performance Results 3n-hsw
4633 - type: "table"
4634   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4635   algorithm: "table_merged_details"
4636   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4637   columns:
4638   - title: " |prein| Test Name |preout| "
4639     data: "data name"
4640   - 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| "
4641     data: "data msg"
4642   data: "vpp-perf-results-3n-hsw"
4643   filter: "all"
4644   parameters:
4645   - "name"
4646   - "parent"
4647   - "msg"
4648
4649 ## Detailed Test Results - VPP Performance Results 3n-skx
4650 #- type: "table"
4651 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4652 #  algorithm: "table_merged_details"
4653 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4654 #  columns:
4655 #  - title: " |prein| Test Name |preout| "
4656 #    data: "data name"
4657 #  - 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| "
4658 #    data: "data msg"
4659 #  data: "vpp-perf-results-3n-skx"
4660 #  filter: "all"
4661 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
4662 #  parameters:
4663 #  - "name"
4664 #  - "parent"
4665 #  - "msg"
4666
4667 # Detailed Test Results - VPP Performance Results 2n-skx
4668 - type: "table"
4669   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4670   algorithm: "table_merged_details"
4671   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4672   columns:
4673   - title: " |prein| Test Name |preout| "
4674     data: "data name"
4675   - 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| "
4676     data: "data msg"
4677   data: "vpp-perf-results-2n-skx"
4678   filter: "all"
4679   remove-ndr: True  # Temporary solution: remove NDR results from test message
4680   parameters:
4681   - "name"
4682   - "parent"
4683   - "msg"
4684
4685 # Detailed Test Results - VPP Performance Results 2n-clx
4686 - type: "table"
4687   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4688   algorithm: "table_merged_details"
4689   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4690   columns:
4691   - title: " |prein| Test Name |preout| "
4692     data: "data name"
4693   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4694     data: "data msg"
4695   data: "vpp-perf-results-2n-clx"
4696   filter: "all"
4697   parameters:
4698   - "name"
4699   - "parent"
4700   - "msg"
4701
4702 # Detailed Test Results - VPP Performance Results 3n-tsh
4703 - type: "table"
4704   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4705   algorithm: "table_merged_details"
4706   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4707   columns:
4708   - title: " |prein| Test Name |preout| "
4709     data: "data name"
4710   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4711     data: "data msg"
4712   data: "vpp-perf-results-3n-tsh"
4713   filter: "all"
4714   parameters:
4715   - "name"
4716   - "parent"
4717   - "msg"
4718
4719 # Detailed Test Results - VPP Performance Results 3n-dnv
4720 - type: "table"
4721   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4722   algorithm: "table_merged_details"
4723   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4724   columns:
4725   - title: " |prein| Test Name |preout| "
4726     data: "data name"
4727   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4728     data: "data msg"
4729   data: "vpp-perf-results-3n-dnv"
4730   filter: "all"
4731   parameters:
4732   - "name"
4733   - "parent"
4734   - "msg"
4735
4736 # Detailed Test Results - VPP Performance Results 2n-dnv
4737 - type: "table"
4738   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4739   algorithm: "table_merged_details"
4740   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4741   columns:
4742   - title: " |prein| Test Name |preout| "
4743     data: "data name"
4744   - 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| "
4745     data: "data msg"
4746   data: "vpp-perf-results-2n-dnv"
4747   filter: "all"
4748   parameters:
4749   - "name"
4750   - "parent"
4751   - "msg"
4752
4753 # Test configuration - VPP Performance Test Configs 3n-hsw
4754 - type: "table"
4755   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4756   algorithm: "table_merged_details"
4757   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4758   columns:
4759   - title: " |prein| Test Name |preout| "
4760     data: "data name"
4761   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4762     data: "data conf-history"
4763   data: "vpp-perf-results-3n-hsw"
4764   filter: "all"
4765   parameters:
4766   - "parent"
4767   - "name"
4768   - "conf-history"
4769
4770 ## Test configuration - VPP Performance Test Configs 3n-skx
4771 #- type: "table"
4772 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4773 #  algorithm: "table_merged_details"
4774 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4775 #  columns:
4776 #  - title: " |prein| Test Name |preout| "
4777 #    data: "data name"
4778 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4779 #    data: "data conf-history"
4780 #  data: "vpp-perf-results-3n-skx"
4781 #  filter: "all"
4782 #  parameters:
4783 #  - "parent"
4784 #  - "name"
4785 #  - "conf-history"
4786 #
4787 ## Test configuration - VPP Performance Test Configs 2n-skx
4788 #- type: "table"
4789 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4790 #  algorithm: "table_merged_details"
4791 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4792 #  columns:
4793 #  - title: " |prein| Test Name |preout| "
4794 #    data: "data name"
4795 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4796 #    data: "data conf-history"
4797 #  data: "vpp-perf-results-2n-skx"
4798 #  filter: "all"
4799 #  parameters:
4800 #  - "parent"
4801 #  - "name"
4802 #  - "conf-history"
4803
4804 # Test configuration - VPP Performance Test Configs 2n-clx
4805 - type: "table"
4806   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4807   algorithm: "table_merged_details"
4808   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4809   columns:
4810   - title: " |prein| Test Name |preout| "
4811     data: "data name"
4812   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4813     data: "data conf-history"
4814   data: "vpp-perf-results-2n-clx"
4815   filter: "all"
4816   parameters:
4817   - "parent"
4818   - "name"
4819   - "conf-history"
4820
4821 # Test configuration - VPP Performance Test Configs 3n-tsh
4822 - type: "table"
4823   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4824   algorithm: "table_merged_details"
4825   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4826   columns:
4827   - title: " |prein| Test Name |preout| "
4828     data: "data name"
4829   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4830     data: "data conf-history"
4831   data: "vpp-perf-results-3n-tsh"
4832   filter: "all"
4833   parameters:
4834   - "parent"
4835   - "name"
4836   - "conf-history"
4837
4838 # Test configuration - VPP Performance Test Configs 3n-dnv
4839 - type: "table"
4840   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4841   algorithm: "table_merged_details"
4842   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4843   columns:
4844   - title: " |prein| Test Name |preout| "
4845     data: "data name"
4846   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4847     data: "data conf-history"
4848   data: "vpp-perf-results-3n-dnv"
4849   filter: "all"
4850   parameters:
4851   - "parent"
4852   - "name"
4853   - "conf-history"
4854
4855 # Test configuration - VPP Performance Test Configs 2n-dnv
4856 - type: "table"
4857   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4858   algorithm: "table_merged_details"
4859   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4860   columns:
4861   - title: " |prein| Test Name |preout| "
4862     data: "data name"
4863   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4864     data: "data conf-history"
4865   data: "vpp-perf-results-2n-dnv"
4866   filter: "all"
4867   parameters:
4868   - "parent"
4869   - "name"
4870   - "conf-history"
4871
4872 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4873 - type: "table"
4874   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4875   algorithm: "table_oper_data_html"
4876   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4877   data: "vpp-perf-results-3n-hsw"
4878   filter: "all"
4879
4880 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4881 #- type: "table"
4882 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4883 #  algorithm: "table_oper_data_html"
4884 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4885 #  data: "vpp-perf-results-3n-skx"
4886 #  filter: "all"
4887 #
4888 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4889 #- type: "table"
4890 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4891 #  algorithm: "table_oper_data_html"
4892 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4893 #  data: "vpp-perf-results-2n-skx"
4894 #  filter: "all"
4895
4896 # Test Operational Data - VPP Performance Operational Data 2n-clx
4897 - type: "table"
4898   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4899   algorithm: "table_oper_data_html"
4900   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4901   data: "vpp-perf-results-2n-clx"
4902   filter: "all"
4903
4904 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4905 - type: "table"
4906   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4907   algorithm: "table_oper_data_html"
4908   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4909   data: "vpp-perf-results-3n-tsh"
4910   filter: "all"
4911
4912 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4913 - type: "table"
4914   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4915   algorithm: "table_oper_data_html"
4916   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4917   data: "vpp-perf-results-3n-dnv"
4918   filter: "all"
4919
4920 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4921 - type: "table"
4922   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4923   algorithm: "table_oper_data_html"
4924   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4925   data: "vpp-perf-results-2n-dnv"
4926   filter: "all"
4927
4928 # Detailed Test Results - VPP MRR Results 3n-hsw
4929 - type: "table"
4930   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4931   algorithm: "table_merged_details"
4932   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4933   columns:
4934   - title: " |prein| Test Name |preout| "
4935     data: "data name"
4936   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4937     data: "data msg"
4938   data: "vpp-mrr-results-3n-hsw"
4939   filter: "all"
4940   parameters:
4941   - "name"
4942   - "parent"
4943   - "msg"
4944
4945 ## Detailed Test Results - VPP MRR Results 3n-skx
4946 #- type: "table"
4947 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4948 #  algorithm: "table_merged_details"
4949 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
4950 #  columns:
4951 #  - title: " |prein| Test Name |preout| "
4952 #    data: "data name"
4953 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4954 #    data: "data msg"
4955 #  data: "vpp-mrr-results-3n-skx"
4956 #  filter: "all"
4957 #  parameters:
4958 #  - "name"
4959 #  - "parent"
4960 #  - "msg"
4961 #
4962 ## Detailed Test Results - VPP MRR Results 2n-skx
4963 #- type: "table"
4964 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4965 #  algorithm: "table_merged_details"
4966 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
4967 #  columns:
4968 #  - title: " |prein| Test Name |preout| "
4969 #    data: "data name"
4970 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4971 #    data: "data msg"
4972 #  data: "vpp-mrr-results-2n-skx"
4973 #  filter: "all"
4974 #  parameters:
4975 #  - "name"
4976 #  - "parent"
4977 #  - "msg"
4978
4979 # Detailed Test Results - VPP MRR Results 2n-clx
4980 - type: "table"
4981   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4982   algorithm: "table_merged_details"
4983   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
4984   columns:
4985   - title: " |prein| Test Name |preout| "
4986     data: "data name"
4987   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4988     data: "data msg"
4989   data: "vpp-mrr-results-2n-clx"
4990   filter: "all"
4991   parameters:
4992   - "name"
4993   - "parent"
4994   - "msg"
4995
4996 # Detailed Test Results - VPP MRR Results 3n-tsh
4997 - type: "table"
4998   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4999   algorithm: "table_merged_details"
5000   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5001   columns:
5002   - title: " |prein| Test Name |preout| "
5003     data: "data name"
5004   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5005     data: "data msg"
5006   data: "vpp-mrr-results-3n-tsh"
5007   filter: "all"
5008   parameters:
5009   - "name"
5010   - "parent"
5011   - "msg"
5012
5013 # Detailed Test Results - VPP MRR Results 3n-dnv
5014 - type: "table"
5015   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5016   algorithm: "table_merged_details"
5017   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5018   columns:
5019   - title: " |prein| Test Name |preout| "
5020     data: "data name"
5021   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5022     data: "data msg"
5023   data: "vpp-mrr-results-3n-dnv"
5024   filter: "all"
5025   parameters:
5026   - "name"
5027   - "parent"
5028   - "msg"
5029
5030 # Detailed Test Results - VPP MRR Results 2n-dnv
5031 - type: "table"
5032   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5033   algorithm: "table_merged_details"
5034   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5035   columns:
5036   - title: " |prein| Test Name |preout| "
5037     data: "data name"
5038   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5039     data: "data msg"
5040   data: "vpp-mrr-results-2n-dnv"
5041   filter: "all"
5042   parameters:
5043   - "name"
5044   - "parent"
5045   - "msg"
5046
5047 # Test configuration - VPP MRR Test Configs 3n-hsw
5048 - type: "table"
5049   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5050   algorithm: "table_merged_details"
5051   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5052   columns:
5053   - title: " |prein| Test Name |preout| "
5054     data: "data name"
5055   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5056     data: "data conf-history"
5057   data: "vpp-mrr-results-3n-hsw"
5058   filter: "all"
5059   parameters:
5060   - "parent"
5061   - "name"
5062   - "conf-history"
5063
5064 ## Test configuration - VPP MRR Test Configs 3n-skx
5065 #- type: "table"
5066 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5067 #  algorithm: "table_merged_details"
5068 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5069 #  columns:
5070 #  - title: " |prein| Test Name |preout| "
5071 #    data: "data name"
5072 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5073 #    data: "data conf-history"
5074 #  data: "vpp-mrr-results-3n-skx"
5075 #  filter: "all"
5076 #  parameters:
5077 #  - "parent"
5078 #  - "name"
5079 #  - "conf-history"
5080 #
5081 ## Test configuration - VPP MRR Test Configs 2n-skx
5082 #- type: "table"
5083 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5084 #  algorithm: "table_merged_details"
5085 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5086 #  columns:
5087 #  - title: " |prein| Test Name |preout| "
5088 #    data: "data name"
5089 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5090 #    data: "data conf-history"
5091 #  data: "vpp-mrr-results-2n-skx"
5092 #  filter: "all"
5093 #  parameters:
5094 #  - "parent"
5095 #  - "name"
5096 #  - "conf-history"
5097
5098 # Test configuration - VPP MRR Test Configs 2n-clx
5099 - type: "table"
5100   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5101   algorithm: "table_merged_details"
5102   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5103   columns:
5104   - title: " |prein| Test Name |preout| "
5105     data: "data name"
5106   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5107     data: "data conf-history"
5108   data: "vpp-mrr-results-2n-clx"
5109   filter: "all"
5110   parameters:
5111   - "parent"
5112   - "name"
5113   - "conf-history"
5114
5115 # Test configuration - VPP MRR Test Configs 3n-tsh
5116 - type: "table"
5117   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5118   algorithm: "table_merged_details"
5119   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5120   columns:
5121   - title: " |prein| Test Name |preout| "
5122     data: "data name"
5123   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5124     data: "data conf-history"
5125   data: "vpp-mrr-results-3n-tsh"
5126   filter: "all"
5127   parameters:
5128   - "parent"
5129   - "name"
5130   - "conf-history"
5131
5132 # Test configuration - VPP MRR Test Configs 3n-dnv
5133 - type: "table"
5134   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5135   algorithm: "table_merged_details"
5136   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5137   columns:
5138   - title: " |prein| Test Name |preout| "
5139     data: "data name"
5140   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5141     data: "data conf-history"
5142   data: "vpp-mrr-results-3n-dnv"
5143   filter: "all"
5144   parameters:
5145   - "parent"
5146   - "name"
5147   - "conf-history"
5148
5149 # Test configuration - VPP MRR Test Configs 2n-dnv
5150 - type: "table"
5151   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5152   algorithm: "table_merged_details"
5153   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5154   columns:
5155   - title: " |prein| Test Name |preout| "
5156     data: "data name"
5157   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5158     data: "data conf-history"
5159   data: "vpp-mrr-results-2n-dnv"
5160   filter: "all"
5161   parameters:
5162   - "parent"
5163   - "name"
5164   - "conf-history"
5165
5166 # Detailed Test Results - VPP Device Results - Ubuntu
5167 - type: "table"
5168   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5169   algorithm: "table_merged_details"
5170   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5171   columns:
5172   - title: " |prein| Test Name |preout| "
5173     data: "data name"
5174   - title: " |prein| Status |preout| "
5175     data: "data status"
5176   data: "vpp-device-results-ubuntu"
5177   filter: "all"
5178   parameters:
5179   - "name"
5180   - "parent"
5181   - "doc"
5182   - "status"
5183
5184 # Test configuration - VPP Device Test Configs - Ubuntu
5185 - type: "table"
5186   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5187   algorithm: "table_merged_details"
5188   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5189   columns:
5190   - title: " |prein| Test Name |preout| "
5191     data: "data name"
5192   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5193     data: "data conf-history"
5194   data: "vpp-device-results-ubuntu"
5195   filter: "all"
5196   parameters:
5197   - "parent"
5198   - "name"
5199   - "conf-history"
5200
5201 ################################################################################
5202
5203 # DPDK Performance Changes 3n-hsw 1t1c pdr
5204 - type: "table"
5205   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5206   algorithm: "table_perf_comparison"
5207   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5208   history:
5209     - title: "rls1904"
5210       data: "dpdk-performance-changes-3n-hsw-h1"
5211   reference:
5212     title: "rls1908"
5213     data: "dpdk-performance-changes-3n-hsw-ref"
5214   compare:
5215     title: "rls2001"
5216     data: "dpdk-performance-changes-3n-hsw-cmp"
5217   data: "dpdk-performance-changes-3n-hsw"
5218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5219   filter: "'1T1C' and 'NDRPDR'"
5220   parameters:
5221   - "name"
5222   - "parent"
5223   - "throughput"
5224
5225 # DPDK Performance Changes 3n-hsw 2t2c pdr
5226 - type: "table"
5227   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5228   algorithm: "table_perf_comparison"
5229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5230   history:
5231     - title: "rls1904"
5232       data: "dpdk-performance-changes-3n-hsw-h1"
5233   reference:
5234     title: "rls1908"
5235     data: "dpdk-performance-changes-3n-hsw-ref"
5236   compare:
5237     title: "rls2001"
5238     data: "dpdk-performance-changes-3n-hsw-cmp"
5239   data: "dpdk-performance-changes-3n-hsw"
5240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5241   filter: "'2T2C' and 'NDRPDR'"
5242   parameters:
5243   - "name"
5244   - "parent"
5245   - "throughput"
5246
5247 # DPDK Performance Changes 3n-hsw 1t1c ndr
5248 - type: "table"
5249   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5250   algorithm: "table_perf_comparison"
5251   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5252   history:
5253     - title: "rls1904"
5254       data: "dpdk-performance-changes-3n-hsw-h1"
5255   reference:
5256     title: "rls1908"
5257     data: "dpdk-performance-changes-3n-hsw-ref"
5258   compare:
5259     title: "rls2001"
5260     data: "dpdk-performance-changes-3n-hsw-cmp"
5261   data: "dpdk-performance-changes-3n-hsw"
5262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5263   filter: "'1T1C' and 'NDRPDR'"
5264   parameters:
5265   - "name"
5266   - "parent"
5267   - "throughput"
5268
5269 # DPDK Performance Changes 3n-hsw 2t2c ndr
5270 - type: "table"
5271   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5272   algorithm: "table_perf_comparison"
5273   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5274   history:
5275     - title: "rls1904"
5276       data: "dpdk-performance-changes-3n-hsw-h1"
5277   reference:
5278     title: "rls1908"
5279     data: "dpdk-performance-changes-3n-hsw-ref"
5280   compare:
5281     title: "rls2001"
5282     data: "dpdk-performance-changes-3n-hsw-cmp"
5283   data: "dpdk-performance-changes-3n-hsw"
5284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5285   filter: "'2T2C' and 'NDRPDR'"
5286   parameters:
5287   - "name"
5288   - "parent"
5289   - "throughput"
5290
5291 ## DPDK Performance Changes 3n-skx 2t1c pdr
5292 #- type: "table"
5293 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5294 #  algorithm: "table_perf_comparison"
5295 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5296 #  history:
5297 #    - title: "rls1904"
5298 #      data: "dpdk-performance-changes-3n-skx-h1"
5299 #  reference:
5300 #    title: "rls1908"
5301 #    data: "dpdk-performance-changes-3n-skx-ref"
5302 #  compare:
5303 #    title: "rls2001"
5304 #    data: "dpdk-performance-changes-3n-skx-cmp"
5305 #  data: "dpdk-performance-changes-3n-skx"
5306 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5307 #  filter: "'2T1C' and 'NDRPDR'"
5308 #  parameters:
5309 #  - "name"
5310 #  - "parent"
5311 #  - "throughput"
5312 #
5313 ## DPDK Performance Changes 3n-skx 4t2c pdr
5314 #- type: "table"
5315 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5316 #  algorithm: "table_perf_comparison"
5317 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5318 #  history:
5319 #    - title: "rls1904"
5320 #      data: "dpdk-performance-changes-3n-skx-h1"
5321 #  reference:
5322 #    title: "rls1908"
5323 #    data: "dpdk-performance-changes-3n-skx-ref"
5324 #  compare:
5325 #    title: "rls2001"
5326 #    data: "dpdk-performance-changes-3n-skx-cmp"
5327 #  data: "dpdk-performance-changes-3n-skx"
5328 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5329 #  filter: "'4T2C' and 'NDRPDR'"
5330 #  parameters:
5331 #  - "name"
5332 #  - "parent"
5333 #  - "throughput"
5334 #
5335 ## DPDK Performance Changes 3n-skx 2t1c ndr
5336 #- type: "table"
5337 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5338 #  algorithm: "table_perf_comparison"
5339 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5340 #  history:
5341 #    - title: "rls1904"
5342 #      data: "dpdk-performance-changes-3n-skx-h1"
5343 #  reference:
5344 #    title: "rls1908"
5345 #    data: "dpdk-performance-changes-3n-skx-ref"
5346 #  compare:
5347 #    title: "rls2001"
5348 #    data: "dpdk-performance-changes-3n-skx-cmp"
5349 #  data: "dpdk-performance-changes-3n-skx"
5350 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5351 #  filter: "'2T1C' and 'NDRPDR'"
5352 #  parameters:
5353 #  - "name"
5354 #  - "parent"
5355 #  - "throughput"
5356 #
5357 ## DPDK Performance Changes 3n-skx 4t2c ndr
5358 #- type: "table"
5359 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5360 #  algorithm: "table_perf_comparison"
5361 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5362 #  history:
5363 #    - title: "rls1904"
5364 #      data: "dpdk-performance-changes-3n-skx-h1"
5365 #  reference:
5366 #    title: "rls1908"
5367 #    data: "dpdk-performance-changes-3n-skx-ref"
5368 #  compare:
5369 #    title: "rls2001"
5370 #    data: "dpdk-performance-changes-3n-skx-cmp"
5371 #  data: "dpdk-performance-changes-3n-skx"
5372 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5373 #  filter: "'4T2C' and 'NDRPDR'"
5374 #  parameters:
5375 #  - "name"
5376 #  - "parent"
5377 #  - "throughput"
5378 #
5379 ## DPDK Performance Changes 2n-skx 2t1c pdr
5380 #- type: "table"
5381 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5382 #  algorithm: "table_perf_comparison"
5383 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5384 #  history:
5385 #    - title: "rls1904"
5386 #      data: "dpdk-performance-changes-2n-skx-h1"
5387 #  reference:
5388 #    title: "rls1908"
5389 #    data: "dpdk-performance-changes-2n-skx-ref"
5390 #  compare:
5391 #    title: "rls2001"
5392 #    data: "dpdk-performance-changes-2n-skx-cmp"
5393 #  data: "dpdk-performance-changes-2n-skx"
5394 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5395 #  filter: "'2T1C' and 'NDRPDR'"
5396 #  parameters:
5397 #  - "name"
5398 #  - "parent"
5399 #  - "throughput"
5400 #
5401 ## DPDK Performance Changes 2n-skx 4t2c pdr
5402 #- type: "table"
5403 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5404 #  algorithm: "table_perf_comparison"
5405 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5406 #  history:
5407 #    - title: "rls1904"
5408 #      data: "dpdk-performance-changes-2n-skx-h1"
5409 #  reference:
5410 #    title: "rls1908"
5411 #    data: "dpdk-performance-changes-2n-skx-ref"
5412 #  compare:
5413 #    title: "rls2001"
5414 #    data: "dpdk-performance-changes-2n-skx-cmp"
5415 #  data: "dpdk-performance-changes-2n-skx"
5416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5417 #  filter: "'4T2C' and 'NDRPDR'"
5418 #  parameters:
5419 #  - "name"
5420 #  - "parent"
5421 #  - "throughput"
5422 #
5423 ## DPDK Performance Changes 2n-skx 2t1c ndr
5424 #- type: "table"
5425 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5426 #  algorithm: "table_perf_comparison"
5427 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5428 #  history:
5429 #    - title: "rls1904"
5430 #      data: "dpdk-performance-changes-2n-skx-h1"
5431 #  reference:
5432 #    title: "rls1908"
5433 #    data: "dpdk-performance-changes-2n-skx-ref"
5434 #  compare:
5435 #    title: "rls2001"
5436 #    data: "dpdk-performance-changes-2n-skx-cmp"
5437 #  data: "dpdk-performance-changes-2n-skx"
5438 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5439 #  filter: "'2T1C' and 'NDRPDR'"
5440 #  parameters:
5441 #  - "name"
5442 #  - "parent"
5443 #  - "throughput"
5444 #
5445 ## DPDK Performance Changes 2n-skx 4t2c ndr
5446 #- type: "table"
5447 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5448 #  algorithm: "table_perf_comparison"
5449 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5450 #  history:
5451 #    - title: "rls1904"
5452 #      data: "dpdk-performance-changes-2n-skx-h1"
5453 #  reference:
5454 #    title: "rls1908"
5455 #    data: "dpdk-performance-changes-2n-skx-ref"
5456 #  compare:
5457 #    title: "rls2001"
5458 #    data: "dpdk-performance-changes-2n-skx-cmp"
5459 #  data: "dpdk-performance-changes-2n-skx"
5460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5461 #  filter: "'4T2C' and 'NDRPDR'"
5462 #  parameters:
5463 #  - "name"
5464 #  - "parent"
5465 #  - "throughput"
5466 #
5467 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5468 #- type: "table"
5469 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5470 #  algorithm: "table_perf_comparison"
5471 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5472 #  reference:
5473 #    title: "3-Node Hsw"
5474 #    data: "dpdk-compare-testbeds-ref"
5475 #  compare:
5476 #    title: "3-Node Skx"
5477 #    data: "dpdk-compare-testbeds-cmp"
5478 #  data: "dpdk-compare-testbeds"
5479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5480 #  filter: "'NIC_Intel-X710'"
5481 #  parameters:
5482 #  - "name"
5483 #  - "parent"
5484 #  - "throughput"
5485 #
5486 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5487 #- type: "table"
5488 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5489 #  algorithm: "table_perf_comparison"
5490 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5491 #  reference:
5492 #    title: "3-Node Hsw"
5493 #    data: "dpdk-compare-testbeds-ref"
5494 #  compare:
5495 #    title: "3-Node Skx"
5496 #    data: "dpdk-compare-testbeds-cmp"
5497 #  data: "dpdk-compare-testbeds"
5498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5499 #  filter: "'NIC_Intel-X710'"
5500 #  parameters:
5501 #  - "name"
5502 #  - "parent"
5503 #  - "throughput"
5504 #
5505 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5506 #- type: "table"
5507 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5508 #  algorithm: "table_perf_comparison"
5509 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5510 #  reference:
5511 #    title: "2-Node Skx"
5512 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5513 #  compare:
5514 #    title: "2-Node Clx"
5515 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5516 #  data: "dpdk-compare-testbeds-skx-clx"
5517 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518 #  filter: "all"
5519 #  parameters:
5520 #  - "name"
5521 #  - "parent"
5522 #  - "throughput"
5523 #
5524 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5525 #- type: "table"
5526 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5527 #  algorithm: "table_perf_comparison"
5528 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5529 #  reference:
5530 #    title: "2-Node Skx"
5531 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5532 #  compare:
5533 #    title: "2-Node Clx"
5534 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5535 #  data: "dpdk-compare-testbeds-skx-clx"
5536 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5537 #  filter: "all"
5538 #  parameters:
5539 #  - "name"
5540 #  - "parent"
5541 #  - "throughput"
5542 #
5543 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5544 #- type: "table"
5545 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5546 #  algorithm: "table_perf_comparison"
5547 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5548 #  reference:
5549 #    title: "3-Node Skx"
5550 #    data: "dpdk-compare-topologies-ref"
5551 #  compare:
5552 #    title: "2-Node Skx"
5553 #    data: "dpdk-compare-topologies-cmp"
5554 #  data: "dpdk-compare-topologies"
5555 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5556 #  filter: "all"
5557 #  parameters:
5558 #  - "name"
5559 #  - "parent"
5560 #  - "throughput"
5561 #
5562 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5563 #- type: "table"
5564 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5565 #  algorithm: "table_perf_comparison"
5566 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5567 #  reference:
5568 #    title: "3-Node Skx"
5569 #    data: "dpdk-compare-topologies-ref"
5570 #  compare:
5571 #    title: "2-Node Skx"
5572 #    data: "dpdk-compare-topologies-cmp"
5573 #  data: "dpdk-compare-topologies"
5574 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5575 #  filter: "all"
5576 #  parameters:
5577 #  - "name"
5578 #  - "parent"
5579 #  - "throughput"
5580
5581 # Detailed Test Results - DPDK Performance Results 3n-hsw
5582 - type: "table"
5583   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5584   algorithm: "table_merged_details"
5585   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5586   columns:
5587   - title: " |prein| Test Name |preout| "
5588     data: "data name"
5589   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5590     data: "data msg"
5591   data: "dpdk-perf-results-3n-hsw"
5592   filter: "all"
5593   parameters:
5594   - "name"
5595   - "parent"
5596   - "msg"
5597
5598 ## Detailed Test Results - DPDK Performance Results 3n-skx
5599 #- type: "table"
5600 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5601 #  algorithm: "table_merged_details"
5602 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5603 #  columns:
5604 #  - title: " |prein| Test Name |preout| "
5605 #    data: "data name"
5606 #  - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5607 #    data: "data msg"
5608 #  data: "dpdk-perf-results-3n-skx"
5609 #  filter: "all"
5610 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5611 #  parameters:
5612 #  - "name"
5613 #  - "parent"
5614 #  - "msg"
5615 #
5616 ## Detailed Test Results - DPDK Performance Results 2n-skx
5617 #- type: "table"
5618 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5619 #  algorithm: "table_merged_details"
5620 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5621 #  columns:
5622 #  - title: " |prein| Test Name |preout| "
5623 #    data: "data name"
5624 #  - 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| "
5625 #    data: "data msg"
5626 #  data: "dpdk-perf-results-2n-skx"
5627 #  filter: "all"
5628 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5629 #  parameters:
5630 #  - "name"
5631 #  - "parent"
5632 #  - "msg"
5633
5634 # Detailed Test Results - DPDK Performance Results 2n-clx
5635 - type: "table"
5636   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5637   algorithm: "table_merged_details"
5638   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5639   columns:
5640   - title: " |prein| Test Name |preout| "
5641     data: "data name"
5642   - 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| "
5643     data: "data msg"
5644   data: "dpdk-perf-results-2n-clx"
5645   filter: "all"
5646   parameters:
5647   - "name"
5648   - "parent"
5649   - "msg"
5650
5651 # Detailed Test Results - DPDK Performance Results 2n-dnv
5652 - type: "table"
5653   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5654   algorithm: "table_merged_details"
5655   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5656   columns:
5657   - title: " |prein| Test Name |preout| "
5658     data: "data name"
5659   - 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| "
5660     data: "data msg"
5661   data: "dpdk-perf-results-2n-dnv"
5662   filter: "all"
5663   parameters:
5664   - "name"
5665   - "parent"
5666   - "msg"
5667
5668 # Detailed Test Results - DPDK Performance Results 3n-dnv
5669 - type: "table"
5670   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5671   algorithm: "table_merged_details"
5672   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5673   columns:
5674   - title: " |prein| Test Name |preout| "
5675     data: "data name"
5676   - 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| "
5677     data: "data msg"
5678   data: "dpdk-perf-results-3n-dnv"
5679   filter: "all"
5680   parameters:
5681   - "name"
5682   - "parent"
5683   - "msg"
5684
5685 # Detailed Test Results - DPDK Performance Results 3n-tsh
5686 - type: "table"
5687   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5688   algorithm: "table_merged_details"
5689   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5690   columns:
5691   - title: " |prein| Test Name |preout| "
5692     data: "data name"
5693   - 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| "
5694     data: "data msg"
5695   data: "dpdk-perf-results-3n-tsh"
5696   filter: "all"
5697   parameters:
5698   - "name"
5699   - "parent"
5700   - "msg"
5701
5702 ################################################################################
5703 ###                                F I L E S                                 ###
5704 ################################################################################
5705
5706 # VPP Performance Results
5707 - type: "file"
5708   title: "VPP Performance Results"
5709   algorithm: "file_details_split"
5710   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5711   dir-tables:
5712     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5713 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5714     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5715     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5716     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5717     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5718     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5719   data:
5720     - "vpp-perf-results-2n-skx"
5721 #    - "vpp-perf-results-3n-skx"
5722     - "vpp-perf-results-2n-clx"
5723     - "vpp-perf-results-3n-hsw"
5724     - "vpp-perf-results-3n-tsh"
5725     - "vpp-perf-results-2n-dnv"
5726     - "vpp-perf-results-3n-dnv"
5727   filter: "all"
5728   data-start-level: 4
5729   order-chapters:
5730     level-1:
5731       - "l2"
5732       - "ip4"
5733       - "ip6"
5734       - "srv6"
5735       - "ip4_tunnels"
5736       - "ip6_tunnels"
5737       - "vm_vhost"
5738       - "container_memif"
5739       - "crypto"
5740       - "vts"
5741       - "lb"
5742       - "nfv_density"
5743       - "hoststack"
5744     level-2:
5745       - "2n-skx"
5746       - "3n-skx"
5747       - "2n-clx"
5748       - "3n-hsw"
5749       - "3n-tsh"
5750       - "2n-dnv"
5751       - "3n-dnv"
5752     level-3:
5753       - "xl710"
5754       - "x520"
5755       - "xxv710"
5756       - "x710"
5757       - "x553"
5758       - "cx556a"
5759       - "vic1227"
5760       - "vic1385"
5761
5762 # VPP Performance Configuration
5763 - type: "file"
5764   title: "VPP Performance Configuration"
5765   algorithm: "file_details_split"
5766   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5767   dir-tables:
5768     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5769 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5770     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5771     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5772     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5773     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5774     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5775   data:
5776     - "vpp-perf-results-2n-skx"
5777 #    - "vpp-perf-results-3n-skx"
5778     - "vpp-perf-results-2n-clx"
5779     - "vpp-perf-results-3n-hsw"
5780     - "vpp-perf-results-3n-tsh"
5781     - "vpp-perf-results-2n-dnv"
5782     - "vpp-perf-results-3n-dnv"
5783   filter: "all"
5784   data-start-level: 4
5785   order-chapters:
5786     level-1:
5787       - "l2"
5788       - "ip4"
5789       - "ip6"
5790       - "srv6"
5791       - "ip4_tunnels"
5792       - "ip6_tunnels"
5793       - "vm_vhost"
5794       - "container_memif"
5795       - "crypto"
5796       - "vts"
5797       - "lb"
5798       - "nfv_density"
5799       - "hoststack"
5800     level-2:
5801       - "2n-skx"
5802       - "3n-skx"
5803       - "2n-clx"
5804       - "3n-hsw"
5805       - "3n-tsh"
5806       - "2n-dnv"
5807       - "3n-dnv"
5808     level-3:
5809       - "xl710"
5810       - "x520"
5811       - "xxv710"
5812       - "x710"
5813       - "x553"
5814       - "cx556a"
5815       - "vic1227"
5816       - "vic1385"
5817
5818 # VPP Performance Operational
5819 - type: "file"
5820   title: "VPP Performance Operational"
5821   algorithm: "file_details_split_html"
5822   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5823   dir-tables:
5824     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5825 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5826     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5827     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5828     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5829     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5830     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5831   data:
5832     - "vpp-perf-results-2n-skx"
5833 #    - "vpp-perf-results-3n-skx"
5834     - "vpp-perf-results-2n-clx"
5835     - "vpp-perf-results-3n-hsw"
5836     - "vpp-perf-results-3n-tsh"
5837     - "vpp-perf-results-2n-dnv"
5838     - "vpp-perf-results-3n-dnv"
5839   filter: "all"
5840   data-start-level: 4
5841   order-chapters:
5842     level-1:
5843       - "l2"
5844       - "ip4"
5845       - "ip6"
5846       - "srv6"
5847       - "ip4_tunnels"
5848       - "ip6_tunnels"
5849       - "vm_vhost"
5850       - "container_memif"
5851       - "crypto"
5852       - "vts"
5853       - "lb"
5854       - "nfv_density"
5855       - "hoststack"
5856     level-2:
5857       - "2n-skx"
5858       - "3n-skx"
5859       - "2n-clx"
5860       - "3n-hsw"
5861       - "3n-tsh"
5862       - "2n-dnv"
5863       - "3n-dnv"
5864     level-3:
5865       - "xl710"
5866       - "x520"
5867       - "xxv710"
5868       - "x710"
5869       - "x553"
5870       - "cx556a"
5871       - "vic1227"
5872       - "vic1385"
5873
5874 # VPP MRR Results
5875 - type: "file"
5876   title: "VPP MRR Results"
5877   algorithm: "file_details_split"
5878   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5879   dir-tables:
5880 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5881 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5882     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5883     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5884     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5885     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5886     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5887   data:
5888 #    - "vpp-mrr-results-2n-skx"
5889 #    - "vpp-mrr-results-3n-skx"
5890     - "vpp-mrr-results-2n-clx"
5891     - "vpp-mrr-results-3n-hsw"
5892     - "vpp-mrr-results-3n-tsh"
5893     - "vpp-mrr-results-2n-dnv"
5894     - "vpp-mrr-results-3n-dnv"
5895   filter: "all"
5896   data-start-level: 4
5897   order-chapters:
5898     level-1:
5899       - "l2"
5900       - "ip4"
5901       - "ip6"
5902       - "srv6"
5903       - "ip4_tunnels"
5904       - "ip6_tunnels"
5905       - "vm_vhost"
5906       - "container_memif"
5907       - "crypto"
5908       - "vts"
5909       - "lb"
5910       - "nfv_density"
5911       - "hoststack"
5912     level-2:
5913       - "2n-skx"
5914       - "3n-skx"
5915       - "2n-clx"
5916       - "3n-hsw"
5917       - "3n-tsh"
5918       - "2n-dnv"
5919       - "3n-dnv"
5920     level-3:
5921       - "xl710"
5922       - "x520"
5923       - "xxv710"
5924       - "x710"
5925       - "x553"
5926       - "cx556a"
5927       - "vic1227"
5928       - "vic1385"
5929
5930 # VPP MRR Configuration
5931 - type: "file"
5932   title: "VPP MRR Configuration"
5933   algorithm: "file_details_split"
5934   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5935   dir-tables:
5936 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5937 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5938     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5939     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5940     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5941     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5942     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5943   data:
5944 #    - "vpp-mrr-results-2n-skx"
5945 #    - "vpp-mrr-results-3n-skx"
5946     - "vpp-mrr-results-2n-clx"
5947     - "vpp-mrr-results-3n-hsw"
5948     - "vpp-mrr-results-3n-tsh"
5949     - "vpp-mrr-results-2n-dnv"
5950     - "vpp-mrr-results-3n-dnv"
5951   filter: "all"
5952   data-start-level: 4
5953   order-chapters:
5954     level-1:
5955       - "l2"
5956       - "ip4"
5957       - "ip6"
5958       - "srv6"
5959       - "ip4_tunnels"
5960       - "ip6_tunnels"
5961       - "vm_vhost"
5962       - "container_memif"
5963       - "crypto"
5964       - "vts"
5965       - "lb"
5966       - "nfv_density"
5967       - "hoststack"
5968     level-2:
5969       - "2n-skx"
5970       - "3n-skx"
5971       - "2n-clx"
5972       - "3n-hsw"
5973       - "3n-tsh"
5974       - "2n-dnv"
5975       - "3n-dnv"
5976     level-3:
5977       - "xl710"
5978       - "x520"
5979       - "xxv710"
5980       - "x710"
5981       - "x553"
5982       - "cx556a"
5983       - "vic1227"
5984       - "vic1385"
5985
5986 # VPP Device Results - Ubuntu
5987 - type: "file"
5988   title: "VPP Device Results - Ubuntu"
5989   algorithm: "file_test_results"
5990   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5991   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5992   data: "vpp-device-results-ubuntu"
5993   filter: "all"
5994   data-start-level: 4
5995
5996 # VPP Device Configuration - Ubuntu
5997 - type: "file"
5998   title: "VPP Device Configuration - Ubuntu"
5999   algorithm: "file_test_results"
6000   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6001   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6002   data: "vpp-device-results-ubuntu"
6003   filter: "all"
6004   data-start-level: 4
6005
6006 # DPDK Performance Results 3n-hsw
6007 - type: "file"
6008   title: "DPDK Performance Results 3n-hsw"
6009   algorithm: "file_test_results"
6010   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6011   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6012   data: "dpdk-perf-results-3n-hsw"
6013   filter: "all"
6014   data-start-level: 4
6015
6016 ## DPDK Performance Results 3n-skx
6017 #- type: "file"
6018 #  title: "DPDK Performance Results 3n-skx"
6019 #  algorithm: "file_test_results"
6020 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6021 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6022 #  data: "dpdk-perf-results-3n-skx"
6023 #  filter: "all"
6024 #  data-start-level: 4
6025 #
6026 ## DPDK Performance Results 2n-skx
6027 #- type: "file"
6028 #  title: "DPDK Performance Results 2n-skx"
6029 #  algorithm: "file_test_results"
6030 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6031 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6032 #  data: "dpdk-perf-results-2n-skx"
6033 #  filter: "all"
6034 #  data-start-level: 4
6035
6036 # DPDK Performance Results 2n-clx
6037 - type: "file"
6038   title: "DPDK Performance Results 2n-clx"
6039   algorithm: "file_test_results"
6040   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6041   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6042   data: "dpdk-perf-results-2n-clx"
6043   filter: "all"
6044   data-start-level: 4
6045
6046 # DPDK Performance Results 2n-dnv
6047 - type: "file"
6048   title: "DPDK Performance Results 2n-dnv"
6049   algorithm: "file_test_results"
6050   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6051   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6052   data: "dpdk-perf-results-2n-dnv"
6053   filter: "all"
6054   data-start-level: 4
6055
6056 # DPDK Performance Results 3n-dnv
6057 - type: "file"
6058   title: "DPDK Performance Results 3n-dnv"
6059   algorithm: "file_test_results"
6060   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6061   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6062   data: "dpdk-perf-results-3n-dnv"
6063   filter: "all"
6064   data-start-level: 4
6065
6066 # DPDK Performance Results 3n-tsh
6067 - type: "file"
6068   title: "DPDK Performance Results 3n-tsh"
6069   algorithm: "file_test_results"
6070   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6071   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6072   data: "dpdk-perf-results-3n-tsh"
6073   filter: "all"
6074   data-start-level: 4
6075
6076 ################################################################################
6077 ###                                P L O T S                                 ###
6078 ################################################################################
6079
6080 # Hoststack tests 3n-hsw
6081
6082 - type: "plot"
6083   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6084   algorithm: "plot_perf_box_name"
6085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6086   data: "plot-vpp-hoststack-3n-hsw"
6087   include:
6088     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6089     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6090   layout:
6091     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6092     layout: "plot-hoststack"
6093
6094 - type: "plot"
6095   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6096   algorithm: "plot_perf_box_name"
6097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6098   data: "plot-vpp-hoststack-3n-hsw"
6099   include:
6100     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6102   layout:
6103     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6104     layout: "plot-hoststack"
6105
6106 - type: "plot"
6107   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6108   algorithm: "plot_perf_box_name"
6109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6110   data: "plot-vpp-hoststack-3n-hsw"
6111   include:
6112     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6113     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6114     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6115     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6116   layout:
6117     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6118     layout: "plot-hoststack"
6119
6120 # Plots VPP HTTP Server Performance
6121 - type: "plot"
6122   title: "VPP HTTP Server Performance"
6123   algorithm: "plot_http_server_perf_box"
6124   output-file-type: ".html"
6125   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6126   data:
6127     "plot-vpp-http-server-performance"
6128   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6129   parameters:
6130   - "result"
6131   - "name"
6132   traces:
6133     hoverinfo: "y+name"
6134     boxpoints: "outliers"
6135     whiskerwidth: 0
6136   layout:
6137     title: "VPP HTTP Server Performance"
6138     layout:
6139       "plot-cps"
6140
6141 - type: "plot"
6142   title: "VPP HTTP Server Performance"
6143   algorithm: "plot_http_server_perf_box"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6146   data:
6147     "plot-vpp-http-server-performance"
6148   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6149   parameters:
6150   - "result"
6151   - "name"
6152   traces:
6153     hoverinfo: "y+name"
6154     boxpoints: "outliers"
6155     whiskerwidth: 0
6156   layout:
6157     title: "VPP HTTP Server Performance"
6158     layout:
6159       "plot-rps"
6160
6161 ################################################################################
6162
6163 # Soak Test (PLRsearch), boxes - 2n-clx
6164 - type: "plot"
6165   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6166   algorithm: "plot_perf_box_name"
6167   output-file-type: ".html"
6168   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6169   data: "plot-vpp-soak-2n-clx"
6170   include:
6171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6177   layout:
6178     title: "30 Minutes Soak Test (PLRsearch)"
6179     layout: "plot-soak-throughput"
6180
6181 # Soak Test (PLRsearch), boxes - 2n-clx
6182 - type: "plot"
6183   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6184   algorithm: "plot_perf_box_name"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6187   data: "plot-vpp-soak-2n-clx"
6188   include:
6189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6194     - "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"
6195   layout:
6196     title: "30 Minutes Soak Test (PLRsearch)"
6197     layout: "plot-soak-throughput"
6198
6199 ###############################################################################
6200
6201 # Reconf tests 2n-skx
6202
6203 #- type: "plot"
6204 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6205 #  algorithm: "plot_nf_reconf_box_name"
6206 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6207 #  data: "plot-vpp-nfv-reconf-2n-skx"
6208 #  include:
6209 #    - "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"
6210 #    - "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"
6211 #    - "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"
6212 #    - "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"
6213 #    - "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"
6214 #    - "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"
6215 #  layout:
6216 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6217 #    layout: "plot-throughput"
6218 #
6219 #- type: "plot"
6220 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6221 #  algorithm: "plot_nf_reconf_box_name"
6222 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6223 #  data: "plot-vpp-nfv-reconf-2n-skx"
6224 #  include:
6225 #    - "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"
6226 #    - "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"
6227 #    - "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"
6228 #    - "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"
6229 #    - "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"
6230 #    - "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"
6231 #  layout:
6232 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6233 #    layout: "plot-throughput"
6234 #
6235 #- type: "plot"
6236 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6237 #  algorithm: "plot_nf_reconf_box_name"
6238 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6239 #  data: "plot-vpp-nfv-reconf-2n-skx"
6240 #  include:
6241 #    - "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"
6242 #    - "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"
6243 #    - "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"
6244 #    - "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"
6245 #    - "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"
6246 #    - "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"
6247 #  layout:
6248 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6249 #    layout: "plot-throughput"
6250
6251 ###############################################################################
6252
6253 # Reconf tests 2n-clx
6254
6255 - type: "plot"
6256   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6257   algorithm: "plot_nf_reconf_box_name"
6258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6259   data: "plot-vpp-nfv-reconf-2n-clx"
6260   include:
6261     - "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"
6262     - "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"
6263     - "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"
6264     - "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"
6265   layout:
6266     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6267     layout: "plot-throughput"
6268
6269 - type: "plot"
6270   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6271   algorithm: "plot_nf_reconf_box_name"
6272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6273   data: "plot-vpp-nfv-reconf-2n-clx"
6274   include:
6275     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6276     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6277     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6278     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6279   layout:
6280     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6281     layout: "plot-throughput"
6282
6283 - type: "plot"
6284   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6285   algorithm: "plot_nf_reconf_box_name"
6286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6287   data: "plot-vpp-nfv-reconf-2n-clx"
6288   include:
6289     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6290     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6291     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6292     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6293   layout:
6294     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6295     layout: "plot-throughput"
6296
6297 ################################################################################
6298 ## Plots - NF Density - VSC - MRR 64b
6299 #- type: "plot"
6300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6301 #  algorithm: "plot_nf_heatmap"
6302 #  output-file-type: ".html"
6303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6304 #  data: "plot-vpp-nfv-2n-skx-mrr"
6305 #  filter: "'NIC_Intel-XXV710' and
6306 #           'NF_DENSITY' and
6307 #           'VHOST' and
6308 #           not 'VXLAN' and
6309 #           'CHAIN' and
6310 #           'NF_VPPIP4' and
6311 #           '64B' and
6312 #           '2T1C' and
6313 #           'MRR'"
6314 #  parameters:
6315 #  - "result"
6316 #  - "name"
6317 #  - "tags"
6318 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6319 #  x-axis: "X = VNFs per Service Chain"
6320 #  y-axis: "Y = Number of Service Chains"
6321 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6322 #  layout:
6323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6324 #    layout: "plot-service-density"
6325 #
6326 #- type: "plot"
6327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6328 #  algorithm: "plot_nf_heatmap"
6329 #  output-file-type: ".html"
6330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6331 #  data: "plot-vpp-nfv-2n-skx-mrr"
6332 #  filter: "'NIC_Intel-XXV710' and
6333 #           'NF_DENSITY' and
6334 #           'VHOST' and
6335 #           not 'VXLAN' and
6336 #           'CHAIN' and
6337 #           'NF_VPPIP4' and
6338 #           '64B' and
6339 #           '4T2C' and
6340 #           'MRR'"
6341 #  parameters:
6342 #  - "result"
6343 #  - "name"
6344 #  - "tags"
6345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6346 #  x-axis: "X = VNFs per Service Chain"
6347 #  y-axis: "Y = Number of Service Chains"
6348 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6349 #  layout:
6350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6351 #    layout: "plot-service-density"
6352 #
6353 #- type: "plot"
6354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6355 #  algorithm: "plot_nf_heatmap"
6356 #  output-file-type: ".html"
6357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6358 #  data: "plot-vpp-nfv-2n-skx-mrr"
6359 #  filter: "'NIC_Intel-XXV710' and
6360 #           'NF_DENSITY' and
6361 #           'VHOST' and
6362 #           not 'VXLAN' and
6363 #           'CHAIN' and
6364 #           'NF_VPPIP4' and
6365 #           '64B' and
6366 #           '8T4C' and
6367 #           'MRR'"
6368 #  parameters:
6369 #  - "result"
6370 #  - "name"
6371 #  - "tags"
6372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6373 #  x-axis: "X = VNFs per Service Chain"
6374 #  y-axis: "Y = Number of Service Chains"
6375 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6376 #  layout:
6377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6378 #    layout: "plot-service-density"
6379 #
6380 ## Plots - NF Density - VSC - MRR IMIX
6381 #- type: "plot"
6382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6383 #  algorithm: "plot_nf_heatmap"
6384 #  output-file-type: ".html"
6385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6386 #  data: "plot-vpp-nfv-2n-skx-mrr"
6387 #  filter: "'NIC_Intel-XXV710' and
6388 #           'NF_DENSITY' and
6389 #           'VHOST' and
6390 #           not 'VXLAN' and
6391 #           'CHAIN' and
6392 #           'NF_VPPIP4' and
6393 #           'IMIX' and
6394 #           '2T1C' and
6395 #           'MRR'"
6396 #  parameters:
6397 #  - "result"
6398 #  - "name"
6399 #  - "tags"
6400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6401 #  x-axis: "X = VNFs per Service Chain"
6402 #  y-axis: "Y = Number of Service Chains"
6403 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6404 #  layout:
6405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6406 #    layout: "plot-service-density"
6407 #
6408 #- type: "plot"
6409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6410 #  algorithm: "plot_nf_heatmap"
6411 #  output-file-type: ".html"
6412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6413 #  data: "plot-vpp-nfv-2n-skx-mrr"
6414 #  filter: "'NIC_Intel-XXV710' and
6415 #           'NF_DENSITY' and
6416 #           'VHOST' and
6417 #           not 'VXLAN' and
6418 #           'CHAIN' and
6419 #           'NF_VPPIP4' and
6420 #           'IMIX' and
6421 #           '4T2C' and
6422 #           'MRR'"
6423 #  parameters:
6424 #  - "result"
6425 #  - "name"
6426 #  - "tags"
6427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6428 #  x-axis: "X = VNFs per Service Chain"
6429 #  y-axis: "Y = Number of Service Chains"
6430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6431 #  layout:
6432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6433 #    layout: "plot-service-density"
6434 #
6435 #- type: "plot"
6436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6437 #  algorithm: "plot_nf_heatmap"
6438 #  output-file-type: ".html"
6439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6440 #  data: "plot-vpp-nfv-2n-skx-mrr"
6441 #  filter: "'NIC_Intel-XXV710' and
6442 #           'NF_DENSITY' and
6443 #           'VHOST' and
6444 #           not 'VXLAN' and
6445 #           'CHAIN' and
6446 #           'NF_VPPIP4' and
6447 #           'IMIX' and
6448 #           '8T4C' and
6449 #           'MRR'"
6450 #  parameters:
6451 #  - "result"
6452 #  - "name"
6453 #  - "tags"
6454 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6455 #  x-axis: "X = VNFs per Service Chain"
6456 #  y-axis: "Y = Number of Service Chains"
6457 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6458 #  layout:
6459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6460 #    layout: "plot-service-density"
6461 #
6462 ## Plots - NF Density - VSC - NDR 64b
6463 #- type: "plot"
6464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6465 #  algorithm: "plot_nf_heatmap"
6466 #  output-file-type: ".html"
6467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6469 #  filter: "'NIC_Intel-XXV710' and
6470 #           'NF_DENSITY' and
6471 #           'VHOST' and
6472 #           not 'VXLAN' and
6473 #           'CHAIN' and
6474 #           'NF_VPPIP4' and
6475 #           '64B' and
6476 #           '2T1C' and
6477 #           'NDRPDR'"
6478 #  parameters:
6479 #  - "throughput"
6480 #  - "name"
6481 #  - "tags"
6482 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6483 #  x-axis: "X = VNFs per Service Chain"
6484 #  y-axis: "Y = Number of Service Chains"
6485 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6486 #  layout:
6487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6488 #    layout: "plot-service-density"
6489 #
6490 #- type: "plot"
6491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6492 #  algorithm: "plot_nf_heatmap"
6493 #  output-file-type: ".html"
6494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6495 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6496 #  filter: "'NIC_Intel-XXV710' and
6497 #           'NF_DENSITY' and
6498 #           'VHOST' and
6499 #           not 'VXLAN' and
6500 #           'CHAIN' and
6501 #           'NF_VPPIP4' and
6502 #           '64B' and
6503 #           '4T2C' and
6504 #           'NDRPDR'"
6505 #  parameters:
6506 #  - "throughput"
6507 #  - "name"
6508 #  - "tags"
6509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6510 #  x-axis: "X = VNFs per Service Chain"
6511 #  y-axis: "Y = Number of Service Chains"
6512 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6513 #  layout:
6514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6515 #    layout: "plot-service-density"
6516 #
6517 #- type: "plot"
6518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6519 #  algorithm: "plot_nf_heatmap"
6520 #  output-file-type: ".html"
6521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6523 #  filter: "'NIC_Intel-XXV710' and
6524 #           'NF_DENSITY' and
6525 #           'VHOST' and
6526 #           not 'VXLAN' and
6527 #           'CHAIN' and
6528 #           'NF_VPPIP4' and
6529 #           '64B' and
6530 #           '8T4C' and
6531 #           'NDRPDR'"
6532 #  parameters:
6533 #  - "throughput"
6534 #  - "name"
6535 #  - "tags"
6536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6537 #  x-axis: "X = VNFs per Service Chain"
6538 #  y-axis: "Y = Number of Service Chains"
6539 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6540 #  layout:
6541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6542 #    layout: "plot-service-density"
6543 #
6544 ## Plots - NF Density - VSC - NDR IMIX
6545 #- type: "plot"
6546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6547 #  algorithm: "plot_nf_heatmap"
6548 #  output-file-type: ".html"
6549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6551 #  filter: "'NIC_Intel-XXV710' and
6552 #           'NF_DENSITY' and
6553 #           'VHOST' and
6554 #           not 'VXLAN' and
6555 #           'CHAIN' and
6556 #           'NF_VPPIP4' and
6557 #           'IMIX' and
6558 #           '2T1C' and
6559 #           'NDRPDR'"
6560 #  parameters:
6561 #  - "throughput"
6562 #  - "name"
6563 #  - "tags"
6564 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6565 #  x-axis: "X = VNFs per Service Chain"
6566 #  y-axis: "Y = Number of Service Chains"
6567 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6568 #  layout:
6569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6570 #    layout: "plot-service-density"
6571 #
6572 #- type: "plot"
6573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6574 #  algorithm: "plot_nf_heatmap"
6575 #  output-file-type: ".html"
6576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6578 #  filter: "'NIC_Intel-XXV710' and
6579 #           'NF_DENSITY' and
6580 #           'VHOST' and
6581 #           not 'VXLAN' and
6582 #           'CHAIN' and
6583 #           'NF_VPPIP4' and
6584 #           'IMIX' and
6585 #           '4T2C' and
6586 #           'NDRPDR'"
6587 #  parameters:
6588 #  - "throughput"
6589 #  - "name"
6590 #  - "tags"
6591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6592 #  x-axis: "X = VNFs per Service Chain"
6593 #  y-axis: "Y = Number of Service Chains"
6594 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6595 #  layout:
6596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6597 #    layout: "plot-service-density"
6598 #
6599 #- type: "plot"
6600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6601 #  algorithm: "plot_nf_heatmap"
6602 #  output-file-type: ".html"
6603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6604 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6605 #  filter: "'NIC_Intel-XXV710' and
6606 #           'NF_DENSITY' and
6607 #           'VHOST' and
6608 #           not 'VXLAN' and
6609 #           'CHAIN' and
6610 #           'NF_VPPIP4' and
6611 #           'IMIX' and
6612 #           '8T4C' and
6613 #           'NDRPDR'"
6614 #  parameters:
6615 #  - "throughput"
6616 #  - "name"
6617 #  - "tags"
6618 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6619 #  x-axis: "X = VNFs per Service Chain"
6620 #  y-axis: "Y = Number of Service Chains"
6621 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6622 #  layout:
6623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6624 #    layout: "plot-service-density"
6625 #
6626 ## Plots - NF Density - VSC - PDR 64b
6627 #- type: "plot"
6628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6629 #  algorithm: "plot_nf_heatmap"
6630 #  output-file-type: ".html"
6631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6633 #  filter: "'NIC_Intel-XXV710' and
6634 #           'NF_DENSITY' and
6635 #           'VHOST' and
6636 #           not 'VXLAN' and
6637 #           'CHAIN' and
6638 #           'NF_VPPIP4' and
6639 #           '64B' and
6640 #           '2T1C' and
6641 #           'NDRPDR'"
6642 #  parameters:
6643 #  - "throughput"
6644 #  - "name"
6645 #  - "tags"
6646 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6647 #  x-axis: "X = VNFs per Service Chain"
6648 #  y-axis: "Y = Number of Service Chains"
6649 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6650 #  layout:
6651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6652 #    layout: "plot-service-density"
6653 #
6654 #- type: "plot"
6655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6656 #  algorithm: "plot_nf_heatmap"
6657 #  output-file-type: ".html"
6658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6660 #  filter: "'NIC_Intel-XXV710' and
6661 #           'NF_DENSITY' and
6662 #           'VHOST' and
6663 #           not 'VXLAN' and
6664 #           'CHAIN' and
6665 #           'NF_VPPIP4' and
6666 #           '64B' and
6667 #           '4T2C' and
6668 #           'NDRPDR'"
6669 #  parameters:
6670 #  - "throughput"
6671 #  - "name"
6672 #  - "tags"
6673 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6674 #  x-axis: "X = VNFs per Service Chain"
6675 #  y-axis: "Y = Number of Service Chains"
6676 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6677 #  layout:
6678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6679 #    layout: "plot-service-density"
6680 #
6681 #- type: "plot"
6682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6683 #  algorithm: "plot_nf_heatmap"
6684 #  output-file-type: ".html"
6685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6686 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6687 #  filter: "'NIC_Intel-XXV710' and
6688 #           'NF_DENSITY' and
6689 #           'VHOST' and
6690 #           not 'VXLAN' and
6691 #           'CHAIN' and
6692 #           'NF_VPPIP4' and
6693 #           '64B' and
6694 #           '8T4C' and
6695 #           'NDRPDR'"
6696 #  parameters:
6697 #  - "throughput"
6698 #  - "name"
6699 #  - "tags"
6700 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6701 #  x-axis: "X = VNFs per Service Chain"
6702 #  y-axis: "Y = Number of Service Chains"
6703 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6704 #  layout:
6705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6706 #    layout: "plot-service-density"
6707 #
6708 ## Plots - NF Density - VSC - PDR IMIX
6709 #- type: "plot"
6710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6711 #  algorithm: "plot_nf_heatmap"
6712 #  output-file-type: ".html"
6713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6714 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6715 #  filter: "'NIC_Intel-XXV710' and
6716 #           'NF_DENSITY' and
6717 #           'VHOST' and
6718 #           not 'VXLAN' and
6719 #           'CHAIN' and
6720 #           'NF_VPPIP4' and
6721 #           'IMIX' and
6722 #           '2T1C' and
6723 #           'NDRPDR'"
6724 #  parameters:
6725 #  - "throughput"
6726 #  - "name"
6727 #  - "tags"
6728 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6729 #  x-axis: "X = VNFs per Service Chain"
6730 #  y-axis: "Y = Number of Service Chains"
6731 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6732 #  layout:
6733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6734 #    layout: "plot-service-density"
6735 #
6736 #- type: "plot"
6737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6738 #  algorithm: "plot_nf_heatmap"
6739 #  output-file-type: ".html"
6740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6741 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6742 #  filter: "'NIC_Intel-XXV710' and
6743 #           'NF_DENSITY' and
6744 #           'VHOST' and
6745 #           not 'VXLAN' and
6746 #           'CHAIN' and
6747 #           'NF_VPPIP4' and
6748 #           'IMIX' and
6749 #           '4T2C' and
6750 #           'NDRPDR'"
6751 #  parameters:
6752 #  - "throughput"
6753 #  - "name"
6754 #  - "tags"
6755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6756 #  x-axis: "X = VNFs per Service Chain"
6757 #  y-axis: "Y = Number of Service Chains"
6758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6759 #  layout:
6760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6761 #    layout: "plot-service-density"
6762 #
6763 #- type: "plot"
6764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6765 #  algorithm: "plot_nf_heatmap"
6766 #  output-file-type: ".html"
6767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6768 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6769 #  filter: "'NIC_Intel-XXV710' and
6770 #           'NF_DENSITY' and
6771 #           'VHOST' and
6772 #           not 'VXLAN' and
6773 #           'CHAIN' and
6774 #           'NF_VPPIP4' and
6775 #           'IMIX' and
6776 #           '8T4C' and
6777 #           'NDRPDR'"
6778 #  parameters:
6779 #  - "throughput"
6780 #  - "name"
6781 #  - "tags"
6782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6783 #  x-axis: "X = VNFs per Service Chain"
6784 #  y-axis: "Y = Number of Service Chains"
6785 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6786 #  layout:
6787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6788 #    layout: "plot-service-density"
6789 #
6790 ################################################################################
6791 ## Plots - NF Density - VSC - MRR 64b
6792 #- type: "plot"
6793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6794 #  algorithm: "plot_nf_heatmap"
6795 #  output-file-type: ".html"
6796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6797 #  data: "plot-vpp-nfv-2n-skx-mrr"
6798 #  filter: "'NIC_Intel-XXV710' and
6799 #           'NF_DENSITY' and
6800 #           'VHOST' and
6801 #           'VXLAN' and
6802 #           'CHAIN' and
6803 #           '118' and
6804 #           '2T1C' and
6805 #           'MRR'"
6806 #  parameters:
6807 #  - "result"
6808 #  - "name"
6809 #  - "tags"
6810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6811 #  x-axis: "X = VNFs per Service Chain"
6812 #  y-axis: "Y = Number of Service Chains"
6813 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6814 #  layout:
6815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6816 #    layout: "plot-service-density"
6817 #
6818 #- type: "plot"
6819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6820 #  algorithm: "plot_nf_heatmap"
6821 #  output-file-type: ".html"
6822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6823 #  data: "plot-vpp-nfv-2n-skx-mrr"
6824 #  filter: "'NIC_Intel-XXV710' and
6825 #           'NF_DENSITY' and
6826 #           'VHOST' and
6827 #           'VXLAN' and
6828 #           'CHAIN' and
6829 #           '118' and
6830 #           '4T2C' and
6831 #           'MRR'"
6832 #  parameters:
6833 #  - "result"
6834 #  - "name"
6835 #  - "tags"
6836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6837 #  x-axis: "X = VNFs per Service Chain"
6838 #  y-axis: "Y = Number of Service Chains"
6839 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6840 #  layout:
6841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6842 #    layout: "plot-service-density"
6843 #
6844 #- type: "plot"
6845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6846 #  algorithm: "plot_nf_heatmap"
6847 #  output-file-type: ".html"
6848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6849 #  data: "plot-vpp-nfv-2n-skx-mrr"
6850 #  filter: "'NIC_Intel-XXV710' and
6851 #           'NF_DENSITY' and
6852 #           'VHOST' and
6853 #           'VXLAN' and
6854 #           'CHAIN' and
6855 #           '118' and
6856 #           '8T4C' and
6857 #           'MRR'"
6858 #  parameters:
6859 #  - "result"
6860 #  - "name"
6861 #  - "tags"
6862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6863 #  x-axis: "X = VNFs per Service Chain"
6864 #  y-axis: "Y = Number of Service Chains"
6865 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6866 #  layout:
6867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6868 #    layout: "plot-service-density"
6869 #
6870 ## Plots - NF Density - VSC - MRR IMIX
6871 #- type: "plot"
6872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6873 #  algorithm: "plot_nf_heatmap"
6874 #  output-file-type: ".html"
6875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6876 #  data: "plot-vpp-nfv-2n-skx-mrr"
6877 #  filter: "'NIC_Intel-XXV710' and
6878 #           'NF_DENSITY' and
6879 #           'VHOST' and
6880 #           'VXLAN' and
6881 #           'CHAIN' and
6882 #           'IMIX' and
6883 #           '2T1C' and
6884 #           'MRR'"
6885 #  parameters:
6886 #  - "result"
6887 #  - "name"
6888 #  - "tags"
6889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6890 #  x-axis: "X = VNFs per Service Chain"
6891 #  y-axis: "Y = Number of Service Chains"
6892 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6893 #  layout:
6894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6895 #    layout: "plot-service-density"
6896 #
6897 #- type: "plot"
6898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6899 #  algorithm: "plot_nf_heatmap"
6900 #  output-file-type: ".html"
6901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6902 #  data: "plot-vpp-nfv-2n-skx-mrr"
6903 #  filter: "'NIC_Intel-XXV710' and
6904 #           'NF_DENSITY' and
6905 #           'VHOST' and
6906 #           'VXLAN' and
6907 #           'CHAIN' and
6908 #           'IMIX' and
6909 #           '4T2C' and
6910 #           'MRR'"
6911 #  parameters:
6912 #  - "result"
6913 #  - "name"
6914 #  - "tags"
6915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6916 #  x-axis: "X = VNFs per Service Chain"
6917 #  y-axis: "Y = Number of Service Chains"
6918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6919 #  layout:
6920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6921 #    layout: "plot-service-density"
6922 #
6923 #- type: "plot"
6924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6925 #  algorithm: "plot_nf_heatmap"
6926 #  output-file-type: ".html"
6927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6928 #  data: "plot-vpp-nfv-2n-skx-mrr"
6929 #  filter: "'NIC_Intel-XXV710' and
6930 #           'NF_DENSITY' and
6931 #           'VHOST' and
6932 #           'VXLAN' and
6933 #           'CHAIN' and
6934 #           'IMIX' and
6935 #           '8T4C' and
6936 #           'MRR'"
6937 #  parameters:
6938 #  - "result"
6939 #  - "name"
6940 #  - "tags"
6941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6942 #  x-axis: "X = VNFs per Service Chain"
6943 #  y-axis: "Y = Number of Service Chains"
6944 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6945 #  layout:
6946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6947 #    layout: "plot-service-density"
6948 #
6949 ## Plots - NF Density - VSC - NDR 64b
6950 #- type: "plot"
6951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6952 #  algorithm: "plot_nf_heatmap"
6953 #  output-file-type: ".html"
6954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6955 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6956 #  filter: "'NIC_Intel-XXV710' and
6957 #           'NF_DENSITY' and
6958 #           'VHOST' and
6959 #           'VXLAN' and
6960 #           'CHAIN' and
6961 #           '118' and
6962 #           '2T1C' and
6963 #           'NDRPDR'"
6964 #  parameters:
6965 #  - "throughput"
6966 #  - "name"
6967 #  - "tags"
6968 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6969 #  x-axis: "X = VNFs per Service Chain"
6970 #  y-axis: "Y = Number of Service Chains"
6971 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6972 #  layout:
6973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6974 #    layout: "plot-service-density"
6975 #
6976 #- type: "plot"
6977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6978 #  algorithm: "plot_nf_heatmap"
6979 #  output-file-type: ".html"
6980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6981 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6982 #  filter: "'NIC_Intel-XXV710' and
6983 #           'NF_DENSITY' and
6984 #           'VHOST' and
6985 #           'VXLAN' and
6986 #           'CHAIN' and
6987 #           '118' and
6988 #           '4T2C' and
6989 #           'NDRPDR'"
6990 #  parameters:
6991 #  - "throughput"
6992 #  - "name"
6993 #  - "tags"
6994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6995 #  x-axis: "X = VNFs per Service Chain"
6996 #  y-axis: "Y = Number of Service Chains"
6997 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6998 #  layout:
6999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7000 #    layout: "plot-service-density"
7001 #
7002 #- type: "plot"
7003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7004 #  algorithm: "plot_nf_heatmap"
7005 #  output-file-type: ".html"
7006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7007 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7008 #  filter: "'NIC_Intel-XXV710' and
7009 #           'NF_DENSITY' and
7010 #           'VHOST' and
7011 #           'VXLAN' and
7012 #           'CHAIN' and
7013 #           '118' and
7014 #           '8T4C' and
7015 #           'NDRPDR'"
7016 #  parameters:
7017 #  - "throughput"
7018 #  - "name"
7019 #  - "tags"
7020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7021 #  x-axis: "X = VNFs per Service Chain"
7022 #  y-axis: "Y = Number of Service Chains"
7023 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7024 #  layout:
7025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7026 #    layout: "plot-service-density"
7027 #
7028 ## Plots - NF Density - VSC - NDR IMIX
7029 #- type: "plot"
7030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7031 #  algorithm: "plot_nf_heatmap"
7032 #  output-file-type: ".html"
7033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7034 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7035 #  filter: "'NIC_Intel-XXV710' and
7036 #           'NF_DENSITY' and
7037 #           'VHOST' and
7038 #           'VXLAN' and
7039 #           'CHAIN' and
7040 #           'IMIX' and
7041 #           '2T1C' and
7042 #           'NDRPDR'"
7043 #  parameters:
7044 #  - "throughput"
7045 #  - "name"
7046 #  - "tags"
7047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7048 #  x-axis: "X = VNFs per Service Chain"
7049 #  y-axis: "Y = Number of Service Chains"
7050 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7051 #  layout:
7052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7053 #    layout: "plot-service-density"
7054 #
7055 #- type: "plot"
7056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7057 #  algorithm: "plot_nf_heatmap"
7058 #  output-file-type: ".html"
7059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7060 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7061 #  filter: "'NIC_Intel-XXV710' and
7062 #           'NF_DENSITY' and
7063 #           'VHOST' and
7064 #           'VXLAN' and
7065 #           'CHAIN' and
7066 #           'IMIX' and
7067 #           '4T2C' and
7068 #           'NDRPDR'"
7069 #  parameters:
7070 #  - "throughput"
7071 #  - "name"
7072 #  - "tags"
7073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7074 #  x-axis: "X = VNFs per Service Chain"
7075 #  y-axis: "Y = Number of Service Chains"
7076 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7077 #  layout:
7078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7079 #    layout: "plot-service-density"
7080 #
7081 #- type: "plot"
7082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7083 #  algorithm: "plot_nf_heatmap"
7084 #  output-file-type: ".html"
7085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7086 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7087 #  filter: "'NIC_Intel-XXV710' and
7088 #           'NF_DENSITY' and
7089 #           'VHOST' and
7090 #           'VXLAN' and
7091 #           'CHAIN' and
7092 #           'IMIX' and
7093 #           '8T4C' and
7094 #           'NDRPDR'"
7095 #  parameters:
7096 #  - "throughput"
7097 #  - "name"
7098 #  - "tags"
7099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7100 #  x-axis: "X = VNFs per Service Chain"
7101 #  y-axis: "Y = Number of Service Chains"
7102 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7103 #  layout:
7104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7105 #    layout: "plot-service-density"
7106 #
7107 ## Plots - NF Density - VSC - PDR 64b
7108 #- type: "plot"
7109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7110 #  algorithm: "plot_nf_heatmap"
7111 #  output-file-type: ".html"
7112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7113 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7114 #  filter: "'NIC_Intel-XXV710' and
7115 #           'NF_DENSITY' and
7116 #           'VHOST' and
7117 #           'VXLAN' and
7118 #           'CHAIN' and
7119 #           '118' and
7120 #           '2T1C' and
7121 #           'NDRPDR'"
7122 #  parameters:
7123 #  - "throughput"
7124 #  - "name"
7125 #  - "tags"
7126 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7127 #  x-axis: "X = VNFs per Service Chain"
7128 #  y-axis: "Y = Number of Service Chains"
7129 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7130 #  layout:
7131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7132 #    layout: "plot-service-density"
7133 #
7134 #- type: "plot"
7135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7136 #  algorithm: "plot_nf_heatmap"
7137 #  output-file-type: ".html"
7138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7139 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7140 #  filter: "'NIC_Intel-XXV710' and
7141 #           'NF_DENSITY' and
7142 #           'VHOST' and
7143 #           'VXLAN' and
7144 #           'CHAIN' and
7145 #           '118' and
7146 #           '4T2C' and
7147 #           'NDRPDR'"
7148 #  parameters:
7149 #  - "throughput"
7150 #  - "name"
7151 #  - "tags"
7152 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7153 #  x-axis: "X = VNFs per Service Chain"
7154 #  y-axis: "Y = Number of Service Chains"
7155 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7156 #  layout:
7157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7158 #    layout: "plot-service-density"
7159 #
7160 #- type: "plot"
7161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7162 #  algorithm: "plot_nf_heatmap"
7163 #  output-file-type: ".html"
7164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7165 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7166 #  filter: "'NIC_Intel-XXV710' and
7167 #           'NF_DENSITY' and
7168 #           'VHOST' and
7169 #           'VXLAN' and
7170 #           'CHAIN' and
7171 #           '118' and
7172 #           '8T4C' and
7173 #           'NDRPDR'"
7174 #  parameters:
7175 #  - "throughput"
7176 #  - "name"
7177 #  - "tags"
7178 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7179 #  x-axis: "X = VNFs per Service Chain"
7180 #  y-axis: "Y = Number of Service Chains"
7181 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7182 #  layout:
7183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7184 #    layout: "plot-service-density"
7185 #
7186 ## Plots - NF Density - VSC - PDR IMIX
7187 #- type: "plot"
7188 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7189 #  algorithm: "plot_nf_heatmap"
7190 #  output-file-type: ".html"
7191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7192 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7193 #  filter: "'NIC_Intel-XXV710' and
7194 #           'NF_DENSITY' and
7195 #           'VHOST' and
7196 #           'VXLAN' and
7197 #           'CHAIN' and
7198 #           'IMIX' and
7199 #           '2T1C' and
7200 #           'NDRPDR'"
7201 #  parameters:
7202 #  - "throughput"
7203 #  - "name"
7204 #  - "tags"
7205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7206 #  x-axis: "X = VNFs per Service Chain"
7207 #  y-axis: "Y = Number of Service Chains"
7208 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7209 #  layout:
7210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7211 #    layout: "plot-service-density"
7212 #
7213 #- type: "plot"
7214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7215 #  algorithm: "plot_nf_heatmap"
7216 #  output-file-type: ".html"
7217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7219 #  filter: "'NIC_Intel-XXV710' and
7220 #           'NF_DENSITY' and
7221 #           'VHOST' and
7222 #           'VXLAN' and
7223 #           'CHAIN' and
7224 #           'IMIX' and
7225 #           '4T2C' and
7226 #           'NDRPDR'"
7227 #  parameters:
7228 #  - "throughput"
7229 #  - "name"
7230 #  - "tags"
7231 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7232 #  x-axis: "X = VNFs per Service Chain"
7233 #  y-axis: "Y = Number of Service Chains"
7234 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7235 #  layout:
7236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7237 #    layout: "plot-service-density"
7238 #
7239 #- type: "plot"
7240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7241 #  algorithm: "plot_nf_heatmap"
7242 #  output-file-type: ".html"
7243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7244 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7245 #  filter: "'NIC_Intel-XXV710' and
7246 #           'NF_DENSITY' and
7247 #           'VHOST' and
7248 #           'VXLAN' and
7249 #           'CHAIN' and
7250 #           'IMIX' and
7251 #           '8T4C' and
7252 #           'NDRPDR'"
7253 #  parameters:
7254 #  - "throughput"
7255 #  - "name"
7256 #  - "tags"
7257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7258 #  x-axis: "X = VNFs per Service Chain"
7259 #  y-axis: "Y = Number of Service Chains"
7260 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7261 #  layout:
7262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7263 #    layout: "plot-service-density"
7264 #
7265 ################################################################################
7266 ## Plots - NF Density - CSC - MRR 64b
7267 #- type: "plot"
7268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7269 #  algorithm: "plot_nf_heatmap"
7270 #  output-file-type: ".html"
7271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7272 #  data: "plot-vpp-nfv-2n-skx-mrr"
7273 #  filter: "'NIC_Intel-XXV710' and
7274 #           'NF_DENSITY' and
7275 #           'DOCKER' and
7276 #           'CHAIN' and
7277 #           'NF_VPPIP4' and
7278 #           '64B' and
7279 #           '2T1C' and
7280 #           'MRR'"
7281 #  parameters:
7282 #  - "result"
7283 #  - "name"
7284 #  - "tags"
7285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7286 #  x-axis: "X = CNFs per Service Chain"
7287 #  y-axis: "Y = Number of Service Chains"
7288 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7289 #  layout:
7290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7291 #    layout: "plot-service-density"
7292 #
7293 #- type: "plot"
7294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7295 #  algorithm: "plot_nf_heatmap"
7296 #  output-file-type: ".html"
7297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7298 #  data: "plot-vpp-nfv-2n-skx-mrr"
7299 #  filter: "'NIC_Intel-XXV710' and
7300 #           'NF_DENSITY' and
7301 #           'DOCKER' and
7302 #           'CHAIN' and
7303 #           'NF_VPPIP4' and
7304 #           '64B' and
7305 #           '4T2C' and
7306 #           'MRR'"
7307 #  parameters:
7308 #  - "result"
7309 #  - "name"
7310 #  - "tags"
7311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7312 #  x-axis: "X = CNFs per Service Chain"
7313 #  y-axis: "Y = Number of Service Chains"
7314 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7315 #  layout:
7316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7317 #    layout: "plot-service-density"
7318 #
7319 #- type: "plot"
7320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7321 #  algorithm: "plot_nf_heatmap"
7322 #  output-file-type: ".html"
7323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7324 #  data: "plot-vpp-nfv-2n-skx-mrr"
7325 #  filter: "'NIC_Intel-XXV710' and
7326 #           'NF_DENSITY' and
7327 #           'DOCKER' and
7328 #           'CHAIN' and
7329 #           'NF_VPPIP4' and
7330 #           '64B' and
7331 #           '8T4C' and
7332 #           'MRR'"
7333 #  parameters:
7334 #  - "result"
7335 #  - "name"
7336 #  - "tags"
7337 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7338 #  x-axis: "X = CNFs per Service Chain"
7339 #  y-axis: "Y = Number of Service Chains"
7340 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7341 #  layout:
7342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7343 #    layout: "plot-service-density"
7344 #
7345 ## Plots - NF Density - CSC - MRR IMIX
7346 #- type: "plot"
7347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7348 #  algorithm: "plot_nf_heatmap"
7349 #  output-file-type: ".html"
7350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7351 #  data: "plot-vpp-nfv-2n-skx-mrr"
7352 #  filter: "'NIC_Intel-XXV710' and
7353 #           'NF_DENSITY' and
7354 #           'DOCKER' and
7355 #           'CHAIN' and
7356 #           'NF_VPPIP4' and
7357 #           'IMIX' and
7358 #           '2T1C' and
7359 #           'MRR'"
7360 #  parameters:
7361 #  - "result"
7362 #  - "name"
7363 #  - "tags"
7364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7365 #  x-axis: "X = CNFs per Service Chain"
7366 #  y-axis: "Y = Number of Service Chains"
7367 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7368 #  layout:
7369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7370 #    layout: "plot-service-density"
7371 #
7372 #- type: "plot"
7373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7374 #  algorithm: "plot_nf_heatmap"
7375 #  output-file-type: ".html"
7376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7377 #  data: "plot-vpp-nfv-2n-skx-mrr"
7378 #  filter: "'NIC_Intel-XXV710' and
7379 #           'NF_DENSITY' and
7380 #           'DOCKER' and
7381 #           'CHAIN' and
7382 #           'NF_VPPIP4' and
7383 #           'IMIX' and
7384 #           '4T2C' and
7385 #           'MRR'"
7386 #  parameters:
7387 #  - "result"
7388 #  - "name"
7389 #  - "tags"
7390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7391 #  x-axis: "X = CNFs per Service Chain"
7392 #  y-axis: "Y = Number of Service Chains"
7393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7394 #  layout:
7395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7396 #    layout: "plot-service-density"
7397 #
7398 #- type: "plot"
7399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7400 #  algorithm: "plot_nf_heatmap"
7401 #  output-file-type: ".html"
7402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7403 #  data: "plot-vpp-nfv-2n-skx-mrr"
7404 #  filter: "'NIC_Intel-XXV710' and
7405 #           'NF_DENSITY' and
7406 #           'DOCKER' and
7407 #           'CHAIN' and
7408 #           'NF_VPPIP4' and
7409 #           'IMIX' and
7410 #           '8T4C' and
7411 #           'MRR'"
7412 #  parameters:
7413 #  - "result"
7414 #  - "name"
7415 #  - "tags"
7416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7417 #  x-axis: "X = CNFs per Service Chain"
7418 #  y-axis: "Y = Number of Service Chains"
7419 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7420 #  layout:
7421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7422 #    layout: "plot-service-density"
7423 #
7424 ## Plots - NF Density - CSC - NDR 64b
7425 #- type: "plot"
7426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7427 #  algorithm: "plot_nf_heatmap"
7428 #  output-file-type: ".html"
7429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7431 #  filter: "'NIC_Intel-XXV710' and
7432 #           'NF_DENSITY' and
7433 #           'DOCKER' and
7434 #           'CHAIN' and
7435 #           'NF_VPPIP4' and
7436 #           '64B' and
7437 #           '2T1C' and
7438 #           'NDRPDR'"
7439 #  parameters:
7440 #  - "throughput"
7441 #  - "name"
7442 #  - "tags"
7443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7444 #  x-axis: "X = CNFs per Service Chain"
7445 #  y-axis: "Y = Number of Service Chains"
7446 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7447 #  layout:
7448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7449 #    layout: "plot-service-density"
7450 #
7451 #- type: "plot"
7452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7453 #  algorithm: "plot_nf_heatmap"
7454 #  output-file-type: ".html"
7455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7457 #  filter: "'NIC_Intel-XXV710' and
7458 #           'NF_DENSITY' and
7459 #           'DOCKER' and
7460 #           'CHAIN' and
7461 #           'NF_VPPIP4' and
7462 #           '64B' and
7463 #           '4T2C' and
7464 #           'NDRPDR'"
7465 #  parameters:
7466 #  - "throughput"
7467 #  - "name"
7468 #  - "tags"
7469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7470 #  x-axis: "X = CNFs per Service Chain"
7471 #  y-axis: "Y = Number of Service Chains"
7472 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7473 #  layout:
7474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7475 #    layout: "plot-service-density"
7476 #
7477 #- type: "plot"
7478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7479 #  algorithm: "plot_nf_heatmap"
7480 #  output-file-type: ".html"
7481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7483 #  filter: "'NIC_Intel-XXV710' and
7484 #           'NF_DENSITY' and
7485 #           'DOCKER' and
7486 #           'CHAIN' and
7487 #           'NF_VPPIP4' and
7488 #           '64B' and
7489 #           '8T4C' and
7490 #           'NDRPDR'"
7491 #  parameters:
7492 #  - "throughput"
7493 #  - "name"
7494 #  - "tags"
7495 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7496 #  x-axis: "X = CNFs per Service Chain"
7497 #  y-axis: "Y = Number of Service Chains"
7498 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7499 #  layout:
7500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7501 #    layout: "plot-service-density"
7502 #
7503 ## Plots - NF Density - CSC - NDR IMIX
7504 #- type: "plot"
7505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7506 #  algorithm: "plot_nf_heatmap"
7507 #  output-file-type: ".html"
7508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7510 #  filter: "'NIC_Intel-XXV710' and
7511 #           'NF_DENSITY' and
7512 #           'DOCKER' and
7513 #           'CHAIN' and
7514 #           'NF_VPPIP4' and
7515 #           'IMIX' and
7516 #           '2T1C' and
7517 #           'NDRPDR'"
7518 #  parameters:
7519 #  - "throughput"
7520 #  - "name"
7521 #  - "tags"
7522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7523 #  x-axis: "X = CNFs per Service Chain"
7524 #  y-axis: "Y = Number of Service Chains"
7525 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7526 #  layout:
7527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7528 #    layout: "plot-service-density"
7529 #
7530 #- type: "plot"
7531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7532 #  algorithm: "plot_nf_heatmap"
7533 #  output-file-type: ".html"
7534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7536 #  filter: "'NIC_Intel-XXV710' and
7537 #           'NF_DENSITY' and
7538 #           'DOCKER' and
7539 #           'CHAIN' and
7540 #           'NF_VPPIP4' and
7541 #           'IMIX' and
7542 #           '4T2C' and
7543 #           'NDRPDR'"
7544 #  parameters:
7545 #  - "throughput"
7546 #  - "name"
7547 #  - "tags"
7548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7549 #  x-axis: "X = CNFs per Service Chain"
7550 #  y-axis: "Y = Number of Service Chains"
7551 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7552 #  layout:
7553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7554 #    layout: "plot-service-density"
7555 #
7556 #- type: "plot"
7557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7558 #  algorithm: "plot_nf_heatmap"
7559 #  output-file-type: ".html"
7560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7561 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7562 #  filter: "'NIC_Intel-XXV710' and
7563 #           'NF_DENSITY' and
7564 #           'DOCKER' and
7565 #           'CHAIN' and
7566 #           'NF_VPPIP4' and
7567 #           'IMIX' and
7568 #           '8T4C' and
7569 #           'NDRPDR'"
7570 #  parameters:
7571 #  - "throughput"
7572 #  - "name"
7573 #  - "tags"
7574 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7575 #  x-axis: "X = CNFs per Service Chain"
7576 #  y-axis: "Y = Number of Service Chains"
7577 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7578 #  layout:
7579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7580 #    layout: "plot-service-density"
7581 #
7582 ## Plots - NF Density - CSC - PDR 64b
7583 #- type: "plot"
7584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7585 #  algorithm: "plot_nf_heatmap"
7586 #  output-file-type: ".html"
7587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7589 #  filter: "'NIC_Intel-XXV710' and
7590 #           'NF_DENSITY' and
7591 #           'DOCKER' and
7592 #           'CHAIN' and
7593 #           'NF_VPPIP4' and
7594 #           '64B' and
7595 #           '2T1C' and
7596 #           'NDRPDR'"
7597 #  parameters:
7598 #  - "throughput"
7599 #  - "name"
7600 #  - "tags"
7601 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7602 #  x-axis: "X = CNFs per Service Chain"
7603 #  y-axis: "Y = Number of Service Chains"
7604 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7605 #  layout:
7606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7607 #    layout: "plot-service-density"
7608 #
7609 #- type: "plot"
7610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7611 #  algorithm: "plot_nf_heatmap"
7612 #  output-file-type: ".html"
7613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7615 #  filter: "'NIC_Intel-XXV710' and
7616 #           'NF_DENSITY' and
7617 #           'DOCKER' and
7618 #           'CHAIN' and
7619 #           'NF_VPPIP4' and
7620 #           '64B' and
7621 #           '4T2C' and
7622 #           'NDRPDR'"
7623 #  parameters:
7624 #  - "throughput"
7625 #  - "name"
7626 #  - "tags"
7627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7628 #  x-axis: "X = CNFs per Service Chain"
7629 #  y-axis: "Y = Number of Service Chains"
7630 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7631 #  layout:
7632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7633 #    layout: "plot-service-density"
7634 #
7635 #- type: "plot"
7636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7637 #  algorithm: "plot_nf_heatmap"
7638 #  output-file-type: ".html"
7639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7641 #  filter: "'NIC_Intel-XXV710' and
7642 #           'NF_DENSITY' and
7643 #           'DOCKER' and
7644 #           'CHAIN' and
7645 #           'NF_VPPIP4' and
7646 #           '64B' and
7647 #           '8T4C' and
7648 #           'NDRPDR'"
7649 #  parameters:
7650 #  - "throughput"
7651 #  - "name"
7652 #  - "tags"
7653 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7654 #  x-axis: "X = CNFs per Service Chain"
7655 #  y-axis: "Y = Number of Service Chains"
7656 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7657 #  layout:
7658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7659 #    layout: "plot-service-density"
7660 #
7661 ## Plots - NF Density - CSC - PDR IMIX
7662 #- type: "plot"
7663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7664 #  algorithm: "plot_nf_heatmap"
7665 #  output-file-type: ".html"
7666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7668 #  filter: "'NIC_Intel-XXV710' and
7669 #           'NF_DENSITY' and
7670 #           'DOCKER' and
7671 #           'CHAIN' and
7672 #           'NF_VPPIP4' and
7673 #           'IMIX' and
7674 #           '2T1C' and
7675 #           'NDRPDR'"
7676 #  parameters:
7677 #  - "throughput"
7678 #  - "name"
7679 #  - "tags"
7680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7681 #  x-axis: "X = CNFs per Service Chain"
7682 #  y-axis: "Y = Number of Service Chains"
7683 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7684 #  layout:
7685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7686 #    layout: "plot-service-density"
7687 #
7688 #- type: "plot"
7689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7690 #  algorithm: "plot_nf_heatmap"
7691 #  output-file-type: ".html"
7692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7694 #  filter: "'NIC_Intel-XXV710' and
7695 #           'NF_DENSITY' and
7696 #           'DOCKER' and
7697 #           'CHAIN' and
7698 #           'NF_VPPIP4' and
7699 #           'IMIX' and
7700 #           '4T2C' and
7701 #           'NDRPDR'"
7702 #  parameters:
7703 #  - "throughput"
7704 #  - "name"
7705 #  - "tags"
7706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7707 #  x-axis: "X = CNFs per Service Chain"
7708 #  y-axis: "Y = Number of Service Chains"
7709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7710 #  layout:
7711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7712 #    layout: "plot-service-density"
7713 #
7714 #- type: "plot"
7715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7716 #  algorithm: "plot_nf_heatmap"
7717 #  output-file-type: ".html"
7718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7720 #  filter: "'NIC_Intel-XXV710' and
7721 #           'NF_DENSITY' and
7722 #           'DOCKER' and
7723 #           'CHAIN' and
7724 #           'NF_VPPIP4' and
7725 #           'IMIX' and
7726 #           '8T4C' and
7727 #           'NDRPDR'"
7728 #  parameters:
7729 #  - "throughput"
7730 #  - "name"
7731 #  - "tags"
7732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7733 #  x-axis: "X = CNFs per Service Chain"
7734 #  y-axis: "Y = Number of Service Chains"
7735 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7736 #  layout:
7737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7738 #    layout: "plot-service-density"
7739 #
7740 ################################################################################
7741 #
7742 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7743 #- type: "plot"
7744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7745 #  algorithm: "plot_nf_heatmap"
7746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7747 #  data: "plot-vpp-nfv-3n-skx-mrr"
7748 #  filter: "'NIC_Intel-XXV710' and
7749 #           'NF_DENSITY' and
7750 #           'DOCKER' and
7751 #           'CHAIN' and
7752 #           'NF_VPPIP4' and
7753 #           'IPSEC' and
7754 #           'TNL_4' and
7755 #           'IMIX' and
7756 #           '2T1C' and
7757 #           'MRR'"
7758 #  parameters:
7759 #  - "result"
7760 #  - "name"
7761 #  - "tags"
7762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7763 #  x-axis: "X = CNFs per Service Chain"
7764 #  y-axis: "Y = Number of Service Chains"
7765 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7766 #  layout:
7767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7768 #    layout: "plot-service-density"
7769 #
7770 #- type: "plot"
7771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7772 #  algorithm: "plot_nf_heatmap"
7773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7774 #  data: "plot-vpp-nfv-3n-skx-mrr"
7775 #  filter: "'NIC_Intel-XXV710' and
7776 #           'NF_DENSITY' and
7777 #           'DOCKER' and
7778 #           'CHAIN' and
7779 #           'NF_VPPIP4' and
7780 #           'IPSEC' and
7781 #           'TNL_4' and
7782 #           'IMIX' and
7783 #           '4T2C' and
7784 #           'MRR'"
7785 #  parameters:
7786 #  - "result"
7787 #  - "name"
7788 #  - "tags"
7789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7790 #  x-axis: "X = CNFs per Service Chain"
7791 #  y-axis: "Y = Number of Service Chains"
7792 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7793 #  layout:
7794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7795 #    layout: "plot-service-density"
7796 #
7797 #- type: "plot"
7798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7799 #  algorithm: "plot_nf_heatmap"
7800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7801 #  data: "plot-vpp-nfv-3n-skx-mrr"
7802 #  filter: "'NIC_Intel-XXV710' and
7803 #           'NF_DENSITY' and
7804 #           'DOCKER' and
7805 #           'CHAIN' and
7806 #           'NF_VPPIP4' and
7807 #           'IPSEC' and
7808 #           'TNL_4' and
7809 #           'IMIX' and
7810 #           '8T4C' and
7811 #           'MRR'"
7812 #  parameters:
7813 #  - "result"
7814 #  - "name"
7815 #  - "tags"
7816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7817 #  x-axis: "X = CNFs per Service Chain"
7818 #  y-axis: "Y = Number of Service Chains"
7819 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7820 #  layout:
7821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7822 #    layout: "plot-service-density"
7823 #
7824 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7825 #- type: "plot"
7826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7827 #  algorithm: "plot_nf_heatmap"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7829 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'DOCKER' and
7833 #           'CHAIN' and
7834 #           'NF_VPPIP4' and
7835 #           'IPSEC' and
7836 #           'TNL_4' and
7837 #           'IMIX' and
7838 #           '2T1C' and
7839 #           'NDRPDR'"
7840 #  parameters:
7841 #  - "throughput"
7842 #  - "name"
7843 #  - "tags"
7844 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7845 #  x-axis: "X = CNFs per Service Chain"
7846 #  y-axis: "Y = Number of Service Chains"
7847 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7848 #  layout:
7849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7850 #    layout: "plot-service-density"
7851 #
7852 #- type: "plot"
7853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7854 #  algorithm: "plot_nf_heatmap"
7855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7856 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7857 #  filter: "'NIC_Intel-XXV710' and
7858 #           'NF_DENSITY' and
7859 #           'DOCKER' and
7860 #           'CHAIN' and
7861 #           'NF_VPPIP4' and
7862 #           'IPSEC' and
7863 #           'TNL_4' and
7864 #           'IMIX' and
7865 #           '4T2C' and
7866 #           'NDRPDR'"
7867 #  parameters:
7868 #  - "throughput"
7869 #  - "name"
7870 #  - "tags"
7871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7872 #  x-axis: "X = CNFs per Service Chain"
7873 #  y-axis: "Y = Number of Service Chains"
7874 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7875 #  layout:
7876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7877 #    layout: "plot-service-density"
7878 #
7879 #- type: "plot"
7880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7881 #  algorithm: "plot_nf_heatmap"
7882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7883 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7884 #  filter: "'NIC_Intel-XXV710' and
7885 #           'NF_DENSITY' and
7886 #           'DOCKER' and
7887 #           'CHAIN' and
7888 #           'NF_VPPIP4' and
7889 #           'IPSEC' and
7890 #           'TNL_4' and
7891 #           'IMIX' and
7892 #           '8T4C' and
7893 #           'NDRPDR'"
7894 #  parameters:
7895 #  - "throughput"
7896 #  - "name"
7897 #  - "tags"
7898 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7899 #  x-axis: "X = CNFs per Service Chain"
7900 #  y-axis: "Y = Number of Service Chains"
7901 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7902 #  layout:
7903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7904 #    layout: "plot-service-density"
7905 #
7906 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7907 #- type: "plot"
7908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7909 #  algorithm: "plot_nf_heatmap"
7910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7911 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7912 #  filter: "'NIC_Intel-XXV710' and
7913 #           'NF_DENSITY' and
7914 #           'DOCKER' and
7915 #           'CHAIN' and
7916 #           'NF_VPPIP4' and
7917 #           'IPSEC' and
7918 #           'TNL_4' and
7919 #           'IMIX' and
7920 #           '2T1C' and
7921 #           'NDRPDR'"
7922 #  parameters:
7923 #  - "throughput"
7924 #  - "name"
7925 #  - "tags"
7926 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7927 #  x-axis: "X = CNFs per Service Chain"
7928 #  y-axis: "Y = Number of Service Chains"
7929 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7930 #  layout:
7931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7932 #    layout: "plot-service-density"
7933 #
7934 #- type: "plot"
7935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7936 #  algorithm: "plot_nf_heatmap"
7937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7938 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7939 #  filter: "'NIC_Intel-XXV710' and
7940 #           'NF_DENSITY' and
7941 #           'DOCKER' and
7942 #           'CHAIN' and
7943 #           'NF_VPPIP4' and
7944 #           'IPSEC' and
7945 #           'TNL_4' and
7946 #           'IMIX' and
7947 #           '4T2C' and
7948 #           'NDRPDR'"
7949 #  parameters:
7950 #  - "throughput"
7951 #  - "name"
7952 #  - "tags"
7953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7954 #  x-axis: "X = CNFs per Service Chain"
7955 #  y-axis: "Y = Number of Service Chains"
7956 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7957 #  layout:
7958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7959 #    layout: "plot-service-density"
7960 #
7961 #- type: "plot"
7962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7963 #  algorithm: "plot_nf_heatmap"
7964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7965 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7966 #  filter: "'NIC_Intel-XXV710' and
7967 #           'NF_DENSITY' and
7968 #           'DOCKER' and
7969 #           'CHAIN' and
7970 #           'NF_VPPIP4' and
7971 #           'IPSEC' and
7972 #           'TNL_4' and
7973 #           'IMIX' and
7974 #           '8T4C' and
7975 #           'NDRPDR'"
7976 #  parameters:
7977 #  - "throughput"
7978 #  - "name"
7979 #  - "tags"
7980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7981 #  x-axis: "X = CNFs per Service Chain"
7982 #  y-axis: "Y = Number of Service Chains"
7983 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7984 #  layout:
7985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7986 #    layout: "plot-service-density"
7987
7988 ###############################################################################
7989
7990 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7991 - type: "plot"
7992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7993   algorithm: "plot_nf_heatmap"
7994   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7995   data: "plot-vpp-nfv-3n-hsw-mrr"
7996   filter: "'NIC_Intel-XL710' and
7997            'NF_DENSITY' and
7998            'DOCKER' and
7999            'CHAIN' and
8000            'NF_VPPIP4' and
8001            'IMIX' and
8002            'TNL_4' and
8003            '1T1C' and
8004            'MRR'"
8005   parameters:
8006   - "result"
8007   - "name"
8008   - "tags"
8009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8010   x-axis: "X = CNFs per Service Chain"
8011   y-axis: "Y = Number of Service Chains"
8012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8013   layout:
8014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8015     layout: "plot-service-density"
8016
8017 - type: "plot"
8018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8019   algorithm: "plot_nf_heatmap"
8020   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8021   data: "plot-vpp-nfv-3n-hsw-mrr"
8022   filter: "'NIC_Intel-XL710' and
8023            'NF_DENSITY' and
8024            'DOCKER' and
8025            'CHAIN' and
8026            'NF_VPPIP4' and
8027            'IPSEC' and
8028            'TNL_4' and
8029            'IMIX' and
8030            '2T2C' and
8031            'MRR'"
8032   parameters:
8033   - "result"
8034   - "name"
8035   - "tags"
8036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8037   x-axis: "X = CNFs per Service Chain"
8038   y-axis: "Y = Number of Service Chains"
8039   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8040   layout:
8041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8042     layout: "plot-service-density"
8043
8044 - type: "plot"
8045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8046   algorithm: "plot_nf_heatmap"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8048   data: "plot-vpp-nfv-3n-hsw-mrr"
8049   filter: "'NIC_Intel-XL710' and
8050            'NF_DENSITY' and
8051            'DOCKER' and
8052            'CHAIN' and
8053            'NF_VPPIP4' and
8054            'IPSEC' and
8055            'TNL_4' and
8056            'IMIX' and
8057            '4T4C' and
8058            'MRR'"
8059   parameters:
8060   - "result"
8061   - "name"
8062   - "tags"
8063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8064   x-axis: "X = CNFs per Service Chain"
8065   y-axis: "Y = Number of Service Chains"
8066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8067   layout:
8068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8069     layout: "plot-service-density"
8070
8071 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8072 - type: "plot"
8073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8074   algorithm: "plot_nf_heatmap"
8075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8076   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8077   filter: "'NIC_Intel-XL710' and
8078            'NF_DENSITY' and
8079            'DOCKER' and
8080            'CHAIN' and
8081            'NF_VPPIP4' and
8082            'IPSEC' and
8083            'TNL_4' and
8084            'IMIX' and
8085            '1T1C' and
8086            'NDRPDR'"
8087   parameters:
8088   - "throughput"
8089   - "name"
8090   - "tags"
8091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8097     layout: "plot-service-density"
8098
8099 - type: "plot"
8100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8101   algorithm: "plot_nf_heatmap"
8102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8103   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8104   filter: "'NIC_Intel-XL710' and
8105            'NF_DENSITY' and
8106            'DOCKER' and
8107            'CHAIN' and
8108            'NF_VPPIP4' and
8109            'IPSEC' and
8110            'TNL_4' and
8111            'IMIX' and
8112            '2T2C' and
8113            'NDRPDR'"
8114   parameters:
8115   - "throughput"
8116   - "name"
8117   - "tags"
8118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8119   x-axis: "X = CNFs per Service Chain"
8120   y-axis: "Y = Number of Service Chains"
8121   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8122   layout:
8123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8124     layout: "plot-service-density"
8125
8126 - type: "plot"
8127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8128   algorithm: "plot_nf_heatmap"
8129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8130   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8131   filter: "'NIC_Intel-XL710' and
8132            'NF_DENSITY' and
8133            'DOCKER' and
8134            'CHAIN' and
8135            'NF_VPPIP4' and
8136            'IPSEC' and
8137            'TNL_4' and
8138            'IMIX' and
8139            '4T4C' and
8140            'NDRPDR'"
8141   parameters:
8142   - "throughput"
8143   - "name"
8144   - "tags"
8145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8146   x-axis: "X = CNFs per Service Chain"
8147   y-axis: "Y = Number of Service Chains"
8148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8149   layout:
8150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8151     layout: "plot-service-density"
8152
8153 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8154 - type: "plot"
8155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8156   algorithm: "plot_nf_heatmap"
8157   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8158   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8159   filter: "'NIC_Intel-XL710' and
8160            'NF_DENSITY' and
8161            'DOCKER' and
8162            'CHAIN' and
8163            'NF_VPPIP4' and
8164            'IPSEC' and
8165            'TNL_4' and
8166            'IMIX' and
8167            '1T1C' and
8168            'NDRPDR'"
8169   parameters:
8170   - "throughput"
8171   - "name"
8172   - "tags"
8173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8174   x-axis: "X = CNFs per Service Chain"
8175   y-axis: "Y = Number of Service Chains"
8176   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8177   layout:
8178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8179     layout: "plot-service-density"
8180
8181 - type: "plot"
8182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8183   algorithm: "plot_nf_heatmap"
8184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8185   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8186   filter: "'NIC_Intel-XL710' and
8187            'NF_DENSITY' and
8188            'DOCKER' and
8189            'CHAIN' and
8190            'NF_VPPIP4' and
8191            'IPSEC' and
8192            'TNL_4' and
8193            'IMIX' and
8194            '2T2C' and
8195            'NDRPDR'"
8196   parameters:
8197   - "throughput"
8198   - "name"
8199   - "tags"
8200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8201   x-axis: "X = CNFs per Service Chain"
8202   y-axis: "Y = Number of Service Chains"
8203   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8204   layout:
8205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8206     layout: "plot-service-density"
8207
8208 - type: "plot"
8209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8210   algorithm: "plot_nf_heatmap"
8211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8212   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8213   filter: "'NIC_Intel-XL710' and
8214            'NF_DENSITY' and
8215            'DOCKER' and
8216            'CHAIN' and
8217            'NF_VPPIP4' and
8218            'IPSEC' and
8219            'TNL_4' and
8220            'IMIX' and
8221            '4T4C' and
8222            'NDRPDR'"
8223   parameters:
8224   - "throughput"
8225   - "name"
8226   - "tags"
8227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8228   x-axis: "X = CNFs per Service Chain"
8229   y-axis: "Y = Number of Service Chains"
8230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8231   layout:
8232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8233     layout: "plot-service-density"
8234
8235 ###############################################################################
8236
8237 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8238 #- type: "plot"
8239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8240 #  algorithm: "plot_nf_heatmap"
8241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8242 #  data: "plot-vpp-nfv-3n-skx-mrr"
8243 #  filter: "'NIC_Intel-XXV710' and
8244 #           'NF_DENSITY' and
8245 #           'DOCKER' and
8246 #           'CHAIN' and
8247 #           'NF_VPPIP4' and
8248 #           'IPSEC' and
8249 #           'TNL_1000' and
8250 #           'IMIX' and
8251 #           '2T1C' and
8252 #           'MRR'"
8253 #  parameters:
8254 #  - "result"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = CNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8263 #    layout: "plot-service-density"
8264 #
8265 #- type: "plot"
8266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8267 #  algorithm: "plot_nf_heatmap"
8268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8269 #  data: "plot-vpp-nfv-3n-skx-mrr"
8270 #  filter: "'NIC_Intel-XXV710' and
8271 #           'NF_DENSITY' and
8272 #           'DOCKER' and
8273 #           'CHAIN' and
8274 #           'NF_VPPIP4' and
8275 #           'IPSEC' and
8276 #           'TNL_1000' and
8277 #           'IMIX' and
8278 #           '4T2C' and
8279 #           'MRR'"
8280 #  parameters:
8281 #  - "result"
8282 #  - "name"
8283 #  - "tags"
8284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8285 #  x-axis: "X = CNFs per Service Chain"
8286 #  y-axis: "Y = Number of Service Chains"
8287 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8288 #  layout:
8289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8290 #    layout: "plot-service-density"
8291 #
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8296 #  data: "plot-vpp-nfv-3n-skx-mrr"
8297 #  filter: "'NIC_Intel-XXV710' and
8298 #           'NF_DENSITY' and
8299 #           'DOCKER' and
8300 #           'CHAIN' and
8301 #           'NF_VPPIP4' and
8302 #           'IPSEC' and
8303 #           'TNL_1000' and
8304 #           'IMIX' and
8305 #           '8T4C' and
8306 #           'MRR'"
8307 #  parameters:
8308 #  - "result"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8317 #    layout: "plot-service-density"
8318 #
8319 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8324 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8325 #  filter: "'NIC_Intel-XXV710' and
8326 #           'NF_DENSITY' and
8327 #           'DOCKER' and
8328 #           'CHAIN' and
8329 #           'NF_VPPIP4' and
8330 #           'IPSEC' and
8331 #           'TNL_1000' and
8332 #           'IMIX' and
8333 #           '2T1C' and
8334 #           'NDRPDR'"
8335 #  parameters:
8336 #  - "throughput"
8337 #  - "name"
8338 #  - "tags"
8339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8340 #  x-axis: "X = CNFs per Service Chain"
8341 #  y-axis: "Y = Number of Service Chains"
8342 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8343 #  layout:
8344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8345 #    layout: "plot-service-density"
8346 #
8347 #- type: "plot"
8348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8349 #  algorithm: "plot_nf_heatmap"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8351 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IPSEC' and
8358 #           'TNL_1000' and
8359 #           'IMIX' and
8360 #           '4T2C' and
8361 #           'NDRPDR'"
8362 #  parameters:
8363 #  - "throughput"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = CNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8372 #    layout: "plot-service-density"
8373 #
8374 #- type: "plot"
8375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8376 #  algorithm: "plot_nf_heatmap"
8377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8378 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8379 #  filter: "'NIC_Intel-XXV710' and
8380 #           'NF_DENSITY' and
8381 #           'DOCKER' and
8382 #           'CHAIN' and
8383 #           'NF_VPPIP4' and
8384 #           'IPSEC' and
8385 #           'TNL_1000' and
8386 #           'IMIX' and
8387 #           '8T4C' and
8388 #           'NDRPDR'"
8389 #  parameters:
8390 #  - "throughput"
8391 #  - "name"
8392 #  - "tags"
8393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8394 #  x-axis: "X = CNFs per Service Chain"
8395 #  y-axis: "Y = Number of Service Chains"
8396 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8397 #  layout:
8398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8399 #    layout: "plot-service-density"
8400 #
8401 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8402 #- type: "plot"
8403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8404 #  algorithm: "plot_nf_heatmap"
8405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8406 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8407 #  filter: "'NIC_Intel-XXV710' and
8408 #           'NF_DENSITY' and
8409 #           'DOCKER' and
8410 #           'CHAIN' and
8411 #           'NF_VPPIP4' and
8412 #           'IPSEC' and
8413 #           'TNL_1000' and
8414 #           'IMIX' and
8415 #           '2T1C' and
8416 #           'NDRPDR'"
8417 #  parameters:
8418 #  - "throughput"
8419 #  - "name"
8420 #  - "tags"
8421 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8422 #  x-axis: "X = CNFs per Service Chain"
8423 #  y-axis: "Y = Number of Service Chains"
8424 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8425 #  layout:
8426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8427 #    layout: "plot-service-density"
8428 #
8429 #- type: "plot"
8430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8431 #  algorithm: "plot_nf_heatmap"
8432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8433 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8434 #  filter: "'NIC_Intel-XXV710' and
8435 #           'NF_DENSITY' and
8436 #           'DOCKER' and
8437 #           'CHAIN' and
8438 #           'NF_VPPIP4' and
8439 #           'IPSEC' and
8440 #           'TNL_1000' and
8441 #           'IMIX' and
8442 #           '4T2C' and
8443 #           'NDRPDR'"
8444 #  parameters:
8445 #  - "throughput"
8446 #  - "name"
8447 #  - "tags"
8448 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8449 #  x-axis: "X = CNFs per Service Chain"
8450 #  y-axis: "Y = Number of Service Chains"
8451 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8452 #  layout:
8453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8454 #    layout: "plot-service-density"
8455 #
8456 #- type: "plot"
8457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8458 #  algorithm: "plot_nf_heatmap"
8459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8460 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8461 #  filter: "'NIC_Intel-XXV710' and
8462 #           'NF_DENSITY' and
8463 #           'DOCKER' and
8464 #           'CHAIN' and
8465 #           'NF_VPPIP4' and
8466 #           'IPSEC' and
8467 #           'TNL_1000' and
8468 #           'IMIX' and
8469 #           '8T4C' and
8470 #           'NDRPDR'"
8471 #  parameters:
8472 #  - "throughput"
8473 #  - "name"
8474 #  - "tags"
8475 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8476 #  x-axis: "X = CNFs per Service Chain"
8477 #  y-axis: "Y = Number of Service Chains"
8478 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8479 #  layout:
8480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8481 #    layout: "plot-service-density"
8482
8483 ###############################################################################
8484
8485 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8486 - type: "plot"
8487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8488   algorithm: "plot_nf_heatmap"
8489   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8490   data: "plot-vpp-nfv-3n-hsw-mrr"
8491   filter: "'NIC_Intel-XL710' and
8492            'NF_DENSITY' and
8493            'DOCKER' and
8494            'CHAIN' and
8495            'NF_VPPIP4' and
8496            'IMIX' and
8497            'TNL_1000' and
8498            '1T1C' and
8499            'MRR'"
8500   parameters:
8501   - "result"
8502   - "name"
8503   - "tags"
8504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8505   x-axis: "X = CNFs per Service Chain"
8506   y-axis: "Y = Number of Service Chains"
8507   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8508   layout:
8509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8510     layout: "plot-service-density"
8511
8512 - type: "plot"
8513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8514   algorithm: "plot_nf_heatmap"
8515   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8516   data: "plot-vpp-nfv-3n-hsw-mrr"
8517   filter: "'NIC_Intel-XL710' and
8518            'NF_DENSITY' and
8519            'DOCKER' and
8520            'CHAIN' and
8521            'NF_VPPIP4' and
8522            'IPSEC' and
8523            'TNL_1000' and
8524            'IMIX' and
8525            '2T2C' and
8526            'MRR'"
8527   parameters:
8528   - "result"
8529   - "name"
8530   - "tags"
8531   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8532   x-axis: "X = CNFs per Service Chain"
8533   y-axis: "Y = Number of Service Chains"
8534   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8535   layout:
8536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8537     layout: "plot-service-density"
8538
8539 - type: "plot"
8540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8541   algorithm: "plot_nf_heatmap"
8542   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8543   data: "plot-vpp-nfv-3n-hsw-mrr"
8544   filter: "'NIC_Intel-XL710' and
8545            'NF_DENSITY' and
8546            'DOCKER' and
8547            'CHAIN' and
8548            'NF_VPPIP4' and
8549            'IPSEC' and
8550            'TNL_1000' and
8551            'IMIX' and
8552            '4T4C' and
8553            'MRR'"
8554   parameters:
8555   - "result"
8556   - "name"
8557   - "tags"
8558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8559   x-axis: "X = CNFs per Service Chain"
8560   y-axis: "Y = Number of Service Chains"
8561   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8562   layout:
8563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8564     layout: "plot-service-density"
8565
8566 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8567 - type: "plot"
8568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8569   algorithm: "plot_nf_heatmap"
8570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8571   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8572   filter: "'NIC_Intel-XL710' and
8573            'NF_DENSITY' and
8574            'DOCKER' and
8575            'CHAIN' and
8576            'NF_VPPIP4' and
8577            'IPSEC' and
8578            'TNL_1000' and
8579            'IMIX' and
8580            '1T1C' and
8581            'NDRPDR'"
8582   parameters:
8583   - "throughput"
8584   - "name"
8585   - "tags"
8586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8587   x-axis: "X = CNFs per Service Chain"
8588   y-axis: "Y = Number of Service Chains"
8589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8590   layout:
8591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8592     layout: "plot-service-density"
8593
8594 - type: "plot"
8595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8596   algorithm: "plot_nf_heatmap"
8597   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8598   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8599   filter: "'NIC_Intel-XL710' and
8600            'NF_DENSITY' and
8601            'DOCKER' and
8602            'CHAIN' and
8603            'NF_VPPIP4' and
8604            'IPSEC' and
8605            'TNL_1000' and
8606            'IMIX' and
8607            '2T2C' and
8608            'NDRPDR'"
8609   parameters:
8610   - "throughput"
8611   - "name"
8612   - "tags"
8613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8614   x-axis: "X = CNFs per Service Chain"
8615   y-axis: "Y = Number of Service Chains"
8616   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8617   layout:
8618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8619     layout: "plot-service-density"
8620
8621 - type: "plot"
8622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8623   algorithm: "plot_nf_heatmap"
8624   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8625   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8626   filter: "'NIC_Intel-XL710' and
8627            'NF_DENSITY' and
8628            'DOCKER' and
8629            'CHAIN' and
8630            'NF_VPPIP4' and
8631            'IPSEC' and
8632            'TNL_1000' and
8633            'IMIX' and
8634            '4T4C' and
8635            'NDRPDR'"
8636   parameters:
8637   - "throughput"
8638   - "name"
8639   - "tags"
8640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8641   x-axis: "X = CNFs per Service Chain"
8642   y-axis: "Y = Number of Service Chains"
8643   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8644   layout:
8645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8646     layout: "plot-service-density"
8647
8648 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8649 - type: "plot"
8650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8651   algorithm: "plot_nf_heatmap"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8653   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8654   filter: "'NIC_Intel-XL710' and
8655            'NF_DENSITY' and
8656            'DOCKER' and
8657            'CHAIN' and
8658            'NF_VPPIP4' and
8659            'IPSEC' and
8660            'TNL_1000' and
8661            'IMIX' and
8662            '1T1C' and
8663            'NDRPDR'"
8664   parameters:
8665   - "throughput"
8666   - "name"
8667   - "tags"
8668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8669   x-axis: "X = CNFs per Service Chain"
8670   y-axis: "Y = Number of Service Chains"
8671   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8672   layout:
8673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8674     layout: "plot-service-density"
8675
8676 - type: "plot"
8677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8678   algorithm: "plot_nf_heatmap"
8679   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8680   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8681   filter: "'NIC_Intel-XL710' and
8682            'NF_DENSITY' and
8683            'DOCKER' and
8684            'CHAIN' and
8685            'NF_VPPIP4' and
8686            'IPSEC' and
8687            'TNL_1000' and
8688            'IMIX' and
8689            '2T2C' and
8690            'NDRPDR'"
8691   parameters:
8692   - "throughput"
8693   - "name"
8694   - "tags"
8695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8696   x-axis: "X = CNFs per Service Chain"
8697   y-axis: "Y = Number of Service Chains"
8698   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8699   layout:
8700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8701     layout: "plot-service-density"
8702
8703 - type: "plot"
8704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8705   algorithm: "plot_nf_heatmap"
8706   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8707   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8708   filter: "'NIC_Intel-XL710' and
8709            'NF_DENSITY' and
8710            'DOCKER' and
8711            'CHAIN' and
8712            'NF_VPPIP4' and
8713            'IPSEC' and
8714            'TNL_1000' and
8715            'IMIX' and
8716            '4T4C' and
8717            'NDRPDR'"
8718   parameters:
8719   - "throughput"
8720   - "name"
8721   - "tags"
8722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8723   x-axis: "X = CNFs per Service Chain"
8724   y-axis: "Y = Number of Service Chains"
8725   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8726   layout:
8727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8728     layout: "plot-service-density"
8729
8730 ###############################################################################
8731
8732 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8733 #- type: "plot"
8734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8735 #  algorithm: "plot_nf_heatmap"
8736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8737 #  data: "plot-vpp-nfv-3n-skx-mrr"
8738 #  filter: "'NIC_Intel-XXV710' and
8739 #           'NF_DENSITY' and
8740 #           'DOCKER' and
8741 #           'CHAIN' and
8742 #           'NF_VPPIP4' and
8743 #           'IPSEC' and
8744 #           'TNL_10000' and
8745 #           'IMIX' and
8746 #           '2T1C' and
8747 #           'MRR'"
8748 #  parameters:
8749 #  - "result"
8750 #  - "name"
8751 #  - "tags"
8752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8753 #  x-axis: "X = CNFs per Service Chain"
8754 #  y-axis: "Y = Number of Service Chains"
8755 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8756 #  layout:
8757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8758 #    layout: "plot-service-density"
8759 #
8760 #- type: "plot"
8761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8762 #  algorithm: "plot_nf_heatmap"
8763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8764 #  data: "plot-vpp-nfv-3n-skx-mrr"
8765 #  filter: "'NIC_Intel-XXV710' and
8766 #           'NF_DENSITY' and
8767 #           'DOCKER' and
8768 #           'CHAIN' and
8769 #           'NF_VPPIP4' and
8770 #           'IPSEC' and
8771 #           'TNL_10000' and
8772 #           'IMIX' and
8773 #           '4T2C' and
8774 #           'MRR'"
8775 #  parameters:
8776 #  - "result"
8777 #  - "name"
8778 #  - "tags"
8779 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8780 #  x-axis: "X = CNFs per Service Chain"
8781 #  y-axis: "Y = Number of Service Chains"
8782 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8783 #  layout:
8784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8785 #    layout: "plot-service-density"
8786 #
8787 #- type: "plot"
8788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8789 #  algorithm: "plot_nf_heatmap"
8790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8791 #  data: "plot-vpp-nfv-3n-skx-mrr"
8792 #  filter: "'NIC_Intel-XXV710' and
8793 #           'NF_DENSITY' and
8794 #           'DOCKER' and
8795 #           'CHAIN' and
8796 #           'NF_VPPIP4' and
8797 #           'IPSEC' and
8798 #           'TNL_10000' and
8799 #           'IMIX' and
8800 #           '8T4C' and
8801 #           'MRR'"
8802 #  parameters:
8803 #  - "result"
8804 #  - "name"
8805 #  - "tags"
8806 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8807 #  x-axis: "X = CNFs per Service Chain"
8808 #  y-axis: "Y = Number of Service Chains"
8809 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8810 #  layout:
8811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8812 #    layout: "plot-service-density"
8813 #
8814 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8815 #- type: "plot"
8816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8817 #  algorithm: "plot_nf_heatmap"
8818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8819 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8820 #  filter: "'NIC_Intel-XXV710' and
8821 #           'NF_DENSITY' and
8822 #           'DOCKER' and
8823 #           'CHAIN' and
8824 #           'NF_VPPIP4' and
8825 #           'IPSEC' and
8826 #           'TNL_10000' and
8827 #           'IMIX' and
8828 #           '2T1C' and
8829 #           'NDRPDR'"
8830 #  parameters:
8831 #  - "throughput"
8832 #  - "name"
8833 #  - "tags"
8834 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8835 #  x-axis: "X = CNFs per Service Chain"
8836 #  y-axis: "Y = Number of Service Chains"
8837 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8838 #  layout:
8839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8840 #    layout: "plot-service-density"
8841 #
8842 #- type: "plot"
8843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8844 #  algorithm: "plot_nf_heatmap"
8845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8846 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8847 #  filter: "'NIC_Intel-XXV710' and
8848 #           'NF_DENSITY' and
8849 #           'DOCKER' and
8850 #           'CHAIN' and
8851 #           'NF_VPPIP4' and
8852 #           'IPSEC' and
8853 #           'TNL_10000' and
8854 #           'IMIX' and
8855 #           '4T2C' and
8856 #           'NDRPDR'"
8857 #  parameters:
8858 #  - "throughput"
8859 #  - "name"
8860 #  - "tags"
8861 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8862 #  x-axis: "X = CNFs per Service Chain"
8863 #  y-axis: "Y = Number of Service Chains"
8864 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8865 #  layout:
8866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8867 #    layout: "plot-service-density"
8868 #
8869 #- type: "plot"
8870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8871 #  algorithm: "plot_nf_heatmap"
8872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8873 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8874 #  filter: "'NIC_Intel-XXV710' and
8875 #           'NF_DENSITY' and
8876 #           'DOCKER' and
8877 #           'CHAIN' and
8878 #           'NF_VPPIP4' and
8879 #           'IPSEC' and
8880 #           'TNL_10000' and
8881 #           'IMIX' and
8882 #           '8T4C' and
8883 #           'NDRPDR'"
8884 #  parameters:
8885 #  - "throughput"
8886 #  - "name"
8887 #  - "tags"
8888 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8889 #  x-axis: "X = CNFs per Service Chain"
8890 #  y-axis: "Y = Number of Service Chains"
8891 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8892 #  layout:
8893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8894 #    layout: "plot-service-density"
8895 #
8896 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8897 #- type: "plot"
8898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8899 #  algorithm: "plot_nf_heatmap"
8900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8901 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8902 #  filter: "'NIC_Intel-XXV710' and
8903 #           'NF_DENSITY' and
8904 #           'DOCKER' and
8905 #           'CHAIN' and
8906 #           'NF_VPPIP4' and
8907 #           'IPSEC' and
8908 #           'TNL_10000' and
8909 #           'IMIX' and
8910 #           '2T1C' and
8911 #           'NDRPDR'"
8912 #  parameters:
8913 #  - "throughput"
8914 #  - "name"
8915 #  - "tags"
8916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8917 #  x-axis: "X = CNFs per Service Chain"
8918 #  y-axis: "Y = Number of Service Chains"
8919 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8920 #  layout:
8921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8922 #    layout: "plot-service-density"
8923 #
8924 #- type: "plot"
8925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8926 #  algorithm: "plot_nf_heatmap"
8927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8928 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8929 #  filter: "'NIC_Intel-XXV710' and
8930 #           'NF_DENSITY' and
8931 #           'DOCKER' and
8932 #           'CHAIN' and
8933 #           'NF_VPPIP4' and
8934 #           'IPSEC' and
8935 #           'TNL_10000' and
8936 #           'IMIX' and
8937 #           '4T2C' and
8938 #           'NDRPDR'"
8939 #  parameters:
8940 #  - "throughput"
8941 #  - "name"
8942 #  - "tags"
8943 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8944 #  x-axis: "X = CNFs per Service Chain"
8945 #  y-axis: "Y = Number of Service Chains"
8946 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8947 #  layout:
8948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8949 #    layout: "plot-service-density"
8950 #
8951 #- type: "plot"
8952 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8953 #  algorithm: "plot_nf_heatmap"
8954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8955 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8956 #  filter: "'NIC_Intel-XXV710' and
8957 #           'NF_DENSITY' and
8958 #           'DOCKER' and
8959 #           'CHAIN' and
8960 #           'NF_VPPIP4' and
8961 #           'IPSEC' and
8962 #           'TNL_10000' and
8963 #           'IMIX' and
8964 #           '8T4C' and
8965 #           'NDRPDR'"
8966 #  parameters:
8967 #  - "throughput"
8968 #  - "name"
8969 #  - "tags"
8970 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8971 #  x-axis: "X = CNFs per Service Chain"
8972 #  y-axis: "Y = Number of Service Chains"
8973 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8974 #  layout:
8975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8976 #    layout: "plot-service-density"
8977
8978 ###############################################################################
8979
8980 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8981 - type: "plot"
8982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8983   algorithm: "plot_nf_heatmap"
8984   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8985   data: "plot-vpp-nfv-3n-hsw-mrr"
8986   filter: "'NIC_Intel-XL710' and
8987            'NF_DENSITY' and
8988            'DOCKER' and
8989            'CHAIN' and
8990            'NF_VPPIP4' and
8991            'IMIX' and
8992            'TNL_10000' and
8993            '1T1C' and
8994            'MRR'"
8995   parameters:
8996   - "result"
8997   - "name"
8998   - "tags"
8999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9000   x-axis: "X = CNFs per Service Chain"
9001   y-axis: "Y = Number of Service Chains"
9002   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9003   layout:
9004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9005     layout: "plot-service-density"
9006
9007 - type: "plot"
9008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9009   algorithm: "plot_nf_heatmap"
9010   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9011   data: "plot-vpp-nfv-3n-hsw-mrr"
9012   filter: "'NIC_Intel-XL710' and
9013            'NF_DENSITY' and
9014            'DOCKER' and
9015            'CHAIN' and
9016            'NF_VPPIP4' and
9017            'IPSEC' and
9018            'TNL_10000' and
9019            'IMIX' and
9020            '2T2C' and
9021            'MRR'"
9022   parameters:
9023   - "result"
9024   - "name"
9025   - "tags"
9026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9027   x-axis: "X = CNFs per Service Chain"
9028   y-axis: "Y = Number of Service Chains"
9029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9030   layout:
9031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9032     layout: "plot-service-density"
9033
9034 - type: "plot"
9035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9036   algorithm: "plot_nf_heatmap"
9037   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9038   data: "plot-vpp-nfv-3n-hsw-mrr"
9039   filter: "'NIC_Intel-XL710' and
9040            'NF_DENSITY' and
9041            'DOCKER' and
9042            'CHAIN' and
9043            'NF_VPPIP4' and
9044            'IPSEC' and
9045            'TNL_10000' and
9046            'IMIX' and
9047            '4T4C' and
9048            'MRR'"
9049   parameters:
9050   - "result"
9051   - "name"
9052   - "tags"
9053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9054   x-axis: "X = CNFs per Service Chain"
9055   y-axis: "Y = Number of Service Chains"
9056   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9057   layout:
9058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9059     layout: "plot-service-density"
9060
9061 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9062 - type: "plot"
9063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9064   algorithm: "plot_nf_heatmap"
9065   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9066   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9067   filter: "'NIC_Intel-XL710' and
9068            'NF_DENSITY' and
9069            'DOCKER' and
9070            'CHAIN' and
9071            'NF_VPPIP4' and
9072            'IPSEC' and
9073            'TNL_10000' and
9074            'IMIX' and
9075            '1T1C' and
9076            'NDRPDR'"
9077   parameters:
9078   - "throughput"
9079   - "name"
9080   - "tags"
9081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9082   x-axis: "X = CNFs per Service Chain"
9083   y-axis: "Y = Number of Service Chains"
9084   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9085   layout:
9086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9087     layout: "plot-service-density"
9088
9089 - type: "plot"
9090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9091   algorithm: "plot_nf_heatmap"
9092   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9093   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9094   filter: "'NIC_Intel-XL710' and
9095            'NF_DENSITY' and
9096            'DOCKER' and
9097            'CHAIN' and
9098            'NF_VPPIP4' and
9099            'IPSEC' and
9100            'TNL_10000' and
9101            'IMIX' and
9102            '2T2C' and
9103            'NDRPDR'"
9104   parameters:
9105   - "throughput"
9106   - "name"
9107   - "tags"
9108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9109   x-axis: "X = CNFs per Service Chain"
9110   y-axis: "Y = Number of Service Chains"
9111   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9112   layout:
9113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9114     layout: "plot-service-density"
9115
9116 - type: "plot"
9117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9118   algorithm: "plot_nf_heatmap"
9119   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9120   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9121   filter: "'NIC_Intel-XL710' and
9122            'NF_DENSITY' and
9123            'DOCKER' and
9124            'CHAIN' and
9125            'NF_VPPIP4' and
9126            'IPSEC' and
9127            'TNL_10000' and
9128            'IMIX' and
9129            '4T4C' and
9130            'NDRPDR'"
9131   parameters:
9132   - "throughput"
9133   - "name"
9134   - "tags"
9135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9136   x-axis: "X = CNFs per Service Chain"
9137   y-axis: "Y = Number of Service Chains"
9138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9139   layout:
9140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9141     layout: "plot-service-density"
9142
9143 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9144 - type: "plot"
9145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9146   algorithm: "plot_nf_heatmap"
9147   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9148   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9149   filter: "'NIC_Intel-XL710' and
9150            'NF_DENSITY' and
9151            'DOCKER' and
9152            'CHAIN' and
9153            'NF_VPPIP4' and
9154            'IPSEC' and
9155            'TNL_10000' and
9156            'IMIX' and
9157            '1T1C' and
9158            'NDRPDR'"
9159   parameters:
9160   - "throughput"
9161   - "name"
9162   - "tags"
9163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9164   x-axis: "X = CNFs per Service Chain"
9165   y-axis: "Y = Number of Service Chains"
9166   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9167   layout:
9168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9169     layout: "plot-service-density"
9170
9171 - type: "plot"
9172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9173   algorithm: "plot_nf_heatmap"
9174   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9175   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9176   filter: "'NIC_Intel-XL710' and
9177            'NF_DENSITY' and
9178            'DOCKER' and
9179            'CHAIN' and
9180            'NF_VPPIP4' and
9181            'IPSEC' and
9182            'TNL_10000' and
9183            'IMIX' and
9184            '2T2C' and
9185            'NDRPDR'"
9186   parameters:
9187   - "throughput"
9188   - "name"
9189   - "tags"
9190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9191   x-axis: "X = CNFs per Service Chain"
9192   y-axis: "Y = Number of Service Chains"
9193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9194   layout:
9195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9196     layout: "plot-service-density"
9197
9198 - type: "plot"
9199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9200   algorithm: "plot_nf_heatmap"
9201   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9202   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9203   filter: "'NIC_Intel-XL710' and
9204            'NF_DENSITY' and
9205            'DOCKER' and
9206            'CHAIN' and
9207            'NF_VPPIP4' and
9208            'IPSEC' and
9209            'TNL_10000' and
9210            'IMIX' and
9211            '4T4C' and
9212            'NDRPDR'"
9213   parameters:
9214   - "throughput"
9215   - "name"
9216   - "tags"
9217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9218   x-axis: "X = CNFs per Service Chain"
9219   y-axis: "Y = Number of Service Chains"
9220   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9221   layout:
9222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9223     layout: "plot-service-density"
9224
9225 ###############################################################################
9226
9227 # Plots - NF Density - CSP - MRR 64b
9228
9229 #- type: "plot"
9230 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9231 #  algorithm: "plot_nf_heatmap"
9232 #  output-file-type: ".html"
9233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9234 #  data: "plot-vpp-nfv-2n-skx-mrr"
9235 #  filter: "'NIC_Intel-XXV710' and
9236 #           'NF_DENSITY' and
9237 #           'DOCKER' and
9238 #           'PIPELINE' and
9239 #           'NF_VPPIP4' and
9240 #           '64B' and
9241 #           '2T1C' and
9242 #           'MRR'"
9243 #  parameters:
9244 #  - "result"
9245 #  - "name"
9246 #  - "tags"
9247 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9248 #  x-axis: "X = CNFs per Service Pipeline"
9249 #  y-axis: "Y = Number of Service Pipelines"
9250 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9251 #  layout:
9252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9253 #    layout: "plot-service-density"
9254 #
9255 #- type: "plot"
9256 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9257 #  algorithm: "plot_nf_heatmap"
9258 #  output-file-type: ".html"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9260 #  data: "plot-vpp-nfv-2n-skx-mrr"
9261 #  filter: "'NIC_Intel-XXV710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'PIPELINE' and
9265 #           'NF_VPPIP4' and
9266 #           '64B' and
9267 #           '4T2C' and
9268 #           'MRR'"
9269 #  parameters:
9270 #  - "result"
9271 #  - "name"
9272 #  - "tags"
9273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9274 #  x-axis: "X = CNFs per Service Pipeline"
9275 #  y-axis: "Y = Number of Service Pipelines"
9276 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9277 #  layout:
9278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9279 #    layout: "plot-service-density"
9280 #
9281 #- type: "plot"
9282 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9283 #  algorithm: "plot_nf_heatmap"
9284 #  output-file-type: ".html"
9285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9286 #  data: "plot-vpp-nfv-2n-skx-mrr"
9287 #  filter: "'NIC_Intel-XXV710' and
9288 #           'NF_DENSITY' and
9289 #           'DOCKER' and
9290 #           'PIPELINE' and
9291 #           'NF_VPPIP4' and
9292 #           '64B' and
9293 #           '8T4C' and
9294 #           'MRR'"
9295 #  parameters:
9296 #  - "result"
9297 #  - "name"
9298 #  - "tags"
9299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9300 #  x-axis: "X = CNFs per Service Pipeline"
9301 #  y-axis: "Y = Number of Service Pipelines"
9302 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9303 #  layout:
9304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9305 #    layout: "plot-service-density"
9306 #
9307 ## Plots - NF Density - CSP - MRR IMIX
9308 #- type: "plot"
9309 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9310 #  algorithm: "plot_nf_heatmap"
9311 #  output-file-type: ".html"
9312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9313 #  data: "plot-vpp-nfv-2n-skx-mrr"
9314 #  filter: "'NIC_Intel-XXV710' and
9315 #           'NF_DENSITY' and
9316 #           'DOCKER' and
9317 #           'PIPELINE' and
9318 #           'NF_VPPIP4' and
9319 #           'IMIX' and
9320 #           '2T1C' and
9321 #           'MRR'"
9322 #  parameters:
9323 #  - "result"
9324 #  - "name"
9325 #  - "tags"
9326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9327 #  x-axis: "X = CNFs per Service Pipeline"
9328 #  y-axis: "Y = Number of Service Pipelines"
9329 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9330 #  layout:
9331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9332 #    layout: "plot-service-density"
9333 #
9334 #- type: "plot"
9335 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9336 #  algorithm: "plot_nf_heatmap"
9337 #  output-file-type: ".html"
9338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9339 #  data: "plot-vpp-nfv-2n-skx-mrr"
9340 #  filter: "'NIC_Intel-XXV710' and
9341 #           'NF_DENSITY' and
9342 #           'DOCKER' and
9343 #           'PIPELINE' and
9344 #           'NF_VPPIP4' and
9345 #           'IMIX' and
9346 #           '4T2C' and
9347 #           'MRR'"
9348 #  parameters:
9349 #  - "result"
9350 #  - "name"
9351 #  - "tags"
9352 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9353 #  x-axis: "X = CNFs per Service Pipeline"
9354 #  y-axis: "Y = Number of Service Pipelines"
9355 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9356 #  layout:
9357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9358 #    layout: "plot-service-density"
9359 #
9360 #- type: "plot"
9361 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9362 #  algorithm: "plot_nf_heatmap"
9363 #  output-file-type: ".html"
9364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9365 #  data: "plot-vpp-nfv-2n-skx-mrr"
9366 #  filter: "'NIC_Intel-XXV710' and
9367 #           'NF_DENSITY' and
9368 #           'DOCKER' and
9369 #           'PIPELINE' and
9370 #           'NF_VPPIP4' and
9371 #           'IMIX' and
9372 #           '8T4C' and
9373 #           'MRR'"
9374 #  parameters:
9375 #  - "result"
9376 #  - "name"
9377 #  - "tags"
9378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9379 #  x-axis: "X = CNFs per Service Pipeline"
9380 #  y-axis: "Y = Number of Service Pipelines"
9381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9382 #  layout:
9383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9384 #    layout: "plot-service-density"
9385 #
9386 ## Plots - NF Density - CSP - NDR 64b
9387 #- type: "plot"
9388 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9389 #  algorithm: "plot_nf_heatmap"
9390 #  output-file-type: ".html"
9391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9392 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9393 #  filter: "'NIC_Intel-XXV710' and
9394 #           'NF_DENSITY' and
9395 #           'DOCKER' and
9396 #           'PIPELINE' and
9397 #           'NF_VPPIP4' and
9398 #           '64B' and
9399 #           '2T1C' and
9400 #           'NDRPDR'"
9401 #  parameters:
9402 #  - "throughput"
9403 #  - "name"
9404 #  - "tags"
9405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9406 #  x-axis: "X = CNFs per Service Pipeline"
9407 #  y-axis: "Y = Number of Service Pipelines"
9408 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9409 #  layout:
9410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9411 #    layout: "plot-service-density"
9412 #
9413 #- type: "plot"
9414 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9415 #  algorithm: "plot_nf_heatmap"
9416 #  output-file-type: ".html"
9417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9419 #  filter: "'NIC_Intel-XXV710' and
9420 #           'NF_DENSITY' and
9421 #           'DOCKER' and
9422 #           'PIPELINE' and
9423 #           'NF_VPPIP4' and
9424 #           '64B' and
9425 #           '4T2C' and
9426 #           'NDRPDR'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "name"
9430 #  - "tags"
9431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9432 #  x-axis: "X = CNFs per Service Pipeline"
9433 #  y-axis: "Y = Number of Service Pipelines"
9434 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9435 #  layout:
9436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9437 #    layout: "plot-service-density"
9438 #
9439 #- type: "plot"
9440 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9441 #  algorithm: "plot_nf_heatmap"
9442 #  output-file-type: ".html"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9445 #  filter: "'NIC_Intel-XXV710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'PIPELINE' and
9449 #           'NF_VPPIP4' and
9450 #           '64B' and
9451 #           '8T4C' and
9452 #           'NDRPDR'"
9453 #  parameters:
9454 #  - "throughput"
9455 #  - "name"
9456 #  - "tags"
9457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9458 #  x-axis: "X = CNFs per Service Pipeline"
9459 #  y-axis: "Y = Number of Service Pipelines"
9460 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9461 #  layout:
9462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9463 #    layout: "plot-service-density"
9464 #
9465 ## Plots - NF Density - CSP - NDR IMIX
9466 #- type: "plot"
9467 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9468 #  algorithm: "plot_nf_heatmap"
9469 #  output-file-type: ".html"
9470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9471 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9472 #  filter: "'NIC_Intel-XXV710' and
9473 #           'NF_DENSITY' and
9474 #           'DOCKER' and
9475 #           'PIPELINE' and
9476 #           'NF_VPPIP4' and
9477 #           'IMIX' and
9478 #           '2T1C' and
9479 #           'NDRPDR'"
9480 #  parameters:
9481 #  - "throughput"
9482 #  - "name"
9483 #  - "tags"
9484 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9485 #  x-axis: "X = CNFs per Service Pipeline"
9486 #  y-axis: "Y = Number of Service Pipelines"
9487 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9488 #  layout:
9489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9490 #    layout: "plot-service-density"
9491 #
9492 #- type: "plot"
9493 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9494 #  algorithm: "plot_nf_heatmap"
9495 #  output-file-type: ".html"
9496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9497 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9498 #  filter: "'NIC_Intel-XXV710' and
9499 #           'NF_DENSITY' and
9500 #           'DOCKER' and
9501 #           'PIPELINE' and
9502 #           'NF_VPPIP4' and
9503 #           'IMIX' and
9504 #           '4T2C' and
9505 #           'NDRPDR'"
9506 #  parameters:
9507 #  - "throughput"
9508 #  - "name"
9509 #  - "tags"
9510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9511 #  x-axis: "X = CNFs per Service Pipeline"
9512 #  y-axis: "Y = Number of Service Pipelines"
9513 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9514 #  layout:
9515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9516 #    layout: "plot-service-density"
9517 #
9518 #- type: "plot"
9519 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9520 #  algorithm: "plot_nf_heatmap"
9521 #  output-file-type: ".html"
9522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9524 #  filter: "'NIC_Intel-XXV710' and
9525 #           'NF_DENSITY' and
9526 #           'DOCKER' and
9527 #           'PIPELINE' and
9528 #           'NF_VPPIP4' and
9529 #           'IMIX' and
9530 #           '8T4C' and
9531 #           'NDRPDR'"
9532 #  parameters:
9533 #  - "throughput"
9534 #  - "name"
9535 #  - "tags"
9536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9537 #  x-axis: "X = CNFs per Service Pipeline"
9538 #  y-axis: "Y = Number of Service Pipelines"
9539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9540 #  layout:
9541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9542 #    layout: "plot-service-density"
9543 #
9544 ## Plots - NF Density - CSP - PDR 64b
9545 #- type: "plot"
9546 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9547 #  algorithm: "plot_nf_heatmap"
9548 #  output-file-type: ".html"
9549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9551 #  filter: "'NIC_Intel-XXV710' and
9552 #           'NF_DENSITY' and
9553 #           'DOCKER' and
9554 #           'PIPELINE' and
9555 #           'NF_VPPIP4' and
9556 #           '64B' and
9557 #           '2T1C' and
9558 #           'NDRPDR'"
9559 #  parameters:
9560 #  - "throughput"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9564 #  x-axis: "X = CNFs per Service Pipeline"
9565 #  y-axis: "Y = Number of Service Pipelines"
9566 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9569 #    layout: "plot-service-density"
9570 #
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file-type: ".html"
9575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9577 #  filter: "'NIC_Intel-XXV710' and
9578 #           'NF_DENSITY' and
9579 #           'DOCKER' and
9580 #           'PIPELINE' and
9581 #           'NF_VPPIP4' and
9582 #           '64B' and
9583 #           '4T2C' and
9584 #           'NDRPDR'"
9585 #  parameters:
9586 #  - "throughput"
9587 #  - "name"
9588 #  - "tags"
9589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9590 #  x-axis: "X = CNFs per Service Pipeline"
9591 #  y-axis: "Y = Number of Service Pipelines"
9592 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9593 #  layout:
9594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9595 #    layout: "plot-service-density"
9596 #
9597 #- type: "plot"
9598 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9599 #  algorithm: "plot_nf_heatmap"
9600 #  output-file-type: ".html"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9603 #  filter: "'NIC_Intel-XXV710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'PIPELINE' and
9607 #           'NF_VPPIP4' and
9608 #           '64B' and
9609 #           '8T4C' and
9610 #           'NDRPDR'"
9611 #  parameters:
9612 #  - "throughput"
9613 #  - "name"
9614 #  - "tags"
9615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9616 #  x-axis: "X = CNFs per Service Pipeline"
9617 #  y-axis: "Y = Number of Service Pipelines"
9618 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9619 #  layout:
9620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9621 #    layout: "plot-service-density"
9622 #
9623 ## Plots - NF Density - CSP - PDR IMIX
9624 #- type: "plot"
9625 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9626 #  algorithm: "plot_nf_heatmap"
9627 #  output-file-type: ".html"
9628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9629 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9630 #  filter: "'NIC_Intel-XXV710' and
9631 #           'NF_DENSITY' and
9632 #           'DOCKER' and
9633 #           'PIPELINE' and
9634 #           'NF_VPPIP4' and
9635 #           'IMIX' and
9636 #           '2T1C' and
9637 #           'NDRPDR'"
9638 #  parameters:
9639 #  - "throughput"
9640 #  - "name"
9641 #  - "tags"
9642 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9643 #  x-axis: "X = CNFs per Service Pipeline"
9644 #  y-axis: "Y = Number of Service Pipelines"
9645 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9646 #  layout:
9647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9648 #    layout: "plot-service-density"
9649 #
9650 #- type: "plot"
9651 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9652 #  algorithm: "plot_nf_heatmap"
9653 #  output-file-type: ".html"
9654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9656 #  filter: "'NIC_Intel-XXV710' and
9657 #           'NF_DENSITY' and
9658 #           'DOCKER' and
9659 #           'PIPELINE' and
9660 #           'NF_VPPIP4' and
9661 #           'IMIX' and
9662 #           '4T2C' and
9663 #           'NDRPDR'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = CNFs per Service Pipeline"
9670 #  y-axis: "Y = Number of Service Pipelines"
9671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9674 #    layout: "plot-service-density"
9675 #
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file-type: ".html"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9682 #  filter: "'NIC_Intel-XXV710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'PIPELINE' and
9686 #           'NF_VPPIP4' and
9687 #           'IMIX' and
9688 #           '8T4C' and
9689 #           'NDRPDR'"
9690 #  parameters:
9691 #  - "throughput"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Pipeline"
9696 #  y-axis: "Y = Number of Service Pipelines"
9697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9700 #    layout: "plot-service-density"
9701
9702 ###############################################################################
9703 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9704
9705 - type: "plot"
9706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9707   algorithm: "plot_nf_heatmap"
9708   output-file-type: ".html"
9709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9710   data: "plot-vpp-nfv-2n-clx-mrr"
9711   filter: "'NIC_Intel-XXV710' and
9712            'NF_DENSITY' and
9713            'VHOST' and
9714            not 'VXLAN' and
9715            'CHAIN' and
9716            'NF_VPPIP4' and
9717            'IMIX' and
9718            '2T1C' and
9719            'MRR'"
9720   parameters:
9721   - "result"
9722   - "name"
9723   - "tags"
9724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9725   x-axis: "X = VNFs per Service Chain"
9726   y-axis: "Y = Number of Service Chains"
9727   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9728   layout:
9729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9730     layout: "plot-service-density"
9731
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9737   data: "plot-vpp-nfv-2n-clx-mrr"
9738   filter: "'NIC_Intel-XXV710' and
9739            'NF_DENSITY' and
9740            'VHOST' and
9741            not 'VXLAN' and
9742            'CHAIN' and
9743            'NF_VPPIP4' and
9744            'IMIX' and
9745            '4T2C' and
9746            'MRR'"
9747   parameters:
9748   - "result"
9749   - "name"
9750   - "tags"
9751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9752   x-axis: "X = VNFs per Service Chain"
9753   y-axis: "Y = Number of Service Chains"
9754   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9755   layout:
9756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9757     layout: "plot-service-density"
9758
9759 - type: "plot"
9760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9761   algorithm: "plot_nf_heatmap"
9762   output-file-type: ".html"
9763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9764   data: "plot-vpp-nfv-2n-clx-mrr"
9765   filter: "'NIC_Intel-XXV710' and
9766            'NF_DENSITY' and
9767            'VHOST' and
9768            not 'VXLAN' and
9769            'CHAIN' and
9770            'NF_VPPIP4' and
9771            'IMIX' and
9772            '8T4C' and
9773            'MRR'"
9774   parameters:
9775   - "result"
9776   - "name"
9777   - "tags"
9778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9779   x-axis: "X = VNFs per Service Chain"
9780   y-axis: "Y = Number of Service Chains"
9781   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9782   layout:
9783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9784     layout: "plot-service-density"
9785
9786 # Plots - NF Density - VSC - NDR IMIX
9787 - type: "plot"
9788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9789   algorithm: "plot_nf_heatmap"
9790   output-file-type: ".html"
9791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9792   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9793   filter: "'NIC_Intel-XXV710' and
9794            'NF_DENSITY' and
9795            'VHOST' and
9796            not 'VXLAN' and
9797            'CHAIN' and
9798            'NF_VPPIP4' and
9799            'IMIX' and
9800            '2T1C' and
9801            'NDRPDR'"
9802   parameters:
9803   - "throughput"
9804   - "name"
9805   - "tags"
9806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = VNFs per Service Chain"
9808   y-axis: "Y = Number of Service Chains"
9809   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9812     layout: "plot-service-density"
9813
9814 - type: "plot"
9815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9816   algorithm: "plot_nf_heatmap"
9817   output-file-type: ".html"
9818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9819   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9820   filter: "'NIC_Intel-XXV710' and
9821            'NF_DENSITY' and
9822            'VHOST' and
9823            not 'VXLAN' and
9824            'CHAIN' and
9825            'NF_VPPIP4' and
9826            'IMIX' and
9827            '4T2C' and
9828            'NDRPDR'"
9829   parameters:
9830   - "throughput"
9831   - "name"
9832   - "tags"
9833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9834   x-axis: "X = VNFs per Service Chain"
9835   y-axis: "Y = Number of Service Chains"
9836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9837   layout:
9838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9839     layout: "plot-service-density"
9840
9841 - type: "plot"
9842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9843   algorithm: "plot_nf_heatmap"
9844   output-file-type: ".html"
9845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9846   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9847   filter: "'NIC_Intel-XXV710' and
9848            'NF_DENSITY' and
9849            'VHOST' and
9850            not 'VXLAN' and
9851            'CHAIN' and
9852            'NF_VPPIP4' and
9853            'IMIX' and
9854            '8T4C' and
9855            'NDRPDR'"
9856   parameters:
9857   - "throughput"
9858   - "name"
9859   - "tags"
9860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9861   x-axis: "X = VNFs per Service Chain"
9862   y-axis: "Y = Number of Service Chains"
9863   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9864   layout:
9865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9866     layout: "plot-service-density"
9867
9868 # Plots - NF Density - VSC - PDR IMIX
9869 - type: "plot"
9870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9871   algorithm: "plot_nf_heatmap"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9874   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9875   filter: "'NIC_Intel-XXV710' and
9876            'NF_DENSITY' and
9877            'VHOST' and
9878            not 'VXLAN' and
9879            'CHAIN' and
9880            'NF_VPPIP4' and
9881            'IMIX' and
9882            '2T1C' and
9883            'NDRPDR'"
9884   parameters:
9885   - "throughput"
9886   - "name"
9887   - "tags"
9888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9889   x-axis: "X = VNFs per Service Chain"
9890   y-axis: "Y = Number of Service Chains"
9891   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9892   layout:
9893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9894     layout: "plot-service-density"
9895
9896 - type: "plot"
9897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9898   algorithm: "plot_nf_heatmap"
9899   output-file-type: ".html"
9900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9901   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9902   filter: "'NIC_Intel-XXV710' and
9903            'NF_DENSITY' and
9904            'VHOST' and
9905            not 'VXLAN' and
9906            'CHAIN' and
9907            'NF_VPPIP4' and
9908            'IMIX' and
9909            '4T2C' and
9910            'NDRPDR'"
9911   parameters:
9912   - "throughput"
9913   - "name"
9914   - "tags"
9915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9916   x-axis: "X = VNFs per Service Chain"
9917   y-axis: "Y = Number of Service Chains"
9918   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9919   layout:
9920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9921     layout: "plot-service-density"
9922
9923 - type: "plot"
9924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9925   algorithm: "plot_nf_heatmap"
9926   output-file-type: ".html"
9927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9928   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9929   filter: "'NIC_Intel-XXV710' and
9930            'NF_DENSITY' and
9931            'VHOST' and
9932            not 'VXLAN' and
9933            'CHAIN' and
9934            'NF_VPPIP4' and
9935            'IMIX' and
9936            '8T4C' and
9937            'NDRPDR'"
9938   parameters:
9939   - "throughput"
9940   - "name"
9941   - "tags"
9942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9943   x-axis: "X = VNFs per Service Chain"
9944   y-axis: "Y = Number of Service Chains"
9945   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9946   layout:
9947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9948     layout: "plot-service-density"
9949
9950 # Plots - NF Density - VSC - MRR IMIX
9951 - type: "plot"
9952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9953   algorithm: "plot_nf_heatmap"
9954   output-file-type: ".html"
9955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9956   data: "plot-vpp-nfv-2n-clx-mrr"
9957   filter: "'NIC_Intel-XXV710' and
9958            'NF_DENSITY' and
9959            'VHOST' and
9960            'VXLAN' and
9961            'CHAIN' and
9962            'IMIX' and
9963            '2T1C' and
9964            'MRR'"
9965   parameters:
9966   - "result"
9967   - "name"
9968   - "tags"
9969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9970   x-axis: "X = VNFs per Service Chain"
9971   y-axis: "Y = Number of Service Chains"
9972   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9973   layout:
9974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9975     layout: "plot-service-density"
9976
9977 - type: "plot"
9978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9979   algorithm: "plot_nf_heatmap"
9980   output-file-type: ".html"
9981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9982   data: "plot-vpp-nfv-2n-clx-mrr"
9983   filter: "'NIC_Intel-XXV710' and
9984            'NF_DENSITY' and
9985            'VHOST' and
9986            'VXLAN' and
9987            'CHAIN' and
9988            'IMIX' and
9989            '4T2C' and
9990            'MRR'"
9991   parameters:
9992   - "result"
9993   - "name"
9994   - "tags"
9995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9996   x-axis: "X = VNFs per Service Chain"
9997   y-axis: "Y = Number of Service Chains"
9998   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9999   layout:
10000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10001     layout: "plot-service-density"
10002
10003 - type: "plot"
10004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10005   algorithm: "plot_nf_heatmap"
10006   output-file-type: ".html"
10007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10008   data: "plot-vpp-nfv-2n-clx-mrr"
10009   filter: "'NIC_Intel-XXV710' and
10010            'NF_DENSITY' and
10011            'VHOST' and
10012            'VXLAN' and
10013            'CHAIN' and
10014            'IMIX' and
10015            '8T4C' and
10016            'MRR'"
10017   parameters:
10018   - "result"
10019   - "name"
10020   - "tags"
10021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10022   x-axis: "X = VNFs per Service Chain"
10023   y-axis: "Y = Number of Service Chains"
10024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10025   layout:
10026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10027     layout: "plot-service-density"
10028
10029 # Plots - NF Density - VSC - NDR IMIX
10030 - type: "plot"
10031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10032   algorithm: "plot_nf_heatmap"
10033   output-file-type: ".html"
10034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10035   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10036   filter: "'NIC_Intel-XXV710' and
10037            'NF_DENSITY' and
10038            'VHOST' and
10039            'VXLAN' and
10040            'CHAIN' a
10041            'IMIX' and
10042            '2T1C' and
10043            'NDRPDR'"
10044   parameters:
10045   - "throughput"
10046   - "name"
10047   - "tags"
10048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10049   x-axis: "X = VNFs per Service Chain"
10050   y-axis: "Y = Number of Service Chains"
10051   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10052   layout:
10053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10054     layout: "plot-service-density"
10055
10056 - type: "plot"
10057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10058   algorithm: "plot_nf_heatmap"
10059   output-file-type: ".html"
10060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10061   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10062   filter: "'NIC_Intel-XXV710' and
10063            'NF_DENSITY' and
10064            'VHOST' and
10065            'VXLAN' and
10066            'CHAIN' and
10067            'IMIX' and
10068            '4T2C' and
10069            'NDRPDR'"
10070   parameters:
10071   - "throughput"
10072   - "name"
10073   - "tags"
10074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10075   x-axis: "X = VNFs per Service Chain"
10076   y-axis: "Y = Number of Service Chains"
10077   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10078   layout:
10079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10080     layout: "plot-service-density"
10081
10082 - type: "plot"
10083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10084   algorithm: "plot_nf_heatmap"
10085   output-file-type: ".html"
10086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10087   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10088   filter: "'NIC_Intel-XXV710' and
10089            'NF_DENSITY' and
10090            'VHOST' and
10091            'VXLAN' and
10092            'CHAIN' and
10093            'IMIX' and
10094            '8T4C' and
10095            'NDRPDR'"
10096   parameters:
10097   - "throughput"
10098   - "name"
10099   - "tags"
10100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10101   x-axis: "X = VNFs per Service Chain"
10102   y-axis: "Y = Number of Service Chains"
10103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10104   layout:
10105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10106     layout: "plot-service-density"
10107
10108 # Plots - NF Density - VSC - PDR IMIX
10109 - type: "plot"
10110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10111   algorithm: "plot_nf_heatmap"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10114   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10115   filter: "'NIC_Intel-XXV710' and
10116            'NF_DENSITY' and
10117            'VHOST' and
10118            'VXLAN' and
10119            'CHAIN' and
10120            'IMIX' and
10121            '2T1C' and
10122            'NDRPDR'"
10123   parameters:
10124   - "throughput"
10125   - "name"
10126   - "tags"
10127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10128   x-axis: "X = VNFs per Service Chain"
10129   y-axis: "Y = Number of Service Chains"
10130   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10131   layout:
10132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10133     layout: "plot-service-density"
10134
10135 - type: "plot"
10136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10137   algorithm: "plot_nf_heatmap"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10140   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10141   filter: "'NIC_Intel-XXV710' and
10142            'NF_DENSITY' and
10143            'VHOST' and
10144            'VXLAN' and
10145            'CHAIN' and
10146            'IMIX' and
10147            '4T2C' and
10148            'NDRPDR'"
10149   parameters:
10150   - "throughput"
10151   - "name"
10152   - "tags"
10153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10154   x-axis: "X = VNFs per Service Chain"
10155   y-axis: "Y = Number of Service Chains"
10156   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10157   layout:
10158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10159     layout: "plot-service-density"
10160
10161 - type: "plot"
10162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10163   algorithm: "plot_nf_heatmap"
10164   output-file-type: ".html"
10165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10166   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10167   filter: "'NIC_Intel-XXV710' and
10168            'NF_DENSITY' and
10169            'VHOST' and
10170            'VXLAN' and
10171            'CHAIN' and
10172            'IMIX' and
10173            '8T4C' and
10174            'NDRPDR'"
10175   parameters:
10176   - "throughput"
10177   - "name"
10178   - "tags"
10179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10180   x-axis: "X = VNFs per Service Chain"
10181   y-axis: "Y = Number of Service Chains"
10182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10183   layout:
10184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10185     layout: "plot-service-density"
10186
10187 # Plots - NF Density - CSC - MRR IMIX
10188 - type: "plot"
10189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10190   algorithm: "plot_nf_heatmap"
10191   output-file-type: ".html"
10192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10193   data: "plot-vpp-nfv-2n-clx-mrr"
10194   filter: "'NIC_Intel-XXV710' and
10195            'NF_DENSITY' and
10196            'DOCKER' and
10197            'CHAIN' and
10198            'NF_VPPIP4' and
10199            'IMIX' and
10200            '2T1C' and
10201            'MRR'"
10202   parameters:
10203   - "result"
10204   - "name"
10205   - "tags"
10206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10207   x-axis: "X = CNFs per Service Chain"
10208   y-axis: "Y = Number of Service Chains"
10209   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10210   layout:
10211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10212     layout: "plot-service-density"
10213
10214 - type: "plot"
10215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10216   algorithm: "plot_nf_heatmap"
10217   output-file-type: ".html"
10218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10219   data: "plot-vpp-nfv-2n-clx-mrr"
10220   filter: "'NIC_Intel-XXV710' and
10221            'NF_DENSITY' and
10222            'DOCKER' and
10223            'CHAIN' and
10224            'NF_VPPIP4' and
10225            'IMIX' and
10226            '4T2C' and
10227            'MRR'"
10228   parameters:
10229   - "result"
10230   - "name"
10231   - "tags"
10232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10233   x-axis: "X = CNFs per Service Chain"
10234   y-axis: "Y = Number of Service Chains"
10235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10236   layout:
10237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10238     layout: "plot-service-density"
10239
10240 - type: "plot"
10241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10242   algorithm: "plot_nf_heatmap"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10245   data: "plot-vpp-nfv-2n-clx-mrr"
10246   filter: "'NIC_Intel-XXV710' and
10247            'NF_DENSITY' and
10248            'DOCKER' and
10249            'CHAIN' and
10250            'NF_VPPIP4' and
10251            'IMIX' and
10252            '8T4C' and
10253            'MRR'"
10254   parameters:
10255   - "result"
10256   - "name"
10257   - "tags"
10258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10259   x-axis: "X = CNFs per Service Chain"
10260   y-axis: "Y = Number of Service Chains"
10261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10262   layout:
10263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10264     layout: "plot-service-density"
10265
10266 # Plots - NF Density - CSC - NDR IMIX
10267 - type: "plot"
10268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10269   algorithm: "plot_nf_heatmap"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10272   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10273   filter: "'NIC_Intel-XXV710' and
10274            'NF_DENSITY' and
10275            'DOCKER' and
10276            'CHAIN' and
10277            'NF_VPPIP4' and
10278            'IMIX' and
10279            '2T1C' and
10280            'NDRPDR'"
10281   parameters:
10282   - "throughput"
10283   - "name"
10284   - "tags"
10285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10286   x-axis: "X = CNFs per Service Chain"
10287   y-axis: "Y = Number of Service Chains"
10288   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10289   layout:
10290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10291     layout: "plot-service-density"
10292
10293 - type: "plot"
10294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10295   algorithm: "plot_nf_heatmap"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10299   filter: "'NIC_Intel-XXV710' and
10300            'NF_DENSITY' and
10301            'DOCKER' and
10302            'CHAIN' and
10303            'NF_VPPIP4' and
10304            'IMIX' and
10305            '4T2C' and
10306            'NDRPDR'"
10307   parameters:
10308   - "throughput"
10309   - "name"
10310   - "tags"
10311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10312   x-axis: "X = CNFs per Service Chain"
10313   y-axis: "Y = Number of Service Chains"
10314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10315   layout:
10316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10317     layout: "plot-service-density"
10318
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'DOCKER' and
10328            'CHAIN' and
10329            'NF_VPPIP4' and
10330            'IMIX' and
10331            '8T4C' and
10332            'NDRPDR'"
10333   parameters:
10334   - "throughput"
10335   - "name"
10336   - "tags"
10337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10338   x-axis: "X = CNFs per Service Chain"
10339   y-axis: "Y = Number of Service Chains"
10340   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10341   layout:
10342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10343     layout: "plot-service-density"
10344
10345 # Plots - NF Density - CSC - PDR IMIX
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10351   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'DOCKER' and
10355            'CHAIN' and
10356            'NF_VPPIP4' and
10357            'IMIX' and
10358            '2T1C' and
10359            'NDRPDR'"
10360   parameters:
10361   - "throughput"
10362   - "name"
10363   - "tags"
10364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10365   x-axis: "X = CNFs per Service Chain"
10366   y-axis: "Y = Number of Service Chains"
10367   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10368   layout:
10369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10370     layout: "plot-service-density"
10371
10372 - type: "plot"
10373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10374   algorithm: "plot_nf_heatmap"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10377   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10378   filter: "'NIC_Intel-XXV710' and
10379            'NF_DENSITY' and
10380            'DOCKER' and
10381            'CHAIN' and
10382            'NF_VPPIP4' and
10383            'IMIX' and
10384            '4T2C' and
10385            'NDRPDR'"
10386   parameters:
10387   - "throughput"
10388   - "name"
10389   - "tags"
10390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10391   x-axis: "X = CNFs per Service Chain"
10392   y-axis: "Y = Number of Service Chains"
10393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10394   layout:
10395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10396     layout: "plot-service-density"
10397
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'DOCKER' and
10407            'CHAIN' and
10408            'NF_VPPIP4' and
10409            'IMIX' and
10410            '8T4C' and
10411            'NDRPDR'"
10412   parameters:
10413   - "throughput"
10414   - "name"
10415   - "tags"
10416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10417   x-axis: "X = CNFs per Service Chain"
10418   y-axis: "Y = Number of Service Chains"
10419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10420   layout:
10421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10422     layout: "plot-service-density"
10423
10424 # Plots - NF Density - CSP - MRR IMIX
10425 - type: "plot"
10426   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10427   algorithm: "plot_nf_heatmap"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10430   data: "plot-vpp-nfv-2n-clx-mrr"
10431   filter: "'NIC_Intel-XXV710' and
10432            'NF_DENSITY' and
10433            'DOCKER' and
10434            'PIPELINE' and
10435            'NF_VPPIP4' and
10436            'IMIX' and
10437            '2T1C' and
10438            'MRR'"
10439   parameters:
10440   - "result"
10441   - "name"
10442   - "tags"
10443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10444   x-axis: "X = CNFs per Service Pipeline"
10445   y-axis: "Y = Number of Service Pipelines"
10446   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10447   layout:
10448     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10449     layout: "plot-service-density"
10450
10451 - type: "plot"
10452   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10453   algorithm: "plot_nf_heatmap"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10456   data: "plot-vpp-nfv-2n-clx-mrr"
10457   filter: "'NIC_Intel-XXV710' and
10458            'NF_DENSITY' and
10459            'DOCKER' and
10460            'PIPELINE' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '4T2C' and
10464            'MRR'"
10465   parameters:
10466   - "result"
10467   - "name"
10468   - "tags"
10469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = CNFs per Service Pipeline"
10471   y-axis: "Y = Number of Service Pipelines"
10472   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10475     layout: "plot-service-density"
10476
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10482   data: "plot-vpp-nfv-2n-clx-mrr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'DOCKER' and
10486            'PIPELINE' and
10487            'NF_VPPIP4' and
10488            'IMIX' and
10489            '8T4C' and
10490            'MRR'"
10491   parameters:
10492   - "result"
10493   - "name"
10494   - "tags"
10495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10496   x-axis: "X = CNFs per Service Pipeline"
10497   y-axis: "Y = Number of Service Pipelines"
10498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10499   layout:
10500     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10501     layout: "plot-service-density"
10502
10503 # Plots - NF Density - CSP - NDR IMIX
10504 - type: "plot"
10505   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10506   algorithm: "plot_nf_heatmap"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10509   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10510   filter: "'NIC_Intel-XXV710' and
10511            'NF_DENSITY' and
10512            'DOCKER' and
10513            'PIPELINE' and
10514            'NF_VPPIP4' and
10515            'IMIX' and
10516            '2T1C' and
10517            'NDRPDR'"
10518   parameters:
10519   - "throughput"
10520   - "name"
10521   - "tags"
10522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10523   x-axis: "X = CNFs per Service Pipeline"
10524   y-axis: "Y = Number of Service Pipelines"
10525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10526   layout:
10527     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10528     layout: "plot-service-density"
10529
10530 - type: "plot"
10531   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10532   algorithm: "plot_nf_heatmap"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'DOCKER' and
10539            'PIPELINE' and
10540            'NF_VPPIP4' and
10541            'IMIX' and
10542            '4T2C' and
10543            'NDRPDR'"
10544   parameters:
10545   - "throughput"
10546   - "name"
10547   - "tags"
10548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10549   x-axis: "X = CNFs per Service Pipeline"
10550   y-axis: "Y = Number of Service Pipelines"
10551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10552   layout:
10553     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10554     layout: "plot-service-density"
10555
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'DOCKER' and
10565            'PIPELINE' and
10566            'NF_VPPIP4' and
10567            'IMIX' and
10568            '8T4C' and
10569            'NDRPDR'"
10570   parameters:
10571   - "throughput"
10572   - "name"
10573   - "tags"
10574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10575   x-axis: "X = CNFs per Service Pipeline"
10576   y-axis: "Y = Number of Service Pipelines"
10577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10578   layout:
10579     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10580     layout: "plot-service-density"
10581
10582 # Plots - NF Density - CSP - PDR IMIX
10583 - type: "plot"
10584   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10585   algorithm: "plot_nf_heatmap"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10588   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10589   filter: "'NIC_Intel-XXV710' and
10590            'NF_DENSITY' and
10591            'DOCKER' and
10592            'PIPELINE' and
10593            'NF_VPPIP4' and
10594            'IMIX' and
10595            '2T1C' and
10596            'NDRPDR'"
10597   parameters:
10598   - "throughput"
10599   - "name"
10600   - "tags"
10601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10602   x-axis: "X = CNFs per Service Pipeline"
10603   y-axis: "Y = Number of Service Pipelines"
10604   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10605   layout:
10606     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10607     layout: "plot-service-density"
10608
10609 - type: "plot"
10610   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10611   algorithm: "plot_nf_heatmap"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10614   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10615   filter: "'NIC_Intel-XXV710' and
10616            'NF_DENSITY' and
10617            'DOCKER' and
10618            'PIPELINE' and
10619            'NF_VPPIP4' and
10620            'IMIX' and
10621            '4T2C' and
10622            'NDRPDR'"
10623   parameters:
10624   - "throughput"
10625   - "name"
10626   - "tags"
10627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10628   x-axis: "X = CNFs per Service Pipeline"
10629   y-axis: "Y = Number of Service Pipelines"
10630   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10631   layout:
10632     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10633     layout: "plot-service-density"
10634
10635 - type: "plot"
10636   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10637   algorithm: "plot_nf_heatmap"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10640   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10641   filter: "'NIC_Intel-XXV710' and
10642            'NF_DENSITY' and
10643            'DOCKER' and
10644            'PIPELINE' and
10645            'NF_VPPIP4' and
10646            'IMIX' and
10647            '8T4C' and
10648            'NDRPDR'"
10649   parameters:
10650   - "throughput"
10651   - "name"
10652   - "tags"
10653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = CNFs per Service Pipeline"
10655   y-axis: "Y = Number of Service Pipelines"
10656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10659     layout: "plot-service-density"
10660
10661 ################################################################################
10662
10663 # Packet Throughput
10664
10665 - type: "plot"
10666   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10667   algorithm: "plot_perf_box_name"
10668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10670   include:
10671     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10672     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10675   layout:
10676     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10677     layout: "plot-throughput"
10678
10679 - type: "plot"
10680   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10681   algorithm: "plot_perf_box_name"
10682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10684   include:
10685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10689   layout:
10690     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10691     layout: "plot-throughput"
10692
10693 - type: "plot"
10694   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10695   algorithm: "plot_perf_box_name"
10696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10698   include:
10699     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10700     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10701     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10702     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10703     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10704   layout:
10705     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10706     layout: "plot-throughput"
10707
10708 - type: "plot"
10709   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10710   algorithm: "plot_perf_box_name"
10711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10713   include:
10714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10715     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10716     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10717     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10719   layout:
10720     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10721     layout: "plot-throughput"
10722
10723 - type: "plot"
10724   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10725   algorithm: "plot_perf_box_name"
10726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10728   include:
10729     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10730     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10731     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10732     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10733     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10734   layout:
10735     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10736     layout: "plot-throughput"
10737
10738 - type: "plot"
10739   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10740   algorithm: "plot_perf_box_name"
10741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10743   include:
10744     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10745     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10746     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10747     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10748     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10749   layout:
10750     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10751     layout: "plot-throughput"
10752
10753 - type: "plot"
10754   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10755   algorithm: "plot_perf_box_name"
10756   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10758   include:
10759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10764   layout:
10765     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10766     layout: "plot-throughput"
10767
10768 - type: "plot"
10769   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10770   algorithm: "plot_perf_box_name"
10771   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10773   include:
10774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10779   layout:
10780     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10781     layout: "plot-throughput"
10782
10783 - type: "plot"
10784   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10785   algorithm: "plot_perf_box_name"
10786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10788   include:
10789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10793   layout:
10794     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10795     layout: "plot-throughput"
10796
10797 - type: "plot"
10798   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10799   algorithm: "plot_perf_box_name"
10800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10802   include:
10803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10807   layout:
10808     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10809     layout: "plot-throughput"
10810
10811 - type: "plot"
10812   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10813   algorithm: "plot_perf_box_name"
10814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10816   include:
10817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10822   layout:
10823     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10824     layout: "plot-throughput"
10825
10826 - type: "plot"
10827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10828   algorithm: "plot_perf_box_name"
10829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10831   include:
10832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10837   layout:
10838     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10839     layout: "plot-throughput"
10840
10841 - type: "plot"
10842   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10843   algorithm: "plot_perf_box_name"
10844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10846   include:
10847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10853   layout:
10854     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10855     layout: "plot-throughput"
10856
10857 - type: "plot"
10858   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10859   algorithm: "plot_perf_box_name"
10860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10862   include:
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10869   layout:
10870     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10871     layout: "plot-throughput"
10872
10873 - type: "plot"
10874   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10875   algorithm: "plot_perf_box_name"
10876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10878   include:
10879     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10882   layout:
10883     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10884     layout: "plot-throughput"
10885
10886 - type: "plot"
10887   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10888   algorithm: "plot_perf_box_name"
10889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10891   include:
10892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10895   layout:
10896     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10897     layout: "plot-throughput"
10898
10899 #- type: "plot"
10900 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10901 #  algorithm: "plot_perf_box_name"
10902 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10903 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10904 #  include:
10905 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10908 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10909 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10910 #  layout:
10911 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10912 #    layout: "plot-throughput"
10913 #
10914 #- type: "plot"
10915 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10916 #  algorithm: "plot_perf_box_name"
10917 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10918 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10919 #  include:
10920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10922 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10923 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10924 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10925 #  layout:
10926 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10927 #    layout: "plot-throughput"
10928 #
10929 #- type: "plot"
10930 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10931 #  algorithm: "plot_perf_box_name"
10932 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10933 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10934 #  include:
10935 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10936 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10937 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10938 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10939 #  layout:
10940 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10941 #    layout: "plot-throughput"
10942 #
10943 #- type: "plot"
10944 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10945 #  algorithm: "plot_perf_box_name"
10946 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10947 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10948 #  include:
10949 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10950 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10951 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10952 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10953 #  layout:
10954 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10955 #    layout: "plot-throughput"
10956 #
10957 #- type: "plot"
10958 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10959 #  algorithm: "plot_perf_box_name"
10960 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10961 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10962 #  include:
10963 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10964 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10965 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10966 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10967 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10968 #  layout:
10969 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10970 #    layout: "plot-throughput"
10971 #
10972 #- type: "plot"
10973 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10974 #  algorithm: "plot_perf_box_name"
10975 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10976 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10977 #  include:
10978 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10979 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10980 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10981 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10982 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10983 #  layout:
10984 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10985 #    layout: "plot-throughput"
10986 #
10987 #- type: "plot"
10988 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10989 #  algorithm: "plot_perf_box_name"
10990 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10991 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992 #  include:
10993 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10994 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10995 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10996 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10997 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10998 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10999 #  layout:
11000 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11001 #    layout: "plot-throughput"
11002 #
11003 #- type: "plot"
11004 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11005 #  algorithm: "plot_perf_box_name"
11006 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11007 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11008 #  include:
11009 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11010 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11011 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11012 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11013 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11014 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11015 #  layout:
11016 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11017 #    layout: "plot-throughput"
11018
11019 - type: "plot"
11020   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11021   algorithm: "plot_perf_box_name"
11022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11024   include:
11025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11030   layout:
11031     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11045   layout:
11046     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11047     layout: "plot-throughput"
11048
11049 - type: "plot"
11050   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11051   algorithm: "plot_perf_box_name"
11052   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11053   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11054   include:
11055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11061   layout:
11062     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11063     layout: "plot-throughput"
11064
11065 - type: "plot"
11066   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11067   algorithm: "plot_perf_box_name"
11068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11070   include:
11071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11077   layout:
11078     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11079     layout: "plot-throughput"
11080
11081 - type: "plot"
11082   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11083   algorithm: "plot_perf_box_name"
11084   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11085   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11086   include:
11087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11092   layout:
11093     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11100   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11107   layout:
11108     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11109     layout: "plot-throughput"
11110
11111 - type: "plot"
11112   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11113   algorithm: "plot_perf_box_name"
11114   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11115   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11116   include:
11117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11123   layout:
11124     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11125     layout: "plot-throughput"
11126
11127 - type: "plot"
11128   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11129   algorithm: "plot_perf_box_name"
11130   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11131   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11132   include:
11133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11139   layout:
11140     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11154   layout:
11155     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11156     layout: "plot-throughput"
11157
11158 - type: "plot"
11159   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11160   algorithm: "plot_perf_box_name"
11161   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11162   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11163   include:
11164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11169   layout:
11170     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11171     layout: "plot-throughput"
11172
11173 - type: "plot"
11174   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11175   algorithm: "plot_perf_box_name"
11176   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11177   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11178   include:
11179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11185   layout:
11186     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11201   layout:
11202     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11213   layout:
11214     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11215     layout: "plot-throughput"
11216
11217 - type: "plot"
11218   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11219   algorithm: "plot_perf_box_name"
11220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11222   include:
11223     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11225   layout:
11226     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11227     layout: "plot-throughput"
11228
11229 #- type: "plot"
11230 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11231 #  algorithm: "plot_perf_box_name"
11232 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11233 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11234 #  include:
11235 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11236 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11237 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11238 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11239 #  layout:
11240 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11241 #    layout: "plot-throughput"
11242 #
11243 #- type: "plot"
11244 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11245 #  algorithm: "plot_perf_box_name"
11246 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11247 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11248 #  include:
11249 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11251 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11252 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11253 #  layout:
11254 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11255 #    layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11262   include:
11263     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11267   layout:
11268     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11276   include:
11277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11281   layout:
11282     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11283     layout: "plot-throughput"
11284
11285 - type: "plot"
11286   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11287   algorithm: "plot_perf_box_name"
11288   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11290   include:
11291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11295   layout:
11296     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11297     layout: "plot-throughput"
11298
11299 - type: "plot"
11300   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11301   algorithm: "plot_perf_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11304   include:
11305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11309   layout:
11310     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11322   layout:
11323     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11335   layout:
11336     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11337     layout: "plot-throughput"
11338
11339 - type: "plot"
11340   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11341   algorithm: "plot_perf_box_name"
11342   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11344   include:
11345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11350   layout:
11351     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11352     layout: "plot-throughput"
11353
11354 - type: "plot"
11355   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11356   algorithm: "plot_perf_box_name"
11357   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11359   include:
11360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11365   layout:
11366     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11374   include:
11375     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11378   layout:
11379     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11380     layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11384   algorithm: "plot_perf_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11387   include:
11388     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11391   layout:
11392     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11393     layout: "plot-throughput"
11394
11395 #- type: "plot"
11396 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11397 #  algorithm: "plot_perf_box_name"
11398 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11399 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11400 #  include:
11401 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11402 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11403 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11404 #  layout:
11405 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11406 #    layout: "plot-throughput"
11407 #
11408 #- type: "plot"
11409 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11410 #  algorithm: "plot_perf_box_name"
11411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11413 #  include:
11414 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11415 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11416 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11417 #  layout:
11418 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11419 #    layout: "plot-throughput"
11420 #
11421 #- type: "plot"
11422 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11423 #  algorithm: "plot_perf_box_name"
11424 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11425 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11426 #  include:
11427 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11428 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11429 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11430 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11431 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11432 #  layout:
11433 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11434 #    layout: "plot-throughput"
11435 #
11436 #- type: "plot"
11437 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11438 #  algorithm: "plot_perf_box_name"
11439 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11440 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11441 #  include:
11442 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11443 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11444 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11445 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11446 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11447 #  layout:
11448 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11449 #    layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11456   include:
11457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11462   layout:
11463     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11471   include:
11472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11477   layout:
11478     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11479     layout: "plot-throughput"
11480
11481 - type: "plot"
11482   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11483   algorithm: "plot_perf_box_name"
11484   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11485   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11486   include:
11487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11492   layout:
11493     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11500   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11501   include:
11502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11507   layout:
11508     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11516   include:
11517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11522   layout:
11523     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11531   include:
11532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11537   layout:
11538     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11546   include:
11547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11548     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11549     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11550     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11553   layout:
11554     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11562   include:
11563     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11564     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11565     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11566     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11567     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11568     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11569   layout:
11570     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11578   include:
11579     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11580     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11581     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11582     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11583   layout:
11584     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11592   include:
11593     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11594     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11595     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11596     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11597   layout:
11598     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11599     layout: "plot-throughput"
11600
11601 #- type: "plot"
11602 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11603 #  algorithm: "plot_perf_box_name"
11604 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11605 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11606 #  include:
11607 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11608 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11609 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11610 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11611 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11612 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11613 #  layout:
11614 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11615 #    layout: "plot-throughput"
11616 #
11617 #- type: "plot"
11618 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11619 #  algorithm: "plot_perf_box_name"
11620 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11621 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11622 #  include:
11623 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11624 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11625 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11626 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11627 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11628 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11629 #  layout:
11630 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11631 #    layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11638   include:
11639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11640 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11642 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11644 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11645   layout:
11646     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11654   include:
11655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11656 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11658 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11660 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11661   layout:
11662     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11670   include:
11671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11677   layout:
11678     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11686   include:
11687     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11688     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11689     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11691     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11693   layout:
11694     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11702   include:
11703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11709   layout:
11710     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11718   include:
11719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11725   layout:
11726     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11734   include:
11735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11739   layout:
11740     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11753   layout:
11754     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11762   include:
11763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11768   layout:
11769     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11783   layout:
11784     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11792   include:
11793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11797   layout:
11798     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   include:
11807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11811   layout:
11812     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11820   include:
11821     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11827   layout:
11828     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11836   include:
11837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11841     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11842     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11843   layout:
11844     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11845     layout: "plot-throughput"
11846
11847 #- type: "plot"
11848 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11849 #  algorithm: "plot_perf_box_name"
11850 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11851 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11852 #  include:
11853 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11854 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11855 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11856 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11857 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11858 #  layout:
11859 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11860 #    layout: "plot-throughput"
11861 #
11862 #- type: "plot"
11863 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11864 #  algorithm: "plot_perf_box_name"
11865 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11866 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11867 #  include:
11868 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11869 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11870 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11871 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11872 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11873 #  layout:
11874 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11875 #    layout: "plot-throughput"
11876 #
11877 #- type: "plot"
11878 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11879 #  algorithm: "plot_perf_box_name"
11880 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11881 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11882 #  include:
11883 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11884 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11885 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11886 #  layout:
11887 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11888 #    layout: "plot-throughput"
11889 #
11890 #- type: "plot"
11891 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11892 #  algorithm: "plot_perf_box_name"
11893 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11894 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11895 #  include:
11896 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11897 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11898 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11899 #  layout:
11900 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11901 #    layout: "plot-throughput"
11902 #
11903 #- type: "plot"
11904 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11905 #  algorithm: "plot_perf_box_name"
11906 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11907 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11908 #  include:
11909 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11910 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11911 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11912 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11913 #  layout:
11914 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11915 #    layout: "plot-throughput"
11916 #
11917 #- type: "plot"
11918 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11919 #  algorithm: "plot_perf_box_name"
11920 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11921 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11922 #  include:
11923 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11924 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11925 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11926 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11927 #  layout:
11928 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11929 #    layout: "plot-throughput"
11930 #
11931 #- type: "plot"
11932 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11933 #  algorithm: "plot_perf_box_name"
11934 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11935 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11936 #  include:
11937 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11938 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11939 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11940 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11941 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11942 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11943 #  layout:
11944 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11945 #    layout: "plot-throughput"
11946 #
11947 #- type: "plot"
11948 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11949 #  algorithm: "plot_perf_box_name"
11950 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11951 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11952 #  include:
11953 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11954 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11955 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11956 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11957 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11958 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11959 #  layout:
11960 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11961 #    layout: "plot-throughput"
11962 #
11963 #- type: "plot"
11964 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11965 #  algorithm: "plot_perf_box_name"
11966 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11967 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11968 #  include:
11969 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11970 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11971 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11972 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11973 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11974 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11975 #  layout:
11976 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11977 #    layout: "plot-throughput"
11978 #
11979 #- type: "plot"
11980 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11981 #  algorithm: "plot_perf_box_name"
11982 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11983 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11984 #  include:
11985 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11986 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11987 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11988 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11989 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11990 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11991 #  layout:
11992 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11993 #    layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12000   include:
12001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12005   layout:
12006     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12007     layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12014   include:
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12019   layout:
12020     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12028   include:
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12035   layout:
12036     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12044   include:
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12051   layout:
12052     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12060   include:
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12067   layout:
12068     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12076   include:
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12083   layout:
12084     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12092   include:
12093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12097   layout:
12098     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12106   include:
12107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12111   layout:
12112     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12119   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12120   include:
12121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12127   layout:
12128     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12136   include:
12137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12143   layout:
12144     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12152   include:
12153     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12157   layout:
12158     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12166   include:
12167     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12171   layout:
12172     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12180   include:
12181     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12187   layout:
12188     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12196   include:
12197     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12203   layout:
12204     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12212   include:
12213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12219   layout:
12220     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12228   include:
12229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12235   layout:
12236     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12244   include:
12245     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12246     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12247     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12251   layout:
12252     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12260   include:
12261     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12262     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12263     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12264     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12265     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12266     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12267   layout:
12268     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12269     layout: "plot-throughput"
12270
12271 #- type: "plot"
12272 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12273 #  algorithm: "plot_perf_box_name"
12274 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12275 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12276 #  include:
12277 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12278 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12279 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12280 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12281 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12282 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12283 #  layout:
12284 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12285 #    layout: "plot-throughput"
12286 #
12287 #- type: "plot"
12288 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12289 #  algorithm: "plot_perf_box_name"
12290 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12291 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12292 #  include:
12293 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12294 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12295 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12296 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12297 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12298 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12299 #  layout:
12300 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12301 #    layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12308   include:
12309     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12310     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12311     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12312     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12313     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12314     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12315   layout:
12316     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12324   include:
12325     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12326     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12327     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12328     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12329     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12330     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12331   layout:
12332     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12333     layout: "plot-throughput"
12334
12335 #- type: "plot"
12336 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12337 #  algorithm: "plot_perf_box_name"
12338 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12339 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12340 #  include:
12341 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12344 #  layout:
12345 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12346 #    layout: "plot-throughput"
12347 #
12348 #- type: "plot"
12349 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12350 #  algorithm: "plot_perf_box_name"
12351 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12352 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12353 #  include:
12354 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12357 #  layout:
12358 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12359 #    layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12371   layout:
12372     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12380   include:
12381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12385   layout:
12386     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12394   include:
12395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12399   layout:
12400     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12413   layout:
12414     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12422   include:
12423     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12427   layout:
12428     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12436   include:
12437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12441   layout:
12442     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12450   include:
12451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12455   layout:
12456     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12464   include:
12465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12469   layout:
12470     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12471     layout: "plot-throughput"
12472
12473 #- type: "plot"
12474 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12475 #  algorithm: "plot_perf_box_name"
12476 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12477 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478 #  include:
12479 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12483 #  layout:
12484 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12485 #    layout: "plot-throughput"
12486 #
12487 #- type: "plot"
12488 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12489 #  algorithm: "plot_perf_box_name"
12490 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12491 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492 #  include:
12493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12497 #  layout:
12498 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12499 #    layout: "plot-throughput"
12500 #
12501 #- type: "plot"
12502 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12503 #  algorithm: "plot_perf_box_name"
12504 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12505 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12506 #  include:
12507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12511 #  layout:
12512 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12513 #    layout: "plot-throughput"
12514 #
12515 #- type: "plot"
12516 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12517 #  algorithm: "plot_perf_box_name"
12518 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12519 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520 #  include:
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12525 #  layout:
12526 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12527 #    layout: "plot-throughput"
12528 #
12529 #- type: "plot"
12530 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12531 #  algorithm: "plot_perf_box_name"
12532 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12533 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12534 #  include:
12535 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12540 #  layout:
12541 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12542 #    layout: "plot-throughput"
12543 #
12544 #- type: "plot"
12545 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12546 #  algorithm: "plot_perf_box_name"
12547 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12548 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549 #  include:
12550 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12554 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12555 #  layout:
12556 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12557 #    layout: "plot-throughput"
12558 #
12559 #- type: "plot"
12560 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12561 #  algorithm: "plot_perf_box_name"
12562 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12563 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12564 #  include:
12565 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12570 #  layout:
12571 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12572 #    layout: "plot-throughput"
12573 #
12574 #- type: "plot"
12575 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12576 #  algorithm: "plot_perf_box_name"
12577 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12578 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579 #  include:
12580 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12585 #  layout:
12586 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12587 #    layout: "plot-throughput"
12588 #
12589 #- type: "plot"
12590 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12591 #  algorithm: "plot_perf_box_name"
12592 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12593 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12594 #  include:
12595 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12597 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12598 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12599 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12600 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12601 #  layout:
12602 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12603 #    layout: "plot-throughput"
12604 #
12605 #- type: "plot"
12606 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12607 #  algorithm: "plot_perf_box_name"
12608 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12609 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12610 #  include:
12611 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12616 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12617 #  layout:
12618 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12619 #    layout: "plot-throughput"
12620 #
12621 #- type: "plot"
12622 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12623 #  algorithm: "plot_perf_box_name"
12624 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12625 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12626 #  include:
12627 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12633 #  layout:
12634 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12635 #    layout: "plot-throughput"
12636 #
12637 #- type: "plot"
12638 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12639 #  algorithm: "plot_perf_box_name"
12640 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12641 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12642 #  include:
12643 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12647 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12648 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12649 #  layout:
12650 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12651 #    layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12658   include:
12659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12664   layout:
12665     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12673   include:
12674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12679   layout:
12680     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12681     layout: "plot-throughput"
12682
12683 #- type: "plot"
12684 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12685 #  algorithm: "plot_perf_box_name"
12686 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12687 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12688 #  include:
12689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12694 #  layout:
12695 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12696 #    layout: "plot-throughput"
12697 #
12698 #- type: "plot"
12699 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12700 #  algorithm: "plot_perf_box_name"
12701 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12702 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12703 #  include:
12704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12709 #  layout:
12710 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12711 #    layout: "plot-throughput"
12712
12713 #- type: "plot"
12714 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12715 #  algorithm: "plot_perf_box_name"
12716 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12717 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12718 #  include:
12719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
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-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12724 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12725 #  layout:
12726 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12727 #    layout: "plot-throughput"
12728 #
12729 #- type: "plot"
12730 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12731 #  algorithm: "plot_perf_box_name"
12732 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12733 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12734 #  include:
12735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12736 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12737 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12738 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12739 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12740 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12741 #  layout:
12742 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12743 #    layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12752     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12753     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12754   layout:
12755     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12765     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12766     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12767   layout:
12768     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12769     layout: "plot-throughput"
12770
12771 ################################################################################
12772
12773 # Packet Speedup
12774
12775 - type: "plot"
12776   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12777   algorithm: "plot_tsa_name"
12778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12780   include:
12781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12785   layout:
12786     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12787     layout: "plot-throughput-speedup-analysis"
12788
12789 - type: "plot"
12790   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12791   algorithm: "plot_tsa_name"
12792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12799   layout:
12800     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12801     layout: "plot-throughput-speedup-analysis"
12802
12803 - type: "plot"
12804   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12805   algorithm: "plot_tsa_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12814   layout:
12815     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12816     layout: "plot-throughput-speedup-analysis"
12817
12818 - type: "plot"
12819   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12820   algorithm: "plot_tsa_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12829   layout:
12830     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12831     layout: "plot-throughput-speedup-analysis"
12832
12833 - type: "plot"
12834   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12835   algorithm: "plot_tsa_name"
12836   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12844   layout:
12845     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12846     layout: "plot-throughput-speedup-analysis"
12847
12848 - type: "plot"
12849   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12850   algorithm: "plot_tsa_name"
12851   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12853   include:
12854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12859   layout:
12860     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12861     layout: "plot-throughput-speedup-analysis"
12862
12863 - type: "plot"
12864   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12865   algorithm: "plot_tsa_name"
12866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12868   include:
12869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12873   layout:
12874     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12875     layout: "plot-throughput-speedup-analysis"
12876
12877 - type: "plot"
12878   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12879   algorithm: "plot_tsa_name"
12880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12887   layout:
12888     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12889     layout: "plot-throughput-speedup-analysis"
12890
12891 - type: "plot"
12892   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12893   algorithm: "plot_tsa_name"
12894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12902   layout:
12903     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12904     layout: "plot-throughput-speedup-analysis"
12905
12906 - type: "plot"
12907   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12908   algorithm: "plot_tsa_name"
12909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12911   include:
12912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12917   layout:
12918     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12919     layout: "plot-throughput-speedup-analysis"
12920
12921 - type: "plot"
12922   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12923   algorithm: "plot_tsa_name"
12924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12933   layout:
12934     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12935     layout: "plot-throughput-speedup-analysis"
12936
12937 - type: "plot"
12938   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12939   algorithm: "plot_tsa_name"
12940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12949   layout:
12950     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12951     layout: "plot-throughput-speedup-analysis"
12952
12953 - type: "plot"
12954   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12955   algorithm: "plot_tsa_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12958   include:
12959     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12962   layout:
12963     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12964     layout: "plot-throughput-speedup-analysis"
12965
12966 - type: "plot"
12967   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12968   algorithm: "plot_tsa_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12971   include:
12972     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12973     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12974     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12975   layout:
12976     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12977     layout: "plot-throughput-speedup-analysis"
12978
12979 #- type: "plot"
12980 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12981 #  algorithm: "plot_tsa_name"
12982 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12983 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12984 #  include:
12985 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12986 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12987 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12990 #  layout:
12991 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12992 #    layout: "plot-throughput-speedup-analysis"
12993 #
12994 #- type: "plot"
12995 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12996 #  algorithm: "plot_tsa_name"
12997 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12998 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999 #  include:
13000 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13001 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13002 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13005 #  layout:
13006 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13007 #    layout: "plot-throughput-speedup-analysis"
13008 #
13009 #- type: "plot"
13010 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13011 #  algorithm: "plot_tsa_name"
13012 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13013 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13014 #  include:
13015 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13018 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13019 #  layout:
13020 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13021 #    layout: "plot-throughput-speedup-analysis"
13022 #
13023 #- type: "plot"
13024 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13025 #  algorithm: "plot_tsa_name"
13026 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13027 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028 #  include:
13029 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13030 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13033 #  layout:
13034 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13035 #    layout: "plot-throughput-speedup-analysis"
13036 #
13037 #- type: "plot"
13038 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13039 #  algorithm: "plot_tsa_name"
13040 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13041 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042 #  include:
13043 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13045 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13047 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13048 #  layout:
13049 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13050 #    layout: "plot-throughput-speedup-analysis"
13051 #
13052 #- type: "plot"
13053 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13054 #  algorithm: "plot_tsa_name"
13055 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13056 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13057 #  include:
13058 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13059 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13060 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13061 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13062 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13063 #  layout:
13064 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13065 #    layout: "plot-throughput-speedup-analysis"
13066 #
13067 #- type: "plot"
13068 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13069 #  algorithm: "plot_tsa_name"
13070 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13071 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13072 #  include:
13073 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13074 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13075 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13076 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13077 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13078 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13079 #  layout:
13080 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13081 #    layout: "plot-throughput-speedup-analysis"
13082 #
13083 #- type: "plot"
13084 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13085 #  algorithm: "plot_tsa_name"
13086 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13087 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13088 #  include:
13089 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13091 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13092 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13093 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13094 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13095 #  layout:
13096 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13097 #    layout: "plot-throughput-speedup-analysis"
13098
13099 - type: "plot"
13100   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13101   algorithm: "plot_tsa_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13104   include:
13105     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13106     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13107   layout:
13108     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13109     layout: "plot-throughput-speedup-analysis"
13110
13111 - type: "plot"
13112   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13113   algorithm: "plot_tsa_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13116   include:
13117     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13119   layout:
13120     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13121     layout: "plot-throughput-speedup-analysis"
13122
13123 #- type: "plot"
13124 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13125 #  algorithm: "plot_tsa_name"
13126 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13127 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128 #  include:
13129 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13130 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13131 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13132 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13133 #  layout:
13134 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13135 #    layout: "plot-throughput-speedup-analysis"
13136 #
13137 #- type: "plot"
13138 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13139 #  algorithm: "plot_tsa_name"
13140 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13141 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13142 #  include:
13143 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13144 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13145 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13146 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13147 #  layout:
13148 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13149 #    layout: "plot-throughput-speedup-analysis"
13150
13151 - type: "plot"
13152   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13153   algorithm: "plot_tsa_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13160   layout:
13161     title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13162     layout: "plot-throughput-speedup-analysis"
13163
13164 - type: "plot"
13165   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13166   algorithm: "plot_tsa_name"
13167   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13169   include:
13170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13173   layout:
13174     title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13175     layout: "plot-throughput-speedup-analysis"
13176
13177 - type: "plot"
13178   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13179   algorithm: "plot_tsa_name"
13180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13182   include:
13183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13188   layout:
13189     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13190     layout: "plot-throughput-speedup-analysis"
13191
13192 - type: "plot"
13193   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13194   algorithm: "plot_tsa_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13197   include:
13198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13203   layout:
13204     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13205     layout: "plot-throughput-speedup-analysis"
13206
13207 - type: "plot"
13208   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13209   algorithm: "plot_tsa_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13212   include:
13213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13216   layout:
13217     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13218     layout: "plot-throughput-speedup-analysis"
13219
13220 - type: "plot"
13221   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13222   algorithm: "plot_tsa_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13225   include:
13226     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13229   layout:
13230     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13231     layout: "plot-throughput-speedup-analysis"
13232
13233 #- type: "plot"
13234 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13235 #  algorithm: "plot_tsa_name"
13236 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13237 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13238 #  include:
13239 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13240 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13241 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13242 #  layout:
13243 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13244 #    layout: "plot-throughput-speedup-analysis"
13245 #
13246 #- type: "plot"
13247 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13248 #  algorithm: "plot_tsa_name"
13249 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13250 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13251 #  include:
13252 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13253 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13254 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13255 #  layout:
13256 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13257 #    layout: "plot-throughput-speedup-analysis"
13258 #
13259 #- type: "plot"
13260 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13261 #  algorithm: "plot_tsa_name"
13262 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13263 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13264 #  include:
13265 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13266 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13267 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13268 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13269 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13270 #  layout:
13271 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13272 #    layout: "plot-throughput-speedup-analysis"
13273 #
13274 #- type: "plot"
13275 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13276 #  algorithm: "plot_tsa_name"
13277 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13278 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279 #  include:
13280 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13284 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13285 #  layout:
13286 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13287 #    layout: "plot-throughput-speedup-analysis"
13288
13289 - type: "plot"
13290   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13291   algorithm: "plot_tsa_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   include:
13295     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13301   layout:
13302     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13303     layout: "plot-throughput-speedup-analysis"
13304
13305 - type: "plot"
13306   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13307   algorithm: "plot_tsa_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13310   include:
13311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13317   layout:
13318     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13319     layout: "plot-throughput-speedup-analysis"
13320
13321 - type: "plot"
13322   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13323   algorithm: "plot_tsa_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13326   include:
13327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13331   layout:
13332     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13333     layout: "plot-throughput-speedup-analysis"
13334
13335 - type: "plot"
13336   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13337   algorithm: "plot_tsa_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13340   include:
13341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13345   layout:
13346     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13347     layout: "plot-throughput-speedup-analysis"
13348
13349 #- type: "plot"
13350 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13351 #  algorithm: "plot_tsa_name"
13352 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13353 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354 #  include:
13355 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13356 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13357 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13358 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13359 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13360 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13361 #  layout:
13362 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13363 #    layout: "plot-throughput-speedup-analysis"
13364 #
13365 #- type: "plot"
13366 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13367 #  algorithm: "plot_tsa_name"
13368 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13369 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370 #  include:
13371 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13372 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13373 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13374 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13375 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13376 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13377 #  layout:
13378 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13379 #    layout: "plot-throughput-speedup-analysis"
13380
13381 - type: "plot"
13382   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13383   algorithm: "plot_tsa_name"
13384   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13393   layout:
13394     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13395     layout: "plot-throughput-speedup-analysis"
13396
13397 - type: "plot"
13398   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13399   algorithm: "plot_tsa_name"
13400   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13409   layout:
13410     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13411     layout: "plot-throughput-speedup-analysis"
13412
13413 - type: "plot"
13414   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13415   algorithm: "plot_tsa_name"
13416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13423   layout:
13424     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13425     layout: "plot-throughput-speedup-analysis"
13426
13427 - type: "plot"
13428   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13429   algorithm: "plot_tsa_name"
13430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13432   include:
13433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13437   layout:
13438     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13439     layout: "plot-throughput-speedup-analysis"
13440
13441 - type: "plot"
13442   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13443   algorithm: "plot_tsa_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13452   layout:
13453     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13454     layout: "plot-throughput-speedup-analysis"
13455
13456 - type: "plot"
13457   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13458   algorithm: "plot_tsa_name"
13459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13461   include:
13462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13467   layout:
13468     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13469     layout: "plot-throughput-speedup-analysis"
13470
13471 - type: "plot"
13472   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13473   algorithm: "plot_tsa_name"
13474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13476   include:
13477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13481   layout:
13482     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13483     layout: "plot-throughput-speedup-analysis"
13484
13485 - type: "plot"
13486   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13487   algorithm: "plot_tsa_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13495   layout:
13496     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13497     layout: "plot-throughput-speedup-analysis"
13498
13499 - type: "plot"
13500   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13501   algorithm: "plot_tsa_name"
13502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13504   include:
13505     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13511   layout:
13512     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13513     layout: "plot-throughput-speedup-analysis"
13514
13515 - type: "plot"
13516   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13517   algorithm: "plot_tsa_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13520   include:
13521     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13527   layout:
13528     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13529     layout: "plot-throughput-speedup-analysis"
13530
13531 #- type: "plot"
13532 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13533 #  algorithm: "plot_tsa_name"
13534 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13535 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13536 #  include:
13537 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13538 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13539 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13540 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13541 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13542 #  layout:
13543 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13544 #    layout: "plot-throughput-speedup-analysis"
13545 #
13546 #- type: "plot"
13547 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13548 #  algorithm: "plot_tsa_name"
13549 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13550 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551 #  include:
13552 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13553 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13554 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13556 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13557 #  layout:
13558 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13559 #    layout: "plot-throughput-speedup-analysis"
13560 #
13561 #- type: "plot"
13562 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13563 #  algorithm: "plot_tsa_name"
13564 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13565 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13566 #  include:
13567 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13568 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13570 #  layout:
13571 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13572 #    layout: "plot-throughput-speedup-analysis"
13573 #
13574 #- type: "plot"
13575 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13576 #  algorithm: "plot_tsa_name"
13577 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13578 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13579 #  include:
13580 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13581 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13582 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13583 #  layout:
13584 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13585 #    layout: "plot-throughput-speedup-analysis"
13586 #
13587 #- type: "plot"
13588 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13589 #  algorithm: "plot_tsa_name"
13590 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13591 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592 #  include:
13593 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13594 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13595 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13596 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13597 #  layout:
13598 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13599 #    layout: "plot-throughput-speedup-analysis"
13600 #
13601 #- type: "plot"
13602 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13603 #  algorithm: "plot_tsa_name"
13604 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13605 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13606 #  include:
13607 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13608 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13609 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13610 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13611 #  layout:
13612 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13613 #    layout: "plot-throughput-speedup-analysis"
13614 #
13615 #- type: "plot"
13616 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13617 #  algorithm: "plot_tsa_name"
13618 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13619 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13620 #  include:
13621 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13623 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13624 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13625 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13626 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13627 #  layout:
13628 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13629 #    layout: "plot-throughput-speedup-analysis"
13630 #
13631 #- type: "plot"
13632 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13633 #  algorithm: "plot_tsa_name"
13634 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13635 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13636 #  include:
13637 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13638 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13639 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13640 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13641 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13642 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13643 #  layout:
13644 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13645 #    layout: "plot-throughput-speedup-analysis"
13646 #
13647 #- type: "plot"
13648 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13649 #  algorithm: "plot_tsa_name"
13650 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13651 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13652 #  include:
13653 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13654 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13655 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13656 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13657 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13658 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13659 #  layout:
13660 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13661 #    layout: "plot-throughput-speedup-analysis"
13662 #
13663 #- type: "plot"
13664 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13665 #  algorithm: "plot_tsa_name"
13666 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13667 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668 #  include:
13669 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13670 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13671 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13672 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13673 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13674 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13675 #  layout:
13676 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13677 #    layout: "plot-throughput-speedup-analysis"
13678
13679 - type: "plot"
13680   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13681   algorithm: "plot_tsa_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13684   include:
13685     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13686     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13687     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13688     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13689     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13690     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13691   layout:
13692     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13693     layout: "plot-throughput-speedup-analysis"
13694
13695 - type: "plot"
13696   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13697   algorithm: "plot_tsa_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13700   include:
13701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13702     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13704     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13705     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13706     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13707   layout:
13708     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13709     layout: "plot-throughput-speedup-analysis"
13710
13711 #- type: "plot"
13712 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13713 #  algorithm: "plot_tsa_name"
13714 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13715 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13716 #  include:
13717 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13718 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13719 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13720 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13722 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13723 #  layout:
13724 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13725 #    layout: "plot-throughput-speedup-analysis"
13726 #
13727 #- type: "plot"
13728 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13729 #  algorithm: "plot_tsa_name"
13730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732 #  include:
13733 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13739 #  layout:
13740 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13741 #    layout: "plot-throughput-speedup-analysis"
13742
13743 - type: "plot"
13744   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13745   algorithm: "plot_tsa_name"
13746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13748   include:
13749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13753   layout:
13754     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13767   layout:
13768     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13776   include:
13777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13781   layout:
13782     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13795   layout:
13796     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13797     layout: "plot-throughput-speedup-analysis"
13798
13799 - type: "plot"
13800   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13801   algorithm: "plot_tsa_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13804   include:
13805     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13809   layout:
13810     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13811     layout: "plot-throughput-speedup-analysis"
13812
13813 - type: "plot"
13814   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13815   algorithm: "plot_tsa_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13818   include:
13819     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13823   layout:
13824     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13825     layout: "plot-throughput-speedup-analysis"
13826
13827 - type: "plot"
13828   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13829   algorithm: "plot_tsa_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13832   include:
13833     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13837   layout:
13838     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13839     layout: "plot-throughput-speedup-analysis"
13840
13841 - type: "plot"
13842   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13843   algorithm: "plot_tsa_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13846   include:
13847     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13850     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13851   layout:
13852     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13853     layout: "plot-throughput-speedup-analysis"
13854
13855 #- type: "plot"
13856 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13857 #  algorithm: "plot_tsa_name"
13858 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13859 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13860 #  include:
13861 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13862 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13864 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13865 #  layout:
13866 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13867 #    layout: "plot-throughput-speedup-analysis"
13868 #
13869 #- type: "plot"
13870 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13871 #  algorithm: "plot_tsa_name"
13872 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13873 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13874 #  include:
13875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13879 #  layout:
13880 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13881 #    layout: "plot-throughput-speedup-analysis"
13882 #
13883 #- type: "plot"
13884 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13885 #  algorithm: "plot_tsa_name"
13886 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13887 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13888 #  include:
13889 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13890 #    - "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"
13891 #    - "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"
13892 #    - "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"
13893 #  layout:
13894 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13895 #    layout: "plot-throughput-speedup-analysis"
13896 #
13897 #- type: "plot"
13898 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13899 #  algorithm: "plot_tsa_name"
13900 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13901 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13902 #  include:
13903 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907 #  layout:
13908 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13909 #    layout: "plot-throughput-speedup-analysis"
13910 #
13911 #- type: "plot"
13912 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13913 #  algorithm: "plot_tsa_name"
13914 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13915 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13916 #  include:
13917 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13918 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13919 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13920 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13921 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13922 #  layout:
13923 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13924 #    layout: "plot-throughput-speedup-analysis"
13925 #
13926 #- type: "plot"
13927 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13928 #  algorithm: "plot_tsa_name"
13929 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13930 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13931 #  include:
13932 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13936 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13937 #  layout:
13938 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13939 #    layout: "plot-throughput-speedup-analysis"
13940 #
13941 #- type: "plot"
13942 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13943 #  algorithm: "plot_tsa_name"
13944 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13945 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13946 #  include:
13947 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13952 #  layout:
13953 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13954 #    layout: "plot-throughput-speedup-analysis"
13955 #
13956 #- type: "plot"
13957 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13958 #  algorithm: "plot_tsa_name"
13959 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13960 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13961 #  include:
13962 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13963 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13967 #  layout:
13968 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13969 #    layout: "plot-throughput-speedup-analysis"
13970 #
13971 #- type: "plot"
13972 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13973 #  algorithm: "plot_tsa_name"
13974 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13975 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13976 #  include:
13977 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13978 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13979 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13980 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13981 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983 #  layout:
13984 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13985 #    layout: "plot-throughput-speedup-analysis"
13986 #
13987 #- type: "plot"
13988 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13989 #  algorithm: "plot_tsa_name"
13990 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13991 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992 #  include:
13993 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13994 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13995 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13996 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13997 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13998 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13999 #  layout:
14000 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14001 #    layout: "plot-throughput-speedup-analysis"
14002 #
14003 #- type: "plot"
14004 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14005 #  algorithm: "plot_tsa_name"
14006 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
14007 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14008 #  include:
14009 #    - "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"
14010 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14011 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14012 #    - "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"
14013 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14014 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14015 #  layout:
14016 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14017 #    layout: "plot-throughput-speedup-analysis"
14018 #
14019 #- type: "plot"
14020 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14021 #  algorithm: "plot_tsa_name"
14022 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14023 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14024 #  include:
14025 #    - "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"
14026 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14027 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14028 #    - "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"
14029 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14030 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031 #  layout:
14032 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14033 #    layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14042     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14043     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14044   layout:
14045     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14053   include:
14054     - "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"
14055     - "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"
14056     - "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"
14057   layout:
14058     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14059     layout: "plot-throughput-speedup-analysis"
14060
14061 - type: "plot"
14062   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14063   algorithm: "plot_tsa_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14066   include:
14067     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14068     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14070     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14071     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14072   layout:
14073     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14081   include:
14082     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14084     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14085     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14086     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14087   layout:
14088     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14089     layout: "plot-throughput-speedup-analysis"
14090
14091 - type: "plot"
14092   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14093   algorithm: "plot_tsa_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14095   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14096   include:
14097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14102   layout:
14103     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14111   include:
14112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14117   layout:
14118     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14126   include:
14127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14133   layout:
14134     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14142   include:
14143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14149   layout:
14150     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14158   include:
14159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14163   layout:
14164     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14165     layout: "plot-throughput-speedup-analysis"
14166
14167 - type: "plot"
14168   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14169   algorithm: "plot_tsa_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14172   include:
14173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14177   layout:
14178     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14186   include:
14187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14192   layout:
14193     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14194     layout: "plot-throughput-speedup-analysis"
14195
14196 - type: "plot"
14197   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14198   algorithm: "plot_tsa_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14201   include:
14202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14207   layout:
14208     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14209     layout: "plot-throughput-speedup-analysis"
14210
14211 - type: "plot"
14212   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14213   algorithm: "plot_tsa_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14216   include:
14217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14223   layout:
14224     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14232   include:
14233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14239   layout:
14240     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14248   include:
14249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14250     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14253   layout:
14254     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14262   include:
14263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14267   layout:
14268     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14276   include:
14277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14283   layout:
14284     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14285     layout: "plot-throughput-speedup-analysis"
14286
14287 - type: "plot"
14288   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14289   algorithm: "plot_tsa_name"
14290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14292   include:
14293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14299   layout:
14300     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14308   include:
14309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14315   layout:
14316     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14324   include:
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14331   layout:
14332     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14340   include:
14341     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14342     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14343     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14344     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14345     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14346     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14347   layout:
14348     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14356   include:
14357     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14358     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14359     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14360     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14361     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14362     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14363   layout:
14364     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14372   include:
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14378   layout:
14379     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14387   include:
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14393   layout:
14394     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14395     layout: "plot-throughput-speedup-analysis"
14396
14397 #- type: "plot"
14398 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14399 #  algorithm: "plot_tsa_name"
14400 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14401 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14402 #  include:
14403 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14408 #  layout:
14409 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14410 #    layout: "plot-throughput-speedup-analysis"
14411 #
14412 #- type: "plot"
14413 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14414 #  algorithm: "plot_tsa_name"
14415 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14416 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14417 #  include:
14418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14423 #  layout:
14424 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14425 #    layout: "plot-throughput-speedup-analysis"
14426
14427 #- type: "plot"
14428 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14429 #  algorithm: "plot_tsa_name"
14430 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14431 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14432 #  include:
14433 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
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-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14439 #  layout:
14440 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14441 #    layout: "plot-throughput-speedup-analysis"
14442 #
14443 #- type: "plot"
14444 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14445 #  algorithm: "plot_tsa_name"
14446 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14447 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14448 #  include:
14449 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14451 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14454 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14455 #  layout:
14456 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14457 #    layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14464   include:
14465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14470   layout:
14471     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14479   include:
14480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14485   layout:
14486     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14494   include:
14495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14501   layout:
14502     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14510   include:
14511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14517   layout:
14518     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14526   include:
14527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14532   layout:
14533     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14541   include:
14542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14547   layout:
14548     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14556   include:
14557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14561   layout:
14562     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14570   include:
14571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14575   layout:
14576     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14584   include:
14585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14591   layout:
14592     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14600   include:
14601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14607   layout:
14608     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14616   include:
14617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14622   layout:
14623     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14631   include:
14632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14637   layout:
14638     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14646   include:
14647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14653   layout:
14654     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14662   include:
14663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14669   layout:
14670     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14678   include:
14679     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14683   layout:
14684     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14692   include:
14693     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14697   layout:
14698     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14712   layout:
14713     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14721   include:
14722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14736   include:
14737     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14738     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14739     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14740     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14741     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14742     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14743   layout:
14744     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14752   include:
14753     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14754     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14755     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14756     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14757     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14758     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14759   layout:
14760     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14768   include:
14769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14773   layout:
14774     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14782   include:
14783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14787   layout:
14788     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14796   include:
14797     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14799     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14800     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14803   layout:
14804     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14805     layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14812   include:
14813     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14819   layout:
14820     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14821     layout: "plot-throughput-speedup-analysis"
14822
14823 - type: "plot"
14824   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14825   algorithm: "plot_tsa_name"
14826   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14827   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14828   include:
14829     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14835   layout:
14836     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14844   include:
14845     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14851   layout:
14852     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14853     layout: "plot-throughput-speedup-analysis"
14854
14855 #- type: "plot"
14856 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14857 #  algorithm: "plot_tsa_name"
14858 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14859 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14860 #  include:
14861 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14862 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14863 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14864 #  layout:
14865 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14866 #    layout: "plot-throughput-speedup-analysis"
14867 #
14868 #- type: "plot"
14869 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14870 #  algorithm: "plot_tsa_name"
14871 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14872 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14873 #  include:
14874 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14875 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14876 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14877 #  layout:
14878 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14879 #    layout: "plot-throughput-speedup-analysis"
14880
14881 ################################################################################
14882
14883 # Packet Throughput - DPDK
14884
14885 # 2n-skx-xxv710
14886
14887 #- type: "plot"
14888 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14889 #  algorithm: "plot_perf_box_name"
14890 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14891 #  data: "plot-dpdk-throughput-latency-2n-skx"
14892 #  include:
14893 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14894 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14895 #  layout:
14896 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14897 #    layout: "plot-throughput"
14898 #
14899 #- type: "plot"
14900 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14901 #  algorithm: "plot_perf_box_name"
14902 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14903 #  data: "plot-dpdk-throughput-latency-2n-skx"
14904 #  include:
14905 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14906 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14907 #  layout:
14908 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14909 #    layout: "plot-throughput"
14910 #
14911 #- type: "plot"
14912 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14913 #  algorithm: "plot_perf_box_name"
14914 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14915 #  data: "plot-dpdk-throughput-latency-2n-skx"
14916 #  include:
14917 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14918 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14919 #  layout:
14920 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14921 #    layout: "plot-throughput"
14922 #
14923 #- type: "plot"
14924 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14925 #  algorithm: "plot_perf_box_name"
14926 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14927 #  data: "plot-dpdk-throughput-latency-2n-skx"
14928 #  include:
14929 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14930 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14931 #  layout:
14932 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14933 #    layout: "plot-throughput"
14934 #
14935 ## 2n-skx-x710
14936 #
14937 #- type: "plot"
14938 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14939 #  algorithm: "plot_perf_box_name"
14940 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14941 #  data: "plot-dpdk-throughput-latency-2n-skx"
14942 #  include:
14943 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14944 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14945 #  layout:
14946 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14947 #    layout: "plot-throughput"
14948 #
14949 #- type: "plot"
14950 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14951 #  algorithm: "plot_perf_box_name"
14952 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14953 #  data: "plot-dpdk-throughput-latency-2n-skx"
14954 #  include:
14955 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14956 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14957 #  layout:
14958 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14959 #    layout: "plot-throughput"
14960 #
14961 #- type: "plot"
14962 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14963 #  algorithm: "plot_perf_box_name"
14964 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14965 #  data: "plot-dpdk-throughput-latency-2n-skx"
14966 #  include:
14967 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14968 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14969 #  layout:
14970 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14971 #    layout: "plot-throughput"
14972 #
14973 #- type: "plot"
14974 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14975 #  algorithm: "plot_perf_box_name"
14976 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14977 #  data: "plot-dpdk-throughput-latency-2n-skx"
14978 #  include:
14979 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14980 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14981 #  layout:
14982 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14983 #    layout: "plot-throughput"
14984 #
14985 ## 3n-skx-xxv710
14986 #
14987 #- type: "plot"
14988 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14989 #  algorithm: "plot_perf_box_name"
14990 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14991 #  data: "plot-dpdk-throughput-latency-3n-skx"
14992 #  include:
14993 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14994 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14995 #  layout:
14996 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14997 #    layout: "plot-throughput"
14998 #
14999 #- type: "plot"
15000 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15001 #  algorithm: "plot_perf_box_name"
15002 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15003 #  data: "plot-dpdk-throughput-latency-3n-skx"
15004 #  include:
15005 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15006 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15007 #  layout:
15008 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15009 #    layout: "plot-throughput"
15010 #
15011 #- type: "plot"
15012 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15013 #  algorithm: "plot_perf_box_name"
15014 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15015 #  data: "plot-dpdk-throughput-latency-3n-skx"
15016 #  include:
15017 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15018 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15019 #  layout:
15020 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15021 #    layout: "plot-throughput"
15022 #
15023 #- type: "plot"
15024 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15025 #  algorithm: "plot_perf_box_name"
15026 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15027 #  data: "plot-dpdk-throughput-latency-3n-skx"
15028 #  include:
15029 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15030 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15031 #  layout:
15032 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15033 #    layout: "plot-throughput"
15034 #
15035 ## 3n-skx-x710
15036 #
15037 #- type: "plot"
15038 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15039 #  algorithm: "plot_perf_box_name"
15040 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15041 #  data: "plot-dpdk-throughput-latency-3n-skx"
15042 #  include:
15043 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15044 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15045 #  layout:
15046 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15047 #    layout: "plot-throughput"
15048 #
15049 #- type: "plot"
15050 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15051 #  algorithm: "plot_perf_box_name"
15052 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15053 #  data: "plot-dpdk-throughput-latency-3n-skx"
15054 #  include:
15055 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15056 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15057 #  layout:
15058 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15059 #    layout: "plot-throughput"
15060 #
15061 #- type: "plot"
15062 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15063 #  algorithm: "plot_perf_box_name"
15064 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15065 #  data: "plot-dpdk-throughput-latency-3n-skx"
15066 #  include:
15067 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15068 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15069 #  layout:
15070 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15071 #    layout: "plot-throughput"
15072 #
15073 #- type: "plot"
15074 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15075 #  algorithm: "plot_perf_box_name"
15076 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15077 #  data: "plot-dpdk-throughput-latency-3n-skx"
15078 #  include:
15079 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15080 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15081 #  layout:
15082 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15083 #    layout: "plot-throughput"
15084
15085 # 3n-hsw-xl710
15086
15087 - type: "plot"
15088   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15089   algorithm: "plot_perf_box_name"
15090   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15091   data: "plot-dpdk-throughput-latency-3n-hsw"
15092   include:
15093     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15094     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15095   layout:
15096     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15097     layout: "plot-throughput"
15098
15099 - type: "plot"
15100   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15101   algorithm: "plot_perf_box_name"
15102   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15103   data: "plot-dpdk-throughput-latency-3n-hsw"
15104   include:
15105     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15106     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15107   layout:
15108     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15109     layout: "plot-throughput"
15110
15111 - type: "plot"
15112   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15113   algorithm: "plot_perf_box_name"
15114   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15115   data: "plot-dpdk-throughput-latency-3n-hsw"
15116   include:
15117     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15118     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15119   layout:
15120     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15121     layout: "plot-throughput"
15122
15123 - type: "plot"
15124   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15125   algorithm: "plot_perf_box_name"
15126   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15127   data: "plot-dpdk-throughput-latency-3n-hsw"
15128   include:
15129     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15130     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15131   layout:
15132     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15133     layout: "plot-throughput"
15134
15135 # 3n-hsw-x710
15136
15137 - type: "plot"
15138   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15139   algorithm: "plot_perf_box_name"
15140   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15141   data: "plot-dpdk-throughput-latency-3n-hsw"
15142   include:
15143     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15144     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15145   layout:
15146     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15147     layout: "plot-throughput"
15148
15149 - type: "plot"
15150   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15151   algorithm: "plot_perf_box_name"
15152   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15153   data: "plot-dpdk-throughput-latency-3n-hsw"
15154   include:
15155     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15156     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15157   layout:
15158     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15159     layout: "plot-throughput"
15160
15161 - type: "plot"
15162   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15163   algorithm: "plot_perf_box_name"
15164   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15165   data: "plot-dpdk-throughput-latency-3n-hsw"
15166   include:
15167     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15168     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15169   layout:
15170     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15171     layout: "plot-throughput"
15172
15173 - type: "plot"
15174   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15175   algorithm: "plot_perf_box_name"
15176   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15177   data: "plot-dpdk-throughput-latency-3n-hsw"
15178   include:
15179     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15180     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15181   layout:
15182     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15183     layout: "plot-throughput"
15184
15185 # 2n-dnv-x553
15186
15187 - type: "plot"
15188   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15189   algorithm: "plot_perf_box_name"
15190   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15191   data: "plot-dpdk-throughput-latency-2n-dnv"
15192   include:
15193     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15194     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15195   layout:
15196     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15197     layout: "plot-throughput"
15198
15199 - type: "plot"
15200   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15201   algorithm: "plot_perf_box_name"
15202   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15203   data: "plot-dpdk-throughput-latency-2n-dnv"
15204   include:
15205     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15206     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15207   layout:
15208     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15209     layout: "plot-throughput"
15210
15211 - type: "plot"
15212   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15213   algorithm: "plot_perf_box_name"
15214   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15215   data: "plot-dpdk-throughput-latency-2n-dnv"
15216   include:
15217     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15218     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15219   layout:
15220     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15221     layout: "plot-throughput"
15222
15223 - type: "plot"
15224   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15225   algorithm: "plot_perf_box_name"
15226   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15227   data: "plot-dpdk-throughput-latency-2n-dnv"
15228   include:
15229     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15230     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15231   layout:
15232     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15233     layout: "plot-throughput"
15234
15235 # 3n-dnv-x553
15236
15237 - type: "plot"
15238   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15239   algorithm: "plot_perf_box_name"
15240   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15241   data: "plot-dpdk-throughput-latency-3n-dnv"
15242   include:
15243     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15244     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15245   layout:
15246     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15247     layout: "plot-throughput"
15248
15249 - type: "plot"
15250   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15251   algorithm: "plot_perf_box_name"
15252   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15253   data: "plot-dpdk-throughput-latency-3n-dnv"
15254   include:
15255     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15256     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15257   layout:
15258     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15259     layout: "plot-throughput"
15260
15261 - type: "plot"
15262   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15263   algorithm: "plot_perf_box_name"
15264   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15265   data: "plot-dpdk-throughput-latency-3n-dnv"
15266   include:
15267     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15268     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15269   layout:
15270     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15271     layout: "plot-throughput"
15272
15273 - type: "plot"
15274   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15275   algorithm: "plot_perf_box_name"
15276   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15277   data: "plot-dpdk-throughput-latency-3n-dnv"
15278   include:
15279     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15280     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15281   layout:
15282     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15283     layout: "plot-throughput"
15284
15285 # 3n-tsh-x520
15286
15287 - type: "plot"
15288   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15289   algorithm: "plot_perf_box_name"
15290   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15291   data: "plot-dpdk-throughput-latency-3n-tsh"
15292   include:
15293     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15294     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15295   layout:
15296     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15297     layout: "plot-throughput"
15298
15299 - type: "plot"
15300   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15301   algorithm: "plot_perf_box_name"
15302   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15303   data: "plot-dpdk-throughput-latency-3n-tsh"
15304   include:
15305     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15306     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15307   layout:
15308     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15309     layout: "plot-throughput"
15310
15311 - type: "plot"
15312   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15313   algorithm: "plot_perf_box_name"
15314   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15315   data: "plot-dpdk-throughput-latency-3n-tsh"
15316   include:
15317     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15318     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15319   layout:
15320     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15321     layout: "plot-throughput"
15322
15323 - type: "plot"
15324   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15325   algorithm: "plot_perf_box_name"
15326   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15327   data: "plot-dpdk-throughput-latency-3n-tsh"
15328   include:
15329     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15330     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15331   layout:
15332     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15333     layout: "plot-throughput"
15334
15335 ################################################################################
15336 ###   2n-clx                                                                 ###
15337 ################################################################################
15338
15339 # Packet Throughput
15340
15341 - type: "plot"
15342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15343   algorithm: "plot_perf_box_name"
15344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15346   include:
15347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15351   layout:
15352     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15353     layout: "plot-throughput"
15354
15355 - type: "plot"
15356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15357   algorithm: "plot_perf_box_name"
15358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15360   include:
15361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15363     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15364     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15365   layout:
15366     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15367     layout: "plot-throughput"
15368
15369 - type: "plot"
15370   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15371   algorithm: "plot_perf_box_name"
15372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15374   include:
15375     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15376     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15377     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15378     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15379   layout:
15380     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15381     layout: "plot-throughput"
15382
15383 - type: "plot"
15384   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15385   algorithm: "plot_perf_box_name"
15386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15388   include:
15389     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15390     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15391     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15392     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15393   layout:
15394     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15395     layout: "plot-throughput"
15396
15397 - type: "plot"
15398   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15399   algorithm: "plot_perf_box_name"
15400   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15402   include:
15403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15409   layout:
15410     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15411     layout: "plot-throughput"
15412
15413 - type: "plot"
15414   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15415   algorithm: "plot_perf_box_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15418   include:
15419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15425   layout:
15426     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15427     layout: "plot-throughput"
15428
15429 - type: "plot"
15430   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15431   algorithm: "plot_perf_box_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15434   include:
15435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15439   layout:
15440     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15441     layout: "plot-throughput"
15442
15443 - type: "plot"
15444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15445   algorithm: "plot_perf_box_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15448   include:
15449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15453   layout:
15454     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15455     layout: "plot-throughput"
15456
15457 - type: "plot"
15458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15459   algorithm: "plot_perf_box_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15462   include:
15463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15466   layout:
15467     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15468     layout: "plot-throughput"
15469
15470 - type: "plot"
15471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15472   algorithm: "plot_perf_box_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15475   include:
15476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15479   layout:
15480     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15481     layout: "plot-throughput"
15482
15483 - type: "plot"
15484   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15485   algorithm: "plot_perf_box_name"
15486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15488   include:
15489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15494   layout:
15495     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15496     layout: "plot-throughput"
15497
15498 - type: "plot"
15499   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15500   algorithm: "plot_perf_box_name"
15501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15503   include:
15504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15509   layout:
15510     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15511     layout: "plot-throughput"
15512
15513 - type: "plot"
15514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15515   algorithm: "plot_perf_box_name"
15516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15518   include:
15519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15522   layout:
15523     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15524     layout: "plot-throughput"
15525
15526 - type: "plot"
15527   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15528   algorithm: "plot_perf_box_name"
15529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15531   include:
15532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15535   layout:
15536     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15537     layout: "plot-throughput"
15538
15539 - type: "plot"
15540   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15541   algorithm: "plot_perf_box_name"
15542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15544   include:
15545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15551   layout:
15552     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15553     layout: "plot-throughput"
15554
15555 - type: "plot"
15556   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15557   algorithm: "plot_perf_box_name"
15558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15560   include:
15561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15567   layout:
15568     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15569     layout: "plot-throughput"
15570
15571 - type: "plot"
15572   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15573   algorithm: "plot_perf_box_name"
15574   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15576   include:
15577     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15579   layout:
15580     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15581     layout: "plot-throughput"
15582
15583 - type: "plot"
15584   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15585   algorithm: "plot_perf_box_name"
15586   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15588   include:
15589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15591   layout:
15592     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15593     layout: "plot-throughput"
15594
15595 - type: "plot"
15596   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15597   algorithm: "plot_perf_box_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15600   include:
15601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15607   layout:
15608     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15609     layout: "plot-throughput"
15610
15611 - type: "plot"
15612   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15613   algorithm: "plot_perf_box_name"
15614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15616   include:
15617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15623   layout:
15624     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15625     layout: "plot-throughput"
15626
15627 - type: "plot"
15628   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15629   algorithm: "plot_perf_box_name"
15630   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15632   include:
15633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15639   layout:
15640     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15641     layout: "plot-throughput"
15642
15643 - type: "plot"
15644   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15645   algorithm: "plot_perf_box_name"
15646   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15648   include:
15649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15655   layout:
15656     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15657     layout: "plot-throughput"
15658
15659 - type: "plot"
15660   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15661   algorithm: "plot_perf_box_name"
15662   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15664   include:
15665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15668   layout:
15669     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15670     layout: "plot-throughput"
15671
15672 - type: "plot"
15673   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15674   algorithm: "plot_perf_box_name"
15675   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15677   include:
15678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15681   layout:
15682     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15683     layout: "plot-throughput"
15684
15685 - type: "plot"
15686   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15687   algorithm: "plot_perf_box_name"
15688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15690   include:
15691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15696   layout:
15697     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15698     layout: "plot-throughput"
15699
15700 - type: "plot"
15701   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15702   algorithm: "plot_perf_box_name"
15703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15705   include:
15706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15711   layout:
15712     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15713     layout: "plot-throughput"
15714
15715 - type: "plot"
15716   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15717   algorithm: "plot_perf_box_name"
15718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15720   include:
15721     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15722     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15725     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15726   layout:
15727     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15728     layout: "plot-throughput"
15729
15730 - type: "plot"
15731   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15732   algorithm: "plot_perf_box_name"
15733   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15735   include:
15736     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15737     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15741   layout:
15742     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15743     layout: "plot-throughput"
15744
15745 - type: "plot"
15746   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15747   algorithm: "plot_perf_box_name"
15748   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15750   include:
15751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15757   layout:
15758     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15759     layout: "plot-throughput"
15760
15761 - type: "plot"
15762   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15763   algorithm: "plot_perf_box_name"
15764   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15766   include:
15767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15773   layout:
15774     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15775     layout: "plot-throughput"
15776
15777 - type: "plot"
15778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15779   algorithm: "plot_perf_box_name"
15780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15782   include:
15783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15787   layout:
15788     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15789     layout: "plot-throughput"
15790
15791 - type: "plot"
15792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15793   algorithm: "plot_perf_box_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15796   include:
15797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15801   layout:
15802     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15803     layout: "plot-throughput"
15804
15805 - type: "plot"
15806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15807   algorithm: "plot_perf_box_name"
15808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15810   include:
15811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15815   layout:
15816     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15817     layout: "plot-throughput"
15818
15819 - type: "plot"
15820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15821   algorithm: "plot_perf_box_name"
15822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15824   include:
15825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15829   layout:
15830     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15831     layout: "plot-throughput"
15832
15833 - type: "plot"
15834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15835   algorithm: "plot_perf_box_name"
15836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15838   include:
15839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15844   layout:
15845     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15846     layout: "plot-throughput"
15847
15848 - type: "plot"
15849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15850   algorithm: "plot_perf_box_name"
15851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15853   include:
15854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15859   layout:
15860     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15861     layout: "plot-throughput"
15862
15863 - type: "plot"
15864   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15865   algorithm: "plot_perf_box_name"
15866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15868   include:
15869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15873   layout:
15874     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15875     layout: "plot-throughput"
15876
15877 - type: "plot"
15878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15879   algorithm: "plot_perf_box_name"
15880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15882   include:
15883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15887   layout:
15888     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15889     layout: "plot-throughput"
15890
15891 - type: "plot"
15892   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15893   algorithm: "plot_perf_box_name"
15894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15896   include:
15897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15899     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15900     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15901     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15903   layout:
15904     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15905     layout: "plot-throughput"
15906
15907 - type: "plot"
15908   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15909   algorithm: "plot_perf_box_name"
15910   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15912   include:
15913     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15919   layout:
15920     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15921     layout: "plot-throughput"
15922
15923 - type: "plot"
15924   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15925   algorithm: "plot_perf_box_name"
15926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15928   include:
15929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15933   layout:
15934     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15935     layout: "plot-throughput"
15936
15937 - type: "plot"
15938   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15939   algorithm: "plot_perf_box_name"
15940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15942   include:
15943     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15947   layout:
15948     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15949     layout: "plot-throughput"
15950
15951 - type: "plot"
15952   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15953   algorithm: "plot_perf_box_name"
15954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15956   include:
15957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15961   layout:
15962     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15963     layout: "plot-throughput"
15964
15965 - type: "plot"
15966   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15967   algorithm: "plot_perf_box_name"
15968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15970   include:
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15975   layout:
15976     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15977     layout: "plot-throughput"
15978
15979 - type: "plot"
15980   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15981   algorithm: "plot_perf_box_name"
15982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15984   include:
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15989   layout:
15990     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15991     layout: "plot-throughput"
15992
15993 - type: "plot"
15994   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15995   algorithm: "plot_perf_box_name"
15996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15998   include:
15999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16003   layout:
16004     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16005     layout: "plot-throughput"
16006
16007 - type: "plot"
16008   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16009   algorithm: "plot_perf_box_name"
16010   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16012   include:
16013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16017   layout:
16018     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16019     layout: "plot-throughput"
16020
16021 - type: "plot"
16022   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16023   algorithm: "plot_perf_box_name"
16024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16026   include:
16027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16031   layout:
16032     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16033     layout: "plot-throughput"
16034
16035 - type: "plot"
16036   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16037   algorithm: "plot_perf_box_name"
16038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16040   include:
16041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16042     - "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"
16043     - "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"
16044     - "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"
16045   layout:
16046     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16047     layout: "plot-throughput"
16048
16049 - type: "plot"
16050   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16051   algorithm: "plot_perf_box_name"
16052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16054   include:
16055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16059   layout:
16060     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16061     layout: "plot-throughput"
16062
16063 ################################################################################
16064
16065 # Packet Speedup
16066
16067 - type: "plot"
16068   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16072   include:
16073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16077   layout:
16078     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16086   include:
16087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16091   layout:
16092     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16100   include:
16101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16103     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16104     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16105   layout:
16106     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16114   include:
16115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16119   layout:
16120     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16128   include:
16129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16135   layout:
16136     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16144   include:
16145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16151   layout:
16152     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16160   include:
16161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16165   layout:
16166     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16174   include:
16175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16179   layout:
16180     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16188   include:
16189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16192   layout:
16193     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16201   include:
16202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16205   layout:
16206     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16207     layout: "plot-throughput-speedup-analysis"
16208
16209 - type: "plot"
16210   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16211   algorithm: "plot_tsa_name"
16212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16214   include:
16215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16220   layout:
16221     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16222     layout: "plot-throughput-speedup-analysis"
16223
16224 - type: "plot"
16225   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16226   algorithm: "plot_tsa_name"
16227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16229   include:
16230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16235   layout:
16236     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16237     layout: "plot-throughput-speedup-analysis"
16238
16239 - type: "plot"
16240   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16241   algorithm: "plot_tsa_name"
16242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16244   include:
16245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16248   layout:
16249     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16257   include:
16258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16261   layout:
16262     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16270   include:
16271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16277   layout:
16278     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16286   include:
16287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16293   layout:
16294     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16302   include:
16303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16305   layout:
16306     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16314   include:
16315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16317   layout:
16318     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16326   include:
16327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16333   layout:
16334     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16342   include:
16343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16349   layout:
16350     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16358   include:
16359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16365   layout:
16366     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16367     layout: "plot-throughput-speedup-analysis"
16368
16369 - type: "plot"
16370   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16371   algorithm: "plot_tsa_name"
16372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16374   include:
16375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16381   layout:
16382     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16390   include:
16391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16394   layout:
16395     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16403   include:
16404     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16407   layout:
16408     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16416   include:
16417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16422   layout:
16423     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16424     layout: "plot-throughput-speedup-analysis"
16425
16426 - type: "plot"
16427   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16428   algorithm: "plot_tsa_name"
16429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16431   include:
16432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16437   layout:
16438     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16446   include:
16447     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16452   layout:
16453     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 - type: "plot"
16457   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16458   algorithm: "plot_tsa_name"
16459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16461   include:
16462     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16467   layout:
16468     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 - type: "plot"
16472   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16473   algorithm: "plot_tsa_name"
16474   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16476   include:
16477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16483   layout:
16484     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16492   include:
16493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16499   layout:
16500     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16508   include:
16509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16513   layout:
16514     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16515     layout: "plot-throughput-speedup-analysis"
16516
16517 - type: "plot"
16518   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16519   algorithm: "plot_tsa_name"
16520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16522   include:
16523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16527   layout:
16528     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16536   include:
16537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16541   layout:
16542     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16550   include:
16551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16555   layout:
16556     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
16557     layout: "plot-throughput-speedup-analysis"
16558
16559 - type: "plot"
16560   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16561   algorithm: "plot_tsa_name"
16562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16564   include:
16565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16570   layout:
16571     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16579   include:
16580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16585   layout:
16586     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16594   include:
16595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16599   layout:
16600     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16601     layout: "plot-throughput-speedup-analysis"
16602
16603 - type: "plot"
16604   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16605   algorithm: "plot_tsa_name"
16606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16608   include:
16609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16613   layout:
16614     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 - type: "plot"
16618   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16619   algorithm: "plot_tsa_name"
16620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16622   include:
16623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16629   layout:
16630     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16631     layout: "plot-throughput-speedup-analysis"
16632
16633 - type: "plot"
16634   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16635   algorithm: "plot_tsa_name"
16636   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16638   include:
16639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16644     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16645   layout:
16646     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16647     layout: "plot-throughput-speedup-analysis"
16648
16649 - type: "plot"
16650   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16651   algorithm: "plot_tsa_name"
16652   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16654   include:
16655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16657     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16658     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16659   layout:
16660     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16661     layout: "plot-throughput-speedup-analysis"
16662
16663 - type: "plot"
16664   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16665   algorithm: "plot_tsa_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16668   include:
16669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16671     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16673   layout:
16674     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 - type: "plot"
16678   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16679   algorithm: "plot_tsa_name"
16680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16682   include:
16683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16687   layout:
16688     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16696   include:
16697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16701   layout:
16702     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16703     layout: "plot-throughput-speedup-analysis"
16704
16705 - type: "plot"
16706   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16707   algorithm: "plot_tsa_name"
16708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16710   include:
16711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16715   layout:
16716     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16717     layout: "plot-throughput-speedup-analysis"
16718
16719 - type: "plot"
16720   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16721   algorithm: "plot_tsa_name"
16722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16724   include:
16725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16729   layout:
16730     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16731     layout: "plot-throughput-speedup-analysis"
16732
16733 - type: "plot"
16734   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16735   algorithm: "plot_tsa_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16738   include:
16739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16743   layout:
16744     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16745     layout: "plot-throughput-speedup-analysis"
16746
16747 - type: "plot"
16748   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16749   algorithm: "plot_tsa_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16752   include:
16753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16757   layout:
16758     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16759     layout: "plot-throughput-speedup-analysis"
16760
16761 - type: "plot"
16762   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16763   algorithm: "plot_tsa_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16768     - "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"
16769     - "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"
16770     - "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"
16771   layout:
16772     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16773     layout: "plot-throughput-speedup-analysis"
16774
16775 - type: "plot"
16776   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16777   algorithm: "plot_tsa_name"
16778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16780   include:
16781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16785   layout:
16786     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 ################################################################################
16790
16791 # Packet Throughput - DPDK
16792
16793 # 2n-clx-xxv710
16794
16795 - type: "plot"
16796   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16799   data: "plot-dpdk-throughput-latency-2n-clx"
16800   include:
16801     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16802     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16803   layout:
16804     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16811   data: "plot-dpdk-throughput-latency-2n-clx"
16812   include:
16813     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16814     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16815   layout:
16816     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16817     layout: "plot-throughput"
16818
16819 - type: "plot"
16820   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16821   algorithm: "plot_perf_box_name"
16822   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16823   data: "plot-dpdk-throughput-latency-2n-clx"
16824   include:
16825     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16826     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16827   layout:
16828     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16829     layout: "plot-throughput"
16830
16831 - type: "plot"
16832   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16833   algorithm: "plot_perf_box_name"
16834   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16835   data: "plot-dpdk-throughput-latency-2n-clx"
16836   include:
16837     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16838     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16839   layout:
16840     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16841     layout: "plot-throughput"
16842
16843 # 2n-clx-x710
16844
16845 - type: "plot"
16846   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16849   data: "plot-dpdk-throughput-latency-2n-clx"
16850   include:
16851     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16852     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16853   layout:
16854     title: "2n-clx-x710-64b-2t1c-base-ndr"
16855     layout: "plot-throughput"
16856
16857 - type: "plot"
16858   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16859   algorithm: "plot_perf_box_name"
16860   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16861   data: "plot-dpdk-throughput-latency-2n-clx"
16862   include:
16863     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16864     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16865   layout:
16866     title: "2n-clx-x710-64b-4t2c-base-ndr"
16867     layout: "plot-throughput"
16868
16869 - type: "plot"
16870   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16871   algorithm: "plot_perf_box_name"
16872   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16873   data: "plot-dpdk-throughput-latency-2n-clx"
16874   include:
16875     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16876     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16877   layout:
16878     title: "2n-clx-x710-64b-2t1c-base-pdr"
16879     layout: "plot-throughput"
16880
16881 - type: "plot"
16882   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16883   algorithm: "plot_perf_box_name"
16884   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16885   data: "plot-dpdk-throughput-latency-2n-clx"
16886   include:
16887     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16888     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16889   layout:
16890     title: "2n-clx-x710-64b-4t2c-base-pdr"
16891     layout: "plot-throughput"
16892
16893 ################################################################################
16894
16895 - type: "plot"
16896   title: "Latency by percentile: 2n-skx"
16897   algorithm: "plot_hdrh_lat_by_percentile"
16898   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16899   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16900   target-links: "../../_static/vpp"
16901   data: "plot-vpp-hdrh-lat-2n-skx"
16902   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16903   layout:
16904     layout: "plot-hdrh-latency-by-percentile"
16905
16906 - type: "plot"
16907   title: "Latency by percentile: 3n-skx"
16908   algorithm: "plot_hdrh_lat_by_percentile"
16909   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16910   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16911   target-links: "../../_static/vpp"
16912   data: "plot-vpp-hdrh-lat-3n-skx"
16913   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16914   layout:
16915     layout: "plot-hdrh-latency-by-percentile"
16916
16917 - type: "plot"
16918   title: "Latency by percentile: 2n-clx"
16919   algorithm: "plot_hdrh_lat_by_percentile"
16920   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16921   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16922   target-links: "../../_static/vpp"
16923   data: "plot-vpp-hdrh-lat-2n-clx"
16924   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16925   layout:
16926     layout: "plot-hdrh-latency-by-percentile"
16927
16928 - type: "plot"
16929   title: "Latency by percentile: 3n-hsw"
16930   algorithm: "plot_hdrh_lat_by_percentile"
16931   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16932   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16933   target-links: "../../_static/vpp"
16934   data: "plot-vpp-hdrh-lat-3n-hsw"
16935   filter: "'1T1C' and 'NIC_Intel-XL710'"
16936   layout:
16937     layout: "plot-hdrh-latency-by-percentile"
16938
16939 - type: "plot"
16940   title: "Latency by percentile: 3n-tsh"
16941   algorithm: "plot_hdrh_lat_by_percentile"
16942   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16943   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16944   target-links: "../../_static/vpp"
16945   data: "plot-vpp-hdrh-lat-3n-tsh"
16946   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16947   layout:
16948     layout: "plot-hdrh-latency-by-percentile"
16949
16950 - type: "plot"
16951   title: "Latency by percentile: DPDK 2n-clx"
16952   algorithm: "plot_hdrh_lat_by_percentile"
16953   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16954   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16955   target-links: "../../_static/dpdk"
16956   data: "plot-dpdk-hdrh-lat-2n-clx"
16957   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16958   layout:
16959     layout: "plot-hdrh-latency-by-percentile"
16960
16961 - type: "plot"
16962   title: "Latency by percentile: DPDK 3n-hsw"
16963   algorithm: "plot_hdrh_lat_by_percentile"
16964   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16965   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16966   target-links: "../../_static/dpdk"
16967   data: "plot-dpdk-hdrh-lat-3n-hsw"
16968   filter: "'1T1C' and 'NIC_Intel-XL710'"
16969   layout:
16970     layout: "plot-hdrh-latency-by-percentile"
16971
16972 - type: "plot"
16973   title: "Latency by percentile: DPDK 3n-tsh"
16974   algorithm: "plot_hdrh_lat_by_percentile"
16975   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16976   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16977   target-links: "../../_static/dpdk"
16978   data: "plot-dpdk-hdrh-lat-3n-tsh"
16979   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16980   layout:
16981     layout: "plot-hdrh-latency-by-percentile"