Report: Add mrr stdev to comp tables
[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   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 51  # NDRPDR sel
280         - 52  # NDRPDR sel
281         - 54  # NDRPDR sel addition
282         - 55  # NDRPDR sel addition
283         - 56  # NDRPDR sel addition
284         - 57  # NDRPDR sel addition
285         - 58  # NDRPDR sel addition
286         - 60  # NDRPDR sel addition
287         - 61  # NDRPDR sel addition
288         - 62  # NDRPDR sel addition
289         - 63  # NDRPDR sel addition
290
291     plot-vpp-hdrh-lat-3n-skx:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 46  # NDRPDR sel
294
295     plot-vpp-nfv-3n-skx-ndrpdr:
296       # TODO: Add data
297       csit-vpp-perf-verify-2001-3n-skx:
298         - 45  # NDRPDR sel
299         - 46  # NDRPDR sel
300         - 47  # NDRPDR sel
301         - 48  # NDRPDR sel
302         - 49  # NDRPDR sel
303
304     plot-vpp-nfv-3n-skx-mrr:
305       csit-vpp-perf-verify-2001-3n-skx:
306         - 50  # MRR sel
307
308     plot-dpdk-throughput-latency-3n-skx:
309       csit-dpdk-perf-verify-2001-3n-skx:
310         - 29  # NDRPDR sel xxv710
311         - 33  # NDRPDR sel xxv710
312         - 34  # NDRPDR sel xxv710
313         - 35  # NDRPDR sel xxv710
314         - 36  # NDRPDR sel xxv710
315         - 37  # NDRPDR sel xxv710
316         - 41  # NDRPDR sel xxv710
317         - 42  # NDRPDR sel xxv710
318         - 43  # NDRPDR sel xxv710
319         - 45  # NDRPDR sel xxv710
320         - 30  # NDRPDR sel x710
321         - 31  # NDRPDR sel x710
322         - 32  # NDRPDR sel x710
323         - 38  # NDRPDR sel x710
324         - 39  # NDRPDR sel x710
325         - 40  # NDRPDR sel x710
326         - 44  # NDRPDR sel x710
327         - 46  # NDRPDR sel x710
328         - 47  # NDRPDR sel x710
329         - 48  # NDRPDR sel x710
330
331     plot-dpdk-hdrh-lat-3n-skx:
332       csit-dpdk-perf-verify-2001-3n-skx:
333         - 29  # NDRPDR sel xxv710
334
335     # 2n-skx
336
337     plot-vpp-throughput-lat-tsa-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 92  # NDRPDR sel
340         - 93  # NDRPDR sel
341         - 94  # NDRPDR sel
342         - 95  # NDRPDR sel
343         - 96  # NDRPDR sel
344         - 97  # NDRPDR sel
345         - 98  # NDRPDR sel
346         - 99  # NDRPDR sel
347         - 100 # NDRPDR sel
348         - 102 # NDRPDR sel
349         - 129 # NDRPDR sel addition
350         - 130 # NDRPDR sel addition
351         - 131 # NDRPDR sel addition
352         - 132 # NDRPDR sel addition
353         - 133 # NDRPDR sel addition
354         - 134 # NDRPDR sel addition
355         - 135 # NDRPDR sel addition
356         - 136 # NDRPDR sel addition
357         - 137 # NDRPDR sel addition
358         - 138 # NDRPDR sel addition
359
360     plot-vpp-hdrh-lat-2n-skx:
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 92  # NDRPDR sel
363
364     plot-vpp-http-server-performance:
365       csit-vpp-perf-verify-2001-2n-clx:
366         - 80  # TCP
367         - 82  # TCP
368         - 83  # TCP
369         - 85  # TCP
370         - 86  # TCP
371         - 87  # TCP
372         - 88  # TCP
373         - 89  # TCP
374         - 90  # TCP
375         - 91  # TCP
376
377     plot-vpp-soak-2n-skx:
378       # TODO: Replace the data
379       # csit-vpp-perf-verify-2001-2n-skx:
380       csit-vpp-perf-verify-1908-2n-skx:
381         - 83  # SOAK
382         - 86  # SOAK
383
384     plot-vpp-nfv-2n-skx-ndrpdr:
385       # TODO: Replace the data
386       csit-vpp-perf-verify-2001-2n-skx:
387         - 30  # NFV
388         - 31  # NFV
389
390     plot-vpp-nfv-2n-skx-mrr:
391       # TODO: Replace the data
392       # csit-vpp-perf-verify-2001-2n-skx:
393       csit-vpp-perf-verify-1908-2n-skx:
394         - 71  # NFV MRR
395
396     plot-vpp-nfv-reconf-2n-skx:
397       # TODO: Replace the data
398       # csit-vpp-perf-verify-2001-2n-skx:
399       csit-vpp-perf-verify-1908-2n-skx:
400         - 113 # NFV reconf sel
401         - 114 # NFV reconf sel
402         - 115 # NFV reconf sel
403
404     plot-dpdk-throughput-latency-2n-skx:
405       csit-dpdk-perf-verify-2001-2n-skx:
406         - 35  # NDRPDR sel xxv710
407         - 36  # NDRPDR sel xxv710
408         - 37  # NDRPDR sel xxv710
409         - 41  # NDRPDR sel xxv710
410         - 42  # NDRPDR sel xxv710
411         - 43  # NDRPDR sel xxv710
412         - 46  # NDRPDR sel xxv710
413         - 47  # NDRPDR sel xxv710
414         - 52  # NDRPDR sel xxv710
415         - 53  # NDRPDR sel xxv710
416         - 38  # NDRPDR sel x710
417         - 39  # NDRPDR sel x710
418         - 40  # NDRPDR sel x710
419         - 44  # NDRPDR sel x710
420         - 45  # NDRPDR sel x710
421         - 48  # NDRPDR sel x710
422         - 49  # NDRPDR sel x710
423         - 50  # NDRPDR sel x710
424         - 51  # NDRPDR sel x710
425         - 54  # NDRPDR sel x710
426
427     plot-dpdk-hdrh-lat-2n-skx:
428       csit-dpdk-perf-verify-2001-2n-skx:
429         - 35  # NDRPDR sel xxv710
430
431     # 2n-clx
432
433     plot-vpp-throughput-lat-tsa-2n-clx:
434       csit-vpp-perf-verify-2001-2n-clx:
435         - 28  # NDRPDR sel
436         - 29  # NDRPDR sel
437         - 32  # NDRPDR sel
438         - 40  # NDRPDR sel
439         - 43  # NDRPDR sel
440         - 44  # NDRPDR sel
441         - 45  # NDRPDR sel
442         - 47  # NDRPDR sel
443         - 48  # NDRPDR sel
444         - 49  # NDRPDR sel
445
446     plot-vpp-hdrh-lat-2n-clx:
447       csit-vpp-perf-verify-2001-2n-clx:
448         - 28  # NDRPDR sel
449
450     plot-vpp-nfv-2n-clx-ndrpdr:
451       csit-vpp-perf-verify-2001-2n-clx:
452         - 28  # NDRPDR sel
453         - 29  # NDRPDR sel
454         - 32  # NDRPDR sel
455         - 40  # NDRPDR sel
456         - 43  # NDRPDR sel
457         - 44  # NDRPDR sel
458         - 45  # NDRPDR sel
459         - 47  # NDRPDR sel
460         - 48  # NDRPDR sel
461         - 49  # NDRPDR sel
462
463     plot-vpp-nfv-2n-clx-mrr:
464       csit-vpp-perf-verify-2001-2n-clx:
465         - 39  # MRR
466
467     plot-vpp-nfv-reconf-2n-clx:
468       csit-vpp-perf-verify-2001-2n-clx:
469         - 68  # Reconf
470         - 69  # Reconf
471         - 70  # Reconf
472         - 71  # Reconf
473         - 72  # Reconf
474         - 73  # Reconf
475         - 74  # Reconf
476         - 75  # Reconf
477         - 76  # Reconf
478         - 77  # Reconf
479
480     plot-vpp-soak-2n-clx:
481       csit-vpp-perf-verify-2001-2n-clx:
482         - 93  # Soak
483         - 94  # Soak
484
485     plot-dpdk-throughput-latency-2n-clx:
486       csit-dpdk-perf-verify-2001-2n-clx:
487         - 15  # NDRPDR sel
488         - 16  # NDRPDR sel
489         - 17  # NDRPDR sel
490         - 18  # NDRPDR sel
491         - 19  # NDRPDR sel
492         - 20  # NDRPDR sel
493         - 21  # NDRPDR sel
494         - 22  # NDRPDR sel
495         - 23  # NDRPDR sel
496         - 24  # NDRPDR sel
497         - 25  # NDRPDR sel
498         - 26  # NDRPDR sel
499         - 27  # NDRPDR sel
500         - 28  # NDRPDR sel
501         - 29  # NDRPDR sel
502         - 30  # NDRPDR sel
503         - 31  # NDRPDR sel
504         - 32  # NDRPDR sel
505         - 33  # NDRPDR sel
506         - 34  # NDRPDR sel
507
508
509     plot-dpdk-hdrh-lat-2n-clx:
510       csit-dpdk-perf-verify-2001-2n-clx:
511         - 15  # NDRPDR sel
512
513     # 3n-tsh
514
515     plot-vpp-throughput-lat-tsa-3n-tsh:
516       csit-vpp-perf-verify-2001-3n-tsh:
517         - 3   # NDRPDR sel
518         - 4   # NDRPDR sel
519         - 7   # NDRPDR sel
520         - 8   # NDRPDR sel
521         - 10  # NDRPDR sel
522         - 12  # NDRPDR sel
523         - 13  # NDRPDR sel
524         - 14  # NDRPDR sel
525         - 15  # NDRPDR sel
526         - 21  # NDRPDR sel
527
528     plot-vpp-hdrh-lat-3n-tsh:
529       csit-vpp-perf-verify-2001-3n-tsh:
530         - 10  # NDRPDR sel
531
532     plot-dpdk-throughput-latency-3n-tsh:
533       csit-dpdk-perf-verify-2001-3n-tsh:
534         - 3   # NDRPDR sel
535         - 4   # NDRPDR sel
536         - 5   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 11  # NDRPDR sel
540         - 12  # NDRPDR sel
541         - 14  # NDRPDR sel
542         - 15  # NDRPDR sel
543         - 18  # NDRPDR sel
544
545     plot-dpdk-hdrh-lat-3n-tsh:
546       csit-dpdk-perf-verify-2001-3n-tsh:
547         - 3   # NDRPDR sel
548
549     # 3n-dnv
550
551     plot-vpp-throughput-lat-tsa-3n-dnv:
552       csit-vpp-perf-verify-2001-3n-dnv:
553         - 5   # NDRPDR sel
554         - 6   # NDRPDR sel
555         - 7   # NDRPDR sel
556         - 8   # NDRPDR sel
557         - 9   # NDRPDR sel
558         - 10  # NDRPDR sel
559         - 12  # NDRPDR sel
560         - 16  # NDRPDR sel
561         - 17  # NDRPDR sel
562         - 18  # NDRPDR sel
563
564     plot-dpdk-throughput-latency-3n-dnv:
565       csit-dpdk-perf-verify-2001-3n-dnv:
566         - 12  # NDRPDR sel
567         - 13  # NDRPDR sel
568         - 14  # NDRPDR sel
569         - 15  # NDRPDR sel
570         - 16  # NDRPDR sel
571         - 17  # NDRPDR sel
572         - 18  # NDRPDR sel
573         - 19  # NDRPDR sel
574         - 20  # NDRPDR sel
575         - 22  # NDRPDR sel
576
577     # 2n-dnv
578
579     plot-vpp-throughput-lat-tsa-2n-dnv:
580       csit-vpp-perf-verify-2001-2n-dnv:
581         - 4   # NDRPDR sel
582         - 5   # NDRPDR sel
583         - 6   # NDRPDR sel
584         - 7   # NDRPDR sel
585         - 8   # NDRPDR sel
586         - 9   # NDRPDR sel
587         - 10  # NDRPDR sel
588         - 11  # NDRPDR sel
589         - 13  # NDRPDR sel
590         - 16  # NDRPDR sel
591
592     plot-dpdk-throughput-latency-2n-dnv:
593       csit-dpdk-perf-verify-2001-2n-dnv:
594         - 9   # NDRPDR sel
595         - 10  # NDRPDR sel
596         - 11  # NDRPDR sel
597         - 12  # NDRPDR sel
598         - 13  # NDRPDR sel
599         - 14  # NDRPDR sel
600         - 15  # NDRPDR sel
601         - 16  # NDRPDR sel
602         - 17  # NDRPDR sel
603         - 18  # NDRPDR sel
604
605     ###########################################################################
606     # Simple tables (only one data set):
607
608     # NIC Comparisons
609
610     vpp-nic-comparison-3n-skx:
611       # TODO: Add the data
612       csit-vpp-perf-verify-2001-3n-skx:
613         - 45  # NDRPDR sel
614         - 46  # NDRPDR sel
615         - 47  # NDRPDR sel
616         - 48  # NDRPDR sel
617         - 49  # NDRPDR sel
618         - 51  # NDRPDR sel
619         - 52  # NDRPDR sel
620         - 54  # NDRPDR sel addition
621         - 55  # NDRPDR sel addition
622         - 56  # NDRPDR sel addition
623         - 57  # NDRPDR sel addition
624         - 58  # NDRPDR sel addition
625         - 60  # NDRPDR sel addition
626         - 61  # NDRPDR sel addition
627         - 62  # NDRPDR sel addition
628         - 63  # NDRPDR sel addition
629
630     vpp-nic-comparison-2n-skx:
631       csit-vpp-perf-verify-2001-2n-skx:
632         - 92  # NDRPDR sel
633         - 93  # NDRPDR sel
634         - 94  # NDRPDR sel
635         - 95  # NDRPDR sel
636         - 96  # NDRPDR sel
637         - 97  # NDRPDR sel
638         - 98  # NDRPDR sel
639         - 99  # NDRPDR sel
640         - 100 # NDRPDR sel
641         - 102 # NDRPDR sel
642         - 129 # NDRPDR sel addition
643         - 130 # NDRPDR sel addition
644         - 131 # NDRPDR sel addition
645         - 132 # NDRPDR sel addition
646         - 133 # NDRPDR sel addition
647         - 134 # NDRPDR sel addition
648         - 135 # NDRPDR sel addition
649         - 136 # NDRPDR sel addition
650         - 137 # NDRPDR sel addition
651         - 138 # NDRPDR sel addition
652
653     vpp-nic-comparison-3n-skx-mrr:
654       csit-vpp-perf-verify-2001-3n-skx:
655         - 50  # MRR sel
656         - 53  # MRR sel addition
657
658     vpp-nic-comparison-2n-skx-mrr:
659       csit-vpp-perf-verify-2001-2n-skx:
660         - 101 # MRR sel
661         - 128 # MRR sel addition
662
663     # Results
664
665     vpp-perf-results-3n-hsw:
666       csit-vpp-perf-verify-2001-3n-hsw:
667         - 18  # NDRPDR full
668         - 20  # NDRPDR full
669         - 28  # NDRPDR full
670         - 35  # NDRPDR full
671         - 42  # NDRPDR full
672         - 46  # NDRPDR full
673         - 47  # NDRPDR full
674         - 48  # NDRPDR full
675         - 49  # NDRPDR full
676         - 50  # NDRPDR full
677         - 51  # NDRPDR full
678         - 52  # NDRPDR full
679         - 53  # NDRPDR full
680         - 54  # NDRPDR full
681         - 55  # NDRPDR full
682         - 56  # NDRPDR full
683         - 57  # NDRPDR full
684         - 58  # NDRPDR full
685         - 59  # NDRPDR full
686         - 61  # NDRPDR full
687         - 62  # NDRPDR full
688         - 63  # NDRPDR full
689         - 64  # NDRPDR full
690         - 65  # NDRPDR full
691         - 67  # NDRPDR full
692         - 70  # NDRPDR full
693         - 72  # NDRPDR full
694         - 73  # NDRPDR full
695         - 76  # NDRPDR full
696         - 77  # NDRPDR full
697         - 78  # NDRPDR full
698         - 79  # NDRPDR full
699         - 81  # NDRPDR full
700         - 82  # NDRPDR full
701         - 84  # NDRPDR full
702         - 85  # NDRPDR full
703
704     vpp-perf-results-3n-skx:
705       # TODO: Replace
706       csit-vpp-perf-verify-2001-3n-skx:
707         - 47  # NDRPDR sel
708         - 54  # NDRPDR sel addition
709
710     vpp-perf-results-2n-skx:
711       csit-vpp-perf-verify-2001-2n-skx:
712         # TODO: Replace
713         - 92  # NDRPDR sel
714
715     vpp-perf-results-2n-clx:
716       csit-vpp-perf-verify-2001-2n-clx:
717         - 53  # NDRPDR full
718         - 54  # NDRPDR full
719         - 55  # NDRPDR full
720         - 56  # NDRPDR full
721         - 57  # NDRPDR full
722         - 58  # NDRPDR full
723         - 59  # NDRPDR full
724         - 60  # NDRPDR full
725         - 61  # NDRPDR full
726         - 62  # NDRPDR full
727         - 63  # NDRPDR full
728         - 64  # NDRPDR full
729         - 65  # NDRPDR full
730         - 66  # NDRPDR full
731         - 67  # NDRPDR full
732
733     vpp-perf-results-3n-tsh:
734       csit-vpp-perf-verify-2001-3n-tsh:
735         - 10  # NDRPDR sel
736
737     vpp-perf-results-3n-dnv:
738       csit-vpp-perf-verify-2001-3n-dnv:
739         - 19  # NDRPDR full
740         - 20  # NDRPDR full
741         - 21  # NDRPDR full
742         - 22  # NDRPDR full
743         - 23  # NDRPDR full
744         - 24  # NDRPDR full
745         - 25  # NDRPDR full
746         - 26  # NDRPDR full
747         - 37  # NDRPDR full
748         - 38  # NDRPDR full
749         - 39  # NDRPDR full
750
751     vpp-perf-results-2n-dnv:
752       csit-vpp-perf-verify-2001-2n-dnv:
753         - 21  # NDRPDR full
754         - 22  # NDRPDR full
755         - 25  # NDRPDR full
756         - 26  # NDRPDR full
757         - 27  # NDRPDR full
758         - 28  # NDRPDR full
759
760     vpp-mrr-results-3n-hsw:
761       csit-vpp-perf-verify-2001-3n-hsw:
762         - 17  # MRR sel
763
764     vpp-mrr-results-3n-skx:
765       csit-vpp-perf-verify-2001-3n-skx:
766         - 50  # MRR sel
767         - 53  # MRR sel addition
768
769     vpp-mrr-results-2n-skx:
770       csit-vpp-perf-verify-2001-2n-skx:
771         - 101 # MRR sel
772         - 128 # MRR sel addition
773
774     vpp-mrr-results-2n-clx:
775       csit-vpp-perf-verify-2001-2n-clx:
776         - 39  # MRR
777
778     vpp-mrr-results-3n-tsh:
779       csit-vpp-perf-verify-2001-3n-tsh:
780         - 9   # MRR sel
781
782     vpp-mrr-results-3n-dnv:
783       csit-vpp-perf-verify-2001-3n-dnv:
784         - 11  # MRR sel
785
786     vpp-mrr-results-2n-dnv:
787       csit-vpp-perf-verify-2001-2n-dnv:
788         - 12  # MRR sel
789
790     vpp-device-results-ubuntu:
791       csit-vpp-device-2001-ubuntu1804-1n-skx:
792         - 57
793
794     dpdk-perf-results-3n-hsw:
795       csit-dpdk-perf-verify-2001-3n-hsw:
796         - 25  # NDRPDR full
797         - 26  # NDRPDR full
798
799     dpdk-perf-results-3n-skx:
800       csit-dpdk-perf-verify-2001-3n-skx:
801         - 29  # NDRPDR sel xxv710
802         - 30  # NDRPDR sel x710
803
804     dpdk-perf-results-2n-skx:
805       csit-dpdk-perf-verify-2001-2n-skx:
806         - 35  # NDRPDR sel xxv710
807         - 38  # NDRPDR sel x710
808
809     dpdk-perf-results-2n-clx:
810       csit-dpdk-perf-verify-2001-2n-clx:
811         - 15  # NDRPDR sel
812         - 34  # NDRPDR sel
813
814     dpdk-perf-results-2n-dnv:
815       csit-dpdk-perf-verify-2001-2n-dnv:
816         - 16  # NDRPDR sel
817
818     dpdk-perf-results-3n-dnv:
819       csit-dpdk-perf-verify-2001-3n-dnv:
820         - 12  # NDRPDR sel
821
822     dpdk-perf-results-3n-tsh:
823       csit-dpdk-perf-verify-2001-3n-tsh:
824         - 3   # NDRPDR sel
825
826 ###########################################################################
827     # Tables (more than one data set)
828
829     # Performance changes
830
831     vpp-performance-changes-3n-hsw-h1:
832       csit-vpp-perf-verify-1904-3n-hsw:
833         - 11  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 20  # NDRPDR sel
836         - 21  # NDRPDR sel
837         - 23  # NDRPDR sel
838         - 24  # NDRPDR sel
839         - 25  # NDRPDR sel
840         - 26  # NDRPDR sel
841         - 29  # NDRPDR sel
842         - 30  # NDRPDR sel
843     vpp-performance-changes-3n-hsw-ref:
844       csit-vpp-perf-verify-1908-3n-hsw:
845         - 12  # NDRPDR sel
846         - 13  # NDRPDR sel
847         - 14  # NDRPDR sel
848         - 15  # NDRPDR sel
849         - 16  # NDRPDR sel
850         - 17  # NDRPDR sel
851         - 18  # NDRPDR sel
852         - 19  # NDRPDR sel
853         - 20  # NDRPDR sel
854         - 21  # NDRPDR sel
855     vpp-performance-changes-3n-hsw-cmp:
856       csit-vpp-perf-verify-2001-3n-hsw:
857         - 21  # NDRPDR sel
858         - 22  # NDRPDR sel
859         - 23  # NDRPDR sel
860         - 24  # NDRPDR sel
861         - 25  # NDRPDR sel
862         - 29  # NDRPDR sel
863         - 30  # NDRPDR sel
864         - 31  # NDRPDR sel
865         - 32  # NDRPDR sel
866         - 34  # NDRPDR sel
867     vpp-performance-changes-3n-hsw:
868       - "vpp-performance-changes-3n-hsw-h1"
869       - "vpp-performance-changes-3n-hsw-ref"
870       - "vpp-performance-changes-3n-hsw-cmp"
871
872     vpp-performance-changes-3n-skx-h1:
873       csit-vpp-perf-verify-1904-3n-skx:
874         - 8   # NDRPDR sel
875         - 9   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 12  # NDRPDR sel
879         - 14  # NDRPDR sel
880         - 16  # NDRPDR sel
881         - 21  # NDRPDR sel
882         - 23  # NDRPDR sel
883         - 25  # NDRPDR sel
884     vpp-performance-changes-3n-skx-ref:
885       csit-vpp-perf-verify-1908-3n-skx:
886         - 14  # NDRPDR sel
887         - 16  # NDRPDR sel
888         - 19  # NDRPDR sel
889         - 20  # NDRPDR sel
890         - 22  # NDRPDR sel
891         - 23  # NDRPDR sel
892         - 24  # NDRPDR sel
893         - 25  # NDRPDR sel
894         - 26  # NDRPDR sel
895         - 29  # NDRPDR sel
896     vpp-performance-changes-3n-skx-cmp:
897       # TODO: Add the data
898       csit-vpp-perf-verify-2001-3n-skx:
899         - 45  # NDRPDR sel
900         - 46  # NDRPDR sel
901         - 47  # NDRPDR sel
902         - 48  # NDRPDR sel
903         - 49  # NDRPDR sel
904         - 51  # NDRPDR sel
905         - 52  # NDRPDR sel
906         - 54  # NDRPDR sel addition
907         - 55  # NDRPDR sel addition
908         - 56  # NDRPDR sel addition
909         - 57  # NDRPDR sel addition
910         - 58  # NDRPDR sel addition
911         - 60  # NDRPDR sel addition
912         - 61  # NDRPDR sel addition
913         - 62  # NDRPDR sel addition
914         - 63  # NDRPDR sel addition
915     vpp-performance-changes-3n-skx:
916       - "vpp-performance-changes-3n-skx-h1"
917       - "vpp-performance-changes-3n-skx-ref"
918       - "vpp-performance-changes-3n-skx-cmp"
919
920     vpp-performance-changes-2n-skx-h1:
921       csit-vpp-perf-verify-1904-2n-skx:
922         - 12  # NDRPDR sel
923         - 14  # NDRPDR sel
924         - 16  # NDRPDR sel
925         - 17  # NDRPDR sel
926         - 18  # NDRPDR sel
927         - 21  # NDRPDR sel
928         - 27  # NDRPDR sel
929         - 30  # NDRPDR sel
930         - 31  # NDRPDR sel
931         - 32  # NDRPDR sel
932     vpp-performance-changes-2n-skx-ref:
933       csit-vpp-perf-verify-1908-2n-skx:
934         - 26  # NDRPDR sel
935         - 27  # NDRPDR sel
936         - 34  # NDRPDR sel
937         - 35  # NDRPDR sel
938         - 36  # NDRPDR sel
939         - 42  # NDRPDR sel
940         - 43  # NDRPDR sel
941         - 44  # NDRPDR sel
942         - 45  # NDRPDR sel
943         - 46  # NDRPDR sel
944     vpp-performance-changes-2n-skx-cmp:
945       csit-vpp-perf-verify-2001-2n-skx:
946         - 92  # NDRPDR sel
947         - 93  # NDRPDR sel
948         - 94  # NDRPDR sel
949         - 95  # NDRPDR sel
950         - 96  # NDRPDR sel
951         - 97  # NDRPDR sel
952         - 98  # NDRPDR sel
953         - 99  # NDRPDR sel
954         - 100 # NDRPDR sel
955         - 102 # NDRPDR sel
956         - 129 # NDRPDR sel addition
957         - 130 # NDRPDR sel addition
958         - 131 # NDRPDR sel addition
959         - 132 # NDRPDR sel addition
960         - 133 # NDRPDR sel addition
961         - 134 # NDRPDR sel addition
962         - 135 # NDRPDR sel addition
963         - 136 # NDRPDR sel addition
964         - 137 # NDRPDR sel addition
965         - 138 # NDRPDR sel addition
966     vpp-performance-changes-2n-skx:
967       - "vpp-performance-changes-2n-skx-h1"
968       - "vpp-performance-changes-2n-skx-ref"
969       - "vpp-performance-changes-2n-skx-cmp"
970
971     vpp-performance-changes-nfv-2n-skx-ref:
972       csit-vpp-perf-verify-1908-2n-skx:
973         - 22  # NFV
974         - 31  # NFV
975         - 32  # NFV
976     vpp-performance-changes-nfv-2n-skx-cmp:
977       # TODO: Add the data
978       csit-vpp-perf-verify-2001-2n-skx:
979         - 30  # NFV
980         - 31  # NFV
981     vpp-performance-changes-nfv-2n-skx:
982       - "vpp-performance-changes-nfv-2n-skx-ref"
983       - "vpp-performance-changes-nfv-2n-skx-cmp"
984
985     vpp-performance-changes-2n-dnv-ref:
986       csit-vpp-perf-verify-1908-2n-dnv:
987         - 1   # NDRPDR sel
988         - 2   # NDRPDR sel
989         - 3   # NDRPDR sel
990         - 4   # NDRPDR sel
991         - 5   # NDRPDR sel
992         - 6   # NDRPDR sel
993         - 7   # NDRPDR sel
994         - 8   # NDRPDR sel
995         - 9   # NDRPDR sel
996         - 10  # NDRPDR sel
997     vpp-performance-changes-2n-dnv-cmp:
998       csit-vpp-perf-verify-2001-2n-dnv:
999         - 4   # NDRPDR sel
1000         - 5   # NDRPDR sel
1001         - 6   # NDRPDR sel
1002         - 7   # NDRPDR sel
1003         - 8   # NDRPDR sel
1004         - 9   # NDRPDR sel
1005         - 10  # NDRPDR sel
1006         - 11  # NDRPDR sel
1007         - 13  # NDRPDR sel
1008         - 16  # NDRPDR sel
1009     vpp-performance-changes-2n-dnv:
1010       - "vpp-performance-changes-2n-dnv-ref"
1011       - "vpp-performance-changes-2n-dnv-cmp"
1012
1013     vpp-performance-changes-3n-dnv-ref:
1014       csit-vpp-perf-verify-1908-3n-dnv:
1015         - 6   # NDRPDR sel
1016         - 7   # NDRPDR sel
1017         - 8   # NDRPDR sel
1018         - 9   # NDRPDR sel
1019         - 10  # NDRPDR sel
1020         - 12  # NDRPDR sel
1021         - 13  # NDRPDR sel
1022         - 14  # NDRPDR sel
1023         - 15  # NDRPDR sel
1024         - 16  # NDRPDR sel
1025     vpp-performance-changes-3n-dnv-cmp:
1026       csit-vpp-perf-verify-2001-3n-dnv:
1027         - 5   # NDRPDR sel
1028         - 6   # NDRPDR sel
1029         - 7   # NDRPDR sel
1030         - 8   # NDRPDR sel
1031         - 9   # NDRPDR sel
1032         - 10  # NDRPDR sel
1033         - 12  # NDRPDR sel
1034         - 16  # NDRPDR sel
1035         - 17  # NDRPDR sel
1036         - 18  # NDRPDR sel
1037     vpp-performance-changes-3n-dnv:
1038       - "vpp-performance-changes-3n-dnv-ref"
1039       - "vpp-performance-changes-3n-dnv-cmp"
1040
1041     vpp-performance-changes-3n-tsh-ref:
1042       csit-vpp-perf-verify-1908-3n-tsh:
1043         - 7   # NDRPDR sel
1044         - 8   # NDRPDR sel
1045         - 9   # NDRPDR sel
1046         - 10  # NDRPDR sel
1047         - 11  # NDRPDR sel
1048         - 12  # NDRPDR sel
1049         - 13  # NDRPDR sel
1050         - 14  # NDRPDR sel
1051         - 15  # NDRPDR sel
1052         - 16  # NDRPDR sel
1053     vpp-performance-changes-3n-tsh-cmp:
1054       csit-vpp-perf-verify-2001-3n-tsh:
1055         - 3   # NDRPDR sel
1056         - 4   # NDRPDR sel
1057         - 7   # NDRPDR sel
1058         - 8   # NDRPDR sel
1059         - 10  # NDRPDR sel
1060         - 12  # NDRPDR sel
1061         - 13  # NDRPDR sel
1062         - 14  # NDRPDR sel
1063         - 15  # NDRPDR sel
1064         - 21  # NDRPDR sel
1065     vpp-performance-changes-3n-tsh:
1066       - "vpp-performance-changes-3n-tsh-ref"
1067       - "vpp-performance-changes-3n-tsh-cmp"
1068
1069     vpp-soak-vs-ndr-2n-skx-ref:
1070       csit-vpp-perf-verify-2001-2n-skx:
1071         - 92  # NDRPDR sel
1072         - 93  # NDRPDR sel
1073         - 94  # NDRPDR sel
1074         - 95  # NDRPDR sel
1075         - 96  # NDRPDR sel
1076         - 97  # NDRPDR sel
1077         - 98  # NDRPDR sel
1078         - 99  # NDRPDR sel
1079         - 100 # NDRPDR sel
1080         - 102 # NDRPDR sel
1081         - 129 # NDRPDR sel addition
1082         - 130 # NDRPDR sel addition
1083         - 131 # NDRPDR sel addition
1084         - 132 # NDRPDR sel addition
1085         - 133 # NDRPDR sel addition
1086         - 134 # NDRPDR sel addition
1087         - 135 # NDRPDR sel addition
1088         - 136 # NDRPDR sel addition
1089         - 137 # NDRPDR sel addition
1090         - 138 # NDRPDR sel addition
1091     vpp-soak-vs-ndr-2n-skx-cmp:
1092       # TODO: Replace
1093       # csit-vpp-perf-verify-2001-2n-skx:
1094       csit-vpp-perf-verify-1908-2n-skx:
1095         - 83  # SOAK
1096         - 86  # SOAK
1097     vpp-soak-vs-ndr-2n-skx:
1098       csit-vpp-perf-verify-2001-2n-skx:
1099         - 92  # NDRPDR sel
1100         - 93  # NDRPDR sel
1101         - 94  # NDRPDR sel
1102         - 95  # NDRPDR sel
1103         - 96  # NDRPDR sel
1104         - 97  # NDRPDR sel
1105         - 98  # NDRPDR sel
1106         - 99  # NDRPDR sel
1107         - 100 # NDRPDR sel
1108         - 102 # NDRPDR sel
1109         - 129 # NDRPDR sel addition
1110         - 130 # NDRPDR sel addition
1111         - 131 # NDRPDR sel addition
1112         - 132 # NDRPDR sel addition
1113         - 133 # NDRPDR sel addition
1114         - 134 # NDRPDR sel addition
1115         - 135 # NDRPDR sel addition
1116         - 136 # NDRPDR sel addition
1117         - 137 # NDRPDR sel addition
1118         - 138 # NDRPDR sel addition
1119         - 83  # SOAK
1120         - 86  # SOAK
1121
1122     vpp-soak-vs-ndr-2n-clx-ref:
1123       csit-vpp-perf-verify-2001-2n-clx:
1124         - 28  # NDRPDR sel
1125         - 29  # NDRPDR sel
1126         - 32  # NDRPDR sel
1127         - 40  # NDRPDR sel
1128         - 43  # NDRPDR sel
1129         - 44  # NDRPDR sel
1130         - 45  # NDRPDR sel
1131         - 47  # NDRPDR sel
1132         - 48  # NDRPDR sel
1133         - 49  # NDRPDR sel
1134     vpp-soak-vs-ndr-2n-clx-cmp:
1135       csit-vpp-perf-verify-2001-2n-clx:
1136         - 93  # SOAK
1137         - 94  # Soak
1138     vpp-soak-vs-ndr-2n-clx:
1139       csit-vpp-perf-verify-2001-2n-clx:
1140         - 28  # NDRPDR sel
1141         - 29  # NDRPDR sel
1142         - 32  # NDRPDR sel
1143         - 40  # NDRPDR sel
1144         - 43  # NDRPDR sel
1145         - 44  # NDRPDR sel
1146         - 45  # NDRPDR sel
1147         - 47  # NDRPDR sel
1148         - 48  # NDRPDR sel
1149         - 49  # NDRPDR sel
1150         - 93  # SOAK
1151         - 94  # Soak
1152
1153     vpp-performance-changes-3n-hsw-mrr-h1:
1154       csit-vpp-perf-verify-1904-3n-hsw:
1155         - 9   # MRR sel
1156     vpp-performance-changes-3n-hsw-mrr-ref:
1157       csit-vpp-perf-verify-1908-3n-hsw:
1158         - 39  # MRR sel
1159     vpp-performance-changes-3n-hsw-mrr-cmp:
1160       csit-vpp-perf-verify-2001-3n-hsw:
1161         - 17  # MRR sel
1162     vpp-performance-changes-3n-hsw-mrr:
1163       - "vpp-performance-changes-3n-hsw-mrr-h1"
1164       - "vpp-performance-changes-3n-hsw-mrr-ref"
1165       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1166
1167     vpp-performance-changes-3n-skx-mrr-h1:
1168       csit-vpp-perf-verify-1904-3n-skx:
1169         - 7   # MRR sel
1170     vpp-performance-changes-3n-skx-mrr-ref:
1171       csit-vpp-perf-verify-1908-3n-skx:
1172         - 36  # MRR sel
1173     vpp-performance-changes-3n-skx-mrr-cmp:
1174       csit-vpp-perf-verify-2001-3n-skx:
1175         - 50  # MRR sel
1176         - 53  # MRR sel addition
1177     vpp-performance-changes-3n-skx-mrr:
1178       - "vpp-performance-changes-3n-skx-mrr-h1"
1179       - "vpp-performance-changes-3n-skx-mrr-ref"
1180       - "vpp-performance-changes-3n-skx-mrr-cmp"
1181
1182     vpp-performance-changes-2n-skx-mrr-h1:
1183       csit-vpp-perf-verify-1904-2n-skx:
1184         - 11  # MRR sel
1185     vpp-performance-changes-2n-skx-mrr-ref:
1186       csit-vpp-perf-verify-1908-2n-skx:
1187         - 69  # MRR sel
1188     vpp-performance-changes-2n-skx-mrr-cmp:
1189       csit-vpp-perf-verify-2001-2n-skx:
1190         - 101 # MRR sel
1191         - 128 # MRR sel addition
1192     vpp-performance-changes-2n-skx-mrr:
1193       - "vpp-performance-changes-2n-skx-mrr-h1"
1194       - "vpp-performance-changes-2n-skx-mrr-ref"
1195       - "vpp-performance-changes-2n-skx-mrr-cmp"
1196
1197     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1198       csit-vpp-perf-verify-1908-2n-skx:
1199         - 71  # NFV MRR
1200     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1201       # TODO: Replace
1202       # csit-vpp-perf-verify-2001-2n-skx:
1203       csit-vpp-perf-verify-1908-2n-skx:
1204         - 71  # NFV MRR
1205     vpp-performance-changes-nfv-2n-skx-mrr:
1206       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1207       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1208
1209     vpp-performance-changes-2n-dnv-mrr-ref:
1210       csit-vpp-perf-verify-1908-2n-dnv:
1211         - 11  # MRR sel
1212     vpp-performance-changes-2n-dnv-mrr-cmp:
1213       csit-vpp-perf-verify-2001-2n-dnv:
1214         - 12  # MRR sel
1215     vpp-performance-changes-2n-dnv-mrr:
1216       - "vpp-performance-changes-2n-dnv-mrr-ref"
1217       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1218
1219     vpp-performance-changes-3n-dnv-mrr-ref:
1220       csit-vpp-perf-verify-1908-3n-dnv:
1221         - 17  # MRR sel
1222     vpp-performance-changes-3n-dnv-mrr-cmp:
1223       csit-vpp-perf-verify-2001-3n-dnv:
1224         - 11  # MRR sel
1225     vpp-performance-changes-3n-dnv-mrr:
1226       - "vpp-performance-changes-3n-dnv-mrr-ref"
1227       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1228
1229     vpp-performance-changes-3n-tsh-mrr-ref:
1230       csit-vpp-perf-verify-1908-3n-tsh:
1231         - 17  # MRR sel
1232     vpp-performance-changes-3n-tsh-mrr-cmp:
1233       csit-vpp-perf-verify-2001-3n-tsh:
1234         - 9   # MRR sel
1235     vpp-performance-changes-3n-tsh-mrr:
1236       - "vpp-performance-changes-3n-tsh-mrr-ref"
1237       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1238
1239     dpdk-performance-changes-3n-hsw-h1:
1240       csit-dpdk-perf-verify-1904-3n-hsw:
1241         - 2   # NDRPDR sel
1242         - 3   # NDRPDR sel
1243         - 5   # NDRPDR sel
1244         - 6   # NDRPDR sel
1245         - 13  # NDRPDR sel
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248         - 18  # NDRPDR sel
1249         - 19  # NDRPDR sel
1250         - 20  # NDRPDR sel
1251     dpdk-performance-changes-3n-hsw-ref:
1252       csit-dpdk-perf-verify-1908-3n-hsw:
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 7   # NDRPDR sel
1259         - 8   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262         - 11  # NDRPDR sel
1263     dpdk-performance-changes-3n-hsw-cmp:
1264       csit-dpdk-perf-verify-2001-3n-hsw:
1265 #        - 4   # NDRPDR sel
1266 #        - 5   # NDRPDR sel
1267 #        - 6   # NDRPDR sel
1268 #        - 7   # NDRPDR sel
1269 #        - 8   # NDRPDR sel
1270 #        - 9   # NDRPDR sel
1271 #        - 10  # NDRPDR sel
1272 #        - 11  # NDRPDR sel
1273 #        - 12  # NDRPDR sel
1274 #        - 13  # NDRPDR sel
1275         - 15  # NDRPDR sel
1276         - 16  # NDRPDR sel
1277         - 17  # NDRPDR sel
1278         - 18  # NDRPDR sel
1279         - 19  # NDRPDR sel
1280         - 20  # NDRPDR sel
1281         - 21  # NDRPDR sel
1282         - 22  # NDRPDR sel
1283         - 23  # NDRPDR sel
1284         - 24  # NDRPDR sel
1285     dpdk-performance-changes-3n-hsw:
1286       - "dpdk-performance-changes-3n-hsw-h1"
1287       - "dpdk-performance-changes-3n-hsw-ref"
1288       - "dpdk-performance-changes-3n-hsw-cmp"
1289
1290     dpdk-performance-changes-3n-skx-h1:
1291       csit-dpdk-perf-verify-1904-3n-skx:
1292         - 2   # NDRPDR sel
1293         - 3   # NDRPDR sel
1294         - 4   # NDRPDR sel
1295         - 5   # NDRPDR sel
1296         - 6   # NDRPDR sel
1297         - 7   # NDRPDR sel
1298         - 11  # NDRPDR sel
1299         - 12  # NDRPDR sel
1300         - 13  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302     dpdk-performance-changes-3n-skx-ref:
1303       csit-dpdk-perf-verify-1908-3n-skx:
1304         - 3   # NDRPDR sel
1305         - 4   # NDRPDR sel
1306         - 5   # NDRPDR sel
1307         - 6   # NDRPDR sel
1308         - 7   # NDRPDR sel
1309         - 8   # NDRPDR sel
1310         - 9   # NDRPDR sel
1311         - 10  # NDRPDR sel
1312         - 11  # NDRPDR sel
1313         - 12  # NDRPDR sel
1314     dpdk-performance-changes-3n-skx-cmp:
1315       csit-dpdk-perf-verify-2001-3n-skx:
1316         - 29  # NDRPDR sel xxv710
1317         - 33  # NDRPDR sel xxv710
1318         - 34  # NDRPDR sel xxv710
1319         - 35  # NDRPDR sel xxv710
1320         - 36  # NDRPDR sel xxv710
1321         - 37  # NDRPDR sel xxv710
1322         - 41  # NDRPDR sel xxv710
1323         - 42  # NDRPDR sel xxv710
1324         - 43  # NDRPDR sel xxv710
1325         - 45  # NDRPDR sel xxv710
1326         - 30  # NDRPDR sel x710
1327         - 31  # NDRPDR sel x710
1328         - 32  # NDRPDR sel x710
1329         - 38  # NDRPDR sel x710
1330         - 39  # NDRPDR sel x710
1331         - 40  # NDRPDR sel x710
1332         - 44  # NDRPDR sel x710
1333         - 46  # NDRPDR sel x710
1334         - 47  # NDRPDR sel x710
1335         - 48  # NDRPDR sel x710
1336     dpdk-performance-changes-3n-skx:
1337       - "dpdk-performance-changes-3n-skx-h1"
1338       - "dpdk-performance-changes-3n-skx-ref"
1339       - "dpdk-performance-changes-3n-skx-cmp"
1340
1341     dpdk-performance-changes-2n-skx-h1:
1342       csit-dpdk-perf-verify-1904-2n-skx:
1343         - 2   # NDRPDR sel
1344         - 3   # NDRPDR sel
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel
1347         - 7   # NDRPDR sel
1348         - 8   # NDRPDR sel
1349         - 9   # NDRPDR sel
1350         - 10  # NDRPDR sel
1351         - 11  # NDRPDR sel
1352         - 12  # NDRPDR sel
1353     dpdk-performance-changes-2n-skx-ref:
1354       csit-dpdk-perf-verify-1908-2n-skx:
1355         - 2   # NDRPDR sel
1356         - 3   # NDRPDR sel
1357         - 4   # NDRPDR sel
1358         - 5   # NDRPDR sel
1359         - 7   # NDRPDR sel
1360         - 8   # NDRPDR sel
1361         - 9   # NDRPDR sel
1362         - 10  # NDRPDR sel
1363         - 11  # NDRPDR sel
1364         - 12  # NDRPDR sel
1365     dpdk-performance-changes-2n-skx-cmp:
1366       csit-dpdk-perf-verify-2001-2n-skx:
1367         - 35  # NDRPDR sel xxv710
1368         - 36  # NDRPDR sel xxv710
1369         - 37  # NDRPDR sel xxv710
1370         - 41  # NDRPDR sel xxv710
1371         - 42  # NDRPDR sel xxv710
1372         - 43  # NDRPDR sel xxv710
1373         - 46  # NDRPDR sel xxv710
1374         - 47  # NDRPDR sel xxv710
1375         - 52  # NDRPDR sel xxv710
1376         - 53  # NDRPDR sel xxv710
1377         - 38  # NDRPDR sel x710
1378         - 39  # NDRPDR sel x710
1379         - 40  # NDRPDR sel x710
1380         - 44  # NDRPDR sel x710
1381         - 45  # NDRPDR sel x710
1382         - 48  # NDRPDR sel x710
1383         - 49  # NDRPDR sel x710
1384         - 50  # NDRPDR sel x710
1385         - 51  # NDRPDR sel x710
1386         - 54  # NDRPDR sel x710
1387     dpdk-performance-changes-2n-skx:
1388       - "dpdk-performance-changes-2n-skx-h1"
1389       - "dpdk-performance-changes-2n-skx-ref"
1390       - "dpdk-performance-changes-2n-skx-cmp"
1391
1392     # Compare testbeds
1393
1394     vpp-compare-testbeds-ref:
1395       csit-vpp-perf-verify-2001-3n-hsw:
1396         - 21  # NDRPDR sel
1397         - 22  # NDRPDR sel
1398         - 23  # NDRPDR sel
1399         - 24  # NDRPDR sel
1400         - 25  # NDRPDR sel
1401         - 29  # NDRPDR sel
1402         - 30  # NDRPDR sel
1403         - 31  # NDRPDR sel
1404         - 32  # NDRPDR sel
1405         - 34  # NDRPDR sel
1406     vpp-compare-testbeds-cmp:
1407       # TODO: Add the data
1408       csit-vpp-perf-verify-2001-3n-skx:
1409         - 45  # NDRPDR sel
1410         - 46  # NDRPDR sel
1411         - 47  # NDRPDR sel
1412         - 48  # NDRPDR sel
1413         - 49  # NDRPDR sel
1414         - 51  # NDRPDR sel
1415         - 52  # NDRPDR sel
1416         - 54  # NDRPDR sel addition
1417         - 55  # NDRPDR sel addition
1418         - 56  # NDRPDR sel addition
1419         - 57  # NDRPDR sel addition
1420         - 58  # NDRPDR sel addition
1421         - 60  # NDRPDR sel addition
1422         - 61  # NDRPDR sel addition
1423         - 62  # NDRPDR sel addition
1424         - 63  # NDRPDR sel addition
1425     vpp-compare-testbeds:
1426       - "vpp-compare-testbeds-ref"
1427       - "vpp-compare-testbeds-cmp"
1428
1429     vpp-compare-testbeds-skx-clx-ref:
1430       csit-vpp-perf-verify-2001-2n-skx:
1431         - 92  # NDRPDR sel
1432         - 93  # NDRPDR sel
1433         - 94  # NDRPDR sel
1434         - 95  # NDRPDR sel
1435         - 96  # NDRPDR sel
1436         - 97  # NDRPDR sel
1437         - 98  # NDRPDR sel
1438         - 99  # NDRPDR sel
1439         - 100 # NDRPDR sel
1440         - 102 # NDRPDR sel
1441         - 129 # NDRPDR sel addition
1442         - 130 # NDRPDR sel addition
1443         - 131 # NDRPDR sel addition
1444         - 132 # NDRPDR sel addition
1445         - 133 # NDRPDR sel addition
1446         - 134 # NDRPDR sel addition
1447         - 135 # NDRPDR sel addition
1448         - 136 # NDRPDR sel addition
1449         - 137 # NDRPDR sel addition
1450         - 138 # NDRPDR sel addition
1451     vpp-compare-testbeds-skx-clx-cmp:
1452       csit-vpp-perf-verify-2001-2n-clx:
1453         - 28  # NDRPDR sel
1454         - 29  # NDRPDR sel
1455         - 32  # NDRPDR sel
1456         - 40  # NDRPDR sel
1457         - 43  # NDRPDR sel
1458         - 44  # NDRPDR sel
1459         - 45  # NDRPDR sel
1460         - 47  # NDRPDR sel
1461         - 48  # NDRPDR sel
1462         - 49  # NDRPDR sel
1463     vpp-compare-testbeds-skx-clx:
1464       - "vpp-compare-testbeds-skx-clx-ref"
1465       - "vpp-compare-testbeds-skx-clx-cmp"
1466
1467     vpp-compare-testbeds-hsw-clx-ref:
1468       csit-vpp-perf-verify-2001-3n-hsw:
1469         - 21  # NDRPDR sel
1470         - 22  # NDRPDR sel
1471         - 23  # NDRPDR sel
1472         - 24  # NDRPDR sel
1473         - 25  # NDRPDR sel
1474         - 29  # NDRPDR sel
1475         - 30  # NDRPDR sel
1476         - 31  # NDRPDR sel
1477         - 32  # NDRPDR sel
1478         - 34  # NDRPDR sel
1479     vpp-compare-testbeds-hsw-clx-cmp:
1480       csit-vpp-perf-verify-2001-2n-clx:
1481         - 28  # NDRPDR sel
1482         - 29  # NDRPDR sel
1483         - 32  # NDRPDR sel
1484         - 40  # NDRPDR sel
1485         - 43  # NDRPDR sel
1486         - 44  # NDRPDR sel
1487         - 45  # NDRPDR sel
1488         - 47  # NDRPDR sel
1489         - 48  # NDRPDR sel
1490         - 49  # NDRPDR sel
1491     vpp-compare-testbeds-hsw-clx:
1492       - "vpp-compare-testbeds-hsw-clx-ref"
1493       - "vpp-compare-testbeds-hsw-clx-cmp"
1494
1495     vpp-compare-testbeds-mrr-ref:
1496       csit-vpp-perf-verify-2001-3n-hsw:
1497         - 17  # MRR sel
1498     vpp-compare-testbeds-mrr-cmp:
1499       csit-vpp-perf-verify-2001-3n-skx:
1500         - 50  # MRR sel
1501         - 53  # MRR sel addition
1502     vpp-compare-testbeds-mrr:
1503       - "vpp-compare-testbeds-mrr-ref"
1504       - "vpp-compare-testbeds-mrr-cmp"
1505
1506     vpp-compare-testbeds-mrr-skx-clx-ref:
1507       csit-vpp-perf-verify-2001-2n-skx:
1508         - 101 # MRR sel
1509         - 128 # MRR sel addition
1510     vpp-compare-testbeds-mrr-skx-clx-cmp:
1511       csit-vpp-perf-verify-2001-2n-clx:
1512         - 39  # MRR
1513     vpp-compare-testbeds-mrr-skx-clx:
1514       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1515       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1516
1517     vpp-compare-testbeds-mrr-hsw-clx-ref:
1518       csit-vpp-perf-verify-2001-3n-hsw:
1519         - 17  # MRR sel
1520     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1521       csit-vpp-perf-verify-2001-2n-clx:
1522         - 39  # MRR
1523     vpp-compare-testbeds-mrr-hsw-clx:
1524       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1525       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1526
1527     dpdk-compare-testbeds-ref:
1528       csit-dpdk-perf-verify-2001-3n-hsw:
1529         - 4   # NDRPDR sel
1530         - 5   # NDRPDR sel
1531         - 6   # NDRPDR sel
1532         - 7   # NDRPDR sel
1533         - 8   # NDRPDR sel
1534         - 9   # NDRPDR sel
1535         - 10  # NDRPDR sel
1536         - 11  # NDRPDR sel
1537         - 12  # NDRPDR sel
1538         - 13  # NDRPDR sel
1539         - 15  # NDRPDR sel
1540         - 16  # NDRPDR sel
1541         - 17  # NDRPDR sel
1542         - 18  # NDRPDR sel
1543         - 19  # NDRPDR sel
1544         - 20  # NDRPDR sel
1545         - 21  # NDRPDR sel
1546         - 22  # NDRPDR sel
1547         - 23  # NDRPDR sel
1548         - 24  # NDRPDR sel
1549     dpdk-compare-testbeds-cmp:
1550       csit-dpdk-perf-verify-2001-3n-skx:
1551         - 29  # NDRPDR sel xxv710
1552         - 33  # NDRPDR sel xxv710
1553         - 34  # NDRPDR sel xxv710
1554         - 35  # NDRPDR sel xxv710
1555         - 36  # NDRPDR sel xxv710
1556         - 37  # NDRPDR sel xxv710
1557         - 41  # NDRPDR sel xxv710
1558         - 42  # NDRPDR sel xxv710
1559         - 43  # NDRPDR sel xxv710
1560         - 45  # NDRPDR sel xxv710
1561         - 30  # NDRPDR sel x710
1562         - 31  # NDRPDR sel x710
1563         - 32  # NDRPDR sel x710
1564         - 38  # NDRPDR sel x710
1565         - 39  # NDRPDR sel x710
1566         - 40  # NDRPDR sel x710
1567         - 44  # NDRPDR sel x710
1568         - 46  # NDRPDR sel x710
1569         - 47  # NDRPDR sel x710
1570         - 48  # NDRPDR sel x710
1571     dpdk-compare-testbeds:
1572       - "dpdk-compare-testbeds-ref"
1573       - "dpdk-compare-testbeds-cmp"
1574
1575     dpdk-compare-testbeds-skx-clx-ref:
1576       csit-dpdk-perf-verify-2001-2n-skx:
1577         - 35  # NDRPDR sel xxv710
1578         - 36  # NDRPDR sel xxv710
1579         - 37  # NDRPDR sel xxv710
1580         - 41  # NDRPDR sel xxv710
1581         - 42  # NDRPDR sel xxv710
1582         - 43  # NDRPDR sel xxv710
1583         - 46  # NDRPDR sel xxv710
1584         - 47  # NDRPDR sel xxv710
1585         - 52  # NDRPDR sel xxv710
1586         - 53  # NDRPDR sel xxv710
1587         - 38  # NDRPDR sel x710
1588         - 39  # NDRPDR sel x710
1589         - 40  # NDRPDR sel x710
1590         - 44  # NDRPDR sel x710
1591         - 45  # NDRPDR sel x710
1592         - 48  # NDRPDR sel x710
1593         - 49  # NDRPDR sel x710
1594         - 50  # NDRPDR sel x710
1595         - 51  # NDRPDR sel x710
1596         - 54  # NDRPDR sel x710
1597     dpdk-compare-testbeds-skx-clx-cmp:
1598       csit-dpdk-perf-verify-2001-2n-clx:
1599         - 15  # NDRPDR sel
1600         - 16  # NDRPDR sel
1601         - 17  # NDRPDR sel
1602         - 18  # NDRPDR sel
1603         - 19  # NDRPDR sel
1604         - 20  # NDRPDR sel
1605         - 21  # NDRPDR sel
1606         - 22  # NDRPDR sel
1607         - 23  # NDRPDR sel
1608         - 24  # NDRPDR sel
1609         - 25  # NDRPDR sel
1610         - 26  # NDRPDR sel
1611         - 27  # NDRPDR sel
1612         - 28  # NDRPDR sel
1613         - 29  # NDRPDR sel
1614         - 30  # NDRPDR sel
1615         - 31  # NDRPDR sel
1616         - 32  # NDRPDR sel
1617         - 33  # NDRPDR sel
1618         - 34  # NDRPDR sel
1619
1620     dpdk-compare-testbeds-skx-clx:
1621       - "dpdk-compare-testbeds-skx-clx-ref"
1622       - "dpdk-compare-testbeds-skx-clx-cmp"
1623
1624     # Compare topologies
1625
1626     vpp-compare-topologies-ref:
1627       # TODO: Add the data
1628       csit-vpp-perf-verify-2001-3n-skx:
1629         - 45  # NDRPDR sel
1630         - 46  # NDRPDR sel
1631         - 47  # NDRPDR sel
1632         - 48  # NDRPDR sel
1633         - 49  # NDRPDR sel
1634         - 51  # NDRPDR sel
1635         - 52  # NDRPDR sel
1636         - 54  # NDRPDR sel addition
1637         - 55  # NDRPDR sel addition
1638         - 56  # NDRPDR sel addition
1639         - 57  # NDRPDR sel addition
1640         - 58  # NDRPDR sel addition
1641         - 60  # NDRPDR sel addition
1642         - 61  # NDRPDR sel addition
1643         - 62  # NDRPDR sel addition
1644         - 63  # NDRPDR sel addition
1645     vpp-compare-topologies-cmp:
1646       # TODO: Add the data
1647       csit-vpp-perf-verify-2001-2n-skx:
1648         - 92  # NDRPDR sel
1649         - 93  # NDRPDR sel
1650         - 94  # NDRPDR sel
1651         - 95  # NDRPDR sel
1652         - 96  # NDRPDR sel
1653         - 97  # NDRPDR sel
1654         - 98  # NDRPDR sel
1655         - 99  # NDRPDR sel
1656         - 100 # NDRPDR sel
1657         - 102 # NDRPDR sel
1658         - 129 # NDRPDR sel addition
1659         - 130 # NDRPDR sel addition
1660         - 131 # NDRPDR sel addition
1661         - 132 # NDRPDR sel addition
1662         - 133 # NDRPDR sel addition
1663         - 134 # NDRPDR sel addition
1664         - 135 # NDRPDR sel addition
1665         - 136 # NDRPDR sel addition
1666         - 137 # NDRPDR sel addition
1667         - 138 # NDRPDR sel addition
1668     vpp-compare-topologies:
1669       - "vpp-compare-topologies-ref"
1670       - "vpp-compare-topologies-cmp"
1671
1672     vpp-compare-topologies-mrr-ref:
1673       csit-vpp-perf-verify-2001-3n-skx:
1674         - 50  # MRR sel
1675         - 53  # MRR sel addition
1676     vpp-compare-topologies-mrr-cmp:
1677       csit-vpp-perf-verify-2001-2n-skx:
1678         - 101 # MRR sel
1679         - 128 # MRR sel addition
1680     vpp-compare-topologies-mrr:
1681       - "vpp-compare-topologies-mrr-ref"
1682       - "vpp-compare-topologies-mrr-cmp"
1683
1684     dpdk-compare-topologies-ref:
1685       csit-dpdk-perf-verify-2001-3n-skx:
1686         - 29  # NDRPDR sel xxv710
1687         - 33  # NDRPDR sel xxv710
1688         - 34  # NDRPDR sel xxv710
1689         - 35  # NDRPDR sel xxv710
1690         - 36  # NDRPDR sel xxv710
1691         - 37  # NDRPDR sel xxv710
1692         - 41  # NDRPDR sel xxv710
1693         - 42  # NDRPDR sel xxv710
1694         - 43  # NDRPDR sel xxv710
1695         - 45  # NDRPDR sel xxv710
1696         - 30  # NDRPDR sel x710
1697         - 31  # NDRPDR sel x710
1698         - 32  # NDRPDR sel x710
1699         - 38  # NDRPDR sel x710
1700         - 39  # NDRPDR sel x710
1701         - 40  # NDRPDR sel x710
1702         - 44  # NDRPDR sel x710
1703         - 46  # NDRPDR sel x710
1704         - 47  # NDRPDR sel x710
1705         - 48  # NDRPDR sel x710
1706     dpdk-compare-topologies-cmp:
1707       csit-dpdk-perf-verify-2001-2n-skx:
1708         - 35  # NDRPDR sel xxv710
1709         - 36  # NDRPDR sel xxv710
1710         - 37  # NDRPDR sel xxv710
1711         - 41  # NDRPDR sel xxv710
1712         - 42  # NDRPDR sel xxv710
1713         - 43  # NDRPDR sel xxv710
1714         - 46  # NDRPDR sel xxv710
1715         - 47  # NDRPDR sel xxv710
1716         - 52  # NDRPDR sel xxv710
1717         - 53  # NDRPDR sel xxv710
1718         - 38  # NDRPDR sel x710
1719         - 39  # NDRPDR sel x710
1720         - 40  # NDRPDR sel x710
1721         - 44  # NDRPDR sel x710
1722         - 45  # NDRPDR sel x710
1723         - 48  # NDRPDR sel x710
1724         - 49  # NDRPDR sel x710
1725         - 50  # NDRPDR sel x710
1726         - 51  # NDRPDR sel x710
1727         - 54  # NDRPDR sel x710
1728     dpdk-compare-topologies:
1729       - "dpdk-compare-topologies-ref"
1730       - "dpdk-compare-topologies-cmp"
1731
1732   plot-layouts:
1733
1734     plot-soak-throughput:
1735       titlefont:
1736         size: 18
1737       xaxis:
1738         title: "<b>Test Cases [Index]</b>"
1739         titlefont:
1740           size: 16
1741         autorange: True
1742         fixedrange: False
1743         gridcolor: "rgb(230, 230, 230)"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(220, 220, 220)"
1750         tickmode: "linear"
1751         tickfont:
1752           size: 16
1753         zeroline: False
1754       yaxis:
1755         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1756         titlefont:
1757           size: 16
1758         gridcolor: "rgb(230, 230, 230)"
1759         hoverformat: ".4r"
1760         tickformat: ".3r"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickfont:
1768           size: 16
1769         zeroline: False
1770         range: [0,50]
1771       autosize: False
1772       margin:
1773         t: 50
1774         b: 0
1775         l: 80
1776         r: 20
1777       showlegend: True
1778       legend:
1779         orientation: "h"
1780         font:
1781           size: 16
1782       width: 700
1783       height: 900
1784       paper_bgcolor: "#fff"
1785       plot_bgcolor: "#fff"
1786       hoverlabel:
1787         namelength: -1
1788
1789     plot-service-density:
1790       titlefont:
1791         size: 18
1792       xaxis:
1793         side: "top"
1794         autorange: True
1795         fixedrange: False
1796         showgrid: False
1797         showline: False
1798         showticklabels: False
1799         ticks: ""
1800         ticklen: 0
1801         tickwidth: 0
1802         zeroline: False
1803       yaxis:
1804         autorange: "reversed"
1805         showgrid: False
1806         showline: False
1807         showticklabels: False
1808         ticks: ""
1809         ticklen: 0
1810         tickwidth: 0
1811         zeroline: False
1812       showlegend: False
1813       paper_bgcolor: "#fff"
1814       plot_bgcolor: "#fff"
1815       width: 700
1816       height: 700
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-cps:
1821       titlefont:
1822         size: 18
1823       xaxis:
1824         title: "<b>Test Cases [Index]</b>"
1825         titlefont:
1826           size: 16
1827         autorange: True
1828         fixedrange: False
1829         gridcolor: "rgb(230, 230, 230)"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(220, 220, 220)"
1836         tickmode: "linear"
1837         tickfont:
1838           size: 16
1839         zeroline: False
1840       yaxis:
1841         title: "<b>Connections Per Second [cps]</b>"
1842         titlefont:
1843           size: 16
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4s"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         rangemode: "tozero"
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(220, 220, 220)"
1853         tickformat: ".3s"
1854         tickfont:
1855           size: 16
1856         zeroline: False
1857       boxmode: "group"
1858       boxgroupgap: 0.5
1859       autosize: False
1860       margin:
1861         t: 50
1862         b: 20
1863         l: 80
1864         r: 20
1865       showlegend: True
1866       legend:
1867         orientation: "h"
1868         font:
1869           size: 16
1870       width: 700
1871       height: 800
1872       paper_bgcolor: "#fff"
1873       plot_bgcolor: "#fff"
1874       hoverlabel:
1875         namelength: -1
1876
1877     plot-rps:
1878       titlefont:
1879         size: 18
1880       xaxis:
1881         title: "<b>Test Cases [Index]</b>"
1882         titlefont:
1883           size: 16
1884         autorange: True
1885         fixedrange: False
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickmode: "linear"
1894         tickfont:
1895           size: 16
1896         zeroline: False
1897       yaxis:
1898         title: "<b>Requests Per Second [rps]</b>"
1899         titlefont:
1900           size: 16
1901         gridcolor: "rgb(230, 230, 230)"
1902         hoverformat: ".4s"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         rangemode: "tozero"
1906         showgrid: True
1907         showline: True
1908         showticklabels: True
1909         tickcolor: "rgb(230, 230, 230)"
1910         tickformat: ".3s"
1911         tickfont:
1912           size: 16
1913         zeroline: False
1914       boxmode: "group"
1915       boxgroupgap: 0.5
1916       autosize: False
1917       margin:
1918         t: 50
1919         b: 20
1920         l: 80
1921         r: 20
1922       showlegend: True
1923       legend:
1924         orientation: "h"
1925         font:
1926           size: 16
1927       width: 700
1928       height: 800
1929       paper_bgcolor: "#fff"
1930       plot_bgcolor: "#fff"
1931       hoverlabel:
1932         namelength: -1
1933
1934     plot-hoststack:
1935       titlefont:
1936         size: 16
1937       xaxis:
1938         title: "<b>Test Cases [Index]</b>"
1939         titlefont:
1940           size: 14
1941         autorange: True
1942         fixedrange: False
1943         gridcolor: "rgb(230, 230, 230)"
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         tickmode: "linear"
1951         tickfont:
1952           size: 14
1953         zeroline: False
1954       yaxis:
1955         title: "<b>Bandwidth [Gbps]</b>"
1956         titlefont:
1957           size: 14
1958         gridcolor: "rgb(230, 230, 230)"
1959         hoverformat: ".4s"
1960         linecolor: "rgb(220, 220, 220)"
1961         linewidth: 1
1962         rangemode: "tozero"
1963         showgrid: True
1964         showline: True
1965         showticklabels: True
1966         tickcolor: "rgb(230, 230, 230)"
1967         tickformat: ".3s"
1968         tickfont:
1969           size: 14
1970         zeroline: False
1971       boxmode: "group"
1972       boxgroupgap: 0.5
1973       autosize: False
1974       margin:
1975         t: 50
1976         b: 20
1977         l: 80
1978         r: 20
1979       showlegend: True
1980       legend:
1981         orientation: "h"
1982         font:
1983           size: 14
1984       width: 700
1985       height: 800
1986       paper_bgcolor: "#fff"
1987       plot_bgcolor: "#fff"
1988       hoverlabel:
1989         namelength: -1
1990
1991     plot-throughput:
1992       titlefont:
1993         size: 18
1994       xaxis:
1995         title: "<b>Test Cases [Index]</b>"
1996         titlefont:
1997           size: 16
1998         autorange: True
1999         fixedrange: False
2000         gridcolor: "rgb(230, 230, 230)"
2001         linecolor: "rgb(220, 220, 220)"
2002         linewidth: 1
2003         showgrid: True
2004         showline: True
2005         showticklabels: True
2006         tickcolor: "rgb(220, 220, 220)"
2007         tickmode: "linear"
2008         tickfont:
2009           size: 16
2010         zeroline: False
2011       yaxis:
2012         title: "<b>Packet Throughput [Mpps]</b>"
2013         titlefont:
2014           size: 16
2015         gridcolor: "rgb(230, 230, 230)"
2016         hoverformat: ".4r"
2017         tickformat: ".3r"
2018         linecolor: "rgb(220, 220, 220)"
2019         linewidth: 1
2020         showgrid: True
2021         showline: True
2022         showticklabels: True
2023         tickcolor: "rgb(220, 220, 220)"
2024         tickfont:
2025           size: 16
2026         zeroline: False
2027         range: [0,50]
2028       autosize: False
2029       margin:
2030         t: 50
2031         b: 0
2032         l: 80
2033         r: 20
2034       showlegend: True
2035       legend:
2036         orientation: "h"
2037         font:
2038           size: 16
2039       width: 700
2040       height: 900
2041       paper_bgcolor: "#fff"
2042       plot_bgcolor: "#fff"
2043       hoverlabel:
2044         namelength: -1
2045
2046     plot-throughput-speedup-analysis:
2047       titlefont:
2048         size: 18
2049       xaxis:
2050         title: "<b>Number of Cores [Qty]</b>"
2051         titlefont:
2052           size: 16
2053         autorange: True
2054         fixedrange: False
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(238, 238, 238)"
2062         tickmode: "linear"
2063         tickfont:
2064           size: 16
2065         zeroline: False
2066       yaxis:
2067         title: "<b>Packet Throughput [Mpps]</b>"
2068         titlefont:
2069           size: 16
2070         type: "linear"
2071         gridcolor: "rgb(230, 230, 230)"
2072         hoverformat: ".4s"
2073         linecolor: "rgb(220, 220, 220)"
2074         linewidth: 1
2075         showgrid: True
2076         showline: True
2077         showticklabels: True
2078         tickcolor: "rgb(220, 220, 220)"
2079         tickformat: ".4s"
2080         tickfont:
2081           size: 16
2082         zeroline: True
2083         rangemode: "tozero"
2084         range: [0,100]
2085       legend:
2086         orientation: "h"
2087         font:
2088           size: 16
2089         xanchor: "left"
2090         yanchor: "top"
2091         x: 0
2092         y: -0.2
2093         bgcolor: "rgba(255, 255, 255, 0)"
2094         bordercolor: "rgba(255, 255, 255, 0)"
2095         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2096       autosize: False
2097       margin:
2098           't': 50
2099           'b': 150
2100           'l': 85
2101           'r': 10
2102       showlegend: True
2103       width: 700
2104       height: 700
2105       paper_bgcolor: "#fff"
2106       plot_bgcolor: "#fff"
2107       hoverlabel:
2108         namelength: -1
2109       annotations: [
2110         {
2111           text: "_ _          __          ...",
2112           align: "left",
2113           showarrow: False,
2114           xref: "paper",
2115           yref: "paper",
2116           xanchor: "left",
2117           yanchor: "top",
2118           x: 0,
2119           y: -0.13,
2120           font: {
2121             family: "Consolas, Courier New",
2122             size: 15
2123           },
2124         },
2125         {
2126           text: "    Perfect     Measured     Limit",
2127           align: "left",
2128           showarrow: False,
2129           xref: "paper",
2130           yref: "paper",
2131           xanchor: "left",
2132           yanchor: "top",
2133           x: 0,
2134           y: -0.15,
2135           font: {
2136             family: "Consolas, Courier New",
2137             size: 15
2138           },
2139         },
2140       ]
2141
2142     plot-latency:
2143       titlefont:
2144         size: 18
2145       xaxis:
2146         title: "<b>Direction</b>"
2147         titlefont:
2148           size: 16
2149         autorange: True
2150         fixedrange: False
2151         gridcolor: "rgb(230, 230, 230)"
2152         linecolor: "rgb(220, 220, 220)"
2153         linewidth: 1
2154         showgrid: True
2155         showline: True
2156         showticklabels: False
2157         tickcolor: "rgb(220, 220, 220)"
2158         tickmode: "linear"
2159         tickfont:
2160           size: 16
2161         zeroline: False
2162       yaxis:
2163         title: "<b>Packet Latency [uSec]</b>"
2164         titlefont:
2165           size: 16
2166         type: "linear"
2167         gridcolor: "rgb(230, 230, 230)"
2168         hoverformat: ".4s"
2169         linecolor: "rgb(220, 220, 220)"
2170         linewidth: 1
2171         showgrid: True
2172         showline: True
2173         showticklabels: True
2174         tickcolor: "rgb(220, 220, 220)"
2175         tickformat: ".4s"
2176         tickfont:
2177           size: 16
2178         zeroline: True
2179         rangemode: "tozero"
2180       legend:
2181         orientation: "h"
2182         font:
2183           size: 16
2184         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2185       autosize: False
2186       margin:
2187           't': 50
2188           'b': 150
2189           'l': 80
2190           'r': 10
2191       showlegend: True
2192       width: 700
2193       height: 700
2194       paper_bgcolor: "#fff"
2195       plot_bgcolor: "#fff"
2196       hoverlabel:
2197         namelength: -1
2198
2199     plot-hdrh-latency:
2200       title:
2201         text: ""
2202         xanchor: "center"
2203         x: 0.5
2204         font:
2205           size: 16
2206       width: 700
2207       plot_bgcolor: "white"
2208       annotations:
2209         - font:
2210             size: 14
2211           showarrow: False
2212           text: "<b>Packet Latency [uSec]</b>"
2213           x: 1
2214           xanchor: "right"
2215           xref: "paper"
2216           y: -0.045
2217           yanchor: "top"
2218           yref: "paper"
2219         - font:
2220             size: 14
2221           showarrow: False
2222           text: "<b>Probability [%]</b>"
2223           textangle: 270
2224           x: -0.06
2225           xanchor: "center"
2226           xref: "paper"
2227           y: 0.5
2228           yanchor: "middle"
2229           yref: "paper"
2230         - font:
2231             size: 14
2232           showarrow: False
2233           text: "<b>Direction: E-W</b>"
2234           x: 0.24
2235           xanchor: "center"
2236           xref: "paper"
2237           y: 1.05
2238           yanchor: "bottom"
2239           yref: "paper"
2240         - font:
2241             size: 14
2242           showarrow: False
2243           text: "<b>Direction: W-E</b>"
2244           x: 0.74
2245           xanchor: "center"
2246           xref: "paper"
2247           y: 1.05
2248           yanchor: "bottom"
2249           yref: "paper"
2250
2251     plot-hdrh-latency-percentile:
2252       title:
2253         text: ""
2254         xanchor: "center"
2255         x: 0.5
2256         font:
2257           size: 18
2258       xaxis:
2259         type: "log"
2260         title: "<b>Percentile [%]</b>"
2261         titlefont:
2262           size: 16
2263         autorange: True
2264         fixedrange: False
2265         gridcolor: "rgb(230, 230, 230)"
2266         linecolor: "rgb(220, 220, 220)"
2267         linewidth: 1
2268         showgrid: True
2269         showline: True
2270         showticklabels: True
2271         tickcolor: "rgb(220, 220, 220)"
2272         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2273         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2274         tickfont:
2275           size: 16
2276       yaxis:
2277         title: "<b>Packet Latency [uSec]</b>"
2278         titlefont:
2279           size: 16
2280         gridcolor: "rgb(230, 230, 230)"
2281         linecolor: "rgb(220, 220, 220)"
2282         linewidth: 1
2283         showgrid: True
2284         showline: True
2285         showticklabels: True
2286         tickcolor: "rgb(220, 220, 220)"
2287         tickfont:
2288           size: 16
2289       autosize: False
2290       showlegend: True
2291       legend:
2292         traceorder: "normal"
2293         orientation: "h"
2294         font:
2295           size: 16
2296         xanchor: "left"
2297         yanchor: "top"
2298         x: 0
2299         y: -0.15
2300         bgcolor: "rgba(255, 255, 255, 0)"
2301         bordercolor: "rgba(255, 255, 255, 0)"
2302       width: 700
2303       height: 700
2304       paper_bgcolor: "white"
2305       plot_bgcolor: "white"
2306
2307     plot-hdrh-latency-by-percentile:
2308       title:
2309         text: "<b>Latency by Percentile Distribution</b>"
2310         xanchor: "center"
2311         x: 0.5
2312         font:
2313           size: 18
2314       showlegend: True
2315       legend:
2316         traceorder: "normal"
2317         orientation: "h"
2318         font:
2319           size: 16
2320         xanchor: "left"
2321         yanchor: "top"
2322         x: 0
2323         y: -0.2
2324         bgcolor: "rgba(255, 255, 255, 0)"
2325         bordercolor: "rgba(255, 255, 255, 0)"
2326       xaxis:
2327         type: "linear"
2328         title: "<b>Percentile [%]</b>"
2329         titlefont:
2330           size: 14
2331         autorange: False
2332         fixedrange: False
2333         range: [0, 100]
2334         gridcolor: "rgb(230, 230, 230)"
2335         linecolor: "rgb(220, 220, 220)"
2336         linewidth: 1
2337         showgrid: True
2338         showline: True
2339         showticklabels: True
2340         tickcolor: "rgb(220, 220, 220)"
2341         tickvals: [0, 25, 50, 75, 100]
2342         ticktext: [0, 25, 50, 75, 100]
2343         tickfont:
2344           size: 14
2345       yaxis:
2346         title: "<b>One-Way Latency per Direction [uSec]</b>"
2347         titlefont:
2348           size: 14
2349         gridcolor: "rgb(230, 230, 230)"
2350         linecolor: "rgb(220, 220, 220)"
2351         linewidth: 1
2352         showgrid: True
2353         showline: True
2354         showticklabels: True
2355         tickcolor: "rgb(220, 220, 220)"
2356         tickfont:
2357           size: 14
2358       width: 700
2359       height: 700
2360       paper_bgcolor: "white"
2361       plot_bgcolor: "white"
2362
2363 - type: "static"
2364   src-path: "{DIR[RST]}"
2365   dst-path: "{DIR[WORKING,SRC]}"
2366
2367 - type: "input"
2368   general:
2369     file-name: "output_info.xml.gz"
2370     file-format: ".gz"
2371     arch-file-format:
2372       - ".gz"
2373       - ".zip"
2374     download-path: "{job}/{build}/archives/{filename}"
2375     extract: "output.xml"
2376
2377     zip-file-name: "robot-plugin.zip"
2378     zip-file-format: ".zip"
2379     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2380     zip-extract: "robot-plugin/output.xml"
2381
2382   builds:
2383
2384     csit-vpp-perf-verify-1904-3n-hsw:
2385       - 9   # MRR sel
2386       - 11  # NDRPDR sel
2387       - 12  # NDRPDR sel
2388       - 20  # NDRPDR sel
2389       - 21  # NDRPDR sel
2390       - 23  # NDRPDR sel
2391       - 24  # NDRPDR sel
2392       - 25  # NDRPDR sel
2393       - 26  # NDRPDR sel
2394       - 29  # NDRPDR sel
2395       - 30  # NDRPDR sel
2396     csit-vpp-perf-verify-1908-3n-hsw:
2397       - 12  # NDRPDR sel
2398       - 13  # NDRPDR sel
2399       - 14  # NDRPDR sel
2400       - 15  # NDRPDR sel
2401       - 16  # NDRPDR sel
2402       - 17  # NDRPDR sel
2403       - 18  # NDRPDR sel
2404       - 19  # NDRPDR sel
2405       - 20  # NDRPDR sel
2406       - 21  # NDRPDR sel
2407       - 48  # NDRPDR sel vhost
2408       - 49  # NDRPDR sel vhost
2409       - 52  # NDRPDR sel vhost
2410       - 53  # NDRPDR sel vhost
2411       - 54  # NDRPDR sel vhost
2412       - 55  # NDRPDR sel vhost
2413       - 56  # NDRPDR sel vhost
2414       - 57  # NDRPDR sel vhost
2415       - 58  # NDRPDR sel vhost
2416       - 59  # NDRPDR sel vhost
2417       - 39  # MRR sel
2418     csit-vpp-perf-verify-2001-3n-hsw:
2419       - 21  # NDRPDR sel
2420       - 22  # NDRPDR sel
2421       - 23  # NDRPDR sel
2422       - 24  # NDRPDR sel
2423       - 25  # NDRPDR sel
2424       - 29  # NDRPDR sel
2425       - 30  # NDRPDR sel
2426       - 31  # NDRPDR sel
2427       - 32  # NDRPDR sel
2428       - 34  # NDRPDR sel
2429       - 17  # MRR sel
2430       - 18  # NDRPDR full
2431       - 20  # NDRPDR full
2432       - 28  # NDRPDR full
2433       - 35  # NDRPDR full
2434       - 42  # NDRPDR full
2435       - 46  # NDRPDR full
2436       - 47  # NDRPDR full
2437       - 48  # NDRPDR full
2438       - 49  # NDRPDR full
2439       - 50  # NDRPDR full
2440       - 51  # NDRPDR full
2441       - 52  # NDRPDR full
2442       - 53  # NDRPDR full
2443       - 54  # NDRPDR full
2444       - 55  # NDRPDR full
2445       - 56  # NDRPDR full
2446       - 57  # NDRPDR full
2447       - 58  # NDRPDR full
2448       - 59  # NDRPDR full
2449       - 61  # NDRPDR full
2450       - 62  # NDRPDR full
2451       - 63  # NDRPDR full
2452       - 64  # NDRPDR full
2453       - 65  # NDRPDR full
2454       - 67  # NDRPDR full
2455       - 70  # NDRPDR full
2456       - 72  # NDRPDR full
2457       - 73  # NDRPDR full
2458       - 76  # NDRPDR full
2459       - 77  # NDRPDR full
2460       - 78  # NDRPDR full
2461       - 79  # NDRPDR full
2462       - 81  # NDRPDR full
2463       - 82  # NDRPDR full
2464       - 84  # NDRPDR full
2465       - 85  # NDRPDR full
2466       - 87  # hoststack
2467       - 88  # hoststack
2468       - 89  # hoststack
2469       - 90  # hoststack
2470       - 91  # hoststack
2471       - 92  # hoststack
2472       - 93  # hoststack
2473       - 94  # hoststack
2474       - 95  # hoststack
2475       - 96  # hoststack
2476
2477     csit-vpp-perf-verify-1904-3n-skx:
2478       - 7   # MRR sel
2479       - 8   # NDRPDR sel
2480       - 9   # NDRPDR sel
2481       - 10  # NDRPDR sel
2482       - 11  # NDRPDR sel
2483       - 12  # NDRPDR sel
2484       - 14  # NDRPDR sel
2485       - 16  # NDRPDR sel
2486       - 21  # NDRPDR sel
2487       - 23  # NDRPDR sel
2488       - 25  # NDRPDR sel
2489     csit-vpp-perf-verify-1908-3n-skx:
2490       - 14  # NDRPDR sel
2491       - 16  # NDRPDR sel
2492       - 19  # NDRPDR sel
2493       - 20  # NDRPDR sel
2494       - 22  # NDRPDR sel
2495       - 23  # NDRPDR sel
2496       - 24  # NDRPDR sel
2497       - 25  # NDRPDR sel
2498       - 26  # NDRPDR sel
2499       - 29  # NDRPDR sel
2500       - 52  # NDRPDR sel vhost
2501       - 53  # NDRPDR sel vhost
2502       - 55  # NDRPDR sel vhost
2503       - 61  # NDRPDR sel vhost
2504       - 62  # NDRPDR sel vhost
2505       - 63  # NDRPDR sel vhost
2506       - 64  # NDRPDR sel vhost
2507       - 65  # NDRPDR sel vhost
2508       - 66  # NDRPDR sel vhost
2509       - 67  # NDRPDR sel vhost
2510       - 36  # MRR sel
2511     csit-vpp-perf-verify-2001-3n-skx:
2512       - 45  # NDRPDR sel
2513       - 46  # NDRPDR sel
2514       - 47  # NDRPDR sel
2515       - 48  # NDRPDR sel
2516       - 49  # NDRPDR sel
2517       - 51  # NDRPDR sel
2518       - 52  # NDRPDR sel
2519       - 54  # NDRPDR sel addition
2520       - 55  # NDRPDR sel addition
2521       - 56  # NDRPDR sel addition
2522       - 57  # NDRPDR sel addition
2523       - 58  # NDRPDR sel addition
2524       - 60  # NDRPDR sel addition
2525       - 61  # NDRPDR sel addition
2526       - 62  # NDRPDR sel addition
2527       - 63  # NDRPDR sel addition
2528       - 50  # MRR sel
2529       - 53  # MRR sel addition
2530
2531     csit-vpp-perf-verify-1904-2n-skx:
2532       - 11  # MRR sel
2533       - 12  # NDRPDR sel
2534       - 14  # NDRPDR sel
2535       - 16  # NDRPDR sel
2536       - 17  # NDRPDR sel
2537       - 18  # NDRPDR sel
2538       - 21  # NDRPDR sel
2539       - 27  # NDRPDR sel
2540       - 30  # NDRPDR sel
2541       - 31  # NDRPDR sel
2542       - 32  # NDRPDR sel
2543     csit-vpp-perf-verify-1908-2n-skx:
2544       - 26  # NDRPDR sel
2545       - 27  # NDRPDR sel
2546       - 34  # NDRPDR sel
2547       - 35  # NDRPDR sel
2548       - 36  # NDRPDR sel
2549       - 42  # NDRPDR sel
2550       - 43  # NDRPDR sel
2551       - 44  # NDRPDR sel
2552       - 45  # NDRPDR sel
2553       - 46  # NDRPDR sel
2554       - 88  # NDRPDR sel vhost
2555       - 89  # NDRPDR sel vhost
2556       - 91  # NDRPDR sel vhost
2557       - 92  # NDRPDR sel vhost
2558       - 93  # NDRPDR sel vhost
2559       - 94  # NDRPDR sel vhost
2560       - 95  # NDRPDR sel vhost
2561       - 96  # NDRPDR sel vhost
2562       - 97  # NDRPDR sel vhost
2563       - 98  # NDRPDR sel vhost
2564       - 69  # MRR sel
2565 #      - 22  # NFV
2566 #      - 31  # NFV
2567 #      - 32  # NFV
2568 #      - 71  # NFV MRR
2569     csit-vpp-perf-verify-2001-2n-skx:
2570       - 92  # NDRPDR sel
2571       - 93  # NDRPDR sel
2572       - 94  # NDRPDR sel
2573       - 95  # NDRPDR sel
2574       - 96  # NDRPDR sel
2575       - 97  # NDRPDR sel
2576       - 98  # NDRPDR sel
2577       - 99  # NDRPDR sel
2578       - 100 # NDRPDR sel
2579       - 102 # NDRPDR sel
2580       - 129 # NDRPDR sel addition
2581       - 130 # NDRPDR sel addition
2582       - 131 # NDRPDR sel addition
2583       - 132 # NDRPDR sel addition
2584       - 133 # NDRPDR sel addition
2585       - 134 # NDRPDR sel addition
2586       - 135 # NDRPDR sel addition
2587       - 136 # NDRPDR sel addition
2588       - 137 # NDRPDR sel addition
2589       - 138 # NDRPDR sel addition
2590       - 101 # MRR sel
2591       - 128 # MRR sel addition
2592
2593     csit-vpp-perf-verify-2001-2n-clx:
2594       - 28  # NDRPDR sel
2595       - 29  # NDRPDR sel
2596       - 32  # NDRPDR sel
2597       - 40  # NDRPDR sel
2598       - 43  # NDRPDR sel
2599       - 44  # NDRPDR sel
2600       - 45  # NDRPDR sel
2601       - 47  # NDRPDR sel
2602       - 48  # NDRPDR sel
2603       - 49  # NDRPDR sel
2604       - 39  # MRR
2605       - 53  # NDRPDR full
2606       - 54  # NDRPDR full
2607       - 55  # NDRPDR full
2608       - 56  # NDRPDR full
2609       - 57  # NDRPDR full
2610       - 58  # NDRPDR full
2611       - 59  # NDRPDR full
2612       - 60  # NDRPDR full
2613       - 61  # NDRPDR full
2614       - 62  # NDRPDR full
2615       - 63  # NDRPDR full
2616       - 64  # NDRPDR full
2617       - 65  # NDRPDR full
2618       - 66  # NDRPDR full
2619       - 67  # NDRPDR full
2620       - 68  # Reconf
2621       - 69  # Reconf
2622       - 70  # Reconf
2623       - 71  # Reconf
2624       - 72  # Reconf
2625       - 73  # Reconf
2626       - 74  # Reconf
2627       - 75  # Reconf
2628       - 76  # Reconf
2629       - 77  # Reconf
2630       - 80  # TCP
2631       - 82  # TCP
2632       - 83  # TCP
2633       - 85  # TCP
2634       - 86  # TCP
2635       - 87  # TCP
2636       - 88  # TCP
2637       - 89  # TCP
2638       - 90  # TCP
2639       - 91  # TCP
2640       - 93  # Soak
2641       - 94  # Soak
2642
2643     csit-vpp-perf-verify-1908-3n-tsh:
2644       - 7   # NDRPDR sel
2645       - 8   # NDRPDR sel
2646       - 9   # NDRPDR sel
2647       - 10  # NDRPDR sel
2648       - 11  # NDRPDR sel
2649       - 12  # NDRPDR sel
2650       - 13  # NDRPDR sel
2651       - 14  # NDRPDR sel
2652       - 15  # NDRPDR sel
2653       - 16  # NDRPDR sel
2654       - 17  # MRR sel
2655     csit-vpp-perf-verify-2001-3n-tsh:
2656       - 3   # NDRPDR sel
2657       - 4   # NDRPDR sel
2658       - 7   # NDRPDR sel
2659       - 8   # NDRPDR sel
2660       - 10  # NDRPDR sel
2661       - 12  # NDRPDR sel
2662       - 13  # NDRPDR sel
2663       - 14  # NDRPDR sel
2664       - 15  # NDRPDR sel
2665       - 21  # NDRPDR sel
2666       - 9   # MRR sel
2667
2668     csit-vpp-perf-verify-1908-3n-dnv:
2669       - 6   # NDRPDR sel
2670       - 7   # NDRPDR sel
2671       - 8   # NDRPDR sel
2672       - 9   # NDRPDR sel
2673       - 10  # NDRPDR sel
2674       - 12  # NDRPDR sel
2675       - 13  # NDRPDR sel
2676       - 14  # NDRPDR sel
2677       - 15  # NDRPDR sel
2678       - 16  # NDRPDR sel
2679       - 17  # MRR sel
2680     csit-vpp-perf-verify-2001-3n-dnv:
2681       - 5   # NDRPDR sel
2682       - 6   # NDRPDR sel
2683       - 7   # NDRPDR sel
2684       - 8   # NDRPDR sel
2685       - 9   # NDRPDR sel
2686       - 10  # NDRPDR sel
2687       - 12  # NDRPDR sel
2688       - 16  # NDRPDR sel
2689       - 17  # NDRPDR sel
2690       - 18  # NDRPDR sel
2691       - 11  # MRR sel
2692       - 19  # NDRPDR full
2693       - 20  # NDRPDR full
2694       - 21  # NDRPDR full
2695       - 22  # NDRPDR full
2696       - 23  # NDRPDR full
2697       - 24  # NDRPDR full
2698       - 25  # NDRPDR full
2699       - 26  # NDRPDR full
2700       - 37  # NDRPDR full
2701       - 38  # NDRPDR full
2702       - 39  # NDRPDR full
2703
2704     csit-vpp-perf-verify-1908-2n-dnv:
2705       - 1   # NDRPDR sel
2706       - 2   # NDRPDR sel
2707       - 3   # NDRPDR sel
2708       - 4   # NDRPDR sel
2709       - 5   # NDRPDR sel
2710       - 6   # NDRPDR sel
2711       - 7   # NDRPDR sel
2712       - 8   # NDRPDR sel
2713       - 9   # NDRPDR sel
2714       - 10  # NDRPDR sel
2715       - 11  # MRR sel
2716     csit-vpp-perf-verify-2001-2n-dnv:
2717       - 4   # NDRPDR sel
2718       - 5   # NDRPDR sel
2719       - 6   # NDRPDR sel
2720       - 7   # NDRPDR sel
2721       - 8   # NDRPDR sel
2722       - 9   # NDRPDR sel
2723       - 10  # NDRPDR sel
2724       - 11  # NDRPDR sel
2725       - 13  # NDRPDR sel
2726       - 16  # NDRPDR sel
2727       - 12  # MRR sel
2728       - 21  # NDRPDR full
2729       - 22  # NDRPDR full
2730       - 25  # NDRPDR full
2731       - 26  # NDRPDR full
2732       - 27  # NDRPDR full
2733       - 28  # NDRPDR full
2734
2735     csit-dpdk-perf-verify-1904-3n-hsw:
2736       - 2   # NDRPDR sel
2737       - 3   # NDRPDR sel
2738       - 5   # NDRPDR sel
2739       - 6   # NDRPDR sel
2740       - 13  # NDRPDR sel
2741       - 14  # NDRPDR sel
2742       - 15  # NDRPDR sel
2743       - 18  # NDRPDR sel
2744       - 19  # NDRPDR sel
2745       - 20  # NDRPDR sel
2746     csit-dpdk-perf-verify-1908-3n-hsw:
2747       - 2   # NDRPDR sel
2748       - 3   # NDRPDR sel
2749       - 4   # NDRPDR sel
2750       - 5   # NDRPDR sel
2751       - 6   # NDRPDR sel
2752       - 7   # NDRPDR sel
2753       - 8   # NDRPDR sel
2754       - 9   # NDRPDR sel
2755       - 10  # NDRPDR sel
2756       - 11  # NDRPDR sel
2757     csit-dpdk-perf-verify-2001-3n-hsw:
2758       - 4   # NDRPDR sel
2759       - 5   # NDRPDR sel
2760       - 6   # NDRPDR sel
2761       - 7   # NDRPDR sel
2762       - 8   # NDRPDR sel
2763       - 9   # NDRPDR sel
2764       - 10  # NDRPDR sel
2765       - 11  # NDRPDR sel
2766       - 12  # NDRPDR sel
2767       - 13  # NDRPDR sel
2768       - 15  # NDRPDR sel
2769       - 16  # NDRPDR sel
2770       - 17  # NDRPDR sel
2771       - 18  # NDRPDR sel
2772       - 19  # NDRPDR sel
2773       - 20  # NDRPDR sel
2774       - 21  # NDRPDR sel
2775       - 22  # NDRPDR sel
2776       - 23  # NDRPDR sel
2777       - 24  # NDRPDR sel
2778       - 25  # NDRPDR full
2779       - 26  # NDRPDR full
2780
2781     csit-dpdk-perf-verify-1904-3n-skx:
2782       - 2   # NDRPDR sel
2783       - 3   # NDRPDR sel
2784       - 4   # NDRPDR sel
2785       - 5   # NDRPDR sel
2786       - 6   # NDRPDR sel
2787       - 7   # NDRPDR sel
2788       - 11  # NDRPDR sel
2789       - 12  # NDRPDR sel
2790       - 13  # NDRPDR sel
2791       - 14  # NDRPDR sel
2792     csit-dpdk-perf-verify-1908-3n-skx:
2793       - 3   # NDRPDR sel
2794       - 4   # NDRPDR sel
2795       - 5   # NDRPDR sel
2796       - 6   # NDRPDR sel
2797       - 7   # NDRPDR sel
2798       - 8   # NDRPDR sel
2799       - 9   # NDRPDR sel
2800       - 10  # NDRPDR sel
2801       - 11  # NDRPDR sel
2802       - 12  # NDRPDR sel
2803     csit-dpdk-perf-verify-2001-3n-skx:
2804       - 29  # NDRPDR sel xxv710
2805       - 33  # NDRPDR sel xxv710
2806       - 34  # NDRPDR sel xxv710
2807       - 35  # NDRPDR sel xxv710
2808       - 36  # NDRPDR sel xxv710
2809       - 37  # NDRPDR sel xxv710
2810       - 41  # NDRPDR sel xxv710
2811       - 42  # NDRPDR sel xxv710
2812       - 43  # NDRPDR sel xxv710
2813       - 45  # NDRPDR sel xxv710
2814       - 30  # NDRPDR sel x710
2815       - 31  # NDRPDR sel x710
2816       - 32  # NDRPDR sel x710
2817       - 38  # NDRPDR sel x710
2818       - 39  # NDRPDR sel x710
2819       - 40  # NDRPDR sel x710
2820       - 44  # NDRPDR sel x710
2821       - 46  # NDRPDR sel x710
2822       - 47  # NDRPDR sel x710
2823       - 48  # NDRPDR sel x710
2824
2825     csit-dpdk-perf-verify-1904-2n-skx:
2826       - 2   # NDRPDR sel
2827       - 3   # NDRPDR sel
2828       - 4   # NDRPDR sel
2829       - 5   # NDRPDR sel
2830       - 7   # NDRPDR sel
2831       - 8   # NDRPDR sel
2832       - 9   # NDRPDR sel
2833       - 10  # NDRPDR sel
2834       - 11  # NDRPDR sel
2835       - 12  # NDRPDR sel
2836     csit-dpdk-perf-verify-1908-2n-skx:
2837       - 2   # NDRPDR sel
2838       - 3   # NDRPDR sel
2839       - 4   # NDRPDR sel
2840       - 5   # NDRPDR sel
2841       - 7   # NDRPDR sel
2842       - 8   # NDRPDR sel
2843       - 9   # NDRPDR sel
2844       - 10  # NDRPDR sel
2845       - 11  # NDRPDR sel
2846       - 12  # NDRPDR sel
2847     csit-dpdk-perf-verify-2001-2n-skx:
2848       - 35  # NDRPDR sel xxv710
2849       - 36  # NDRPDR sel xxv710
2850       - 37  # NDRPDR sel xxv710
2851       - 41  # NDRPDR sel xxv710
2852       - 42  # NDRPDR sel xxv710
2853       - 43  # NDRPDR sel xxv710
2854       - 46  # NDRPDR sel xxv710
2855       - 47  # NDRPDR sel xxv710
2856       - 52  # NDRPDR sel xxv710
2857       - 53  # NDRPDR sel xxv710
2858       - 38  # NDRPDR sel x710
2859       - 39  # NDRPDR sel x710
2860       - 40  # NDRPDR sel x710
2861       - 44  # NDRPDR sel x710
2862       - 45  # NDRPDR sel x710
2863       - 48  # NDRPDR sel x710
2864       - 49  # NDRPDR sel x710
2865       - 50  # NDRPDR sel x710
2866       - 51  # NDRPDR sel x710
2867       - 54  # NDRPDR sel x710
2868
2869
2870     csit-dpdk-perf-verify-2001-2n-clx:
2871       - 15  # NDRPDR sel
2872       - 16  # NDRPDR sel
2873       - 17  # NDRPDR sel
2874       - 18  # NDRPDR sel
2875       - 19  # NDRPDR sel
2876       - 20  # NDRPDR sel
2877       - 21  # NDRPDR sel
2878       - 22  # NDRPDR sel
2879       - 23  # NDRPDR sel
2880       - 24  # NDRPDR sel
2881       - 25  # NDRPDR sel
2882       - 26  # NDRPDR sel
2883       - 27  # NDRPDR sel
2884       - 28  # NDRPDR sel
2885       - 29  # NDRPDR sel
2886       - 30  # NDRPDR sel
2887       - 31  # NDRPDR sel
2888       - 32  # NDRPDR sel
2889       - 33  # NDRPDR sel
2890       - 34  # NDRPDR sel
2891
2892     csit-dpdk-perf-verify-2001-2n-dnv:
2893       - 9   # NDRPDR sel
2894       - 10  # NDRPDR sel
2895       - 11  # NDRPDR sel
2896       - 12  # NDRPDR sel
2897       - 13  # NDRPDR sel
2898       - 14  # NDRPDR sel
2899       - 15  # NDRPDR sel
2900       - 16  # NDRPDR sel
2901       - 17  # NDRPDR sel
2902       - 18  # NDRPDR sel
2903
2904     csit-dpdk-perf-verify-2001-3n-dnv:
2905       - 12  # NDRPDR sel
2906       - 13  # NDRPDR sel
2907       - 14  # NDRPDR sel
2908       - 15  # NDRPDR sel
2909       - 16  # NDRPDR sel
2910       - 17  # NDRPDR sel
2911       - 18  # NDRPDR sel
2912       - 19  # NDRPDR sel
2913       - 20  # NDRPDR sel
2914       - 22  # NDRPDR sel
2915
2916     csit-dpdk-perf-verify-2001-3n-tsh:
2917       - 3   # NDRPDR sel
2918       - 4   # NDRPDR sel
2919       - 5   # NDRPDR sel
2920       - 9   # NDRPDR sel
2921       - 10  # NDRPDR sel
2922       - 11  # NDRPDR sel
2923       - 12  # NDRPDR sel
2924       - 14  # NDRPDR sel
2925       - 15  # NDRPDR sel
2926       - 18  # NDRPDR sel
2927
2928     csit-vpp-device-2001-ubuntu1804-1n-skx:
2929       - 57
2930
2931 - type: "output"
2932   output: "report"
2933   format:
2934     html:
2935     - full
2936 #    pdf:
2937 #    - minimal
2938
2939 ################################################################################
2940 ###                               T A B L E S                                ###
2941 ################################################################################
2942
2943 ## VPP Soak vs NDR - 2n-skx
2944 #- type: "table"
2945 #  title: "VPP Soak vs NDR 2n-skx"
2946 #  algorithm: "table_soak_vs_ndr"
2947 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2948 #  reference:
2949 #    title: "NDR"
2950 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2951 #  compare:
2952 #    title: "Soak"
2953 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2954 #  data: "vpp-soak-vs-ndr-2n-skx"
2955 #  include-tests: "NDR"
2956 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2957 #  parameters:
2958 #    - "throughput"
2959 #    - "name"
2960 #    - "parent"
2961
2962 # VPP Soak vs NDR - 2n-clx
2963 - type: "table"
2964   title: "VPP Soak vs NDR 2n-clx"
2965   algorithm: "table_soak_vs_ndr"
2966   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2967   reference:
2968     title: "NDR"
2969     data: "vpp-soak-vs-ndr-2n-clx-ref"
2970   compare:
2971     title: "Soak"
2972     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2973   data: "vpp-soak-vs-ndr-2n-clx"
2974   include-tests: "NDR"
2975   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2976   parameters:
2977     - "throughput"
2978     - "name"
2979     - "parent"
2980
2981 ################################################################################
2982
2983 # VPP Compare NICs 3n-skx 2t1c ndr
2984 - type: "table"
2985   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2986   algorithm: "table_nics_comparison"
2987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2988   reference:
2989     title: "x710"
2990     nic: "NIC_Intel-X710"
2991   compare:
2992     title: "xxv710"
2993     nic: "NIC_Intel-XXV710"
2994   data: "vpp-nic-comparison-3n-skx"
2995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   parameters:
2998   - "name"
2999   - "parent"
3000   - "throughput"
3001   - "tags"
3002
3003 # VPP Compare NICs 3n-skx 4t2c ndr
3004 - type: "table"
3005   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3006   algorithm: "table_nics_comparison"
3007   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3008   reference:
3009     title: "x710"
3010     nic: "NIC_Intel-X710"
3011   compare:
3012     title: "xxv710"
3013     nic: "NIC_Intel-XXV710"
3014   data: "vpp-nic-comparison-3n-skx"
3015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3016   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3017   parameters:
3018   - "name"
3019   - "parent"
3020   - "throughput"
3021   - "tags"
3022
3023 # VPP Compare NICs 3n-skx 2t1c pdr
3024 - type: "table"
3025   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3026   algorithm: "table_nics_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3028   reference:
3029     title: "x710"
3030     nic: "NIC_Intel-X710"
3031   compare:
3032     title: "xxv710"
3033     nic: "NIC_Intel-XXV710"
3034   data: "vpp-nic-comparison-3n-skx"
3035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3036   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3037   parameters:
3038   - "name"
3039   - "parent"
3040   - "throughput"
3041   - "tags"
3042
3043  # VPP Compare NICs 3n-skx 4t2c pdr
3044 - type: "table"
3045   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3046   algorithm: "table_nics_comparison"
3047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3048   reference:
3049     title: "x710"
3050     nic: "NIC_Intel-X710"
3051   compare:
3052     title: "xxv710"
3053     nic: "NIC_Intel-XXV710"
3054   data: "vpp-nic-comparison-3n-skx"
3055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3056   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3057   parameters:
3058   - "name"
3059   - "parent"
3060   - "throughput"
3061   - "tags"
3062
3063 # VPP Compare NICs 3n-skx 2t1c mrr
3064 - type: "table"
3065   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3066   algorithm: "table_nics_comparison"
3067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3068   reference:
3069     title: "x710"
3070     nic: "NIC_Intel-X710"
3071   compare:
3072     title: "xxv710"
3073     nic: "NIC_Intel-XXV710"
3074   data: "vpp-nic-comparison-3n-skx-mrr"
3075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3076   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3077   parameters:
3078   - "name"
3079   - "parent"
3080   - "result"
3081   - "tags"
3082
3083 # VPP Compare NICs 3n-skx 4t2c mrr
3084 - type: "table"
3085   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3086   algorithm: "table_nics_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3088   reference:
3089     title: "x710"
3090     nic: "NIC_Intel-X710"
3091   compare:
3092     title: "xxv710"
3093     nic: "NIC_Intel-XXV710"
3094   data: "vpp-nic-comparison-3n-skx-mrr"
3095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3096   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3097   parameters:
3098   - "name"
3099   - "parent"
3100   - "result"
3101   - "tags"
3102
3103  # VPP Compare NICs 3n-skx 8t4c mrr
3104 - type: "table"
3105   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3106   algorithm: "table_nics_comparison"
3107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3108   reference:
3109     title: "x710"
3110     nic: "NIC_Intel-X710"
3111   compare:
3112     title: "xxv710"
3113     nic: "NIC_Intel-XXV710"
3114   data: "vpp-nic-comparison-3n-skx-mrr"
3115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3116   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3117   parameters:
3118   - "name"
3119   - "parent"
3120   - "result"
3121   - "tags"
3122
3123 # VPP Compare NICs 2n-skx 2t1c ndr
3124 - type: "table"
3125   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3126   algorithm: "table_nics_comparison"
3127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3128   reference:
3129     title: "x710"
3130     nic: "NIC_Intel-X710"
3131   compare:
3132     title: "xxv710"
3133     nic: "NIC_Intel-XXV710"
3134   data: "vpp-nic-comparison-2n-skx"
3135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3136   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3137   parameters:
3138   - "name"
3139   - "parent"
3140   - "throughput"
3141   - "tags"
3142
3143 # VPP Compare NICs 2n-skx 4t2c ndr
3144 - type: "table"
3145   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3146   algorithm: "table_nics_comparison"
3147   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3148   reference:
3149     title: "x710"
3150     nic: "NIC_Intel-X710"
3151   compare:
3152     title: "xxv710"
3153     nic: "NIC_Intel-XXV710"
3154   data: "vpp-nic-comparison-2n-skx"
3155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3156   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3157   parameters:
3158   - "name"
3159   - "parent"
3160   - "throughput"
3161   - "tags"
3162
3163  # VPP Compare NICs 2n-skx 2t1c pdr
3164 - type: "table"
3165   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3166   algorithm: "table_nics_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3168   reference:
3169     title: "x710"
3170     nic: "NIC_Intel-X710"
3171   compare:
3172     title: "xxv710"
3173     nic: "NIC_Intel-XXV710"
3174   data: "vpp-nic-comparison-2n-skx"
3175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3176   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3177   parameters:
3178   - "name"
3179   - "parent"
3180   - "throughput"
3181   - "tags"
3182
3183 # VPP Compare NICs 2n-skx 4t2c pdr
3184 - type: "table"
3185   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3186   algorithm: "table_nics_comparison"
3187   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3188   reference:
3189     title: "x710"
3190     nic: "NIC_Intel-X710"
3191   compare:
3192     title: "xxv710"
3193     nic: "NIC_Intel-XXV710"
3194   data: "vpp-nic-comparison-2n-skx"
3195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3197   parameters:
3198   - "name"
3199   - "parent"
3200   - "throughput"
3201   - "tags"
3202
3203 # VPP Compare NICs 2n-skx 2t1c mrr
3204 - type: "table"
3205   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3206   algorithm: "table_nics_comparison"
3207   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3208   reference:
3209     title: "x710"
3210     nic: "NIC_Intel-X710"
3211   compare:
3212     title: "xxv710"
3213     nic: "NIC_Intel-XXV710"
3214   data: "vpp-nic-comparison-2n-skx-mrr"
3215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3216   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3217   parameters:
3218   - "name"
3219   - "parent"
3220   - "result"
3221   - "tags"
3222
3223 # VPP Compare NICs 2n-skx 4t2c mrr
3224 - type: "table"
3225   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3226   algorithm: "table_nics_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3228   reference:
3229     title: "x710"
3230     nic: "NIC_Intel-X710"
3231   compare:
3232     title: "xxv710"
3233     nic: "NIC_Intel-XXV710"
3234   data: "vpp-nic-comparison-2n-skx-mrr"
3235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3236   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3237   parameters:
3238   - "name"
3239   - "parent"
3240   - "result"
3241   - "tags"
3242
3243 # VPP Compare NICs 2n-skx 8t4c mrr
3244 - type: "table"
3245   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3246   algorithm: "table_nics_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3248   reference:
3249     title: "x710"
3250     nic: "NIC_Intel-X710"
3251   compare:
3252     title: "xxv710"
3253     nic: "NIC_Intel-XXV710"
3254   data: "vpp-nic-comparison-2n-skx-mrr"
3255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3256   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "result"
3261   - "tags"
3262
3263 ################################################################################
3264 # VPP
3265
3266 # VPP Performance Changes 3n-hsw 1t1c pdr
3267 - type: "table"
3268   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3269   algorithm: "table_perf_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3271   history:
3272     - title: "rls1904"
3273       data: "vpp-performance-changes-3n-hsw-h1"
3274   reference:
3275     title: "rls1908"
3276     data: "vpp-performance-changes-3n-hsw-ref"
3277     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3278   compare:
3279     title: "rls2001"
3280     data: "vpp-performance-changes-3n-hsw-cmp"
3281   data: "vpp-performance-changes-3n-hsw"
3282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3283   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "throughput"
3288
3289 # VPP Performance Changes 3n-hsw 2t2c pdr
3290 - type: "table"
3291   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3292   algorithm: "table_perf_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3294   history:
3295     - title: "rls1904"
3296       data: "vpp-performance-changes-3n-hsw-h1"
3297   reference:
3298     title: "rls1908"
3299     data: "vpp-performance-changes-3n-hsw-ref"
3300     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3301   compare:
3302     title: "rls2001"
3303     data: "vpp-performance-changes-3n-hsw-cmp"
3304   data: "vpp-performance-changes-3n-hsw"
3305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3306   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3307   parameters:
3308   - "name"
3309   - "parent"
3310   - "throughput"
3311
3312 # VPP Performance Changes 3n-hsw 1t1c ndr
3313 - type: "table"
3314   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3315   algorithm: "table_perf_comparison"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3317   history:
3318     - title: "rls1904"
3319       data: "vpp-performance-changes-3n-hsw-h1"
3320   reference:
3321     title: "rls1908"
3322     data: "vpp-performance-changes-3n-hsw-ref"
3323     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3324   compare:
3325     title: "rls2001"
3326     data: "vpp-performance-changes-3n-hsw-cmp"
3327   data: "vpp-performance-changes-3n-hsw"
3328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3330   parameters:
3331   - "name"
3332   - "parent"
3333   - "throughput"
3334
3335 # VPP Performance Changes 3n-hsw 2t2c ndr
3336 - type: "table"
3337   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3338   algorithm: "table_perf_comparison"
3339   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3340   history:
3341     - title: "rls1904"
3342       data: "vpp-performance-changes-3n-hsw-h1"
3343   reference:
3344     title: "rls1908"
3345     data: "vpp-performance-changes-3n-hsw-ref"
3346     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3347   compare:
3348     title: "rls2001"
3349     data: "vpp-performance-changes-3n-hsw-cmp"
3350   data: "vpp-performance-changes-3n-hsw"
3351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3352   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3353   parameters:
3354   - "name"
3355   - "parent"
3356   - "throughput"
3357
3358 # VPP Performance Changes 3n-skx 2t1c pdr
3359 - type: "table"
3360   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3361   algorithm: "table_perf_comparison_nic"
3362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3363   history:
3364     - title: "rls1904 x710"
3365       data: "vpp-performance-changes-3n-skx-h1"
3366       nic: "NIC_Intel-X710"
3367   reference:
3368     title: "rls1908 xxv710"
3369     data: "vpp-performance-changes-3n-skx-ref"
3370     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3371     nic: "NIC_Intel-XXV710"
3372   compare:
3373     title: "rls2001 xxv710"
3374     data: "vpp-performance-changes-3n-skx-cmp"
3375     nic: "NIC_Intel-XXV710"
3376   data: "vpp-performance-changes-3n-skx"
3377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3379   parameters:
3380   - "name"
3381   - "parent"
3382   - "throughput"
3383   - "tags"
3384
3385 # VPP Performance Changes 3n-skx 4t2c pdr
3386 - type: "table"
3387   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3388   algorithm: "table_perf_comparison_nic"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3390   history:
3391     - title: "rls1904 x710"
3392       data: "vpp-performance-changes-3n-skx-h1"
3393       nic: "NIC_Intel-X710"
3394   reference:
3395     title: "rls1908 xxv710"
3396     data: "vpp-performance-changes-3n-skx-ref"
3397     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3398     nic: "NIC_Intel-XXV710"
3399   compare:
3400     title: "rls2001 xxv710"
3401     data: "vpp-performance-changes-3n-skx-cmp"
3402     nic: "NIC_Intel-XXV710"
3403   data: "vpp-performance-changes-3n-skx"
3404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3405   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "throughput"
3410   - "tags"
3411
3412 # VPP Performance Changes 3n-skx 2t1c ndr
3413 - type: "table"
3414   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3415   algorithm: "table_perf_comparison_nic"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3417   history:
3418     - title: "rls1904 x710"
3419       data: "vpp-performance-changes-3n-skx-h1"
3420       nic: "NIC_Intel-X710"
3421   reference:
3422     title: "rls1908 xxv710"
3423     data: "vpp-performance-changes-3n-skx-ref"
3424     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3425     nic: "NIC_Intel-XXV710"
3426   compare:
3427     title: "rls2001 xxv710"
3428     data: "vpp-performance-changes-3n-skx-cmp"
3429     nic: "NIC_Intel-XXV710"
3430   data: "vpp-performance-changes-3n-skx"
3431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3433   parameters:
3434   - "name"
3435   - "parent"
3436   - "throughput"
3437   - "tags"
3438
3439 # VPP Performance Changes 3n-skx 4t2c ndr
3440 - type: "table"
3441   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3442   algorithm: "table_perf_comparison_nic"
3443   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3444   history:
3445     - title: "rls1904 x710"
3446       data: "vpp-performance-changes-3n-skx-h1"
3447       nic: "NIC_Intel-X710"
3448   reference:
3449     title: "rls1908 xxv710"
3450     data: "vpp-performance-changes-3n-skx-ref"
3451     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3452     nic: "NIC_Intel-XXV710"
3453   compare:
3454     title: "rls2001 xxv710"
3455     data: "vpp-performance-changes-3n-skx-cmp"
3456     nic: "NIC_Intel-XXV710"
3457   data: "vpp-performance-changes-3n-skx"
3458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3459   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3460   parameters:
3461   - "name"
3462   - "parent"
3463   - "throughput"
3464   - "tags"
3465
3466 # VPP Performance Changes 2n-skx 2t1c pdr
3467 - type: "table"
3468   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3469   algorithm: "table_perf_comparison_nic"
3470   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3471   rca:
3472     title: "RCA"
3473     data-file: "rca/rca-2n-skx-2t1c.yaml"
3474   history:
3475     - title: "rls1904 x710"
3476       data: "vpp-performance-changes-2n-skx-h1"
3477       nic: "NIC_Intel-X710"
3478   reference:
3479     title: "rls1908 xxv710"
3480     data: "vpp-performance-changes-2n-skx-ref"
3481     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3482     nic: "NIC_Intel-XXV710"
3483   compare:
3484     title: "rls2001 xxv710"
3485     data: "vpp-performance-changes-2n-skx-cmp"
3486     nic: "NIC_Intel-XXV710"
3487   data: "vpp-performance-changes-2n-skx"
3488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3490   parameters:
3491     - "name"
3492     - "parent"
3493     - "throughput"
3494     - "tags"
3495
3496 # VPP Performance Changes 2n-skx 4t2c pdr
3497 - type: "table"
3498   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3499   algorithm: "table_perf_comparison_nic"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3501 #  rca:
3502 #    title: "RCA"
3503 #    data-file: "rca/rca-2n-skx-4t2c.yaml"
3504   history:
3505     - title: "rls1904 x710"
3506       data: "vpp-performance-changes-2n-skx-h1"
3507       nic: "NIC_Intel-X710"
3508   reference:
3509     title: "rls1908 xxv710"
3510     data: "vpp-performance-changes-2n-skx-ref"
3511     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3512     nic: "NIC_Intel-XXV710"
3513   compare:
3514     title: "rls2001 xxv710"
3515     data: "vpp-performance-changes-2n-skx-cmp"
3516     nic: "NIC_Intel-XXV710"
3517   data: "vpp-performance-changes-2n-skx"
3518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3519   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3520   parameters:
3521     - "name"
3522     - "parent"
3523     - "throughput"
3524     - "tags"
3525
3526 # VPP Performance Changes 2n-skx 2t1c ndr
3527 - type: "table"
3528   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3529   algorithm: "table_perf_comparison_nic"
3530   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3531 #  rca:
3532 #    title: "RCA"
3533 #    data-file: "rca/rca-2n-skx-2t1c.yaml"
3534   history:
3535     - title: "rls1904 x710"
3536       data: "vpp-performance-changes-2n-skx-h1"
3537       nic: "NIC_Intel-X710"
3538   reference:
3539     title: "rls1908 xxv710"
3540     data: "vpp-performance-changes-2n-skx-ref"
3541     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3542     nic: "NIC_Intel-XXV710"
3543   compare:
3544     title: "rls2001 xxv710"
3545     data: "vpp-performance-changes-2n-skx-cmp"
3546     nic: "NIC_Intel-XXV710"
3547   data: "vpp-performance-changes-2n-skx"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3550   parameters:
3551     - "name"
3552     - "parent"
3553     - "throughput"
3554     - "tags"
3555
3556 # VPP Performance Changes 2n-skx 4t2c ndr
3557 - type: "table"
3558   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3559   algorithm: "table_perf_comparison_nic"
3560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3561 #  rca:
3562 #    title: "RCA"
3563 #    data-file: "rca/rca-2n-skx-4t2c.yaml"
3564   history:
3565     - title: "rls1904 x710"
3566       data: "vpp-performance-changes-2n-skx-h1"
3567       nic: "NIC_Intel-X710"
3568   reference:
3569     title: "rls1908 xxv710"
3570     data: "vpp-performance-changes-2n-skx-ref"
3571     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3572     nic: "NIC_Intel-XXV710"
3573   compare:
3574     title: "rls2001 xxv710"
3575     data: "vpp-performance-changes-2n-skx-cmp"
3576     nic: "NIC_Intel-XXV710"
3577   data: "vpp-performance-changes-2n-skx"
3578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3580   parameters:
3581     - "name"
3582     - "parent"
3583     - "throughput"
3584     - "tags"
3585
3586 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3587 #- type: "table"
3588 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3589 #  algorithm: "table_perf_comparison"
3590 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3591 #  reference:
3592 #    title: "rls1908"
3593 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3594 #  compare:
3595 #    title: "rls2001"
3596 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3597 #  data: "vpp-performance-changes-nfv-2n-skx"
3598 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3600 #  parameters:
3601 #  - "name"
3602 #  - "parent"
3603 #  - "throughput"
3604 #  - "tags"
3605 #
3606 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3607 #- type: "table"
3608 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3609 #  algorithm: "table_perf_comparison"
3610 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3611 #  reference:
3612 #    title: "rls1908"
3613 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3614 #  compare:
3615 #    title: "rls2001"
3616 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3617 #  data: "vpp-performance-changes-nfv-2n-skx"
3618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3619 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3620 #  parameters:
3621 #  - "name"
3622 #  - "parent"
3623 #  - "throughput"
3624 #  - "tags"
3625 #
3626 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3627 #- type: "table"
3628 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3629 #  algorithm: "table_perf_comparison"
3630 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3631 #  reference:
3632 #    title: "rls1908"
3633 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3634 #  compare:
3635 #    title: "rls2001"
3636 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3637 #  data: "vpp-performance-changes-nfv-2n-skx"
3638 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3639 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3640 #  parameters:
3641 #  - "name"
3642 #  - "parent"
3643 #  - "throughput"
3644 #  - "tags"
3645 #
3646 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3647 #- type: "table"
3648 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3649 #  algorithm: "table_perf_comparison"
3650 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3651 #  reference:
3652 #    title: "rls1908"
3653 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3654 #  compare:
3655 #    title: "rls2001"
3656 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3657 #  data: "vpp-performance-changes-nfv-2n-skx"
3658 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3660 #  parameters:
3661 #  - "name"
3662 #  - "parent"
3663 #  - "throughput"
3664 #  - "tags"
3665
3666 # VPP Performance Changes 2n-dnv 1t1c pdr
3667 - type: "table"
3668   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3669   algorithm: "table_perf_comparison"
3670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3671   reference:
3672     title: "rls1908"
3673     data: "vpp-performance-changes-2n-dnv-ref"
3674   compare:
3675     title: "rls2001"
3676     data: "vpp-performance-changes-2n-dnv-cmp"
3677   data: "vpp-performance-changes-2n-dnv"
3678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3679   filter: "'1T1C'"
3680   parameters:
3681   - "name"
3682   - "parent"
3683   - "throughput"
3684   - "tags"
3685
3686 # VPP Performance Changes 2n-dnv 2t2c pdr
3687 - type: "table"
3688   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3689   algorithm: "table_perf_comparison"
3690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3691   reference:
3692     title: "rls1908"
3693     data: "vpp-performance-changes-2n-dnv-ref"
3694   compare:
3695     title: "rls2001"
3696     data: "vpp-performance-changes-2n-dnv-cmp"
3697   data: "vpp-performance-changes-2n-dnv"
3698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3699   filter: "'2T2C'"
3700   parameters:
3701   - "name"
3702   - "parent"
3703   - "throughput"
3704   - "tags"
3705
3706 # VPP Performance Changes 2n-dnv 1t1c ndr
3707 - type: "table"
3708   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3709   algorithm: "table_perf_comparison"
3710   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3711   reference:
3712     title: "rls1908"
3713     data: "vpp-performance-changes-2n-dnv-ref"
3714   compare:
3715     title: "rls2001"
3716     data: "vpp-performance-changes-2n-dnv-cmp"
3717   data: "vpp-performance-changes-2n-dnv"
3718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3719   filter: "'1T1C'"
3720   parameters:
3721   - "name"
3722   - "parent"
3723   - "throughput"
3724   - "tags"
3725
3726 # VPP Performance Changes 2n-dnv 2t2c ndr
3727 - type: "table"
3728   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3729   algorithm: "table_perf_comparison"
3730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3731   reference:
3732     title: "rls1908 "
3733     data: "vpp-performance-changes-2n-dnv-ref"
3734   compare:
3735     title: "rls2001"
3736     data: "vpp-performance-changes-2n-dnv-cmp"
3737   data: "vpp-performance-changes-2n-dnv"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'2T2C'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744   - "tags"
3745
3746 # VPP Performance Changes 3n-dnv 1t1c pdr
3747 - type: "table"
3748   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3749   algorithm: "table_perf_comparison"
3750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3751   reference:
3752     title: "rls1908"
3753     data: "vpp-performance-changes-3n-dnv-ref"
3754   compare:
3755     title: "rls2001"
3756     data: "vpp-performance-changes-3n-dnv-cmp"
3757   data: "vpp-performance-changes-3n-dnv"
3758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3759   filter: "'1T1C'"
3760   parameters:
3761   - "name"
3762   - "parent"
3763   - "throughput"
3764   - "tags"
3765
3766 # VPP Performance Changes 3n-dnv 2t2c pdr
3767 - type: "table"
3768   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3769   algorithm: "table_perf_comparison"
3770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3771   reference:
3772     title: "rls1908"
3773     data: "vpp-performance-changes-3n-dnv-ref"
3774   compare:
3775     title: "rls2001"
3776     data: "vpp-performance-changes-3n-dnv-cmp"
3777   data: "vpp-performance-changes-3n-dnv"
3778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3779   filter: "'2T2C'"
3780   parameters:
3781   - "name"
3782   - "parent"
3783   - "throughput"
3784   - "tags"
3785
3786 # VPP Performance Changes 3n-dnv 1t1c ndr
3787 - type: "table"
3788   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3789   algorithm: "table_perf_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3791   reference:
3792     title: "rls1908"
3793     data: "vpp-performance-changes-3n-dnv-ref"
3794   compare:
3795     title: "rls2001"
3796     data: "vpp-performance-changes-3n-dnv-cmp"
3797   data: "vpp-performance-changes-3n-dnv"
3798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3799   filter: "'1T1C'"
3800   parameters:
3801   - "name"
3802   - "parent"
3803   - "throughput"
3804   - "tags"
3805
3806 # VPP Performance Changes 3n-dnv 2t2c ndr
3807 - type: "table"
3808   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3809   algorithm: "table_perf_comparison"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3811   reference:
3812     title: "rls1908"
3813     data: "vpp-performance-changes-3n-dnv-ref"
3814   compare:
3815     title: "rls2001"
3816     data: "vpp-performance-changes-3n-dnv-cmp"
3817   data: "vpp-performance-changes-3n-dnv"
3818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'2T2C'"
3820   parameters:
3821   - "name"
3822   - "parent"
3823   - "throughput"
3824   - "tags"
3825
3826 # VPP Performance Changes 3n-tsh 1t1c pdr
3827 - type: "table"
3828   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3831   reference:
3832     title: "rls1908"
3833     data: "vpp-performance-changes-3n-tsh-ref"
3834   compare:
3835     title: "rls2001"
3836     data: "vpp-performance-changes-3n-tsh-cmp"
3837   data: "vpp-performance-changes-3n-tsh"
3838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'1T1C'"
3840   parameters:
3841   - "name"
3842   - "parent"
3843   - "throughput"
3844   - "tags"
3845
3846 # VPP Performance Changes 3n-tsh 2t2c pdr
3847 - type: "table"
3848   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3849   algorithm: "table_perf_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3851   reference:
3852     title: "rls1908"
3853     data: "vpp-performance-changes-3n-tsh-ref"
3854   compare:
3855     title: "rls2001"
3856     data: "vpp-performance-changes-3n-tsh-cmp"
3857   data: "vpp-performance-changes-3n-tsh"
3858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'2T2C'"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "throughput"
3864   - "tags"
3865
3866 # VPP Performance Changes 3n-tsh 1t1c ndr
3867 - type: "table"
3868   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3869   algorithm: "table_perf_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3871   reference:
3872     title: "rls1908"
3873     data: "vpp-performance-changes-3n-tsh-ref"
3874   compare:
3875     title: "rls2001"
3876     data: "vpp-performance-changes-3n-tsh-cmp"
3877   data: "vpp-performance-changes-3n-tsh"
3878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3879   filter: "'1T1C'"
3880   parameters:
3881   - "name"
3882   - "parent"
3883   - "throughput"
3884   - "tags"
3885
3886 # VPP Performance Changes 3n-tsh 2t2c ndr
3887 - type: "table"
3888   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3889   algorithm: "table_perf_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3891   reference:
3892     title: "rls1908"
3893     data: "vpp-performance-changes-3n-tsh-ref"
3894   compare:
3895     title: "rls2001"
3896     data: "vpp-performance-changes-3n-tsh-cmp"
3897   data: "vpp-performance-changes-3n-tsh"
3898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3899   filter: "'2T2C'"
3900   parameters:
3901   - "name"
3902   - "parent"
3903   - "throughput"
3904   - "tags"
3905
3906 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3907 - type: "table"
3908   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3909   algorithm: "table_perf_comparison_nic"
3910   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3911   reference:
3912     title: "3n-hsw xl710"
3913     data: "vpp-compare-testbeds-ref"
3914     nic: "NIC_Intel-XL710"
3915   compare:
3916     title: "3n-skx xxv710"
3917     data: "vpp-compare-testbeds-cmp"
3918     nic: "NIC_Intel-XXV710"
3919   data: "vpp-compare-testbeds"
3920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3921   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3922   parameters:
3923   - "name"
3924   - "parent"
3925   - "throughput"
3926   - "tags"
3927
3928 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3929 - type: "table"
3930   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3931   algorithm: "table_perf_comparison_nic"
3932   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3933   reference:
3934     title: "3n-hsw xl710"
3935     data: "vpp-compare-testbeds-ref"
3936     nic: "NIC_Intel-XL710"
3937   compare:
3938     title: "3n-skx xxv710"
3939     data: "vpp-compare-testbeds-cmp"
3940     nic: "NIC_Intel-XXV710"
3941   data: "vpp-compare-testbeds"
3942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3943   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3944   parameters:
3945   - "name"
3946   - "parent"
3947   - "throughput"
3948   - "tags"
3949
3950 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3951 - type: "table"
3952   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3953   algorithm: "table_perf_comparison_nic"
3954   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3955   reference:
3956     title: "3n-hsw xl710"
3957     data: "vpp-compare-testbeds-ref"
3958     nic: "NIC_Intel-XL710"
3959   compare:
3960     title: "3n-skx xxv710"
3961     data: "vpp-compare-testbeds-cmp"
3962     nic: "NIC_Intel-XXV710"
3963   data: "vpp-compare-testbeds"
3964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3965   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3966   parameters:
3967   - "name"
3968   - "parent"
3969   - "throughput"
3970   - "tags"
3971
3972 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3973 - type: "table"
3974   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3975   algorithm: "table_perf_comparison_nic"
3976   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3977   reference:
3978     title: "3n-hsw xl710"
3979     data: "vpp-compare-testbeds-ref"
3980     nic: "NIC_Intel-XL710"
3981   compare:
3982     title: "3n-skx xxv710"
3983     data: "vpp-compare-testbeds-cmp"
3984     nic: "NIC_Intel-XXV710"
3985   data: "vpp-compare-testbeds"
3986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3987   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "throughput"
3992   - "tags"
3993
3994 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3995 - type: "table"
3996   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3997   algorithm: "table_perf_comparison"
3998   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3999   reference:
4000     title: "2n-skx"
4001     data: "vpp-compare-testbeds-skx-clx-ref"
4002   compare:
4003     title: "2n-clx"
4004     data: "vpp-compare-testbeds-skx-clx-cmp"
4005   data: "vpp-compare-testbeds-skx-clx"
4006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'2T1C'"
4008   parameters:
4009   - "name"
4010   - "parent"
4011   - "throughput"
4012   - "tags"
4013
4014 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4015 - type: "table"
4016   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4017   algorithm: "table_perf_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4019   reference:
4020     title: "2n-skx"
4021     data: "vpp-compare-testbeds-skx-clx-ref"
4022   compare:
4023     title: "2n-clx"
4024     data: "vpp-compare-testbeds-skx-clx-cmp"
4025   data: "vpp-compare-testbeds-skx-clx"
4026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4027   filter: "'4T2C'"
4028   parameters:
4029   - "name"
4030   - "parent"
4031   - "throughput"
4032   - "tags"
4033
4034 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4035 - type: "table"
4036   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4037   algorithm: "table_perf_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4039   reference:
4040     title: "2n-skx"
4041     data: "vpp-compare-testbeds-skx-clx-ref"
4042   compare:
4043     title: "2n-clx"
4044     data: "vpp-compare-testbeds-skx-clx-cmp"
4045   data: "vpp-compare-testbeds-skx-clx"
4046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4047   filter: "'2T1C'"
4048   parameters:
4049   - "name"
4050   - "parent"
4051   - "throughput"
4052   - "tags"
4053
4054 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4055 - type: "table"
4056   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4057   algorithm: "table_perf_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4059   reference:
4060     title: "2n-skx"
4061     data: "vpp-compare-testbeds-skx-clx-ref"
4062   compare:
4063     title: "2n-clx"
4064     data: "vpp-compare-testbeds-skx-clx-cmp"
4065   data: "vpp-compare-testbeds-skx-clx"
4066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4067   filter: "'4T2C'"
4068   parameters:
4069   - "name"
4070   - "parent"
4071   - "throughput"
4072   - "tags"
4073
4074 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4075 - type: "table"
4076   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4077   algorithm: "table_perf_comparison_nic"
4078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4079   reference:
4080     title: "3n-hsw xl710"
4081     data: "vpp-compare-testbeds-hsw-clx-ref"
4082     nic: "NIC_Intel-XL710"
4083   compare:
4084     title: "2n-clx xxv710"
4085     data: "vpp-compare-testbeds-hsw-clx-cmp"
4086     nic: "NIC_Intel-XXV710"
4087   data: "vpp-compare-testbeds-hsw-clx"
4088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4089   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4090   parameters:
4091   - "name"
4092   - "parent"
4093   - "throughput"
4094   - "tags"
4095
4096 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4097 - type: "table"
4098   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4099   algorithm: "table_perf_comparison_nic"
4100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4101   reference:
4102     title: "3n-hsw xl710"
4103     data: "vpp-compare-testbeds-hsw-clx-ref"
4104     nic: "NIC_Intel-XL710"
4105   compare:
4106     title: "2n-clx xxv710"
4107     data: "vpp-compare-testbeds-hsw-clx-cmp"
4108     nic: "NIC_Intel-XXV710"
4109   data: "vpp-compare-testbeds-hsw-clx"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4112   parameters:
4113   - "name"
4114   - "parent"
4115   - "throughput"
4116   - "tags"
4117
4118 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4119 - type: "table"
4120   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4121   algorithm: "table_perf_comparison_nic"
4122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4123   reference:
4124     title: "3n-hsw xl710"
4125     data: "vpp-compare-testbeds-hsw-clx-ref"
4126     nic: "NIC_Intel-XL710"
4127   compare:
4128     title: "2n-clx xxv710"
4129     data: "vpp-compare-testbeds-hsw-clx-cmp"
4130     nic: "NIC_Intel-XXV710"
4131   data: "vpp-compare-testbeds-hsw-clx"
4132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4133   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4134   parameters:
4135   - "name"
4136   - "parent"
4137   - "throughput"
4138   - "tags"
4139
4140 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4141 - type: "table"
4142   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4143   algorithm: "table_perf_comparison_nic"
4144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4145   reference:
4146     title: "3n-hsw xl710"
4147     data: "vpp-compare-testbeds-hsw-clx-ref"
4148     nic: "NIC_Intel-XL710"
4149   compare:
4150     title: "2n-clx xxv710"
4151     data: "vpp-compare-testbeds-hsw-clx-cmp"
4152     nic: "NIC_Intel-XXV710"
4153   data: "vpp-compare-testbeds-hsw-clx"
4154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4155   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4156   parameters:
4157   - "name"
4158   - "parent"
4159   - "throughput"
4160   - "tags"
4161
4162 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4163 - type: "table"
4164   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4165   algorithm: "table_perf_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4167   reference:
4168     title: "3-Node Skx"
4169     data: "vpp-compare-topologies-ref"
4170   compare:
4171     title: "2-Node Skx"
4172     data: "vpp-compare-topologies-cmp"
4173   data: "vpp-compare-topologies"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'NDRPDR' and '1C'"
4176   parameters:
4177   - "name"
4178   - "parent"
4179   - "throughput"
4180
4181 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4182 - type: "table"
4183   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4184   algorithm: "table_perf_comparison"
4185   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4186   reference:
4187     title: "3-Node Skx"
4188     data: "vpp-compare-topologies-ref"
4189   compare:
4190     title: "2-Node Skx"
4191     data: "vpp-compare-topologies-cmp"
4192   data: "vpp-compare-topologies"
4193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4194   filter: "'NDRPDR' and '2C'"
4195   parameters:
4196   - "name"
4197   - "parent"
4198   - "throughput"
4199
4200 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4201 - type: "table"
4202   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4203   algorithm: "table_perf_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4205   reference:
4206     title: "3-Node Skx"
4207     data: "vpp-compare-topologies-ref"
4208   compare:
4209     title: "2-Node Skx"
4210     data: "vpp-compare-topologies-cmp"
4211   data: "vpp-compare-topologies"
4212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4213   filter: "'NDRPDR' and '1C'"
4214   parameters:
4215   - "name"
4216   - "parent"
4217   - "throughput"
4218
4219 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4220 - type: "table"
4221   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4222   algorithm: "table_perf_comparison"
4223   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4224   reference:
4225     title: "3-Node Skx"
4226     data: "vpp-compare-topologies-ref"
4227   compare:
4228     title: "2-Node Skx"
4229     data: "vpp-compare-topologies-cmp"
4230   data: "vpp-compare-topologies"
4231   include-tests: "PDR"
4232   filter: "'NDRPDR' and '2C'"
4233   parameters:
4234   - "name"
4235   - "parent"
4236   - "throughput"
4237
4238 # VPP Performance Changes 3n-hsw 1t1c MRR
4239 - type: "table"
4240   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4241   algorithm: "table_perf_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4243   history:
4244     - title: "rls1904"
4245       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4246   reference:
4247     title: "rls1908"
4248     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4249   compare:
4250     title: "rls2001"
4251     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4252   data: "vpp-performance-changes-3n-hsw-mrr"
4253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4254   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4255   parameters:
4256   - "name"
4257   - "parent"
4258   - "result"
4259
4260 # VPP Performance Changes 3n-hsw 2t2c MRR
4261 - type: "table"
4262   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4263   algorithm: "table_perf_comparison"
4264   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4265   history:
4266     - title: "rls1904"
4267       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4268   reference:
4269     title: "rls1908"
4270     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4271   compare:
4272     title: "rls2001"
4273     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4274   data: "vpp-performance-changes-3n-hsw-mrr"
4275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4276   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4277   parameters:
4278   - "name"
4279   - "parent"
4280   - "result"
4281
4282 # VPP Performance Changes 3n-hsw 4t4c MRR
4283 - type: "table"
4284   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4285   algorithm: "table_perf_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4287   history:
4288     - title: "rls1904"
4289       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4290   reference:
4291     title: "rls1908"
4292     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4293   compare:
4294     title: "rls2001"
4295     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4296   data: "vpp-performance-changes-3n-hsw-mrr"
4297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4298   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4299   parameters:
4300   - "name"
4301   - "parent"
4302   - "result"
4303
4304 # VPP Performance Changes 3n-skx 2t1c MRR
4305 - type: "table"
4306   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4307   algorithm: "table_perf_comparison"
4308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4309   history:
4310     - title: "rls1904"
4311       data: "vpp-performance-changes-3n-skx-mrr-h1"
4312   reference:
4313     title: "rls1908"
4314     data: "vpp-performance-changes-3n-skx-mrr-ref"
4315   compare:
4316     title: "rls2001"
4317     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4318   data: "vpp-performance-changes-3n-skx-mrr"
4319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4320   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4321   parameters:
4322   - "name"
4323   - "parent"
4324   - "result"
4325
4326 # VPP Performance Changes 3n-skx 4t2c MRR
4327 - type: "table"
4328   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4329   algorithm: "table_perf_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4331   history:
4332     - title: "rls1904"
4333       data: "vpp-performance-changes-3n-skx-mrr-h1"
4334   reference:
4335     title: "rls1908"
4336     data: "vpp-performance-changes-3n-skx-mrr-ref"
4337   compare:
4338     title: "rls2001"
4339     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4340   data: "vpp-performance-changes-3n-skx-mrr"
4341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4342   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4343   parameters:
4344   - "name"
4345   - "parent"
4346   - "result"
4347
4348 # VPP Performance Changes 3n-skx 8t4c MRR
4349 - type: "table"
4350   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4351   algorithm: "table_perf_comparison"
4352   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4353   history:
4354     - title: "rls1904"
4355       data: "vpp-performance-changes-3n-skx-mrr-h1"
4356   reference:
4357     title: "rls1908"
4358     data: "vpp-performance-changes-3n-skx-mrr-ref"
4359   compare:
4360     title: "rls2001"
4361     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4362   data: "vpp-performance-changes-3n-skx-mrr"
4363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4364   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4365   parameters:
4366   - "name"
4367   - "parent"
4368   - "result"
4369
4370 # VPP Performance Changes 2n-skx 2t1c MRR
4371 - type: "table"
4372   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4373   algorithm: "table_perf_comparison"
4374   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4375   history:
4376     - title: "rls1904"
4377       data: "vpp-performance-changes-2n-skx-mrr-h1"
4378   reference:
4379     title: "rls1908"
4380     data: "vpp-performance-changes-2n-skx-mrr-ref"
4381   compare:
4382     title: "rls2001"
4383     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4384   data: "vpp-performance-changes-2n-skx-mrr"
4385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4386   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4387   parameters:
4388   - "name"
4389   - "parent"
4390   - "result"
4391
4392 # VPP Performance Changes 2n-skx 4t2c MRR
4393 - type: "table"
4394   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4395   algorithm: "table_perf_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4397   history:
4398     - title: "rls1904"
4399       data: "vpp-performance-changes-2n-skx-mrr-h1"
4400   reference:
4401     title: "rls1908"
4402     data: "vpp-performance-changes-2n-skx-mrr-ref"
4403   compare:
4404     title: "rls2001"
4405     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4406   data: "vpp-performance-changes-2n-skx-mrr"
4407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4408   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4409   parameters:
4410   - "name"
4411   - "parent"
4412   - "result"
4413
4414 # VPP Performance Changes 2n-skx 8t4c MRR
4415 - type: "table"
4416   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4417   algorithm: "table_perf_comparison"
4418   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4419   history:
4420     - title: "rls1904"
4421       data: "vpp-performance-changes-2n-skx-mrr-h1"
4422   reference:
4423     title: "rls1908"
4424     data: "vpp-performance-changes-2n-skx-mrr-ref"
4425   compare:
4426     title: "rls2001"
4427     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4428   data: "vpp-performance-changes-2n-skx-mrr"
4429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4430   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4431   parameters:
4432   - "name"
4433   - "parent"
4434   - "result"
4435
4436 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4437 #- type: "table"
4438 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4439 #  algorithm: "table_perf_comparison"
4440 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4441 #  reference:
4442 #    title: "rls1908"
4443 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4444 #  compare:
4445 #    title: "rls2001"
4446 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4447 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4449 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4450 #  parameters:
4451 #  - "name"
4452 #  - "parent"
4453 #  - "result"
4454 #
4455 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4456 #- type: "table"
4457 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4458 #  algorithm: "table_perf_comparison"
4459 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4460 #  reference:
4461 #    title: "rls1908"
4462 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4463 #  compare:
4464 #    title: "rls2001"
4465 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4466 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4468 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4469 #  parameters:
4470 #  - "name"
4471 #  - "parent"
4472 #  - "result"
4473 #
4474 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4475 #- type: "table"
4476 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4477 #  algorithm: "table_perf_comparison"
4478 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4479 #  reference:
4480 #    title: "rls1908"
4481 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4482 #  compare:
4483 #    title: "rls2001"
4484 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4485 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4486 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4488 #  parameters:
4489 #  - "name"
4490 #  - "parent"
4491 #  - "result"
4492
4493 # VPP Performance Changes 2n-dnv 1t1c MRR
4494 - type: "table"
4495   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4496   algorithm: "table_perf_comparison"
4497   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4498   reference:
4499     title: "rls1908"
4500     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4501   compare:
4502     title: "rls2001"
4503     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4504   data: "vpp-performance-changes-2n-dnv-mrr"
4505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4506   filter: "'1T1C' and 'MRR'"
4507   parameters:
4508   - "name"
4509   - "parent"
4510   - "result"
4511
4512 # VPP Performance Changes 2n-dnv 2t2c MRR
4513 - type: "table"
4514   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4515   algorithm: "table_perf_comparison"
4516   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4517   reference:
4518     title: "rls1908"
4519     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4520   compare:
4521     title: "rls2001"
4522     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4523   data: "vpp-performance-changes-2n-dnv-mrr"
4524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4525   filter: "'2T2C' and 'MRR'"
4526   parameters:
4527   - "name"
4528   - "parent"
4529   - "result"
4530
4531 # VPP Performance Changes 2n-dnv 4t4c MRR
4532 - type: "table"
4533   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4534   algorithm: "table_perf_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4536   reference:
4537     title: "rls1908"
4538     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4539   compare:
4540     title: "rls2001"
4541     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4542   data: "vpp-performance-changes-2n-dnv-mrr"
4543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4544   filter: "'4T4C' and 'MRR'"
4545   parameters:
4546   - "name"
4547   - "parent"
4548   - "result"
4549
4550 # VPP Performance Changes 3n-dnv 1t1c MRR
4551 - type: "table"
4552   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4553   algorithm: "table_perf_comparison"
4554   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4555   reference:
4556     title: "rls1908"
4557     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4558   compare:
4559     title: "rls2001"
4560     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4561   data: "vpp-performance-changes-3n-dnv-mrr"
4562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4563   filter: "'1T1C' and 'MRR'"
4564   parameters:
4565   - "name"
4566   - "parent"
4567   - "result"
4568
4569 # VPP Performance Changes 3n-dnv 2t2c MRR
4570 - type: "table"
4571   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4572   algorithm: "table_perf_comparison"
4573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4574   reference:
4575     title: "rls1908"
4576     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4577   compare:
4578     title: "rls2001"
4579     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4580   data: "vpp-performance-changes-3n-dnv-mrr"
4581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4582   filter: "'2T2C' and 'MRR'"
4583   parameters:
4584   - "name"
4585   - "parent"
4586   - "result"
4587
4588 # VPP Performance Changes 3n-dnv 4t4c MRR
4589 - type: "table"
4590   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4591   algorithm: "table_perf_comparison"
4592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4593   reference:
4594     title: "rls1908"
4595     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4596   compare:
4597     title: "rls2001"
4598     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4599   data: "vpp-performance-changes-3n-dnv-mrr"
4600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4601   filter: "'4T4C' and 'MRR'"
4602   parameters:
4603   - "name"
4604   - "parent"
4605   - "result"
4606
4607 # VPP Performance Changes 3n-tsh 1t1c MRR
4608 - type: "table"
4609   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4610   algorithm: "table_perf_comparison"
4611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4612   reference:
4613     title: "rls1908"
4614     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4615   compare:
4616     title: "rls2001"
4617     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4618   data: "vpp-performance-changes-3n-tsh-mrr"
4619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4620   filter: "'1T1C' and 'MRR'"
4621   parameters:
4622   - "name"
4623   - "parent"
4624   - "result"
4625
4626 # VPP Performance Changes 3n-tsh 2t2c MRR
4627 - type: "table"
4628   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4629   algorithm: "table_perf_comparison"
4630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4631   reference:
4632     title: "rls1908"
4633     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4634   compare:
4635     title: "rls2001"
4636     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4637   data: "vpp-performance-changes-3n-tsh-mrr"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "'2T2C' and 'MRR'"
4640   parameters:
4641   - "name"
4642   - "parent"
4643   - "result"
4644
4645 # VPP Performance Changes 3n-tsh 4t4c MRR
4646 - type: "table"
4647   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4648   algorithm: "table_perf_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4650   reference:
4651     title: "rls1908"
4652     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4653   compare:
4654     title: "rls2001"
4655     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4656   data: "vpp-performance-changes-3n-tsh-mrr"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "'4T4C' and 'MRR'"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "result"
4663
4664 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4665 - type: "table"
4666   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4667   algorithm: "table_perf_comparison_nic"
4668   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4669   reference:
4670     title: "3n-hsw xl710"
4671     data: "vpp-compare-testbeds-mrr-ref"
4672     nic: "NIC_Intel-XL710"
4673   compare:
4674     title: "3n-skx xxv710"
4675     data: "vpp-compare-testbeds-mrr-cmp"
4676     nic: "NIC_Intel-XXV710"
4677   data: "vpp-compare-testbeds-mrr"
4678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4679   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4680   parameters:
4681   - "name"
4682   - "parent"
4683   - "result"
4684   - "tags"
4685
4686 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4687 - type: "table"
4688   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4689   algorithm: "table_perf_comparison_nic"
4690   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4691   reference:
4692     title: "3n-hsw xl710"
4693     data: "vpp-compare-testbeds-mrr-ref"
4694     nic: "NIC_Intel-XL710"
4695   compare:
4696     title: "3n-skx xxv710"
4697     data: "vpp-compare-testbeds-mrr-cmp"
4698     nic: "NIC_Intel-XXV710"
4699   data: "vpp-compare-testbeds-mrr"
4700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4701   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4702   parameters:
4703   - "name"
4704   - "parent"
4705   - "result"
4706   - "tags"
4707
4708 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4709 - type: "table"
4710   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4711   algorithm: "table_perf_comparison_nic"
4712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4713   reference:
4714     title: "3n-hsw xl710"
4715     data: "vpp-compare-testbeds-mrr-ref"
4716     nic: "NIC_Intel-XL710"
4717   compare:
4718     title: "3n-skx xxv710"
4719     data: "vpp-compare-testbeds-mrr-cmp"
4720     nic: "NIC_Intel-XXV710"
4721   data: "vpp-compare-testbeds-mrr"
4722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4723   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4724   parameters:
4725   - "name"
4726   - "parent"
4727   - "result"
4728   - "tags"
4729
4730 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4731 - type: "table"
4732   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4733   algorithm: "table_perf_comparison"
4734   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4735   reference:
4736     title: "2n-skx"
4737     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4738   compare:
4739     title: "2n-clx"
4740     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4741   data: "vpp-compare-testbeds-mrr-skx-clx"
4742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4743   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4744   parameters:
4745   - "name"
4746   - "parent"
4747   - "result"
4748   - "tags"
4749
4750 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4751 - type: "table"
4752   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4753   algorithm: "table_perf_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4755   reference:
4756     title: "2n-skx"
4757     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4758   compare:
4759     title: "2n-clx"
4760     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4761   data: "vpp-compare-testbeds-mrr-skx-clx"
4762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4763   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4764   parameters:
4765   - "name"
4766   - "parent"
4767   - "result"
4768   - "tags"
4769
4770 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4771 - type: "table"
4772   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4773   algorithm: "table_perf_comparison"
4774   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4775   reference:
4776     title: "2n-skx"
4777     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4778   compare:
4779     title: "2n-clx"
4780     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4781   data: "vpp-compare-testbeds-mrr-skx-clx"
4782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4783   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4784   parameters:
4785   - "name"
4786   - "parent"
4787   - "result"
4788   - "tags"
4789
4790 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4791 - type: "table"
4792   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4793   algorithm: "table_perf_comparison"
4794   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4795   reference:
4796     title: "3-Node Skx"
4797     data: "vpp-compare-topologies-mrr-ref"
4798   compare:
4799     title: "2-Node Skx"
4800     data: "vpp-compare-topologies-mrr-cmp"
4801   data: "vpp-compare-topologies-mrr"
4802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4803   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4804   parameters:
4805   - "name"
4806   - "parent"
4807   - "result"
4808
4809 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4810 - type: "table"
4811   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4812   algorithm: "table_perf_comparison"
4813   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4814   reference:
4815     title: "3-Node Skx"
4816     data: "vpp-compare-topologies-mrr-ref"
4817   compare:
4818     title: "2-Node Skx"
4819     data: "vpp-compare-topologies-mrr-cmp"
4820   data: "vpp-compare-topologies-mrr"
4821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4822   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4823   parameters:
4824   - "name"
4825   - "parent"
4826   - "result"
4827
4828 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4829 - type: "table"
4830   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4831   algorithm: "table_perf_comparison"
4832   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4833   reference:
4834     title: "3-Node Skx"
4835     data: "vpp-compare-topologies-mrr-ref"
4836   compare:
4837     title: "2-Node Skx"
4838     data: "vpp-compare-topologies-mrr-cmp"
4839   data: "vpp-compare-topologies-mrr"
4840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4842   parameters:
4843   - "name"
4844   - "parent"
4845   - "result"
4846
4847 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4848 - type: "table"
4849   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4850   algorithm: "table_perf_comparison_nic"
4851   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4852   reference:
4853     title: "3n-hsw xl710"
4854     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4855     nic: "NIC_Intel-XL710"
4856   compare:
4857     title: "2n-clx xxv710"
4858     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4859     nic: "NIC_Intel-XXV710"
4860   data: "vpp-compare-testbeds-mrr-hsw-clx"
4861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4862   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4863   parameters:
4864   - "name"
4865   - "parent"
4866   - "result"
4867   - "tags"
4868
4869 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4870 - type: "table"
4871   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4872   algorithm: "table_perf_comparison_nic"
4873   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4874   reference:
4875     title: "3n-hsw xl710"
4876     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4877     nic: "NIC_Intel-XL710"
4878   compare:
4879     title: "2n-clx xxv710"
4880     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4881     nic: "NIC_Intel-XXV710"
4882   data: "vpp-compare-testbeds-mrr-hsw-clx"
4883   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4884   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4885   parameters:
4886   - "name"
4887   - "parent"
4888   - "result"
4889   - "tags"
4890
4891 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4892 - type: "table"
4893   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4894   algorithm: "table_perf_comparison_nic"
4895   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4896   reference:
4897     title: "3n-hsw xl710"
4898     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4899     nic: "NIC_Intel-XL710"
4900   compare:
4901     title: "2n-clx xxv710"
4902     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4903     nic: "NIC_Intel-XXV710"
4904   data: "vpp-compare-testbeds-mrr-hsw-clx"
4905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4907   parameters:
4908   - "name"
4909   - "parent"
4910   - "result"
4911   - "tags"
4912
4913 # Detailed Test Results - VPP Performance Results 3n-hsw
4914 - type: "table"
4915   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4916   algorithm: "table_merged_details"
4917   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4918   columns:
4919   - title: " |prein| Test Name |preout| "
4920     data: "data name"
4921   - 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| "
4922     data: "data msg"
4923   data: "vpp-perf-results-3n-hsw"
4924   filter: "all"
4925   parameters:
4926   - "name"
4927   - "parent"
4928   - "msg"
4929
4930 # Detailed Test Results - VPP Performance Results 3n-skx
4931 - type: "table"
4932   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4933   algorithm: "table_merged_details"
4934   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4935   columns:
4936   - title: " |prein| Test Name |preout| "
4937     data: "data name"
4938   - 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| "
4939     data: "data msg"
4940   data: "vpp-perf-results-3n-skx"
4941   filter: "all"
4942   remove-ndr: True  # Temporary solution: remove NDR results from test message
4943   parameters:
4944   - "name"
4945   - "parent"
4946   - "msg"
4947
4948 # Detailed Test Results - VPP Performance Results 2n-skx
4949 - type: "table"
4950   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4951   algorithm: "table_merged_details"
4952   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4953   columns:
4954   - title: " |prein| Test Name |preout| "
4955     data: "data name"
4956   - 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| "
4957     data: "data msg"
4958   data: "vpp-perf-results-2n-skx"
4959   filter: "all"
4960   remove-ndr: True  # Temporary solution: remove NDR results from test message
4961   parameters:
4962   - "name"
4963   - "parent"
4964   - "msg"
4965
4966 # Detailed Test Results - VPP Performance Results 2n-clx
4967 - type: "table"
4968   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4969   algorithm: "table_merged_details"
4970   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4971   columns:
4972   - title: " |prein| Test Name |preout| "
4973     data: "data name"
4974   - 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| "
4975     data: "data msg"
4976   data: "vpp-perf-results-2n-clx"
4977   filter: "all"
4978   parameters:
4979   - "name"
4980   - "parent"
4981   - "msg"
4982
4983 # Detailed Test Results - VPP Performance Results 3n-tsh
4984 - type: "table"
4985   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4986   algorithm: "table_merged_details"
4987   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4988   columns:
4989   - title: " |prein| Test Name |preout| "
4990     data: "data name"
4991   - 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| "
4992     data: "data msg"
4993   data: "vpp-perf-results-3n-tsh"
4994   filter: "all"
4995   parameters:
4996   - "name"
4997   - "parent"
4998   - "msg"
4999
5000 # Detailed Test Results - VPP Performance Results 3n-dnv
5001 - type: "table"
5002   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5003   algorithm: "table_merged_details"
5004   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5005   columns:
5006   - title: " |prein| Test Name |preout| "
5007     data: "data name"
5008   - 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| "
5009     data: "data msg"
5010   data: "vpp-perf-results-3n-dnv"
5011   filter: "all"
5012   parameters:
5013   - "name"
5014   - "parent"
5015   - "msg"
5016
5017 # Detailed Test Results - VPP Performance Results 2n-dnv
5018 - type: "table"
5019   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5020   algorithm: "table_merged_details"
5021   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5022   columns:
5023   - title: " |prein| Test Name |preout| "
5024     data: "data name"
5025   - 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| "
5026     data: "data msg"
5027   data: "vpp-perf-results-2n-dnv"
5028   filter: "all"
5029   parameters:
5030   - "name"
5031   - "parent"
5032   - "msg"
5033
5034 # Test configuration - VPP Performance Test Configs 3n-hsw
5035 - type: "table"
5036   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5037   algorithm: "table_merged_details"
5038   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5039   columns:
5040   - title: " |prein| Test Name |preout| "
5041     data: "data name"
5042   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5043     data: "data conf-history"
5044   data: "vpp-perf-results-3n-hsw"
5045   filter: "all"
5046   parameters:
5047   - "parent"
5048   - "name"
5049   - "conf-history"
5050
5051 # Test configuration - VPP Performance Test Configs 3n-skx
5052 - type: "table"
5053   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5054   algorithm: "table_merged_details"
5055   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5056   columns:
5057   - title: " |prein| Test Name |preout| "
5058     data: "data name"
5059   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5060     data: "data conf-history"
5061   data: "vpp-perf-results-3n-skx"
5062   filter: "all"
5063   parameters:
5064   - "parent"
5065   - "name"
5066   - "conf-history"
5067
5068 # Test configuration - VPP Performance Test Configs 2n-skx
5069 - type: "table"
5070   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5071   algorithm: "table_merged_details"
5072   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5073   columns:
5074   - title: " |prein| Test Name |preout| "
5075     data: "data name"
5076   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5077     data: "data conf-history"
5078   data: "vpp-perf-results-2n-skx"
5079   filter: "all"
5080   parameters:
5081   - "parent"
5082   - "name"
5083   - "conf-history"
5084
5085 # Test configuration - VPP Performance Test Configs 2n-clx
5086 - type: "table"
5087   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5088   algorithm: "table_merged_details"
5089   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5090   columns:
5091   - title: " |prein| Test Name |preout| "
5092     data: "data name"
5093   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5094     data: "data conf-history"
5095   data: "vpp-perf-results-2n-clx"
5096   filter: "all"
5097   parameters:
5098   - "parent"
5099   - "name"
5100   - "conf-history"
5101
5102 # Test configuration - VPP Performance Test Configs 3n-tsh
5103 - type: "table"
5104   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5105   algorithm: "table_merged_details"
5106   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5107   columns:
5108   - title: " |prein| Test Name |preout| "
5109     data: "data name"
5110   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5111     data: "data conf-history"
5112   data: "vpp-perf-results-3n-tsh"
5113   filter: "all"
5114   parameters:
5115   - "parent"
5116   - "name"
5117   - "conf-history"
5118
5119 # Test configuration - VPP Performance Test Configs 3n-dnv
5120 - type: "table"
5121   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5122   algorithm: "table_merged_details"
5123   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5124   columns:
5125   - title: " |prein| Test Name |preout| "
5126     data: "data name"
5127   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5128     data: "data conf-history"
5129   data: "vpp-perf-results-3n-dnv"
5130   filter: "all"
5131   parameters:
5132   - "parent"
5133   - "name"
5134   - "conf-history"
5135
5136 # Test configuration - VPP Performance Test Configs 2n-dnv
5137 - type: "table"
5138   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5139   algorithm: "table_merged_details"
5140   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5141   columns:
5142   - title: " |prein| Test Name |preout| "
5143     data: "data name"
5144   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5145     data: "data conf-history"
5146   data: "vpp-perf-results-2n-dnv"
5147   filter: "all"
5148   parameters:
5149   - "parent"
5150   - "name"
5151   - "conf-history"
5152
5153 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5154 - type: "table"
5155   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5156   algorithm: "table_oper_data_html"
5157   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5158   data: "vpp-perf-results-3n-hsw"
5159   filter: "all"
5160
5161 # Test Operational Data - VPP Performance Operational Data 3n-skx
5162 - type: "table"
5163   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5164   algorithm: "table_oper_data_html"
5165   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5166   data: "vpp-perf-results-3n-skx"
5167   filter: "all"
5168
5169 # Test Operational Data - VPP Performance Operational Data 2n-skx
5170 - type: "table"
5171   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5172   algorithm: "table_oper_data_html"
5173   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5174   data: "vpp-perf-results-2n-skx"
5175   filter: "all"
5176
5177 # Test Operational Data - VPP Performance Operational Data 2n-clx
5178 - type: "table"
5179   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5180   algorithm: "table_oper_data_html"
5181   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5182   data: "vpp-perf-results-2n-clx"
5183   filter: "all"
5184
5185 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5186 - type: "table"
5187   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5188   algorithm: "table_oper_data_html"
5189   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5190   data: "vpp-perf-results-3n-tsh"
5191   filter: "all"
5192
5193 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5194 - type: "table"
5195   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5196   algorithm: "table_oper_data_html"
5197   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5198   data: "vpp-perf-results-3n-dnv"
5199   filter: "all"
5200
5201 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5202 - type: "table"
5203   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5204   algorithm: "table_oper_data_html"
5205   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5206   data: "vpp-perf-results-2n-dnv"
5207   filter: "all"
5208
5209 # Detailed Test Results - VPP MRR Results 3n-hsw
5210 - type: "table"
5211   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5212   algorithm: "table_merged_details"
5213   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5214   columns:
5215   - title: " |prein| Test Name |preout| "
5216     data: "data name"
5217   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5218     data: "data msg"
5219   data: "vpp-mrr-results-3n-hsw"
5220   filter: "all"
5221   parameters:
5222   - "name"
5223   - "parent"
5224   - "msg"
5225
5226 # Detailed Test Results - VPP MRR Results 3n-skx
5227 - type: "table"
5228   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5229   algorithm: "table_merged_details"
5230   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5231   columns:
5232   - title: " |prein| Test Name |preout| "
5233     data: "data name"
5234   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5235     data: "data msg"
5236   data: "vpp-mrr-results-3n-skx"
5237   filter: "all"
5238   parameters:
5239   - "name"
5240   - "parent"
5241   - "msg"
5242
5243 # Detailed Test Results - VPP MRR Results 2n-skx
5244 - type: "table"
5245   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5246   algorithm: "table_merged_details"
5247   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5248   columns:
5249   - title: " |prein| Test Name |preout| "
5250     data: "data name"
5251   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5252     data: "data msg"
5253   data: "vpp-mrr-results-2n-skx"
5254   filter: "all"
5255   parameters:
5256   - "name"
5257   - "parent"
5258   - "msg"
5259
5260 # Detailed Test Results - VPP MRR Results 2n-clx
5261 - type: "table"
5262   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5263   algorithm: "table_merged_details"
5264   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5265   columns:
5266   - title: " |prein| Test Name |preout| "
5267     data: "data name"
5268   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5269     data: "data msg"
5270   data: "vpp-mrr-results-2n-clx"
5271   filter: "all"
5272   parameters:
5273   - "name"
5274   - "parent"
5275   - "msg"
5276
5277 # Detailed Test Results - VPP MRR Results 3n-tsh
5278 - type: "table"
5279   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5280   algorithm: "table_merged_details"
5281   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5282   columns:
5283   - title: " |prein| Test Name |preout| "
5284     data: "data name"
5285   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5286     data: "data msg"
5287   data: "vpp-mrr-results-3n-tsh"
5288   filter: "all"
5289   parameters:
5290   - "name"
5291   - "parent"
5292   - "msg"
5293
5294 # Detailed Test Results - VPP MRR Results 3n-dnv
5295 - type: "table"
5296   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5297   algorithm: "table_merged_details"
5298   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5299   columns:
5300   - title: " |prein| Test Name |preout| "
5301     data: "data name"
5302   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5303     data: "data msg"
5304   data: "vpp-mrr-results-3n-dnv"
5305   filter: "all"
5306   parameters:
5307   - "name"
5308   - "parent"
5309   - "msg"
5310
5311 # Detailed Test Results - VPP MRR Results 2n-dnv
5312 - type: "table"
5313   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5314   algorithm: "table_merged_details"
5315   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5316   columns:
5317   - title: " |prein| Test Name |preout| "
5318     data: "data name"
5319   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5320     data: "data msg"
5321   data: "vpp-mrr-results-2n-dnv"
5322   filter: "all"
5323   parameters:
5324   - "name"
5325   - "parent"
5326   - "msg"
5327
5328 # Test configuration - VPP MRR Test Configs 3n-hsw
5329 - type: "table"
5330   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5331   algorithm: "table_merged_details"
5332   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5333   columns:
5334   - title: " |prein| Test Name |preout| "
5335     data: "data name"
5336   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5337     data: "data conf-history"
5338   data: "vpp-mrr-results-3n-hsw"
5339   filter: "all"
5340   parameters:
5341   - "parent"
5342   - "name"
5343   - "conf-history"
5344
5345 # Test configuration - VPP MRR Test Configs 3n-skx
5346 - type: "table"
5347   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5350   columns:
5351   - title: " |prein| Test Name |preout| "
5352     data: "data name"
5353   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5354     data: "data conf-history"
5355   data: "vpp-mrr-results-3n-skx"
5356   filter: "all"
5357   parameters:
5358   - "parent"
5359   - "name"
5360   - "conf-history"
5361
5362 # Test configuration - VPP MRR Test Configs 2n-skx
5363 - type: "table"
5364   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5365   algorithm: "table_merged_details"
5366   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5367   columns:
5368   - title: " |prein| Test Name |preout| "
5369     data: "data name"
5370   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5371     data: "data conf-history"
5372   data: "vpp-mrr-results-2n-skx"
5373   filter: "all"
5374   parameters:
5375   - "parent"
5376   - "name"
5377   - "conf-history"
5378
5379 # Test configuration - VPP MRR Test Configs 2n-clx
5380 - type: "table"
5381   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5382   algorithm: "table_merged_details"
5383   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5384   columns:
5385   - title: " |prein| Test Name |preout| "
5386     data: "data name"
5387   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5388     data: "data conf-history"
5389   data: "vpp-mrr-results-2n-clx"
5390   filter: "all"
5391   parameters:
5392   - "parent"
5393   - "name"
5394   - "conf-history"
5395
5396 # Test configuration - VPP MRR Test Configs 3n-tsh
5397 - type: "table"
5398   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5399   algorithm: "table_merged_details"
5400   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5401   columns:
5402   - title: " |prein| Test Name |preout| "
5403     data: "data name"
5404   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5405     data: "data conf-history"
5406   data: "vpp-mrr-results-3n-tsh"
5407   filter: "all"
5408   parameters:
5409   - "parent"
5410   - "name"
5411   - "conf-history"
5412
5413 # Test configuration - VPP MRR Test Configs 3n-dnv
5414 - type: "table"
5415   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5416   algorithm: "table_merged_details"
5417   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5418   columns:
5419   - title: " |prein| Test Name |preout| "
5420     data: "data name"
5421   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5422     data: "data conf-history"
5423   data: "vpp-mrr-results-3n-dnv"
5424   filter: "all"
5425   parameters:
5426   - "parent"
5427   - "name"
5428   - "conf-history"
5429
5430 # Test configuration - VPP MRR Test Configs 2n-dnv
5431 - type: "table"
5432   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5433   algorithm: "table_merged_details"
5434   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5435   columns:
5436   - title: " |prein| Test Name |preout| "
5437     data: "data name"
5438   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5439     data: "data conf-history"
5440   data: "vpp-mrr-results-2n-dnv"
5441   filter: "all"
5442   parameters:
5443   - "parent"
5444   - "name"
5445   - "conf-history"
5446
5447 # Detailed Test Results - VPP Device Results - Ubuntu
5448 - type: "table"
5449   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5450   algorithm: "table_merged_details"
5451   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5452   columns:
5453   - title: " |prein| Test Name |preout| "
5454     data: "data name"
5455   - title: " |prein| Status |preout| "
5456     data: "data status"
5457   data: "vpp-device-results-ubuntu"
5458   filter: "all"
5459   parameters:
5460   - "name"
5461   - "parent"
5462   - "doc"
5463   - "status"
5464
5465 # Test configuration - VPP Device Test Configs - Ubuntu
5466 - type: "table"
5467   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5468   algorithm: "table_merged_details"
5469   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5470   columns:
5471   - title: " |prein| Test Name |preout| "
5472     data: "data name"
5473   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5474     data: "data conf-history"
5475   data: "vpp-device-results-ubuntu"
5476   filter: "all"
5477   parameters:
5478   - "parent"
5479   - "name"
5480   - "conf-history"
5481
5482 ################################################################################
5483
5484 # DPDK Performance Changes 3n-hsw 1t1c pdr
5485 - type: "table"
5486   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5487   algorithm: "table_perf_comparison"
5488   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5489   history:
5490     - title: "rls1904"
5491       data: "dpdk-performance-changes-3n-hsw-h1"
5492   reference:
5493     title: "rls1908"
5494     data: "dpdk-performance-changes-3n-hsw-ref"
5495   compare:
5496     title: "rls2001"
5497     data: "dpdk-performance-changes-3n-hsw-cmp"
5498   data: "dpdk-performance-changes-3n-hsw"
5499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5500   filter: "'1T1C' and 'NDRPDR'"
5501   parameters:
5502   - "name"
5503   - "parent"
5504   - "throughput"
5505
5506 # DPDK Performance Changes 3n-hsw 2t2c pdr
5507 - type: "table"
5508   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5509   algorithm: "table_perf_comparison"
5510   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5511   history:
5512     - title: "rls1904"
5513       data: "dpdk-performance-changes-3n-hsw-h1"
5514   reference:
5515     title: "rls1908"
5516     data: "dpdk-performance-changes-3n-hsw-ref"
5517   compare:
5518     title: "rls2001"
5519     data: "dpdk-performance-changes-3n-hsw-cmp"
5520   data: "dpdk-performance-changes-3n-hsw"
5521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5522   filter: "'2T2C' and 'NDRPDR'"
5523   parameters:
5524   - "name"
5525   - "parent"
5526   - "throughput"
5527
5528 # DPDK Performance Changes 3n-hsw 1t1c ndr
5529 - type: "table"
5530   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5531   algorithm: "table_perf_comparison"
5532   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5533   history:
5534     - title: "rls1904"
5535       data: "dpdk-performance-changes-3n-hsw-h1"
5536   reference:
5537     title: "rls1908"
5538     data: "dpdk-performance-changes-3n-hsw-ref"
5539   compare:
5540     title: "rls2001"
5541     data: "dpdk-performance-changes-3n-hsw-cmp"
5542   data: "dpdk-performance-changes-3n-hsw"
5543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5544   filter: "'1T1C' and 'NDRPDR'"
5545   parameters:
5546   - "name"
5547   - "parent"
5548   - "throughput"
5549
5550 # DPDK Performance Changes 3n-hsw 2t2c ndr
5551 - type: "table"
5552   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5553   algorithm: "table_perf_comparison"
5554   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5555   history:
5556     - title: "rls1904"
5557       data: "dpdk-performance-changes-3n-hsw-h1"
5558   reference:
5559     title: "rls1908"
5560     data: "dpdk-performance-changes-3n-hsw-ref"
5561   compare:
5562     title: "rls2001"
5563     data: "dpdk-performance-changes-3n-hsw-cmp"
5564   data: "dpdk-performance-changes-3n-hsw"
5565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5566   filter: "'2T2C' and 'NDRPDR'"
5567   parameters:
5568   - "name"
5569   - "parent"
5570   - "throughput"
5571
5572 # DPDK Performance Changes 3n-skx 2t1c pdr
5573 - type: "table"
5574   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5575   algorithm: "table_perf_comparison"
5576   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5577   history:
5578     - title: "rls1904"
5579       data: "dpdk-performance-changes-3n-skx-h1"
5580   reference:
5581     title: "rls1908"
5582     data: "dpdk-performance-changes-3n-skx-ref"
5583   compare:
5584     title: "rls2001"
5585     data: "dpdk-performance-changes-3n-skx-cmp"
5586   data: "dpdk-performance-changes-3n-skx"
5587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5588   filter: "'2T1C' and 'NDRPDR'"
5589   parameters:
5590   - "name"
5591   - "parent"
5592   - "throughput"
5593
5594 # DPDK Performance Changes 3n-skx 4t2c pdr
5595 - type: "table"
5596   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5597   algorithm: "table_perf_comparison"
5598   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5599   history:
5600     - title: "rls1904"
5601       data: "dpdk-performance-changes-3n-skx-h1"
5602   reference:
5603     title: "rls1908"
5604     data: "dpdk-performance-changes-3n-skx-ref"
5605   compare:
5606     title: "rls2001"
5607     data: "dpdk-performance-changes-3n-skx-cmp"
5608   data: "dpdk-performance-changes-3n-skx"
5609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5610   filter: "'4T2C' and 'NDRPDR'"
5611   parameters:
5612   - "name"
5613   - "parent"
5614   - "throughput"
5615
5616 # DPDK Performance Changes 3n-skx 2t1c ndr
5617 - type: "table"
5618   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5619   algorithm: "table_perf_comparison"
5620   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5621   history:
5622     - title: "rls1904"
5623       data: "dpdk-performance-changes-3n-skx-h1"
5624   reference:
5625     title: "rls1908"
5626     data: "dpdk-performance-changes-3n-skx-ref"
5627   compare:
5628     title: "rls2001"
5629     data: "dpdk-performance-changes-3n-skx-cmp"
5630   data: "dpdk-performance-changes-3n-skx"
5631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5632   filter: "'2T1C' and 'NDRPDR'"
5633   parameters:
5634   - "name"
5635   - "parent"
5636   - "throughput"
5637
5638 # DPDK Performance Changes 3n-skx 4t2c ndr
5639 - type: "table"
5640   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5641   algorithm: "table_perf_comparison"
5642   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5643   history:
5644     - title: "rls1904"
5645       data: "dpdk-performance-changes-3n-skx-h1"
5646   reference:
5647     title: "rls1908"
5648     data: "dpdk-performance-changes-3n-skx-ref"
5649   compare:
5650     title: "rls2001"
5651     data: "dpdk-performance-changes-3n-skx-cmp"
5652   data: "dpdk-performance-changes-3n-skx"
5653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5654   filter: "'4T2C' and 'NDRPDR'"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "throughput"
5659
5660 # DPDK Performance Changes 2n-skx 2t1c pdr
5661 - type: "table"
5662   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5663   algorithm: "table_perf_comparison"
5664   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5665   history:
5666     - title: "rls1904"
5667       data: "dpdk-performance-changes-2n-skx-h1"
5668   reference:
5669     title: "rls1908"
5670     data: "dpdk-performance-changes-2n-skx-ref"
5671   compare:
5672     title: "rls2001"
5673     data: "dpdk-performance-changes-2n-skx-cmp"
5674   data: "dpdk-performance-changes-2n-skx"
5675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5676   filter: "'2T1C' and 'NDRPDR'"
5677   parameters:
5678   - "name"
5679   - "parent"
5680   - "throughput"
5681
5682 # DPDK Performance Changes 2n-skx 4t2c pdr
5683 - type: "table"
5684   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5685   algorithm: "table_perf_comparison"
5686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5687   history:
5688     - title: "rls1904"
5689       data: "dpdk-performance-changes-2n-skx-h1"
5690   reference:
5691     title: "rls1908"
5692     data: "dpdk-performance-changes-2n-skx-ref"
5693   compare:
5694     title: "rls2001"
5695     data: "dpdk-performance-changes-2n-skx-cmp"
5696   data: "dpdk-performance-changes-2n-skx"
5697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5698   filter: "'4T2C' and 'NDRPDR'"
5699   parameters:
5700   - "name"
5701   - "parent"
5702   - "throughput"
5703
5704 # DPDK Performance Changes 2n-skx 2t1c ndr
5705 - type: "table"
5706   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5707   algorithm: "table_perf_comparison"
5708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5709   history:
5710     - title: "rls1904"
5711       data: "dpdk-performance-changes-2n-skx-h1"
5712   reference:
5713     title: "rls1908"
5714     data: "dpdk-performance-changes-2n-skx-ref"
5715   compare:
5716     title: "rls2001"
5717     data: "dpdk-performance-changes-2n-skx-cmp"
5718   data: "dpdk-performance-changes-2n-skx"
5719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5720   filter: "'2T1C' and 'NDRPDR'"
5721   parameters:
5722   - "name"
5723   - "parent"
5724   - "throughput"
5725
5726 # DPDK Performance Changes 2n-skx 4t2c ndr
5727 - type: "table"
5728   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5729   algorithm: "table_perf_comparison"
5730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5731   history:
5732     - title: "rls1904"
5733       data: "dpdk-performance-changes-2n-skx-h1"
5734   reference:
5735     title: "rls1908"
5736     data: "dpdk-performance-changes-2n-skx-ref"
5737   compare:
5738     title: "rls2001"
5739     data: "dpdk-performance-changes-2n-skx-cmp"
5740   data: "dpdk-performance-changes-2n-skx"
5741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5742   filter: "'4T2C' and 'NDRPDR'"
5743   parameters:
5744   - "name"
5745   - "parent"
5746   - "throughput"
5747
5748 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5749 - type: "table"
5750   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5751   algorithm: "table_perf_comparison"
5752   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5753   reference:
5754     title: "3-Node Hsw"
5755     data: "dpdk-compare-testbeds-ref"
5756   compare:
5757     title: "3-Node Skx"
5758     data: "dpdk-compare-testbeds-cmp"
5759   data: "dpdk-compare-testbeds"
5760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5761   filter: "'NIC_Intel-X710'"
5762   parameters:
5763   - "name"
5764   - "parent"
5765   - "throughput"
5766
5767 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5768 - type: "table"
5769   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5770   algorithm: "table_perf_comparison"
5771   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5772   reference:
5773     title: "3-Node Hsw"
5774     data: "dpdk-compare-testbeds-ref"
5775   compare:
5776     title: "3-Node Skx"
5777     data: "dpdk-compare-testbeds-cmp"
5778   data: "dpdk-compare-testbeds"
5779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5780   filter: "'NIC_Intel-X710'"
5781   parameters:
5782   - "name"
5783   - "parent"
5784   - "throughput"
5785
5786 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5787 - type: "table"
5788   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5789   algorithm: "table_perf_comparison"
5790   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5791   reference:
5792     title: "2-Node Skx"
5793     data: "dpdk-compare-testbeds-skx-clx-ref"
5794   compare:
5795     title: "2-Node Clx"
5796     data: "dpdk-compare-testbeds-skx-clx-cmp"
5797   data: "dpdk-compare-testbeds-skx-clx"
5798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5799   filter: "all"
5800   parameters:
5801   - "name"
5802   - "parent"
5803   - "throughput"
5804
5805 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5806 - type: "table"
5807   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5808   algorithm: "table_perf_comparison"
5809   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5810   reference:
5811     title: "2-Node Skx"
5812     data: "dpdk-compare-testbeds-skx-clx-ref"
5813   compare:
5814     title: "2-Node Clx"
5815     data: "dpdk-compare-testbeds-skx-clx-cmp"
5816   data: "dpdk-compare-testbeds-skx-clx"
5817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5818   filter: "all"
5819   parameters:
5820   - "name"
5821   - "parent"
5822   - "throughput"
5823
5824 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5825 - type: "table"
5826   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5827   algorithm: "table_perf_comparison"
5828   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5829   reference:
5830     title: "3-Node Skx"
5831     data: "dpdk-compare-topologies-ref"
5832   compare:
5833     title: "2-Node Skx"
5834     data: "dpdk-compare-topologies-cmp"
5835   data: "dpdk-compare-topologies"
5836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5837   filter: "all"
5838   parameters:
5839   - "name"
5840   - "parent"
5841   - "throughput"
5842
5843 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5844 - type: "table"
5845   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5846   algorithm: "table_perf_comparison"
5847   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5848   reference:
5849     title: "3-Node Skx"
5850     data: "dpdk-compare-topologies-ref"
5851   compare:
5852     title: "2-Node Skx"
5853     data: "dpdk-compare-topologies-cmp"
5854   data: "dpdk-compare-topologies"
5855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5856   filter: "all"
5857   parameters:
5858   - "name"
5859   - "parent"
5860   - "throughput"
5861
5862 # Detailed Test Results - DPDK Performance Results 3n-hsw
5863 - type: "table"
5864   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5865   algorithm: "table_merged_details"
5866   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5867   columns:
5868   - title: " |prein| Test Name |preout| "
5869     data: "data name"
5870   - 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| "
5871     data: "data msg"
5872   data: "dpdk-perf-results-3n-hsw"
5873   filter: "all"
5874   parameters:
5875   - "name"
5876   - "parent"
5877   - "msg"
5878
5879 # Detailed Test Results - DPDK Performance Results 3n-skx
5880 - type: "table"
5881   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5882   algorithm: "table_merged_details"
5883   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5884   columns:
5885   - title: " |prein| Test Name |preout| "
5886     data: "data name"
5887   - 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| "
5888     data: "data msg"
5889   data: "dpdk-perf-results-3n-skx"
5890   filter: "all"
5891   remove-ndr: True  # Temporary solution: remove NDR results from test message
5892   parameters:
5893   - "name"
5894   - "parent"
5895   - "msg"
5896
5897 # Detailed Test Results - DPDK Performance Results 2n-skx
5898 - type: "table"
5899   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5900   algorithm: "table_merged_details"
5901   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5902   columns:
5903   - title: " |prein| Test Name |preout| "
5904     data: "data name"
5905   - 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| "
5906     data: "data msg"
5907   data: "dpdk-perf-results-2n-skx"
5908   filter: "all"
5909   remove-ndr: True  # Temporary solution: remove NDR results from test message
5910   parameters:
5911   - "name"
5912   - "parent"
5913   - "msg"
5914
5915 # Detailed Test Results - DPDK Performance Results 2n-clx
5916 - type: "table"
5917   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5918   algorithm: "table_merged_details"
5919   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5920   columns:
5921   - title: " |prein| Test Name |preout| "
5922     data: "data name"
5923   - 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| "
5924     data: "data msg"
5925   data: "dpdk-perf-results-2n-clx"
5926   filter: "all"
5927   parameters:
5928   - "name"
5929   - "parent"
5930   - "msg"
5931
5932 # Detailed Test Results - DPDK Performance Results 2n-dnv
5933 - type: "table"
5934   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5935   algorithm: "table_merged_details"
5936   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5937   columns:
5938   - title: " |prein| Test Name |preout| "
5939     data: "data name"
5940   - 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| "
5941     data: "data msg"
5942   data: "dpdk-perf-results-2n-dnv"
5943   filter: "all"
5944   parameters:
5945   - "name"
5946   - "parent"
5947   - "msg"
5948
5949 # Detailed Test Results - DPDK Performance Results 3n-dnv
5950 - type: "table"
5951   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5952   algorithm: "table_merged_details"
5953   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5954   columns:
5955   - title: " |prein| Test Name |preout| "
5956     data: "data name"
5957   - 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| "
5958     data: "data msg"
5959   data: "dpdk-perf-results-3n-dnv"
5960   filter: "all"
5961   parameters:
5962   - "name"
5963   - "parent"
5964   - "msg"
5965
5966 # Detailed Test Results - DPDK Performance Results 3n-tsh
5967 - type: "table"
5968   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5969   algorithm: "table_merged_details"
5970   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5971   columns:
5972   - title: " |prein| Test Name |preout| "
5973     data: "data name"
5974   - 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| "
5975     data: "data msg"
5976   data: "dpdk-perf-results-3n-tsh"
5977   filter: "all"
5978   parameters:
5979   - "name"
5980   - "parent"
5981   - "msg"
5982
5983 ################################################################################
5984 ###                                F I L E S                                 ###
5985 ################################################################################
5986
5987 # VPP Performance Results
5988 - type: "file"
5989   title: "VPP Performance Results"
5990   algorithm: "file_details_split"
5991   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5992   dir-tables:
5993     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5994     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5995     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5996     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5997     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5998     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5999     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6000   data:
6001     - "vpp-perf-results-2n-skx"
6002     - "vpp-perf-results-3n-skx"
6003     - "vpp-perf-results-2n-clx"
6004     - "vpp-perf-results-3n-hsw"
6005     - "vpp-perf-results-3n-tsh"
6006     - "vpp-perf-results-2n-dnv"
6007     - "vpp-perf-results-3n-dnv"
6008   filter: "all"
6009   data-start-level: 4
6010   order-chapters:
6011     level-1:
6012       - "l2"
6013       - "ip4"
6014       - "ip6"
6015       - "srv6"
6016       - "ip4_tunnels"
6017       - "ip6_tunnels"
6018       - "vm_vhost"
6019       - "container_memif"
6020       - "crypto"
6021       - "vts"
6022       - "lb"
6023       - "nfv_density"
6024       - "hoststack"
6025     level-2:
6026       - "2n-skx"
6027       - "3n-skx"
6028       - "2n-clx"
6029       - "3n-hsw"
6030       - "3n-tsh"
6031       - "2n-dnv"
6032       - "3n-dnv"
6033     level-3:
6034       - "xl710"
6035       - "x520"
6036       - "xxv710"
6037       - "x710"
6038       - "x553"
6039       - "cx556a"
6040       - "vic1227"
6041       - "vic1385"
6042
6043 # VPP Performance Configuration
6044 - type: "file"
6045   title: "VPP Performance Configuration"
6046   algorithm: "file_details_split"
6047   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6048   dir-tables:
6049     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6050     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6051     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6052     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6053     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6054     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6055     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6056   data:
6057     - "vpp-perf-results-2n-skx"
6058     - "vpp-perf-results-3n-skx"
6059     - "vpp-perf-results-2n-clx"
6060     - "vpp-perf-results-3n-hsw"
6061     - "vpp-perf-results-3n-tsh"
6062     - "vpp-perf-results-2n-dnv"
6063     - "vpp-perf-results-3n-dnv"
6064   filter: "all"
6065   data-start-level: 4
6066   order-chapters:
6067     level-1:
6068       - "l2"
6069       - "ip4"
6070       - "ip6"
6071       - "srv6"
6072       - "ip4_tunnels"
6073       - "ip6_tunnels"
6074       - "vm_vhost"
6075       - "container_memif"
6076       - "crypto"
6077       - "vts"
6078       - "lb"
6079       - "nfv_density"
6080       - "hoststack"
6081     level-2:
6082       - "2n-skx"
6083       - "3n-skx"
6084       - "2n-clx"
6085       - "3n-hsw"
6086       - "3n-tsh"
6087       - "2n-dnv"
6088       - "3n-dnv"
6089     level-3:
6090       - "xl710"
6091       - "x520"
6092       - "xxv710"
6093       - "x710"
6094       - "x553"
6095       - "cx556a"
6096       - "vic1227"
6097       - "vic1385"
6098
6099 # VPP Performance Operational
6100 - type: "file"
6101   title: "VPP Performance Operational"
6102   algorithm: "file_details_split_html"
6103   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6104   dir-tables:
6105     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6106     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6107     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6108     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6109     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6110     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6111     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6112   data:
6113     - "vpp-perf-results-2n-skx"
6114     - "vpp-perf-results-3n-skx"
6115     - "vpp-perf-results-2n-clx"
6116     - "vpp-perf-results-3n-hsw"
6117     - "vpp-perf-results-3n-tsh"
6118     - "vpp-perf-results-2n-dnv"
6119     - "vpp-perf-results-3n-dnv"
6120   filter: "all"
6121   data-start-level: 4
6122   order-chapters:
6123     level-1:
6124       - "l2"
6125       - "ip4"
6126       - "ip6"
6127       - "srv6"
6128       - "ip4_tunnels"
6129       - "ip6_tunnels"
6130       - "vm_vhost"
6131       - "container_memif"
6132       - "crypto"
6133       - "vts"
6134       - "lb"
6135       - "nfv_density"
6136       - "hoststack"
6137     level-2:
6138       - "2n-skx"
6139       - "3n-skx"
6140       - "2n-clx"
6141       - "3n-hsw"
6142       - "3n-tsh"
6143       - "2n-dnv"
6144       - "3n-dnv"
6145     level-3:
6146       - "xl710"
6147       - "x520"
6148       - "xxv710"
6149       - "x710"
6150       - "x553"
6151       - "cx556a"
6152       - "vic1227"
6153       - "vic1385"
6154
6155 # VPP MRR Results
6156 - type: "file"
6157   title: "VPP MRR Results"
6158   algorithm: "file_details_split"
6159   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6160   dir-tables:
6161     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6162     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6163     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6164     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6165     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6166     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6167     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6168   data:
6169     - "vpp-mrr-results-2n-skx"
6170     - "vpp-mrr-results-3n-skx"
6171     - "vpp-mrr-results-2n-clx"
6172     - "vpp-mrr-results-3n-hsw"
6173     - "vpp-mrr-results-3n-tsh"
6174     - "vpp-mrr-results-2n-dnv"
6175     - "vpp-mrr-results-3n-dnv"
6176   filter: "all"
6177   data-start-level: 4
6178   order-chapters:
6179     level-1:
6180       - "l2"
6181       - "ip4"
6182       - "ip6"
6183       - "srv6"
6184       - "ip4_tunnels"
6185       - "ip6_tunnels"
6186       - "vm_vhost"
6187       - "container_memif"
6188       - "crypto"
6189       - "vts"
6190       - "lb"
6191       - "nfv_density"
6192       - "hoststack"
6193     level-2:
6194       - "2n-skx"
6195       - "3n-skx"
6196       - "2n-clx"
6197       - "3n-hsw"
6198       - "3n-tsh"
6199       - "2n-dnv"
6200       - "3n-dnv"
6201     level-3:
6202       - "xl710"
6203       - "x520"
6204       - "xxv710"
6205       - "x710"
6206       - "x553"
6207       - "cx556a"
6208       - "vic1227"
6209       - "vic1385"
6210
6211 # VPP MRR Configuration
6212 - type: "file"
6213   title: "VPP MRR Configuration"
6214   algorithm: "file_details_split"
6215   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6216   dir-tables:
6217     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6218     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6219     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6220     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6221     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6222     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6223     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6224   data:
6225     - "vpp-mrr-results-2n-skx"
6226     - "vpp-mrr-results-3n-skx"
6227     - "vpp-mrr-results-2n-clx"
6228     - "vpp-mrr-results-3n-hsw"
6229     - "vpp-mrr-results-3n-tsh"
6230     - "vpp-mrr-results-2n-dnv"
6231     - "vpp-mrr-results-3n-dnv"
6232   filter: "all"
6233   data-start-level: 4
6234   order-chapters:
6235     level-1:
6236       - "l2"
6237       - "ip4"
6238       - "ip6"
6239       - "srv6"
6240       - "ip4_tunnels"
6241       - "ip6_tunnels"
6242       - "vm_vhost"
6243       - "container_memif"
6244       - "crypto"
6245       - "vts"
6246       - "lb"
6247       - "nfv_density"
6248       - "hoststack"
6249     level-2:
6250       - "2n-skx"
6251       - "3n-skx"
6252       - "2n-clx"
6253       - "3n-hsw"
6254       - "3n-tsh"
6255       - "2n-dnv"
6256       - "3n-dnv"
6257     level-3:
6258       - "xl710"
6259       - "x520"
6260       - "xxv710"
6261       - "x710"
6262       - "x553"
6263       - "cx556a"
6264       - "vic1227"
6265       - "vic1385"
6266
6267 # VPP Device Results - Ubuntu
6268 - type: "file"
6269   title: "VPP Device Results - Ubuntu"
6270   algorithm: "file_test_results"
6271   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6272   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6273   data: "vpp-device-results-ubuntu"
6274   filter: "all"
6275   data-start-level: 4
6276
6277 # VPP Device Configuration - Ubuntu
6278 - type: "file"
6279   title: "VPP Device Configuration - Ubuntu"
6280   algorithm: "file_test_results"
6281   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6282   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6283   data: "vpp-device-results-ubuntu"
6284   filter: "all"
6285   data-start-level: 4
6286
6287 # DPDK Performance Results 3n-hsw
6288 - type: "file"
6289   title: "DPDK Performance Results 3n-hsw"
6290   algorithm: "file_test_results"
6291   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6292   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6293   data: "dpdk-perf-results-3n-hsw"
6294   filter: "all"
6295   data-start-level: 4
6296
6297 # DPDK Performance Results 3n-skx
6298 - type: "file"
6299   title: "DPDK Performance Results 3n-skx"
6300   algorithm: "file_test_results"
6301   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6302   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6303   data: "dpdk-perf-results-3n-skx"
6304   filter: "all"
6305   data-start-level: 4
6306
6307 # DPDK Performance Results 2n-skx
6308 - type: "file"
6309   title: "DPDK Performance Results 2n-skx"
6310   algorithm: "file_test_results"
6311   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6312   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6313   data: "dpdk-perf-results-2n-skx"
6314   filter: "all"
6315   data-start-level: 4
6316
6317 # DPDK Performance Results 2n-clx
6318 - type: "file"
6319   title: "DPDK Performance Results 2n-clx"
6320   algorithm: "file_test_results"
6321   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6322   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6323   data: "dpdk-perf-results-2n-clx"
6324   filter: "all"
6325   data-start-level: 4
6326
6327 # DPDK Performance Results 2n-dnv
6328 - type: "file"
6329   title: "DPDK Performance Results 2n-dnv"
6330   algorithm: "file_test_results"
6331   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6332   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6333   data: "dpdk-perf-results-2n-dnv"
6334   filter: "all"
6335   data-start-level: 4
6336
6337 # DPDK Performance Results 3n-dnv
6338 - type: "file"
6339   title: "DPDK Performance Results 3n-dnv"
6340   algorithm: "file_test_results"
6341   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6342   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6343   data: "dpdk-perf-results-3n-dnv"
6344   filter: "all"
6345   data-start-level: 4
6346
6347 # DPDK Performance Results 3n-tsh
6348 - type: "file"
6349   title: "DPDK Performance Results 3n-tsh"
6350   algorithm: "file_test_results"
6351   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6352   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6353   data: "dpdk-perf-results-3n-tsh"
6354   filter: "all"
6355   data-start-level: 4
6356
6357 ################################################################################
6358 ###                                P L O T S                                 ###
6359 ################################################################################
6360
6361 # Hoststack tests 3n-hsw
6362
6363 - type: "plot"
6364   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6365   algorithm: "plot_perf_box_name"
6366   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6367   data: "plot-vpp-hoststack-3n-hsw"
6368   include:
6369     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6370     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6371   layout:
6372     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6373     layout: "plot-hoststack"
6374
6375 - type: "plot"
6376   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6377   algorithm: "plot_perf_box_name"
6378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6379   data: "plot-vpp-hoststack-3n-hsw"
6380   include:
6381     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6382     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6383   layout:
6384     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6385     layout: "plot-hoststack"
6386
6387 - type: "plot"
6388   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6389   algorithm: "plot_perf_box_name"
6390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6391   data: "plot-vpp-hoststack-3n-hsw"
6392   include:
6393     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6394     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6395     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6396     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6397   layout:
6398     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6399     layout: "plot-hoststack"
6400
6401 # Plots VPP HTTP Server Performance
6402 - type: "plot"
6403   title: "VPP HTTP Server Performance"
6404   algorithm: "plot_http_server_perf_box"
6405   output-file-type: ".html"
6406   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6407   data:
6408     "plot-vpp-http-server-performance"
6409   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6410   parameters:
6411   - "result"
6412   - "name"
6413   traces:
6414     hoverinfo: "y+name"
6415     boxpoints: "outliers"
6416     whiskerwidth: 0
6417   layout:
6418     title: "VPP HTTP Server Performance"
6419     layout:
6420       "plot-cps"
6421
6422 - type: "plot"
6423   title: "VPP HTTP Server Performance"
6424   algorithm: "plot_http_server_perf_box"
6425   output-file-type: ".html"
6426   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6427   data:
6428     "plot-vpp-http-server-performance"
6429   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6430   parameters:
6431   - "result"
6432   - "name"
6433   traces:
6434     hoverinfo: "y+name"
6435     boxpoints: "outliers"
6436     whiskerwidth: 0
6437   layout:
6438     title: "VPP HTTP Server Performance"
6439     layout:
6440       "plot-rps"
6441
6442 ################################################################################
6443
6444 # Soak Test (PLRsearch), boxes - 2n-clx
6445 - type: "plot"
6446   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6447   algorithm: "plot_perf_box_name"
6448   output-file-type: ".html"
6449   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6450   data: "plot-vpp-soak-2n-clx"
6451   include:
6452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6458   layout:
6459     title: "30 Minutes Soak Test (PLRsearch)"
6460     layout: "plot-soak-throughput"
6461
6462 # Soak Test (PLRsearch), boxes - 2n-clx
6463 - type: "plot"
6464   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6465   algorithm: "plot_perf_box_name"
6466   output-file-type: ".html"
6467   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6468   data: "plot-vpp-soak-2n-clx"
6469   include:
6470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6475     - "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"
6476   layout:
6477     title: "30 Minutes Soak Test (PLRsearch)"
6478     layout: "plot-soak-throughput"
6479
6480 ###############################################################################
6481
6482 # Reconf tests 2n-skx
6483
6484 #- type: "plot"
6485 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6486 #  algorithm: "plot_nf_reconf_box_name"
6487 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6488 #  data: "plot-vpp-nfv-reconf-2n-skx"
6489 #  include:
6490 #    - "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"
6491 #    - "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"
6492 #    - "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"
6493 #    - "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"
6494 #    - "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"
6495 #    - "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"
6496 #  layout:
6497 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6498 #    layout: "plot-throughput"
6499 #
6500 #- type: "plot"
6501 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6502 #  algorithm: "plot_nf_reconf_box_name"
6503 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6504 #  data: "plot-vpp-nfv-reconf-2n-skx"
6505 #  include:
6506 #    - "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"
6507 #    - "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"
6508 #    - "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"
6509 #    - "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"
6510 #    - "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"
6511 #    - "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"
6512 #  layout:
6513 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6514 #    layout: "plot-throughput"
6515 #
6516 #- type: "plot"
6517 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6518 #  algorithm: "plot_nf_reconf_box_name"
6519 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6520 #  data: "plot-vpp-nfv-reconf-2n-skx"
6521 #  include:
6522 #    - "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"
6523 #    - "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"
6524 #    - "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"
6525 #    - "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"
6526 #    - "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"
6527 #    - "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"
6528 #  layout:
6529 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6530 #    layout: "plot-throughput"
6531
6532 ###############################################################################
6533
6534 # Reconf tests 2n-clx
6535
6536 - type: "plot"
6537   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6538   algorithm: "plot_nf_reconf_box_name"
6539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6540   data: "plot-vpp-nfv-reconf-2n-clx"
6541   include:
6542     - "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"
6543     - "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"
6544     - "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"
6545     - "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"
6546   layout:
6547     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6548     layout: "plot-throughput"
6549
6550 - type: "plot"
6551   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6552   algorithm: "plot_nf_reconf_box_name"
6553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6554   data: "plot-vpp-nfv-reconf-2n-clx"
6555   include:
6556     - "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"
6557     - "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"
6558     - "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"
6559     - "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"
6560   layout:
6561     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6562     layout: "plot-throughput"
6563
6564 - type: "plot"
6565   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6566   algorithm: "plot_nf_reconf_box_name"
6567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6568   data: "plot-vpp-nfv-reconf-2n-clx"
6569   include:
6570     - "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"
6571     - "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"
6572     - "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"
6573     - "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"
6574   layout:
6575     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6576     layout: "plot-throughput"
6577
6578 ################################################################################
6579 ## Plots - NF Density - VSC - MRR 64b
6580 #- type: "plot"
6581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6582 #  algorithm: "plot_nf_heatmap"
6583 #  output-file-type: ".html"
6584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6585 #  data: "plot-vpp-nfv-2n-skx-mrr"
6586 #  filter: "'NIC_Intel-XXV710' and
6587 #           'NF_DENSITY' and
6588 #           'VHOST' and
6589 #           not 'VXLAN' and
6590 #           'CHAIN' and
6591 #           'NF_VPPIP4' and
6592 #           '64B' and
6593 #           '2T1C' and
6594 #           'MRR'"
6595 #  parameters:
6596 #  - "result"
6597 #  - "name"
6598 #  - "tags"
6599 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6600 #  x-axis: "X = VNFs per Service Chain"
6601 #  y-axis: "Y = Number of Service Chains"
6602 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6603 #  layout:
6604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6605 #    layout: "plot-service-density"
6606 #
6607 #- type: "plot"
6608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6609 #  algorithm: "plot_nf_heatmap"
6610 #  output-file-type: ".html"
6611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6612 #  data: "plot-vpp-nfv-2n-skx-mrr"
6613 #  filter: "'NIC_Intel-XXV710' and
6614 #           'NF_DENSITY' and
6615 #           'VHOST' and
6616 #           not 'VXLAN' and
6617 #           'CHAIN' and
6618 #           'NF_VPPIP4' and
6619 #           '64B' and
6620 #           '4T2C' and
6621 #           'MRR'"
6622 #  parameters:
6623 #  - "result"
6624 #  - "name"
6625 #  - "tags"
6626 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6627 #  x-axis: "X = VNFs per Service Chain"
6628 #  y-axis: "Y = Number of Service Chains"
6629 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6630 #  layout:
6631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6632 #    layout: "plot-service-density"
6633 #
6634 #- type: "plot"
6635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6636 #  algorithm: "plot_nf_heatmap"
6637 #  output-file-type: ".html"
6638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6639 #  data: "plot-vpp-nfv-2n-skx-mrr"
6640 #  filter: "'NIC_Intel-XXV710' and
6641 #           'NF_DENSITY' and
6642 #           'VHOST' and
6643 #           not 'VXLAN' and
6644 #           'CHAIN' and
6645 #           'NF_VPPIP4' and
6646 #           '64B' and
6647 #           '8T4C' and
6648 #           'MRR'"
6649 #  parameters:
6650 #  - "result"
6651 #  - "name"
6652 #  - "tags"
6653 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6654 #  x-axis: "X = VNFs per Service Chain"
6655 #  y-axis: "Y = Number of Service Chains"
6656 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6657 #  layout:
6658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6659 #    layout: "plot-service-density"
6660 #
6661 ## Plots - NF Density - VSC - MRR IMIX
6662 #- type: "plot"
6663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6664 #  algorithm: "plot_nf_heatmap"
6665 #  output-file-type: ".html"
6666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6667 #  data: "plot-vpp-nfv-2n-skx-mrr"
6668 #  filter: "'NIC_Intel-XXV710' and
6669 #           'NF_DENSITY' and
6670 #           'VHOST' and
6671 #           not 'VXLAN' and
6672 #           'CHAIN' and
6673 #           'NF_VPPIP4' and
6674 #           'IMIX' and
6675 #           '2T1C' and
6676 #           'MRR'"
6677 #  parameters:
6678 #  - "result"
6679 #  - "name"
6680 #  - "tags"
6681 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6682 #  x-axis: "X = VNFs per Service Chain"
6683 #  y-axis: "Y = Number of Service Chains"
6684 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6685 #  layout:
6686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6687 #    layout: "plot-service-density"
6688 #
6689 #- type: "plot"
6690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6691 #  algorithm: "plot_nf_heatmap"
6692 #  output-file-type: ".html"
6693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6694 #  data: "plot-vpp-nfv-2n-skx-mrr"
6695 #  filter: "'NIC_Intel-XXV710' and
6696 #           'NF_DENSITY' and
6697 #           'VHOST' and
6698 #           not 'VXLAN' and
6699 #           'CHAIN' and
6700 #           'NF_VPPIP4' and
6701 #           'IMIX' and
6702 #           '4T2C' and
6703 #           'MRR'"
6704 #  parameters:
6705 #  - "result"
6706 #  - "name"
6707 #  - "tags"
6708 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6709 #  x-axis: "X = VNFs per Service Chain"
6710 #  y-axis: "Y = Number of Service Chains"
6711 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6712 #  layout:
6713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6714 #    layout: "plot-service-density"
6715 #
6716 #- type: "plot"
6717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6718 #  algorithm: "plot_nf_heatmap"
6719 #  output-file-type: ".html"
6720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6721 #  data: "plot-vpp-nfv-2n-skx-mrr"
6722 #  filter: "'NIC_Intel-XXV710' and
6723 #           'NF_DENSITY' and
6724 #           'VHOST' and
6725 #           not 'VXLAN' and
6726 #           'CHAIN' and
6727 #           'NF_VPPIP4' and
6728 #           'IMIX' and
6729 #           '8T4C' and
6730 #           'MRR'"
6731 #  parameters:
6732 #  - "result"
6733 #  - "name"
6734 #  - "tags"
6735 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6736 #  x-axis: "X = VNFs per Service Chain"
6737 #  y-axis: "Y = Number of Service Chains"
6738 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6739 #  layout:
6740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6741 #    layout: "plot-service-density"
6742 #
6743 ## Plots - NF Density - VSC - NDR 64b
6744 #- type: "plot"
6745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6746 #  algorithm: "plot_nf_heatmap"
6747 #  output-file-type: ".html"
6748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6749 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6750 #  filter: "'NIC_Intel-XXV710' and
6751 #           'NF_DENSITY' and
6752 #           'VHOST' and
6753 #           not 'VXLAN' and
6754 #           'CHAIN' and
6755 #           'NF_VPPIP4' and
6756 #           '64B' and
6757 #           '2T1C' and
6758 #           'NDRPDR'"
6759 #  parameters:
6760 #  - "throughput"
6761 #  - "name"
6762 #  - "tags"
6763 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6764 #  x-axis: "X = VNFs per Service Chain"
6765 #  y-axis: "Y = Number of Service Chains"
6766 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6767 #  layout:
6768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6769 #    layout: "plot-service-density"
6770 #
6771 #- type: "plot"
6772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6773 #  algorithm: "plot_nf_heatmap"
6774 #  output-file-type: ".html"
6775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6776 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6777 #  filter: "'NIC_Intel-XXV710' and
6778 #           'NF_DENSITY' and
6779 #           'VHOST' and
6780 #           not 'VXLAN' and
6781 #           'CHAIN' and
6782 #           'NF_VPPIP4' and
6783 #           '64B' and
6784 #           '4T2C' and
6785 #           'NDRPDR'"
6786 #  parameters:
6787 #  - "throughput"
6788 #  - "name"
6789 #  - "tags"
6790 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6791 #  x-axis: "X = VNFs per Service Chain"
6792 #  y-axis: "Y = Number of Service Chains"
6793 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6794 #  layout:
6795 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6796 #    layout: "plot-service-density"
6797 #
6798 #- type: "plot"
6799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6800 #  algorithm: "plot_nf_heatmap"
6801 #  output-file-type: ".html"
6802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6803 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6804 #  filter: "'NIC_Intel-XXV710' and
6805 #           'NF_DENSITY' and
6806 #           'VHOST' and
6807 #           not 'VXLAN' and
6808 #           'CHAIN' and
6809 #           'NF_VPPIP4' and
6810 #           '64B' and
6811 #           '8T4C' and
6812 #           'NDRPDR'"
6813 #  parameters:
6814 #  - "throughput"
6815 #  - "name"
6816 #  - "tags"
6817 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6818 #  x-axis: "X = VNFs per Service Chain"
6819 #  y-axis: "Y = Number of Service Chains"
6820 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6821 #  layout:
6822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6823 #    layout: "plot-service-density"
6824 #
6825 ## Plots - NF Density - VSC - NDR IMIX
6826 #- type: "plot"
6827 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6828 #  algorithm: "plot_nf_heatmap"
6829 #  output-file-type: ".html"
6830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6831 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6832 #  filter: "'NIC_Intel-XXV710' and
6833 #           'NF_DENSITY' and
6834 #           'VHOST' and
6835 #           not 'VXLAN' and
6836 #           'CHAIN' and
6837 #           'NF_VPPIP4' and
6838 #           'IMIX' and
6839 #           '2T1C' and
6840 #           'NDRPDR'"
6841 #  parameters:
6842 #  - "throughput"
6843 #  - "name"
6844 #  - "tags"
6845 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6846 #  x-axis: "X = VNFs per Service Chain"
6847 #  y-axis: "Y = Number of Service Chains"
6848 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6849 #  layout:
6850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6851 #    layout: "plot-service-density"
6852 #
6853 #- type: "plot"
6854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6855 #  algorithm: "plot_nf_heatmap"
6856 #  output-file-type: ".html"
6857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6858 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6859 #  filter: "'NIC_Intel-XXV710' and
6860 #           'NF_DENSITY' and
6861 #           'VHOST' and
6862 #           not 'VXLAN' and
6863 #           'CHAIN' and
6864 #           'NF_VPPIP4' and
6865 #           'IMIX' and
6866 #           '4T2C' and
6867 #           'NDRPDR'"
6868 #  parameters:
6869 #  - "throughput"
6870 #  - "name"
6871 #  - "tags"
6872 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6873 #  x-axis: "X = VNFs per Service Chain"
6874 #  y-axis: "Y = Number of Service Chains"
6875 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6876 #  layout:
6877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6878 #    layout: "plot-service-density"
6879 #
6880 #- type: "plot"
6881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6882 #  algorithm: "plot_nf_heatmap"
6883 #  output-file-type: ".html"
6884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6885 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6886 #  filter: "'NIC_Intel-XXV710' and
6887 #           'NF_DENSITY' and
6888 #           'VHOST' and
6889 #           not 'VXLAN' and
6890 #           'CHAIN' and
6891 #           'NF_VPPIP4' and
6892 #           'IMIX' and
6893 #           '8T4C' and
6894 #           'NDRPDR'"
6895 #  parameters:
6896 #  - "throughput"
6897 #  - "name"
6898 #  - "tags"
6899 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6900 #  x-axis: "X = VNFs per Service Chain"
6901 #  y-axis: "Y = Number of Service Chains"
6902 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6903 #  layout:
6904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6905 #    layout: "plot-service-density"
6906 #
6907 ## Plots - NF Density - VSC - PDR 64b
6908 #- type: "plot"
6909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6910 #  algorithm: "plot_nf_heatmap"
6911 #  output-file-type: ".html"
6912 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6913 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6914 #  filter: "'NIC_Intel-XXV710' and
6915 #           'NF_DENSITY' and
6916 #           'VHOST' and
6917 #           not 'VXLAN' and
6918 #           'CHAIN' and
6919 #           'NF_VPPIP4' and
6920 #           '64B' and
6921 #           '2T1C' and
6922 #           'NDRPDR'"
6923 #  parameters:
6924 #  - "throughput"
6925 #  - "name"
6926 #  - "tags"
6927 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6928 #  x-axis: "X = VNFs per Service Chain"
6929 #  y-axis: "Y = Number of Service Chains"
6930 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6931 #  layout:
6932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6933 #    layout: "plot-service-density"
6934 #
6935 #- type: "plot"
6936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6937 #  algorithm: "plot_nf_heatmap"
6938 #  output-file-type: ".html"
6939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6940 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6941 #  filter: "'NIC_Intel-XXV710' and
6942 #           'NF_DENSITY' and
6943 #           'VHOST' and
6944 #           not 'VXLAN' and
6945 #           'CHAIN' and
6946 #           'NF_VPPIP4' and
6947 #           '64B' and
6948 #           '4T2C' and
6949 #           'NDRPDR'"
6950 #  parameters:
6951 #  - "throughput"
6952 #  - "name"
6953 #  - "tags"
6954 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6955 #  x-axis: "X = VNFs per Service Chain"
6956 #  y-axis: "Y = Number of Service Chains"
6957 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6958 #  layout:
6959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6960 #    layout: "plot-service-density"
6961 #
6962 #- type: "plot"
6963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6964 #  algorithm: "plot_nf_heatmap"
6965 #  output-file-type: ".html"
6966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6967 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6968 #  filter: "'NIC_Intel-XXV710' and
6969 #           'NF_DENSITY' and
6970 #           'VHOST' and
6971 #           not 'VXLAN' and
6972 #           'CHAIN' and
6973 #           'NF_VPPIP4' and
6974 #           '64B' and
6975 #           '8T4C' and
6976 #           'NDRPDR'"
6977 #  parameters:
6978 #  - "throughput"
6979 #  - "name"
6980 #  - "tags"
6981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6982 #  x-axis: "X = VNFs per Service Chain"
6983 #  y-axis: "Y = Number of Service Chains"
6984 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6985 #  layout:
6986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6987 #    layout: "plot-service-density"
6988 #
6989 ## Plots - NF Density - VSC - PDR IMIX
6990 #- type: "plot"
6991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6992 #  algorithm: "plot_nf_heatmap"
6993 #  output-file-type: ".html"
6994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6995 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6996 #  filter: "'NIC_Intel-XXV710' and
6997 #           'NF_DENSITY' and
6998 #           'VHOST' and
6999 #           not 'VXLAN' and
7000 #           'CHAIN' and
7001 #           'NF_VPPIP4' and
7002 #           'IMIX' and
7003 #           '2T1C' and
7004 #           'NDRPDR'"
7005 #  parameters:
7006 #  - "throughput"
7007 #  - "name"
7008 #  - "tags"
7009 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7010 #  x-axis: "X = VNFs per Service Chain"
7011 #  y-axis: "Y = Number of Service Chains"
7012 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7013 #  layout:
7014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7015 #    layout: "plot-service-density"
7016 #
7017 #- type: "plot"
7018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7019 #  algorithm: "plot_nf_heatmap"
7020 #  output-file-type: ".html"
7021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7022 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7023 #  filter: "'NIC_Intel-XXV710' and
7024 #           'NF_DENSITY' and
7025 #           'VHOST' and
7026 #           not 'VXLAN' and
7027 #           'CHAIN' and
7028 #           'NF_VPPIP4' and
7029 #           'IMIX' and
7030 #           '4T2C' and
7031 #           'NDRPDR'"
7032 #  parameters:
7033 #  - "throughput"
7034 #  - "name"
7035 #  - "tags"
7036 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7037 #  x-axis: "X = VNFs per Service Chain"
7038 #  y-axis: "Y = Number of Service Chains"
7039 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7040 #  layout:
7041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7042 #    layout: "plot-service-density"
7043 #
7044 #- type: "plot"
7045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7046 #  algorithm: "plot_nf_heatmap"
7047 #  output-file-type: ".html"
7048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7049 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7050 #  filter: "'NIC_Intel-XXV710' and
7051 #           'NF_DENSITY' and
7052 #           'VHOST' and
7053 #           not 'VXLAN' and
7054 #           'CHAIN' and
7055 #           'NF_VPPIP4' and
7056 #           'IMIX' and
7057 #           '8T4C' and
7058 #           'NDRPDR'"
7059 #  parameters:
7060 #  - "throughput"
7061 #  - "name"
7062 #  - "tags"
7063 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7064 #  x-axis: "X = VNFs per Service Chain"
7065 #  y-axis: "Y = Number of Service Chains"
7066 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7067 #  layout:
7068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7069 #    layout: "plot-service-density"
7070 #
7071 ################################################################################
7072 ## Plots - NF Density - VSC - MRR 64b
7073 #- type: "plot"
7074 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7075 #  algorithm: "plot_nf_heatmap"
7076 #  output-file-type: ".html"
7077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7078 #  data: "plot-vpp-nfv-2n-skx-mrr"
7079 #  filter: "'NIC_Intel-XXV710' and
7080 #           'NF_DENSITY' and
7081 #           'VHOST' and
7082 #           'VXLAN' and
7083 #           'CHAIN' and
7084 #           '118' and
7085 #           '2T1C' and
7086 #           'MRR'"
7087 #  parameters:
7088 #  - "result"
7089 #  - "name"
7090 #  - "tags"
7091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7092 #  x-axis: "X = VNFs per Service Chain"
7093 #  y-axis: "Y = Number of Service Chains"
7094 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7095 #  layout:
7096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7097 #    layout: "plot-service-density"
7098 #
7099 #- type: "plot"
7100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7101 #  algorithm: "plot_nf_heatmap"
7102 #  output-file-type: ".html"
7103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7104 #  data: "plot-vpp-nfv-2n-skx-mrr"
7105 #  filter: "'NIC_Intel-XXV710' and
7106 #           'NF_DENSITY' and
7107 #           'VHOST' and
7108 #           'VXLAN' and
7109 #           'CHAIN' and
7110 #           '118' and
7111 #           '4T2C' and
7112 #           'MRR'"
7113 #  parameters:
7114 #  - "result"
7115 #  - "name"
7116 #  - "tags"
7117 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7118 #  x-axis: "X = VNFs per Service Chain"
7119 #  y-axis: "Y = Number of Service Chains"
7120 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7121 #  layout:
7122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7123 #    layout: "plot-service-density"
7124 #
7125 #- type: "plot"
7126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7127 #  algorithm: "plot_nf_heatmap"
7128 #  output-file-type: ".html"
7129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7130 #  data: "plot-vpp-nfv-2n-skx-mrr"
7131 #  filter: "'NIC_Intel-XXV710' and
7132 #           'NF_DENSITY' and
7133 #           'VHOST' and
7134 #           'VXLAN' and
7135 #           'CHAIN' and
7136 #           '118' and
7137 #           '8T4C' and
7138 #           'MRR'"
7139 #  parameters:
7140 #  - "result"
7141 #  - "name"
7142 #  - "tags"
7143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7144 #  x-axis: "X = VNFs per Service Chain"
7145 #  y-axis: "Y = Number of Service Chains"
7146 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7147 #  layout:
7148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7149 #    layout: "plot-service-density"
7150 #
7151 ## Plots - NF Density - VSC - MRR IMIX
7152 #- type: "plot"
7153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7154 #  algorithm: "plot_nf_heatmap"
7155 #  output-file-type: ".html"
7156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7157 #  data: "plot-vpp-nfv-2n-skx-mrr"
7158 #  filter: "'NIC_Intel-XXV710' and
7159 #           'NF_DENSITY' and
7160 #           'VHOST' and
7161 #           'VXLAN' and
7162 #           'CHAIN' and
7163 #           'IMIX' and
7164 #           '2T1C' and
7165 #           'MRR'"
7166 #  parameters:
7167 #  - "result"
7168 #  - "name"
7169 #  - "tags"
7170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7171 #  x-axis: "X = VNFs per Service Chain"
7172 #  y-axis: "Y = Number of Service Chains"
7173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7174 #  layout:
7175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7176 #    layout: "plot-service-density"
7177 #
7178 #- type: "plot"
7179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7180 #  algorithm: "plot_nf_heatmap"
7181 #  output-file-type: ".html"
7182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7183 #  data: "plot-vpp-nfv-2n-skx-mrr"
7184 #  filter: "'NIC_Intel-XXV710' and
7185 #           'NF_DENSITY' and
7186 #           'VHOST' and
7187 #           'VXLAN' and
7188 #           'CHAIN' and
7189 #           'IMIX' and
7190 #           '4T2C' and
7191 #           'MRR'"
7192 #  parameters:
7193 #  - "result"
7194 #  - "name"
7195 #  - "tags"
7196 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7197 #  x-axis: "X = VNFs per Service Chain"
7198 #  y-axis: "Y = Number of Service Chains"
7199 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7200 #  layout:
7201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7202 #    layout: "plot-service-density"
7203 #
7204 #- type: "plot"
7205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7206 #  algorithm: "plot_nf_heatmap"
7207 #  output-file-type: ".html"
7208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7209 #  data: "plot-vpp-nfv-2n-skx-mrr"
7210 #  filter: "'NIC_Intel-XXV710' and
7211 #           'NF_DENSITY' and
7212 #           'VHOST' and
7213 #           'VXLAN' and
7214 #           'CHAIN' and
7215 #           'IMIX' and
7216 #           '8T4C' and
7217 #           'MRR'"
7218 #  parameters:
7219 #  - "result"
7220 #  - "name"
7221 #  - "tags"
7222 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7223 #  x-axis: "X = VNFs per Service Chain"
7224 #  y-axis: "Y = Number of Service Chains"
7225 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7226 #  layout:
7227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7228 #    layout: "plot-service-density"
7229 #
7230 ## Plots - NF Density - VSC - NDR 64b
7231 #- type: "plot"
7232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7233 #  algorithm: "plot_nf_heatmap"
7234 #  output-file-type: ".html"
7235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7236 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7237 #  filter: "'NIC_Intel-XXV710' and
7238 #           'NF_DENSITY' and
7239 #           'VHOST' and
7240 #           'VXLAN' and
7241 #           'CHAIN' and
7242 #           '118' and
7243 #           '2T1C' and
7244 #           'NDRPDR'"
7245 #  parameters:
7246 #  - "throughput"
7247 #  - "name"
7248 #  - "tags"
7249 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7250 #  x-axis: "X = VNFs per Service Chain"
7251 #  y-axis: "Y = Number of Service Chains"
7252 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7253 #  layout:
7254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7255 #    layout: "plot-service-density"
7256 #
7257 #- type: "plot"
7258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7259 #  algorithm: "plot_nf_heatmap"
7260 #  output-file-type: ".html"
7261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7262 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7263 #  filter: "'NIC_Intel-XXV710' and
7264 #           'NF_DENSITY' and
7265 #           'VHOST' and
7266 #           'VXLAN' and
7267 #           'CHAIN' and
7268 #           '118' and
7269 #           '4T2C' and
7270 #           'NDRPDR'"
7271 #  parameters:
7272 #  - "throughput"
7273 #  - "name"
7274 #  - "tags"
7275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7276 #  x-axis: "X = VNFs per Service Chain"
7277 #  y-axis: "Y = Number of Service Chains"
7278 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7279 #  layout:
7280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7281 #    layout: "plot-service-density"
7282 #
7283 #- type: "plot"
7284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7285 #  algorithm: "plot_nf_heatmap"
7286 #  output-file-type: ".html"
7287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7288 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7289 #  filter: "'NIC_Intel-XXV710' and
7290 #           'NF_DENSITY' and
7291 #           'VHOST' and
7292 #           'VXLAN' and
7293 #           'CHAIN' and
7294 #           '118' and
7295 #           '8T4C' and
7296 #           'NDRPDR'"
7297 #  parameters:
7298 #  - "throughput"
7299 #  - "name"
7300 #  - "tags"
7301 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7302 #  x-axis: "X = VNFs per Service Chain"
7303 #  y-axis: "Y = Number of Service Chains"
7304 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7305 #  layout:
7306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7307 #    layout: "plot-service-density"
7308 #
7309 ## Plots - NF Density - VSC - NDR IMIX
7310 #- type: "plot"
7311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7312 #  algorithm: "plot_nf_heatmap"
7313 #  output-file-type: ".html"
7314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7316 #  filter: "'NIC_Intel-XXV710' and
7317 #           'NF_DENSITY' and
7318 #           'VHOST' and
7319 #           'VXLAN' and
7320 #           'CHAIN' and
7321 #           'IMIX' and
7322 #           '2T1C' and
7323 #           'NDRPDR'"
7324 #  parameters:
7325 #  - "throughput"
7326 #  - "name"
7327 #  - "tags"
7328 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7329 #  x-axis: "X = VNFs per Service Chain"
7330 #  y-axis: "Y = Number of Service Chains"
7331 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7332 #  layout:
7333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7334 #    layout: "plot-service-density"
7335 #
7336 #- type: "plot"
7337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7338 #  algorithm: "plot_nf_heatmap"
7339 #  output-file-type: ".html"
7340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7341 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7342 #  filter: "'NIC_Intel-XXV710' and
7343 #           'NF_DENSITY' and
7344 #           'VHOST' and
7345 #           'VXLAN' and
7346 #           'CHAIN' and
7347 #           'IMIX' and
7348 #           '4T2C' and
7349 #           'NDRPDR'"
7350 #  parameters:
7351 #  - "throughput"
7352 #  - "name"
7353 #  - "tags"
7354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7355 #  x-axis: "X = VNFs per Service Chain"
7356 #  y-axis: "Y = Number of Service Chains"
7357 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7358 #  layout:
7359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7360 #    layout: "plot-service-density"
7361 #
7362 #- type: "plot"
7363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7364 #  algorithm: "plot_nf_heatmap"
7365 #  output-file-type: ".html"
7366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7367 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7368 #  filter: "'NIC_Intel-XXV710' and
7369 #           'NF_DENSITY' and
7370 #           'VHOST' and
7371 #           'VXLAN' and
7372 #           'CHAIN' and
7373 #           'IMIX' and
7374 #           '8T4C' and
7375 #           'NDRPDR'"
7376 #  parameters:
7377 #  - "throughput"
7378 #  - "name"
7379 #  - "tags"
7380 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7381 #  x-axis: "X = VNFs per Service Chain"
7382 #  y-axis: "Y = Number of Service Chains"
7383 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7384 #  layout:
7385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7386 #    layout: "plot-service-density"
7387 #
7388 ## Plots - NF Density - VSC - PDR 64b
7389 #- type: "plot"
7390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7391 #  algorithm: "plot_nf_heatmap"
7392 #  output-file-type: ".html"
7393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7394 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7395 #  filter: "'NIC_Intel-XXV710' and
7396 #           'NF_DENSITY' and
7397 #           'VHOST' and
7398 #           'VXLAN' and
7399 #           'CHAIN' and
7400 #           '118' and
7401 #           '2T1C' and
7402 #           'NDRPDR'"
7403 #  parameters:
7404 #  - "throughput"
7405 #  - "name"
7406 #  - "tags"
7407 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7408 #  x-axis: "X = VNFs per Service Chain"
7409 #  y-axis: "Y = Number of Service Chains"
7410 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7411 #  layout:
7412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7413 #    layout: "plot-service-density"
7414 #
7415 #- type: "plot"
7416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7417 #  algorithm: "plot_nf_heatmap"
7418 #  output-file-type: ".html"
7419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7420 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7421 #  filter: "'NIC_Intel-XXV710' and
7422 #           'NF_DENSITY' and
7423 #           'VHOST' and
7424 #           'VXLAN' and
7425 #           'CHAIN' and
7426 #           '118' and
7427 #           '4T2C' and
7428 #           'NDRPDR'"
7429 #  parameters:
7430 #  - "throughput"
7431 #  - "name"
7432 #  - "tags"
7433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7434 #  x-axis: "X = VNFs per Service Chain"
7435 #  y-axis: "Y = Number of Service Chains"
7436 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7437 #  layout:
7438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7439 #    layout: "plot-service-density"
7440 #
7441 #- type: "plot"
7442 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7443 #  algorithm: "plot_nf_heatmap"
7444 #  output-file-type: ".html"
7445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7446 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7447 #  filter: "'NIC_Intel-XXV710' and
7448 #           'NF_DENSITY' and
7449 #           'VHOST' and
7450 #           'VXLAN' and
7451 #           'CHAIN' and
7452 #           '118' and
7453 #           '8T4C' and
7454 #           'NDRPDR'"
7455 #  parameters:
7456 #  - "throughput"
7457 #  - "name"
7458 #  - "tags"
7459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7460 #  x-axis: "X = VNFs per Service Chain"
7461 #  y-axis: "Y = Number of Service Chains"
7462 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7463 #  layout:
7464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7465 #    layout: "plot-service-density"
7466 #
7467 ## Plots - NF Density - VSC - PDR IMIX
7468 #- type: "plot"
7469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7470 #  algorithm: "plot_nf_heatmap"
7471 #  output-file-type: ".html"
7472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7474 #  filter: "'NIC_Intel-XXV710' and
7475 #           'NF_DENSITY' and
7476 #           'VHOST' and
7477 #           'VXLAN' and
7478 #           'CHAIN' and
7479 #           'IMIX' and
7480 #           '2T1C' and
7481 #           'NDRPDR'"
7482 #  parameters:
7483 #  - "throughput"
7484 #  - "name"
7485 #  - "tags"
7486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7487 #  x-axis: "X = VNFs per Service Chain"
7488 #  y-axis: "Y = Number of Service Chains"
7489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7490 #  layout:
7491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7492 #    layout: "plot-service-density"
7493 #
7494 #- type: "plot"
7495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7496 #  algorithm: "plot_nf_heatmap"
7497 #  output-file-type: ".html"
7498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7500 #  filter: "'NIC_Intel-XXV710' and
7501 #           'NF_DENSITY' and
7502 #           'VHOST' and
7503 #           'VXLAN' and
7504 #           'CHAIN' and
7505 #           'IMIX' and
7506 #           '4T2C' and
7507 #           'NDRPDR'"
7508 #  parameters:
7509 #  - "throughput"
7510 #  - "name"
7511 #  - "tags"
7512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7513 #  x-axis: "X = VNFs per Service Chain"
7514 #  y-axis: "Y = Number of Service Chains"
7515 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7516 #  layout:
7517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7518 #    layout: "plot-service-density"
7519 #
7520 #- type: "plot"
7521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7522 #  algorithm: "plot_nf_heatmap"
7523 #  output-file-type: ".html"
7524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7525 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7526 #  filter: "'NIC_Intel-XXV710' and
7527 #           'NF_DENSITY' and
7528 #           'VHOST' and
7529 #           'VXLAN' and
7530 #           'CHAIN' and
7531 #           'IMIX' and
7532 #           '8T4C' and
7533 #           'NDRPDR'"
7534 #  parameters:
7535 #  - "throughput"
7536 #  - "name"
7537 #  - "tags"
7538 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7539 #  x-axis: "X = VNFs per Service Chain"
7540 #  y-axis: "Y = Number of Service Chains"
7541 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7542 #  layout:
7543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7544 #    layout: "plot-service-density"
7545 #
7546 ################################################################################
7547 ## Plots - NF Density - CSC - MRR 64b
7548 #- type: "plot"
7549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7550 #  algorithm: "plot_nf_heatmap"
7551 #  output-file-type: ".html"
7552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7553 #  data: "plot-vpp-nfv-2n-skx-mrr"
7554 #  filter: "'NIC_Intel-XXV710' and
7555 #           'NF_DENSITY' and
7556 #           'DOCKER' and
7557 #           'CHAIN' and
7558 #           'NF_VPPIP4' and
7559 #           '64B' and
7560 #           '2T1C' and
7561 #           'MRR'"
7562 #  parameters:
7563 #  - "result"
7564 #  - "name"
7565 #  - "tags"
7566 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7567 #  x-axis: "X = CNFs per Service Chain"
7568 #  y-axis: "Y = Number of Service Chains"
7569 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7570 #  layout:
7571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7572 #    layout: "plot-service-density"
7573 #
7574 #- type: "plot"
7575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7576 #  algorithm: "plot_nf_heatmap"
7577 #  output-file-type: ".html"
7578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7579 #  data: "plot-vpp-nfv-2n-skx-mrr"
7580 #  filter: "'NIC_Intel-XXV710' and
7581 #           'NF_DENSITY' and
7582 #           'DOCKER' and
7583 #           'CHAIN' and
7584 #           'NF_VPPIP4' and
7585 #           '64B' and
7586 #           '4T2C' and
7587 #           'MRR'"
7588 #  parameters:
7589 #  - "result"
7590 #  - "name"
7591 #  - "tags"
7592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7593 #  x-axis: "X = CNFs per Service Chain"
7594 #  y-axis: "Y = Number of Service Chains"
7595 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7596 #  layout:
7597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7598 #    layout: "plot-service-density"
7599 #
7600 #- type: "plot"
7601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7602 #  algorithm: "plot_nf_heatmap"
7603 #  output-file-type: ".html"
7604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7605 #  data: "plot-vpp-nfv-2n-skx-mrr"
7606 #  filter: "'NIC_Intel-XXV710' and
7607 #           'NF_DENSITY' and
7608 #           'DOCKER' and
7609 #           'CHAIN' and
7610 #           'NF_VPPIP4' and
7611 #           '64B' and
7612 #           '8T4C' and
7613 #           'MRR'"
7614 #  parameters:
7615 #  - "result"
7616 #  - "name"
7617 #  - "tags"
7618 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7619 #  x-axis: "X = CNFs per Service Chain"
7620 #  y-axis: "Y = Number of Service Chains"
7621 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7622 #  layout:
7623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7624 #    layout: "plot-service-density"
7625 #
7626 ## Plots - NF Density - CSC - MRR IMIX
7627 #- type: "plot"
7628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7629 #  algorithm: "plot_nf_heatmap"
7630 #  output-file-type: ".html"
7631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7632 #  data: "plot-vpp-nfv-2n-skx-mrr"
7633 #  filter: "'NIC_Intel-XXV710' and
7634 #           'NF_DENSITY' and
7635 #           'DOCKER' and
7636 #           'CHAIN' and
7637 #           'NF_VPPIP4' and
7638 #           'IMIX' and
7639 #           '2T1C' and
7640 #           'MRR'"
7641 #  parameters:
7642 #  - "result"
7643 #  - "name"
7644 #  - "tags"
7645 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7646 #  x-axis: "X = CNFs per Service Chain"
7647 #  y-axis: "Y = Number of Service Chains"
7648 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7649 #  layout:
7650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7651 #    layout: "plot-service-density"
7652 #
7653 #- type: "plot"
7654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7655 #  algorithm: "plot_nf_heatmap"
7656 #  output-file-type: ".html"
7657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7658 #  data: "plot-vpp-nfv-2n-skx-mrr"
7659 #  filter: "'NIC_Intel-XXV710' and
7660 #           'NF_DENSITY' and
7661 #           'DOCKER' and
7662 #           'CHAIN' and
7663 #           'NF_VPPIP4' and
7664 #           'IMIX' and
7665 #           '4T2C' and
7666 #           'MRR'"
7667 #  parameters:
7668 #  - "result"
7669 #  - "name"
7670 #  - "tags"
7671 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7672 #  x-axis: "X = CNFs per Service Chain"
7673 #  y-axis: "Y = Number of Service Chains"
7674 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7675 #  layout:
7676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7677 #    layout: "plot-service-density"
7678 #
7679 #- type: "plot"
7680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7681 #  algorithm: "plot_nf_heatmap"
7682 #  output-file-type: ".html"
7683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7684 #  data: "plot-vpp-nfv-2n-skx-mrr"
7685 #  filter: "'NIC_Intel-XXV710' and
7686 #           'NF_DENSITY' and
7687 #           'DOCKER' and
7688 #           'CHAIN' and
7689 #           'NF_VPPIP4' and
7690 #           'IMIX' and
7691 #           '8T4C' and
7692 #           'MRR'"
7693 #  parameters:
7694 #  - "result"
7695 #  - "name"
7696 #  - "tags"
7697 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7698 #  x-axis: "X = CNFs per Service Chain"
7699 #  y-axis: "Y = Number of Service Chains"
7700 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7701 #  layout:
7702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7703 #    layout: "plot-service-density"
7704 #
7705 ## Plots - NF Density - CSC - NDR 64b
7706 #- type: "plot"
7707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7708 #  algorithm: "plot_nf_heatmap"
7709 #  output-file-type: ".html"
7710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7711 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7712 #  filter: "'NIC_Intel-XXV710' and
7713 #           'NF_DENSITY' and
7714 #           'DOCKER' and
7715 #           'CHAIN' and
7716 #           'NF_VPPIP4' and
7717 #           '64B' and
7718 #           '2T1C' and
7719 #           'NDRPDR'"
7720 #  parameters:
7721 #  - "throughput"
7722 #  - "name"
7723 #  - "tags"
7724 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7725 #  x-axis: "X = CNFs per Service Chain"
7726 #  y-axis: "Y = Number of Service Chains"
7727 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7728 #  layout:
7729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7730 #    layout: "plot-service-density"
7731 #
7732 #- type: "plot"
7733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7734 #  algorithm: "plot_nf_heatmap"
7735 #  output-file-type: ".html"
7736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7737 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7738 #  filter: "'NIC_Intel-XXV710' and
7739 #           'NF_DENSITY' and
7740 #           'DOCKER' and
7741 #           'CHAIN' and
7742 #           'NF_VPPIP4' and
7743 #           '64B' and
7744 #           '4T2C' and
7745 #           'NDRPDR'"
7746 #  parameters:
7747 #  - "throughput"
7748 #  - "name"
7749 #  - "tags"
7750 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7751 #  x-axis: "X = CNFs per Service Chain"
7752 #  y-axis: "Y = Number of Service Chains"
7753 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7754 #  layout:
7755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7756 #    layout: "plot-service-density"
7757 #
7758 #- type: "plot"
7759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7760 #  algorithm: "plot_nf_heatmap"
7761 #  output-file-type: ".html"
7762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7763 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7764 #  filter: "'NIC_Intel-XXV710' and
7765 #           'NF_DENSITY' and
7766 #           'DOCKER' and
7767 #           'CHAIN' and
7768 #           'NF_VPPIP4' and
7769 #           '64B' and
7770 #           '8T4C' and
7771 #           'NDRPDR'"
7772 #  parameters:
7773 #  - "throughput"
7774 #  - "name"
7775 #  - "tags"
7776 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7777 #  x-axis: "X = CNFs per Service Chain"
7778 #  y-axis: "Y = Number of Service Chains"
7779 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7780 #  layout:
7781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7782 #    layout: "plot-service-density"
7783 #
7784 ## Plots - NF Density - CSC - NDR IMIX
7785 #- type: "plot"
7786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7787 #  algorithm: "plot_nf_heatmap"
7788 #  output-file-type: ".html"
7789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7790 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7791 #  filter: "'NIC_Intel-XXV710' and
7792 #           'NF_DENSITY' and
7793 #           'DOCKER' and
7794 #           'CHAIN' and
7795 #           'NF_VPPIP4' and
7796 #           'IMIX' and
7797 #           '2T1C' and
7798 #           'NDRPDR'"
7799 #  parameters:
7800 #  - "throughput"
7801 #  - "name"
7802 #  - "tags"
7803 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7804 #  x-axis: "X = CNFs per Service Chain"
7805 #  y-axis: "Y = Number of Service Chains"
7806 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7807 #  layout:
7808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7809 #    layout: "plot-service-density"
7810 #
7811 #- type: "plot"
7812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7813 #  algorithm: "plot_nf_heatmap"
7814 #  output-file-type: ".html"
7815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7816 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7817 #  filter: "'NIC_Intel-XXV710' and
7818 #           'NF_DENSITY' and
7819 #           'DOCKER' and
7820 #           'CHAIN' and
7821 #           'NF_VPPIP4' and
7822 #           'IMIX' and
7823 #           '4T2C' and
7824 #           'NDRPDR'"
7825 #  parameters:
7826 #  - "throughput"
7827 #  - "name"
7828 #  - "tags"
7829 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7830 #  x-axis: "X = CNFs per Service Chain"
7831 #  y-axis: "Y = Number of Service Chains"
7832 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7833 #  layout:
7834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7835 #    layout: "plot-service-density"
7836 #
7837 #- type: "plot"
7838 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7839 #  algorithm: "plot_nf_heatmap"
7840 #  output-file-type: ".html"
7841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7842 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7843 #  filter: "'NIC_Intel-XXV710' and
7844 #           'NF_DENSITY' and
7845 #           'DOCKER' and
7846 #           'CHAIN' and
7847 #           'NF_VPPIP4' and
7848 #           'IMIX' and
7849 #           '8T4C' and
7850 #           'NDRPDR'"
7851 #  parameters:
7852 #  - "throughput"
7853 #  - "name"
7854 #  - "tags"
7855 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7856 #  x-axis: "X = CNFs per Service Chain"
7857 #  y-axis: "Y = Number of Service Chains"
7858 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7859 #  layout:
7860 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7861 #    layout: "plot-service-density"
7862 #
7863 ## Plots - NF Density - CSC - PDR 64b
7864 #- type: "plot"
7865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7866 #  algorithm: "plot_nf_heatmap"
7867 #  output-file-type: ".html"
7868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7869 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7870 #  filter: "'NIC_Intel-XXV710' and
7871 #           'NF_DENSITY' and
7872 #           'DOCKER' and
7873 #           'CHAIN' and
7874 #           'NF_VPPIP4' and
7875 #           '64B' and
7876 #           '2T1C' and
7877 #           'NDRPDR'"
7878 #  parameters:
7879 #  - "throughput"
7880 #  - "name"
7881 #  - "tags"
7882 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7883 #  x-axis: "X = CNFs per Service Chain"
7884 #  y-axis: "Y = Number of Service Chains"
7885 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7886 #  layout:
7887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7888 #    layout: "plot-service-density"
7889 #
7890 #- type: "plot"
7891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7892 #  algorithm: "plot_nf_heatmap"
7893 #  output-file-type: ".html"
7894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7895 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7896 #  filter: "'NIC_Intel-XXV710' and
7897 #           'NF_DENSITY' and
7898 #           'DOCKER' and
7899 #           'CHAIN' and
7900 #           'NF_VPPIP4' and
7901 #           '64B' and
7902 #           '4T2C' and
7903 #           'NDRPDR'"
7904 #  parameters:
7905 #  - "throughput"
7906 #  - "name"
7907 #  - "tags"
7908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7909 #  x-axis: "X = CNFs per Service Chain"
7910 #  y-axis: "Y = Number of Service Chains"
7911 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7912 #  layout:
7913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7914 #    layout: "plot-service-density"
7915 #
7916 #- type: "plot"
7917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7918 #  algorithm: "plot_nf_heatmap"
7919 #  output-file-type: ".html"
7920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7921 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7922 #  filter: "'NIC_Intel-XXV710' and
7923 #           'NF_DENSITY' and
7924 #           'DOCKER' and
7925 #           'CHAIN' and
7926 #           'NF_VPPIP4' and
7927 #           '64B' and
7928 #           '8T4C' and
7929 #           'NDRPDR'"
7930 #  parameters:
7931 #  - "throughput"
7932 #  - "name"
7933 #  - "tags"
7934 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7935 #  x-axis: "X = CNFs per Service Chain"
7936 #  y-axis: "Y = Number of Service Chains"
7937 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7938 #  layout:
7939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7940 #    layout: "plot-service-density"
7941 #
7942 ## Plots - NF Density - CSC - PDR IMIX
7943 #- type: "plot"
7944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7945 #  algorithm: "plot_nf_heatmap"
7946 #  output-file-type: ".html"
7947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7948 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7949 #  filter: "'NIC_Intel-XXV710' and
7950 #           'NF_DENSITY' and
7951 #           'DOCKER' and
7952 #           'CHAIN' and
7953 #           'NF_VPPIP4' and
7954 #           'IMIX' and
7955 #           '2T1C' and
7956 #           'NDRPDR'"
7957 #  parameters:
7958 #  - "throughput"
7959 #  - "name"
7960 #  - "tags"
7961 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7962 #  x-axis: "X = CNFs per Service Chain"
7963 #  y-axis: "Y = Number of Service Chains"
7964 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7965 #  layout:
7966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7967 #    layout: "plot-service-density"
7968 #
7969 #- type: "plot"
7970 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7971 #  algorithm: "plot_nf_heatmap"
7972 #  output-file-type: ".html"
7973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7974 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7975 #  filter: "'NIC_Intel-XXV710' and
7976 #           'NF_DENSITY' and
7977 #           'DOCKER' and
7978 #           'CHAIN' and
7979 #           'NF_VPPIP4' and
7980 #           'IMIX' and
7981 #           '4T2C' and
7982 #           'NDRPDR'"
7983 #  parameters:
7984 #  - "throughput"
7985 #  - "name"
7986 #  - "tags"
7987 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7988 #  x-axis: "X = CNFs per Service Chain"
7989 #  y-axis: "Y = Number of Service Chains"
7990 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7991 #  layout:
7992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7993 #    layout: "plot-service-density"
7994 #
7995 #- type: "plot"
7996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7997 #  algorithm: "plot_nf_heatmap"
7998 #  output-file-type: ".html"
7999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8000 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8001 #  filter: "'NIC_Intel-XXV710' and
8002 #           'NF_DENSITY' and
8003 #           'DOCKER' and
8004 #           'CHAIN' and
8005 #           'NF_VPPIP4' and
8006 #           'IMIX' and
8007 #           '8T4C' and
8008 #           'NDRPDR'"
8009 #  parameters:
8010 #  - "throughput"
8011 #  - "name"
8012 #  - "tags"
8013 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8014 #  x-axis: "X = CNFs per Service Chain"
8015 #  y-axis: "Y = Number of Service Chains"
8016 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8017 #  layout:
8018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8019 #    layout: "plot-service-density"
8020 #
8021 ################################################################################
8022 #
8023 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8024 #- type: "plot"
8025 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8026 #  algorithm: "plot_nf_heatmap"
8027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8028 #  data: "plot-vpp-nfv-3n-skx-mrr"
8029 #  filter: "'NIC_Intel-XXV710' and
8030 #           'NF_DENSITY' and
8031 #           'DOCKER' and
8032 #           'CHAIN' and
8033 #           'NF_VPPIP4' and
8034 #           'IPSEC' and
8035 #           'TNL_4' and
8036 #           'IMIX' and
8037 #           '2T1C' and
8038 #           'MRR'"
8039 #  parameters:
8040 #  - "result"
8041 #  - "name"
8042 #  - "tags"
8043 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8044 #  x-axis: "X = CNFs per Service Chain"
8045 #  y-axis: "Y = Number of Service Chains"
8046 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8047 #  layout:
8048 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8049 #    layout: "plot-service-density"
8050 #
8051 #- type: "plot"
8052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8053 #  algorithm: "plot_nf_heatmap"
8054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8055 #  data: "plot-vpp-nfv-3n-skx-mrr"
8056 #  filter: "'NIC_Intel-XXV710' and
8057 #           'NF_DENSITY' and
8058 #           'DOCKER' and
8059 #           'CHAIN' and
8060 #           'NF_VPPIP4' and
8061 #           'IPSEC' and
8062 #           'TNL_4' and
8063 #           'IMIX' and
8064 #           '4T2C' and
8065 #           'MRR'"
8066 #  parameters:
8067 #  - "result"
8068 #  - "name"
8069 #  - "tags"
8070 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8071 #  x-axis: "X = CNFs per Service Chain"
8072 #  y-axis: "Y = Number of Service Chains"
8073 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8074 #  layout:
8075 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8076 #    layout: "plot-service-density"
8077 #
8078 #- type: "plot"
8079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8080 #  algorithm: "plot_nf_heatmap"
8081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8082 #  data: "plot-vpp-nfv-3n-skx-mrr"
8083 #  filter: "'NIC_Intel-XXV710' and
8084 #           'NF_DENSITY' and
8085 #           'DOCKER' and
8086 #           'CHAIN' and
8087 #           'NF_VPPIP4' and
8088 #           'IPSEC' and
8089 #           'TNL_4' and
8090 #           'IMIX' and
8091 #           '8T4C' and
8092 #           'MRR'"
8093 #  parameters:
8094 #  - "result"
8095 #  - "name"
8096 #  - "tags"
8097 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8098 #  x-axis: "X = CNFs per Service Chain"
8099 #  y-axis: "Y = Number of Service Chains"
8100 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8101 #  layout:
8102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8103 #    layout: "plot-service-density"
8104
8105 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8106 - type: "plot"
8107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8108   algorithm: "plot_nf_heatmap"
8109   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8110   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8111   filter: "'NIC_Intel-XXV710' and
8112            'NF_DENSITY' and
8113            'DOCKER' and
8114            'CHAIN' and
8115            'NF_VPPIP4' and
8116            'IPSEC' and
8117            'TNL_4' and
8118            'IMIX' and
8119            '2T1C' and
8120            'NDRPDR'"
8121   parameters:
8122   - "throughput"
8123   - "name"
8124   - "tags"
8125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8126   x-axis: "X = CNFs per Service Chain"
8127   y-axis: "Y = Number of Service Chains"
8128   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8129   layout:
8130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8131     layout: "plot-service-density"
8132
8133 - type: "plot"
8134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8135   algorithm: "plot_nf_heatmap"
8136   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8137   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8138   filter: "'NIC_Intel-XXV710' and
8139            'NF_DENSITY' and
8140            'DOCKER' and
8141            'CHAIN' and
8142            'NF_VPPIP4' and
8143            'IPSEC' and
8144            'TNL_4' and
8145            'IMIX' and
8146            '4T2C' and
8147            'NDRPDR'"
8148   parameters:
8149   - "throughput"
8150   - "name"
8151   - "tags"
8152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8153   x-axis: "X = CNFs per Service Chain"
8154   y-axis: "Y = Number of Service Chains"
8155   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8156   layout:
8157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8158     layout: "plot-service-density"
8159
8160 - type: "plot"
8161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8162   algorithm: "plot_nf_heatmap"
8163   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8164   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8165   filter: "'NIC_Intel-XXV710' and
8166            'NF_DENSITY' and
8167            'DOCKER' and
8168            'CHAIN' and
8169            'NF_VPPIP4' and
8170            'IPSEC' and
8171            'TNL_4' and
8172            'IMIX' and
8173            '8T4C' and
8174            'NDRPDR'"
8175   parameters:
8176   - "throughput"
8177   - "name"
8178   - "tags"
8179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8180   x-axis: "X = CNFs per Service Chain"
8181   y-axis: "Y = Number of Service Chains"
8182   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8183   layout:
8184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8185     layout: "plot-service-density"
8186
8187 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8188 - type: "plot"
8189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8190   algorithm: "plot_nf_heatmap"
8191   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8192   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8193   filter: "'NIC_Intel-XXV710' and
8194            'NF_DENSITY' and
8195            'DOCKER' and
8196            'CHAIN' and
8197            'NF_VPPIP4' and
8198            'IPSEC' and
8199            'TNL_4' and
8200            'IMIX' and
8201            '2T1C' and
8202            'NDRPDR'"
8203   parameters:
8204   - "throughput"
8205   - "name"
8206   - "tags"
8207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8208   x-axis: "X = CNFs per Service Chain"
8209   y-axis: "Y = Number of Service Chains"
8210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8211   layout:
8212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8213     layout: "plot-service-density"
8214
8215 - type: "plot"
8216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8217   algorithm: "plot_nf_heatmap"
8218   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8219   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8220   filter: "'NIC_Intel-XXV710' and
8221            'NF_DENSITY' and
8222            'DOCKER' and
8223            'CHAIN' and
8224            'NF_VPPIP4' and
8225            'IPSEC' and
8226            'TNL_4' and
8227            'IMIX' and
8228            '4T2C' and
8229            'NDRPDR'"
8230   parameters:
8231   - "throughput"
8232   - "name"
8233   - "tags"
8234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8235   x-axis: "X = CNFs per Service Chain"
8236   y-axis: "Y = Number of Service Chains"
8237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8238   layout:
8239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8240     layout: "plot-service-density"
8241
8242 - type: "plot"
8243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8244   algorithm: "plot_nf_heatmap"
8245   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8246   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8247   filter: "'NIC_Intel-XXV710' and
8248            'NF_DENSITY' and
8249            'DOCKER' and
8250            'CHAIN' and
8251            'NF_VPPIP4' and
8252            'IPSEC' and
8253            'TNL_4' and
8254            'IMIX' and
8255            '8T4C' and
8256            'NDRPDR'"
8257   parameters:
8258   - "throughput"
8259   - "name"
8260   - "tags"
8261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8262   x-axis: "X = CNFs per Service Chain"
8263   y-axis: "Y = Number of Service Chains"
8264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8265   layout:
8266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8267     layout: "plot-service-density"
8268
8269 ###############################################################################
8270
8271 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8272 - type: "plot"
8273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8274   algorithm: "plot_nf_heatmap"
8275   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8276   data: "plot-vpp-nfv-3n-hsw-mrr"
8277   filter: "'NIC_Intel-XL710' and
8278            'NF_DENSITY' and
8279            'DOCKER' and
8280            'CHAIN' and
8281            'NF_VPPIP4' and
8282            'IMIX' and
8283            'TNL_4' and
8284            '1T1C' and
8285            'MRR'"
8286   parameters:
8287   - "result"
8288   - "name"
8289   - "tags"
8290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8291   x-axis: "X = CNFs per Service Chain"
8292   y-axis: "Y = Number of Service Chains"
8293   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8294   layout:
8295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8296     layout: "plot-service-density"
8297
8298 - type: "plot"
8299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8300   algorithm: "plot_nf_heatmap"
8301   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8302   data: "plot-vpp-nfv-3n-hsw-mrr"
8303   filter: "'NIC_Intel-XL710' and
8304            'NF_DENSITY' and
8305            'DOCKER' and
8306            'CHAIN' and
8307            'NF_VPPIP4' and
8308            'IPSEC' and
8309            'TNL_4' and
8310            'IMIX' and
8311            '2T2C' and
8312            'MRR'"
8313   parameters:
8314   - "result"
8315   - "name"
8316   - "tags"
8317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8318   x-axis: "X = CNFs per Service Chain"
8319   y-axis: "Y = Number of Service Chains"
8320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8321   layout:
8322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8323     layout: "plot-service-density"
8324
8325 - type: "plot"
8326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8327   algorithm: "plot_nf_heatmap"
8328   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8329   data: "plot-vpp-nfv-3n-hsw-mrr"
8330   filter: "'NIC_Intel-XL710' and
8331            'NF_DENSITY' and
8332            'DOCKER' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IPSEC' and
8336            'TNL_4' and
8337            'IMIX' and
8338            '4T4C' and
8339            'MRR'"
8340   parameters:
8341   - "result"
8342   - "name"
8343   - "tags"
8344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8345   x-axis: "X = CNFs per Service Chain"
8346   y-axis: "Y = Number of Service Chains"
8347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8348   layout:
8349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8350     layout: "plot-service-density"
8351
8352 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8353 - type: "plot"
8354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8355   algorithm: "plot_nf_heatmap"
8356   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8357   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8358   filter: "'NIC_Intel-XL710' and
8359            'NF_DENSITY' and
8360            'DOCKER' and
8361            'CHAIN' and
8362            'NF_VPPIP4' and
8363            'IPSEC' and
8364            'TNL_4' and
8365            'IMIX' and
8366            '1T1C' and
8367            'NDRPDR'"
8368   parameters:
8369   - "throughput"
8370   - "name"
8371   - "tags"
8372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8373   x-axis: "X = CNFs per Service Chain"
8374   y-axis: "Y = Number of Service Chains"
8375   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8376   layout:
8377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8378     layout: "plot-service-density"
8379
8380 - type: "plot"
8381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8382   algorithm: "plot_nf_heatmap"
8383   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8384   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8385   filter: "'NIC_Intel-XL710' and
8386            'NF_DENSITY' and
8387            'DOCKER' and
8388            'CHAIN' and
8389            'NF_VPPIP4' and
8390            'IPSEC' and
8391            'TNL_4' and
8392            'IMIX' and
8393            '2T2C' and
8394            'NDRPDR'"
8395   parameters:
8396   - "throughput"
8397   - "name"
8398   - "tags"
8399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8400   x-axis: "X = CNFs per Service Chain"
8401   y-axis: "Y = Number of Service Chains"
8402   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8403   layout:
8404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8405     layout: "plot-service-density"
8406
8407 - type: "plot"
8408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8409   algorithm: "plot_nf_heatmap"
8410   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8411   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8412   filter: "'NIC_Intel-XL710' and
8413            'NF_DENSITY' and
8414            'DOCKER' and
8415            'CHAIN' and
8416            'NF_VPPIP4' and
8417            'IPSEC' and
8418            'TNL_4' and
8419            'IMIX' and
8420            '4T4C' and
8421            'NDRPDR'"
8422   parameters:
8423   - "throughput"
8424   - "name"
8425   - "tags"
8426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8427   x-axis: "X = CNFs per Service Chain"
8428   y-axis: "Y = Number of Service Chains"
8429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8430   layout:
8431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8432     layout: "plot-service-density"
8433
8434 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8435 - type: "plot"
8436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8437   algorithm: "plot_nf_heatmap"
8438   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8439   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8440   filter: "'NIC_Intel-XL710' and
8441            'NF_DENSITY' and
8442            'DOCKER' and
8443            'CHAIN' and
8444            'NF_VPPIP4' and
8445            'IPSEC' and
8446            'TNL_4' and
8447            'IMIX' and
8448            '1T1C' and
8449            'NDRPDR'"
8450   parameters:
8451   - "throughput"
8452   - "name"
8453   - "tags"
8454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8455   x-axis: "X = CNFs per Service Chain"
8456   y-axis: "Y = Number of Service Chains"
8457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8458   layout:
8459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8460     layout: "plot-service-density"
8461
8462 - type: "plot"
8463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8464   algorithm: "plot_nf_heatmap"
8465   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8466   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8467   filter: "'NIC_Intel-XL710' and
8468            'NF_DENSITY' and
8469            'DOCKER' and
8470            'CHAIN' and
8471            'NF_VPPIP4' and
8472            'IPSEC' and
8473            'TNL_4' and
8474            'IMIX' and
8475            '2T2C' and
8476            'NDRPDR'"
8477   parameters:
8478   - "throughput"
8479   - "name"
8480   - "tags"
8481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8482   x-axis: "X = CNFs per Service Chain"
8483   y-axis: "Y = Number of Service Chains"
8484   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8485   layout:
8486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8487     layout: "plot-service-density"
8488
8489 - type: "plot"
8490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8491   algorithm: "plot_nf_heatmap"
8492   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8493   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8494   filter: "'NIC_Intel-XL710' and
8495            'NF_DENSITY' and
8496            'DOCKER' and
8497            'CHAIN' and
8498            'NF_VPPIP4' and
8499            'IPSEC' and
8500            'TNL_4' and
8501            'IMIX' and
8502            '4T4C' and
8503            'NDRPDR'"
8504   parameters:
8505   - "throughput"
8506   - "name"
8507   - "tags"
8508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8509   x-axis: "X = CNFs per Service Chain"
8510   y-axis: "Y = Number of Service Chains"
8511   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8512   layout:
8513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8514     layout: "plot-service-density"
8515
8516 ###############################################################################
8517
8518 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8519 #- type: "plot"
8520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8521 #  algorithm: "plot_nf_heatmap"
8522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8523 #  data: "plot-vpp-nfv-3n-skx-mrr"
8524 #  filter: "'NIC_Intel-XXV710' and
8525 #           'NF_DENSITY' and
8526 #           'DOCKER' and
8527 #           'CHAIN' and
8528 #           'NF_VPPIP4' and
8529 #           'IPSEC' and
8530 #           'TNL_1000' and
8531 #           'IMIX' and
8532 #           '2T1C' and
8533 #           'MRR'"
8534 #  parameters:
8535 #  - "result"
8536 #  - "name"
8537 #  - "tags"
8538 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8539 #  x-axis: "X = CNFs per Service Chain"
8540 #  y-axis: "Y = Number of Service Chains"
8541 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8542 #  layout:
8543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8544 #    layout: "plot-service-density"
8545 #
8546 #- type: "plot"
8547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8548 #  algorithm: "plot_nf_heatmap"
8549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8550 #  data: "plot-vpp-nfv-3n-skx-mrr"
8551 #  filter: "'NIC_Intel-XXV710' and
8552 #           'NF_DENSITY' and
8553 #           'DOCKER' and
8554 #           'CHAIN' and
8555 #           'NF_VPPIP4' and
8556 #           'IPSEC' and
8557 #           'TNL_1000' and
8558 #           'IMIX' and
8559 #           '4T2C' and
8560 #           'MRR'"
8561 #  parameters:
8562 #  - "result"
8563 #  - "name"
8564 #  - "tags"
8565 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8566 #  x-axis: "X = CNFs per Service Chain"
8567 #  y-axis: "Y = Number of Service Chains"
8568 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8569 #  layout:
8570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8571 #    layout: "plot-service-density"
8572 #
8573 #- type: "plot"
8574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8575 #  algorithm: "plot_nf_heatmap"
8576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8577 #  data: "plot-vpp-nfv-3n-skx-mrr"
8578 #  filter: "'NIC_Intel-XXV710' and
8579 #           'NF_DENSITY' and
8580 #           'DOCKER' and
8581 #           'CHAIN' and
8582 #           'NF_VPPIP4' and
8583 #           'IPSEC' and
8584 #           'TNL_1000' and
8585 #           'IMIX' and
8586 #           '8T4C' and
8587 #           'MRR'"
8588 #  parameters:
8589 #  - "result"
8590 #  - "name"
8591 #  - "tags"
8592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8593 #  x-axis: "X = CNFs per Service Chain"
8594 #  y-axis: "Y = Number of Service Chains"
8595 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8596 #  layout:
8597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8598 #    layout: "plot-service-density"
8599
8600 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8601 - type: "plot"
8602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8603   algorithm: "plot_nf_heatmap"
8604   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8605   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8606   filter: "'NIC_Intel-XXV710' and
8607            'NF_DENSITY' and
8608            'DOCKER' and
8609            'CHAIN' and
8610            'NF_VPPIP4' and
8611            'IPSEC' and
8612            'TNL_1000' and
8613            'IMIX' and
8614            '2T1C' and
8615            'NDRPDR'"
8616   parameters:
8617   - "throughput"
8618   - "name"
8619   - "tags"
8620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8621   x-axis: "X = CNFs per Service Chain"
8622   y-axis: "Y = Number of Service Chains"
8623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8624   layout:
8625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8626     layout: "plot-service-density"
8627
8628 - type: "plot"
8629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8630   algorithm: "plot_nf_heatmap"
8631   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8632   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8633   filter: "'NIC_Intel-XXV710' and
8634            'NF_DENSITY' and
8635            'DOCKER' and
8636            'CHAIN' and
8637            'NF_VPPIP4' and
8638            'IPSEC' and
8639            'TNL_1000' and
8640            'IMIX' and
8641            '4T2C' and
8642            'NDRPDR'"
8643   parameters:
8644   - "throughput"
8645   - "name"
8646   - "tags"
8647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8648   x-axis: "X = CNFs per Service Chain"
8649   y-axis: "Y = Number of Service Chains"
8650   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8651   layout:
8652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8653     layout: "plot-service-density"
8654
8655 - type: "plot"
8656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8657   algorithm: "plot_nf_heatmap"
8658   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8659   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8660   filter: "'NIC_Intel-XXV710' and
8661            'NF_DENSITY' and
8662            'DOCKER' and
8663            'CHAIN' and
8664            'NF_VPPIP4' and
8665            'IPSEC' and
8666            'TNL_1000' and
8667            'IMIX' and
8668            '8T4C' and
8669            'NDRPDR'"
8670   parameters:
8671   - "throughput"
8672   - "name"
8673   - "tags"
8674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8675   x-axis: "X = CNFs per Service Chain"
8676   y-axis: "Y = Number of Service Chains"
8677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8678   layout:
8679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8680     layout: "plot-service-density"
8681
8682 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8683 - type: "plot"
8684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8685   algorithm: "plot_nf_heatmap"
8686   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8687   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8688   filter: "'NIC_Intel-XXV710' and
8689            'NF_DENSITY' and
8690            'DOCKER' and
8691            'CHAIN' and
8692            'NF_VPPIP4' and
8693            'IPSEC' and
8694            'TNL_1000' and
8695            'IMIX' and
8696            '2T1C' and
8697            'NDRPDR'"
8698   parameters:
8699   - "throughput"
8700   - "name"
8701   - "tags"
8702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8703   x-axis: "X = CNFs per Service Chain"
8704   y-axis: "Y = Number of Service Chains"
8705   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8706   layout:
8707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8708     layout: "plot-service-density"
8709
8710 - type: "plot"
8711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8712   algorithm: "plot_nf_heatmap"
8713   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8714   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8715   filter: "'NIC_Intel-XXV710' and
8716            'NF_DENSITY' and
8717            'DOCKER' and
8718            'CHAIN' and
8719            'NF_VPPIP4' and
8720            'IPSEC' and
8721            'TNL_1000' and
8722            'IMIX' and
8723            '4T2C' and
8724            'NDRPDR'"
8725   parameters:
8726   - "throughput"
8727   - "name"
8728   - "tags"
8729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8730   x-axis: "X = CNFs per Service Chain"
8731   y-axis: "Y = Number of Service Chains"
8732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8733   layout:
8734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8735     layout: "plot-service-density"
8736
8737 - type: "plot"
8738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8739   algorithm: "plot_nf_heatmap"
8740   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8741   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8742   filter: "'NIC_Intel-XXV710' and
8743            'NF_DENSITY' and
8744            'DOCKER' and
8745            'CHAIN' and
8746            'NF_VPPIP4' and
8747            'IPSEC' and
8748            'TNL_1000' and
8749            'IMIX' and
8750            '8T4C' and
8751            'NDRPDR'"
8752   parameters:
8753   - "throughput"
8754   - "name"
8755   - "tags"
8756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8757   x-axis: "X = CNFs per Service Chain"
8758   y-axis: "Y = Number of Service Chains"
8759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8760   layout:
8761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8762     layout: "plot-service-density"
8763
8764 ###############################################################################
8765
8766 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8767 - type: "plot"
8768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8769   algorithm: "plot_nf_heatmap"
8770   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8771   data: "plot-vpp-nfv-3n-hsw-mrr"
8772   filter: "'NIC_Intel-XL710' and
8773            'NF_DENSITY' and
8774            'DOCKER' and
8775            'CHAIN' and
8776            'NF_VPPIP4' and
8777            'IMIX' and
8778            'TNL_1000' and
8779            '1T1C' and
8780            'MRR'"
8781   parameters:
8782   - "result"
8783   - "name"
8784   - "tags"
8785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8786   x-axis: "X = CNFs per Service Chain"
8787   y-axis: "Y = Number of Service Chains"
8788   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8789   layout:
8790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8791     layout: "plot-service-density"
8792
8793 - type: "plot"
8794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8795   algorithm: "plot_nf_heatmap"
8796   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8797   data: "plot-vpp-nfv-3n-hsw-mrr"
8798   filter: "'NIC_Intel-XL710' and
8799            'NF_DENSITY' and
8800            'DOCKER' and
8801            'CHAIN' and
8802            'NF_VPPIP4' and
8803            'IPSEC' and
8804            'TNL_1000' and
8805            'IMIX' and
8806            '2T2C' and
8807            'MRR'"
8808   parameters:
8809   - "result"
8810   - "name"
8811   - "tags"
8812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8813   x-axis: "X = CNFs per Service Chain"
8814   y-axis: "Y = Number of Service Chains"
8815   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8816   layout:
8817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8818     layout: "plot-service-density"
8819
8820 - type: "plot"
8821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8822   algorithm: "plot_nf_heatmap"
8823   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8824   data: "plot-vpp-nfv-3n-hsw-mrr"
8825   filter: "'NIC_Intel-XL710' and
8826            'NF_DENSITY' and
8827            'DOCKER' and
8828            'CHAIN' and
8829            'NF_VPPIP4' and
8830            'IPSEC' and
8831            'TNL_1000' and
8832            'IMIX' and
8833            '4T4C' and
8834            'MRR'"
8835   parameters:
8836   - "result"
8837   - "name"
8838   - "tags"
8839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8840   x-axis: "X = CNFs per Service Chain"
8841   y-axis: "Y = Number of Service Chains"
8842   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8843   layout:
8844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8845     layout: "plot-service-density"
8846
8847 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8848 - type: "plot"
8849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8850   algorithm: "plot_nf_heatmap"
8851   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8852   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8853   filter: "'NIC_Intel-XL710' and
8854            'NF_DENSITY' and
8855            'DOCKER' and
8856            'CHAIN' and
8857            'NF_VPPIP4' and
8858            'IPSEC' and
8859            'TNL_1000' and
8860            'IMIX' and
8861            '1T1C' and
8862            'NDRPDR'"
8863   parameters:
8864   - "throughput"
8865   - "name"
8866   - "tags"
8867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8868   x-axis: "X = CNFs per Service Chain"
8869   y-axis: "Y = Number of Service Chains"
8870   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8871   layout:
8872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8873     layout: "plot-service-density"
8874
8875 - type: "plot"
8876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8877   algorithm: "plot_nf_heatmap"
8878   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8879   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8880   filter: "'NIC_Intel-XL710' and
8881            'NF_DENSITY' and
8882            'DOCKER' and
8883            'CHAIN' and
8884            'NF_VPPIP4' and
8885            'IPSEC' and
8886            'TNL_1000' and
8887            'IMIX' and
8888            '2T2C' and
8889            'NDRPDR'"
8890   parameters:
8891   - "throughput"
8892   - "name"
8893   - "tags"
8894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8895   x-axis: "X = CNFs per Service Chain"
8896   y-axis: "Y = Number of Service Chains"
8897   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8898   layout:
8899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8900     layout: "plot-service-density"
8901
8902 - type: "plot"
8903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8904   algorithm: "plot_nf_heatmap"
8905   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8906   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8907   filter: "'NIC_Intel-XL710' and
8908            'NF_DENSITY' and
8909            'DOCKER' and
8910            'CHAIN' and
8911            'NF_VPPIP4' and
8912            'IPSEC' and
8913            'TNL_1000' and
8914            'IMIX' and
8915            '4T4C' and
8916            'NDRPDR'"
8917   parameters:
8918   - "throughput"
8919   - "name"
8920   - "tags"
8921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8922   x-axis: "X = CNFs per Service Chain"
8923   y-axis: "Y = Number of Service Chains"
8924   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8925   layout:
8926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8927     layout: "plot-service-density"
8928
8929 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8930 - type: "plot"
8931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8932   algorithm: "plot_nf_heatmap"
8933   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8934   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8935   filter: "'NIC_Intel-XL710' and
8936            'NF_DENSITY' and
8937            'DOCKER' and
8938            'CHAIN' and
8939            'NF_VPPIP4' and
8940            'IPSEC' and
8941            'TNL_1000' and
8942            'IMIX' and
8943            '1T1C' and
8944            'NDRPDR'"
8945   parameters:
8946   - "throughput"
8947   - "name"
8948   - "tags"
8949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8950   x-axis: "X = CNFs per Service Chain"
8951   y-axis: "Y = Number of Service Chains"
8952   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8953   layout:
8954     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8955     layout: "plot-service-density"
8956
8957 - type: "plot"
8958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8959   algorithm: "plot_nf_heatmap"
8960   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8961   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8962   filter: "'NIC_Intel-XL710' and
8963            'NF_DENSITY' and
8964            'DOCKER' and
8965            'CHAIN' and
8966            'NF_VPPIP4' and
8967            'IPSEC' and
8968            'TNL_1000' and
8969            'IMIX' and
8970            '2T2C' and
8971            'NDRPDR'"
8972   parameters:
8973   - "throughput"
8974   - "name"
8975   - "tags"
8976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8977   x-axis: "X = CNFs per Service Chain"
8978   y-axis: "Y = Number of Service Chains"
8979   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8980   layout:
8981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8982     layout: "plot-service-density"
8983
8984 - type: "plot"
8985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8986   algorithm: "plot_nf_heatmap"
8987   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8988   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8989   filter: "'NIC_Intel-XL710' and
8990            'NF_DENSITY' and
8991            'DOCKER' and
8992            'CHAIN' and
8993            'NF_VPPIP4' and
8994            'IPSEC' and
8995            'TNL_1000' and
8996            'IMIX' and
8997            '4T4C' and
8998            'NDRPDR'"
8999   parameters:
9000   - "throughput"
9001   - "name"
9002   - "tags"
9003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9004   x-axis: "X = CNFs per Service Chain"
9005   y-axis: "Y = Number of Service Chains"
9006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9007   layout:
9008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9009     layout: "plot-service-density"
9010
9011 ###############################################################################
9012
9013 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9014 #- type: "plot"
9015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9016 #  algorithm: "plot_nf_heatmap"
9017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9018 #  data: "plot-vpp-nfv-3n-skx-mrr"
9019 #  filter: "'NIC_Intel-XXV710' and
9020 #           'NF_DENSITY' and
9021 #           'DOCKER' and
9022 #           'CHAIN' and
9023 #           'NF_VPPIP4' and
9024 #           'IPSEC' and
9025 #           'TNL_10000' and
9026 #           'IMIX' and
9027 #           '2T1C' and
9028 #           'MRR'"
9029 #  parameters:
9030 #  - "result"
9031 #  - "name"
9032 #  - "tags"
9033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9034 #  x-axis: "X = CNFs per Service Chain"
9035 #  y-axis: "Y = Number of Service Chains"
9036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9037 #  layout:
9038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9039 #    layout: "plot-service-density"
9040 #
9041 #- type: "plot"
9042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9043 #  algorithm: "plot_nf_heatmap"
9044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9045 #  data: "plot-vpp-nfv-3n-skx-mrr"
9046 #  filter: "'NIC_Intel-XXV710' and
9047 #           'NF_DENSITY' and
9048 #           'DOCKER' and
9049 #           'CHAIN' and
9050 #           'NF_VPPIP4' and
9051 #           'IPSEC' and
9052 #           'TNL_10000' and
9053 #           'IMIX' and
9054 #           '4T2C' and
9055 #           'MRR'"
9056 #  parameters:
9057 #  - "result"
9058 #  - "name"
9059 #  - "tags"
9060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9061 #  x-axis: "X = CNFs per Service Chain"
9062 #  y-axis: "Y = Number of Service Chains"
9063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9064 #  layout:
9065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9066 #    layout: "plot-service-density"
9067 #
9068 #- type: "plot"
9069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9070 #  algorithm: "plot_nf_heatmap"
9071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9072 #  data: "plot-vpp-nfv-3n-skx-mrr"
9073 #  filter: "'NIC_Intel-XXV710' and
9074 #           'NF_DENSITY' and
9075 #           'DOCKER' and
9076 #           'CHAIN' and
9077 #           'NF_VPPIP4' and
9078 #           'IPSEC' and
9079 #           'TNL_10000' and
9080 #           'IMIX' and
9081 #           '8T4C' and
9082 #           'MRR'"
9083 #  parameters:
9084 #  - "result"
9085 #  - "name"
9086 #  - "tags"
9087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9088 #  x-axis: "X = CNFs per Service Chain"
9089 #  y-axis: "Y = Number of Service Chains"
9090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9091 #  layout:
9092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9093 #    layout: "plot-service-density"
9094
9095 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9096 - type: "plot"
9097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9098   algorithm: "plot_nf_heatmap"
9099   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9100   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9101   filter: "'NIC_Intel-XXV710' and
9102            'NF_DENSITY' and
9103            'DOCKER' and
9104            'CHAIN' and
9105            'NF_VPPIP4' and
9106            'IPSEC' and
9107            'TNL_10000' and
9108            'IMIX' and
9109            '2T1C' and
9110            'NDRPDR'"
9111   parameters:
9112   - "throughput"
9113   - "name"
9114   - "tags"
9115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9116   x-axis: "X = CNFs per Service Chain"
9117   y-axis: "Y = Number of Service Chains"
9118   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9119   layout:
9120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9121     layout: "plot-service-density"
9122
9123 - type: "plot"
9124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9125   algorithm: "plot_nf_heatmap"
9126   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9127   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9128   filter: "'NIC_Intel-XXV710' and
9129            'NF_DENSITY' and
9130            'DOCKER' and
9131            'CHAIN' and
9132            'NF_VPPIP4' and
9133            'IPSEC' and
9134            'TNL_10000' and
9135            'IMIX' and
9136            '4T2C' and
9137            'NDRPDR'"
9138   parameters:
9139   - "throughput"
9140   - "name"
9141   - "tags"
9142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9143   x-axis: "X = CNFs per Service Chain"
9144   y-axis: "Y = Number of Service Chains"
9145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9146   layout:
9147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9148     layout: "plot-service-density"
9149
9150 - type: "plot"
9151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9152   algorithm: "plot_nf_heatmap"
9153   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9154   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9155   filter: "'NIC_Intel-XXV710' and
9156            'NF_DENSITY' and
9157            'DOCKER' and
9158            'CHAIN' and
9159            'NF_VPPIP4' and
9160            'IPSEC' and
9161            'TNL_10000' and
9162            'IMIX' and
9163            '8T4C' and
9164            'NDRPDR'"
9165   parameters:
9166   - "throughput"
9167   - "name"
9168   - "tags"
9169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9170   x-axis: "X = CNFs per Service Chain"
9171   y-axis: "Y = Number of Service Chains"
9172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9173   layout:
9174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9175     layout: "plot-service-density"
9176
9177 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9178 - type: "plot"
9179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9180   algorithm: "plot_nf_heatmap"
9181   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9182   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9183   filter: "'NIC_Intel-XXV710' and
9184            'NF_DENSITY' and
9185            'DOCKER' and
9186            'CHAIN' and
9187            'NF_VPPIP4' and
9188            'IPSEC' and
9189            'TNL_10000' and
9190            'IMIX' and
9191            '2T1C' and
9192            'NDRPDR'"
9193   parameters:
9194   - "throughput"
9195   - "name"
9196   - "tags"
9197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9198   x-axis: "X = CNFs per Service Chain"
9199   y-axis: "Y = Number of Service Chains"
9200   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9201   layout:
9202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9203     layout: "plot-service-density"
9204
9205 - type: "plot"
9206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9207   algorithm: "plot_nf_heatmap"
9208   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9209   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9210   filter: "'NIC_Intel-XXV710' and
9211            'NF_DENSITY' and
9212            'DOCKER' and
9213            'CHAIN' and
9214            'NF_VPPIP4' and
9215            'IPSEC' and
9216            'TNL_10000' and
9217            'IMIX' and
9218            '4T2C' and
9219            'NDRPDR'"
9220   parameters:
9221   - "throughput"
9222   - "name"
9223   - "tags"
9224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9225   x-axis: "X = CNFs per Service Chain"
9226   y-axis: "Y = Number of Service Chains"
9227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9228   layout:
9229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9230     layout: "plot-service-density"
9231
9232 - type: "plot"
9233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9234   algorithm: "plot_nf_heatmap"
9235   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9236   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9237   filter: "'NIC_Intel-XXV710' and
9238            'NF_DENSITY' and
9239            'DOCKER' and
9240            'CHAIN' and
9241            'NF_VPPIP4' and
9242            'IPSEC' and
9243            'TNL_10000' and
9244            'IMIX' and
9245            '8T4C' and
9246            'NDRPDR'"
9247   parameters:
9248   - "throughput"
9249   - "name"
9250   - "tags"
9251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9252   x-axis: "X = CNFs per Service Chain"
9253   y-axis: "Y = Number of Service Chains"
9254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9255   layout:
9256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9257     layout: "plot-service-density"
9258
9259 ###############################################################################
9260
9261 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9262 - type: "plot"
9263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9264   algorithm: "plot_nf_heatmap"
9265   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9266   data: "plot-vpp-nfv-3n-hsw-mrr"
9267   filter: "'NIC_Intel-XL710' and
9268            'NF_DENSITY' and
9269            'DOCKER' and
9270            'CHAIN' and
9271            'NF_VPPIP4' and
9272            'IMIX' and
9273            'TNL_10000' and
9274            '1T1C' and
9275            'MRR'"
9276   parameters:
9277   - "result"
9278   - "name"
9279   - "tags"
9280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9281   x-axis: "X = CNFs per Service Chain"
9282   y-axis: "Y = Number of Service Chains"
9283   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9284   layout:
9285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9286     layout: "plot-service-density"
9287
9288 - type: "plot"
9289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9290   algorithm: "plot_nf_heatmap"
9291   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9292   data: "plot-vpp-nfv-3n-hsw-mrr"
9293   filter: "'NIC_Intel-XL710' and
9294            'NF_DENSITY' and
9295            'DOCKER' and
9296            'CHAIN' and
9297            'NF_VPPIP4' and
9298            'IPSEC' and
9299            'TNL_10000' and
9300            'IMIX' and
9301            '2T2C' and
9302            'MRR'"
9303   parameters:
9304   - "result"
9305   - "name"
9306   - "tags"
9307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9308   x-axis: "X = CNFs per Service Chain"
9309   y-axis: "Y = Number of Service Chains"
9310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9311   layout:
9312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9313     layout: "plot-service-density"
9314
9315 - type: "plot"
9316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9317   algorithm: "plot_nf_heatmap"
9318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9319   data: "plot-vpp-nfv-3n-hsw-mrr"
9320   filter: "'NIC_Intel-XL710' and
9321            'NF_DENSITY' and
9322            'DOCKER' and
9323            'CHAIN' and
9324            'NF_VPPIP4' and
9325            'IPSEC' and
9326            'TNL_10000' and
9327            'IMIX' and
9328            '4T4C' and
9329            'MRR'"
9330   parameters:
9331   - "result"
9332   - "name"
9333   - "tags"
9334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9335   x-axis: "X = CNFs per Service Chain"
9336   y-axis: "Y = Number of Service Chains"
9337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9338   layout:
9339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9340     layout: "plot-service-density"
9341
9342 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9343 - type: "plot"
9344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9345   algorithm: "plot_nf_heatmap"
9346   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9347   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9348   filter: "'NIC_Intel-XL710' and
9349            'NF_DENSITY' and
9350            'DOCKER' and
9351            'CHAIN' and
9352            'NF_VPPIP4' and
9353            'IPSEC' and
9354            'TNL_10000' and
9355            'IMIX' and
9356            '1T1C' and
9357            'NDRPDR'"
9358   parameters:
9359   - "throughput"
9360   - "name"
9361   - "tags"
9362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9363   x-axis: "X = CNFs per Service Chain"
9364   y-axis: "Y = Number of Service Chains"
9365   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9366   layout:
9367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9368     layout: "plot-service-density"
9369
9370 - type: "plot"
9371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9372   algorithm: "plot_nf_heatmap"
9373   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9374   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9375   filter: "'NIC_Intel-XL710' and
9376            'NF_DENSITY' and
9377            'DOCKER' and
9378            'CHAIN' and
9379            'NF_VPPIP4' and
9380            'IPSEC' and
9381            'TNL_10000' and
9382            'IMIX' and
9383            '2T2C' and
9384            'NDRPDR'"
9385   parameters:
9386   - "throughput"
9387   - "name"
9388   - "tags"
9389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9390   x-axis: "X = CNFs per Service Chain"
9391   y-axis: "Y = Number of Service Chains"
9392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9393   layout:
9394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9395     layout: "plot-service-density"
9396
9397 - type: "plot"
9398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9399   algorithm: "plot_nf_heatmap"
9400   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9401   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9402   filter: "'NIC_Intel-XL710' and
9403            'NF_DENSITY' and
9404            'DOCKER' and
9405            'CHAIN' and
9406            'NF_VPPIP4' and
9407            'IPSEC' and
9408            'TNL_10000' and
9409            'IMIX' and
9410            '4T4C' and
9411            'NDRPDR'"
9412   parameters:
9413   - "throughput"
9414   - "name"
9415   - "tags"
9416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9417   x-axis: "X = CNFs per Service Chain"
9418   y-axis: "Y = Number of Service Chains"
9419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9420   layout:
9421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9422     layout: "plot-service-density"
9423
9424 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9425 - type: "plot"
9426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9427   algorithm: "plot_nf_heatmap"
9428   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9429   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9430   filter: "'NIC_Intel-XL710' and
9431            'NF_DENSITY' and
9432            'DOCKER' and
9433            'CHAIN' and
9434            'NF_VPPIP4' and
9435            'IPSEC' and
9436            'TNL_10000' and
9437            'IMIX' and
9438            '1T1C' and
9439            'NDRPDR'"
9440   parameters:
9441   - "throughput"
9442   - "name"
9443   - "tags"
9444   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9445   x-axis: "X = CNFs per Service Chain"
9446   y-axis: "Y = Number of Service Chains"
9447   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9448   layout:
9449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9450     layout: "plot-service-density"
9451
9452 - type: "plot"
9453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9454   algorithm: "plot_nf_heatmap"
9455   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9456   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9457   filter: "'NIC_Intel-XL710' and
9458            'NF_DENSITY' and
9459            'DOCKER' and
9460            'CHAIN' and
9461            'NF_VPPIP4' and
9462            'IPSEC' and
9463            'TNL_10000' and
9464            'IMIX' and
9465            '2T2C' and
9466            'NDRPDR'"
9467   parameters:
9468   - "throughput"
9469   - "name"
9470   - "tags"
9471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9472   x-axis: "X = CNFs per Service Chain"
9473   y-axis: "Y = Number of Service Chains"
9474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9475   layout:
9476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9477     layout: "plot-service-density"
9478
9479 - type: "plot"
9480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9481   algorithm: "plot_nf_heatmap"
9482   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9483   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9484   filter: "'NIC_Intel-XL710' and
9485            'NF_DENSITY' and
9486            'DOCKER' and
9487            'CHAIN' and
9488            'NF_VPPIP4' and
9489            'IPSEC' and
9490            'TNL_10000' and
9491            'IMIX' and
9492            '4T4C' and
9493            'NDRPDR'"
9494   parameters:
9495   - "throughput"
9496   - "name"
9497   - "tags"
9498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9499   x-axis: "X = CNFs per Service Chain"
9500   y-axis: "Y = Number of Service Chains"
9501   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9502   layout:
9503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9504     layout: "plot-service-density"
9505
9506 ###############################################################################
9507
9508 # Plots - NF Density - CSP - MRR 64b
9509
9510 #- type: "plot"
9511 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9512 #  algorithm: "plot_nf_heatmap"
9513 #  output-file-type: ".html"
9514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9515 #  data: "plot-vpp-nfv-2n-skx-mrr"
9516 #  filter: "'NIC_Intel-XXV710' and
9517 #           'NF_DENSITY' and
9518 #           'DOCKER' and
9519 #           'PIPELINE' and
9520 #           'NF_VPPIP4' and
9521 #           '64B' and
9522 #           '2T1C' and
9523 #           'MRR'"
9524 #  parameters:
9525 #  - "result"
9526 #  - "name"
9527 #  - "tags"
9528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9529 #  x-axis: "X = CNFs per Service Pipeline"
9530 #  y-axis: "Y = Number of Service Pipelines"
9531 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9532 #  layout:
9533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9534 #    layout: "plot-service-density"
9535 #
9536 #- type: "plot"
9537 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9538 #  algorithm: "plot_nf_heatmap"
9539 #  output-file-type: ".html"
9540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9541 #  data: "plot-vpp-nfv-2n-skx-mrr"
9542 #  filter: "'NIC_Intel-XXV710' and
9543 #           'NF_DENSITY' and
9544 #           'DOCKER' and
9545 #           'PIPELINE' and
9546 #           'NF_VPPIP4' and
9547 #           '64B' and
9548 #           '4T2C' and
9549 #           'MRR'"
9550 #  parameters:
9551 #  - "result"
9552 #  - "name"
9553 #  - "tags"
9554 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9555 #  x-axis: "X = CNFs per Service Pipeline"
9556 #  y-axis: "Y = Number of Service Pipelines"
9557 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9558 #  layout:
9559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9560 #    layout: "plot-service-density"
9561 #
9562 #- type: "plot"
9563 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9564 #  algorithm: "plot_nf_heatmap"
9565 #  output-file-type: ".html"
9566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9567 #  data: "plot-vpp-nfv-2n-skx-mrr"
9568 #  filter: "'NIC_Intel-XXV710' and
9569 #           'NF_DENSITY' and
9570 #           'DOCKER' and
9571 #           'PIPELINE' and
9572 #           'NF_VPPIP4' and
9573 #           '64B' and
9574 #           '8T4C' and
9575 #           'MRR'"
9576 #  parameters:
9577 #  - "result"
9578 #  - "name"
9579 #  - "tags"
9580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9581 #  x-axis: "X = CNFs per Service Pipeline"
9582 #  y-axis: "Y = Number of Service Pipelines"
9583 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9584 #  layout:
9585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9586 #    layout: "plot-service-density"
9587 #
9588 ## Plots - NF Density - CSP - MRR IMIX
9589 #- type: "plot"
9590 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9591 #  algorithm: "plot_nf_heatmap"
9592 #  output-file-type: ".html"
9593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9594 #  data: "plot-vpp-nfv-2n-skx-mrr"
9595 #  filter: "'NIC_Intel-XXV710' and
9596 #           'NF_DENSITY' and
9597 #           'DOCKER' and
9598 #           'PIPELINE' and
9599 #           'NF_VPPIP4' and
9600 #           'IMIX' and
9601 #           '2T1C' and
9602 #           'MRR'"
9603 #  parameters:
9604 #  - "result"
9605 #  - "name"
9606 #  - "tags"
9607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9608 #  x-axis: "X = CNFs per Service Pipeline"
9609 #  y-axis: "Y = Number of Service Pipelines"
9610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9611 #  layout:
9612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9613 #    layout: "plot-service-density"
9614 #
9615 #- type: "plot"
9616 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9617 #  algorithm: "plot_nf_heatmap"
9618 #  output-file-type: ".html"
9619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9620 #  data: "plot-vpp-nfv-2n-skx-mrr"
9621 #  filter: "'NIC_Intel-XXV710' and
9622 #           'NF_DENSITY' and
9623 #           'DOCKER' and
9624 #           'PIPELINE' and
9625 #           'NF_VPPIP4' and
9626 #           'IMIX' and
9627 #           '4T2C' and
9628 #           'MRR'"
9629 #  parameters:
9630 #  - "result"
9631 #  - "name"
9632 #  - "tags"
9633 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9634 #  x-axis: "X = CNFs per Service Pipeline"
9635 #  y-axis: "Y = Number of Service Pipelines"
9636 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9637 #  layout:
9638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9639 #    layout: "plot-service-density"
9640 #
9641 #- type: "plot"
9642 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9643 #  algorithm: "plot_nf_heatmap"
9644 #  output-file-type: ".html"
9645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9646 #  data: "plot-vpp-nfv-2n-skx-mrr"
9647 #  filter: "'NIC_Intel-XXV710' and
9648 #           'NF_DENSITY' and
9649 #           'DOCKER' and
9650 #           'PIPELINE' and
9651 #           'NF_VPPIP4' and
9652 #           'IMIX' and
9653 #           '8T4C' and
9654 #           'MRR'"
9655 #  parameters:
9656 #  - "result"
9657 #  - "name"
9658 #  - "tags"
9659 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9660 #  x-axis: "X = CNFs per Service Pipeline"
9661 #  y-axis: "Y = Number of Service Pipelines"
9662 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9663 #  layout:
9664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9665 #    layout: "plot-service-density"
9666 #
9667 ## Plots - NF Density - CSP - NDR 64b
9668 #- type: "plot"
9669 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9670 #  algorithm: "plot_nf_heatmap"
9671 #  output-file-type: ".html"
9672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9673 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9674 #  filter: "'NIC_Intel-XXV710' and
9675 #           'NF_DENSITY' and
9676 #           'DOCKER' and
9677 #           'PIPELINE' and
9678 #           'NF_VPPIP4' and
9679 #           '64B' and
9680 #           '2T1C' and
9681 #           'NDRPDR'"
9682 #  parameters:
9683 #  - "throughput"
9684 #  - "name"
9685 #  - "tags"
9686 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9687 #  x-axis: "X = CNFs per Service Pipeline"
9688 #  y-axis: "Y = Number of Service Pipelines"
9689 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9690 #  layout:
9691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9692 #    layout: "plot-service-density"
9693 #
9694 #- type: "plot"
9695 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9696 #  algorithm: "plot_nf_heatmap"
9697 #  output-file-type: ".html"
9698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9699 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9700 #  filter: "'NIC_Intel-XXV710' and
9701 #           'NF_DENSITY' and
9702 #           'DOCKER' and
9703 #           'PIPELINE' and
9704 #           'NF_VPPIP4' and
9705 #           '64B' and
9706 #           '4T2C' and
9707 #           'NDRPDR'"
9708 #  parameters:
9709 #  - "throughput"
9710 #  - "name"
9711 #  - "tags"
9712 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9713 #  x-axis: "X = CNFs per Service Pipeline"
9714 #  y-axis: "Y = Number of Service Pipelines"
9715 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9716 #  layout:
9717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9718 #    layout: "plot-service-density"
9719 #
9720 #- type: "plot"
9721 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9722 #  algorithm: "plot_nf_heatmap"
9723 #  output-file-type: ".html"
9724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9725 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9726 #  filter: "'NIC_Intel-XXV710' and
9727 #           'NF_DENSITY' and
9728 #           'DOCKER' and
9729 #           'PIPELINE' and
9730 #           'NF_VPPIP4' and
9731 #           '64B' and
9732 #           '8T4C' and
9733 #           'NDRPDR'"
9734 #  parameters:
9735 #  - "throughput"
9736 #  - "name"
9737 #  - "tags"
9738 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9739 #  x-axis: "X = CNFs per Service Pipeline"
9740 #  y-axis: "Y = Number of Service Pipelines"
9741 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9742 #  layout:
9743 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9744 #    layout: "plot-service-density"
9745 #
9746 ## Plots - NF Density - CSP - NDR IMIX
9747 #- type: "plot"
9748 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9749 #  algorithm: "plot_nf_heatmap"
9750 #  output-file-type: ".html"
9751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9752 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9753 #  filter: "'NIC_Intel-XXV710' and
9754 #           'NF_DENSITY' and
9755 #           'DOCKER' and
9756 #           'PIPELINE' and
9757 #           'NF_VPPIP4' and
9758 #           'IMIX' and
9759 #           '2T1C' and
9760 #           'NDRPDR'"
9761 #  parameters:
9762 #  - "throughput"
9763 #  - "name"
9764 #  - "tags"
9765 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9766 #  x-axis: "X = CNFs per Service Pipeline"
9767 #  y-axis: "Y = Number of Service Pipelines"
9768 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9769 #  layout:
9770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9771 #    layout: "plot-service-density"
9772 #
9773 #- type: "plot"
9774 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9775 #  algorithm: "plot_nf_heatmap"
9776 #  output-file-type: ".html"
9777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9778 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9779 #  filter: "'NIC_Intel-XXV710' and
9780 #           'NF_DENSITY' and
9781 #           'DOCKER' and
9782 #           'PIPELINE' and
9783 #           'NF_VPPIP4' and
9784 #           'IMIX' and
9785 #           '4T2C' and
9786 #           'NDRPDR'"
9787 #  parameters:
9788 #  - "throughput"
9789 #  - "name"
9790 #  - "tags"
9791 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9792 #  x-axis: "X = CNFs per Service Pipeline"
9793 #  y-axis: "Y = Number of Service Pipelines"
9794 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9795 #  layout:
9796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9797 #    layout: "plot-service-density"
9798 #
9799 #- type: "plot"
9800 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9801 #  algorithm: "plot_nf_heatmap"
9802 #  output-file-type: ".html"
9803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9804 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9805 #  filter: "'NIC_Intel-XXV710' and
9806 #           'NF_DENSITY' and
9807 #           'DOCKER' and
9808 #           'PIPELINE' and
9809 #           'NF_VPPIP4' and
9810 #           'IMIX' and
9811 #           '8T4C' and
9812 #           'NDRPDR'"
9813 #  parameters:
9814 #  - "throughput"
9815 #  - "name"
9816 #  - "tags"
9817 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9818 #  x-axis: "X = CNFs per Service Pipeline"
9819 #  y-axis: "Y = Number of Service Pipelines"
9820 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9821 #  layout:
9822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9823 #    layout: "plot-service-density"
9824 #
9825 ## Plots - NF Density - CSP - PDR 64b
9826 #- type: "plot"
9827 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9828 #  algorithm: "plot_nf_heatmap"
9829 #  output-file-type: ".html"
9830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9831 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9832 #  filter: "'NIC_Intel-XXV710' and
9833 #           'NF_DENSITY' and
9834 #           'DOCKER' and
9835 #           'PIPELINE' and
9836 #           'NF_VPPIP4' and
9837 #           '64B' and
9838 #           '2T1C' and
9839 #           'NDRPDR'"
9840 #  parameters:
9841 #  - "throughput"
9842 #  - "name"
9843 #  - "tags"
9844 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9845 #  x-axis: "X = CNFs per Service Pipeline"
9846 #  y-axis: "Y = Number of Service Pipelines"
9847 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9848 #  layout:
9849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9850 #    layout: "plot-service-density"
9851 #
9852 #- type: "plot"
9853 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9854 #  algorithm: "plot_nf_heatmap"
9855 #  output-file-type: ".html"
9856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9857 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9858 #  filter: "'NIC_Intel-XXV710' and
9859 #           'NF_DENSITY' and
9860 #           'DOCKER' and
9861 #           'PIPELINE' and
9862 #           'NF_VPPIP4' and
9863 #           '64B' and
9864 #           '4T2C' and
9865 #           'NDRPDR'"
9866 #  parameters:
9867 #  - "throughput"
9868 #  - "name"
9869 #  - "tags"
9870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9871 #  x-axis: "X = CNFs per Service Pipeline"
9872 #  y-axis: "Y = Number of Service Pipelines"
9873 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9874 #  layout:
9875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9876 #    layout: "plot-service-density"
9877 #
9878 #- type: "plot"
9879 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9880 #  algorithm: "plot_nf_heatmap"
9881 #  output-file-type: ".html"
9882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9883 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9884 #  filter: "'NIC_Intel-XXV710' and
9885 #           'NF_DENSITY' and
9886 #           'DOCKER' and
9887 #           'PIPELINE' and
9888 #           'NF_VPPIP4' and
9889 #           '64B' and
9890 #           '8T4C' and
9891 #           'NDRPDR'"
9892 #  parameters:
9893 #  - "throughput"
9894 #  - "name"
9895 #  - "tags"
9896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9897 #  x-axis: "X = CNFs per Service Pipeline"
9898 #  y-axis: "Y = Number of Service Pipelines"
9899 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9900 #  layout:
9901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9902 #    layout: "plot-service-density"
9903 #
9904 ## Plots - NF Density - CSP - PDR IMIX
9905 #- type: "plot"
9906 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9907 #  algorithm: "plot_nf_heatmap"
9908 #  output-file-type: ".html"
9909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9910 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9911 #  filter: "'NIC_Intel-XXV710' and
9912 #           'NF_DENSITY' and
9913 #           'DOCKER' and
9914 #           'PIPELINE' and
9915 #           'NF_VPPIP4' and
9916 #           'IMIX' and
9917 #           '2T1C' and
9918 #           'NDRPDR'"
9919 #  parameters:
9920 #  - "throughput"
9921 #  - "name"
9922 #  - "tags"
9923 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9924 #  x-axis: "X = CNFs per Service Pipeline"
9925 #  y-axis: "Y = Number of Service Pipelines"
9926 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9927 #  layout:
9928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9929 #    layout: "plot-service-density"
9930 #
9931 #- type: "plot"
9932 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9933 #  algorithm: "plot_nf_heatmap"
9934 #  output-file-type: ".html"
9935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9936 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9937 #  filter: "'NIC_Intel-XXV710' and
9938 #           'NF_DENSITY' and
9939 #           'DOCKER' and
9940 #           'PIPELINE' and
9941 #           'NF_VPPIP4' and
9942 #           'IMIX' and
9943 #           '4T2C' and
9944 #           'NDRPDR'"
9945 #  parameters:
9946 #  - "throughput"
9947 #  - "name"
9948 #  - "tags"
9949 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9950 #  x-axis: "X = CNFs per Service Pipeline"
9951 #  y-axis: "Y = Number of Service Pipelines"
9952 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9953 #  layout:
9954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9955 #    layout: "plot-service-density"
9956 #
9957 #- type: "plot"
9958 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9959 #  algorithm: "plot_nf_heatmap"
9960 #  output-file-type: ".html"
9961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9962 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9963 #  filter: "'NIC_Intel-XXV710' and
9964 #           'NF_DENSITY' and
9965 #           'DOCKER' and
9966 #           'PIPELINE' and
9967 #           'NF_VPPIP4' and
9968 #           'IMIX' and
9969 #           '8T4C' and
9970 #           'NDRPDR'"
9971 #  parameters:
9972 #  - "throughput"
9973 #  - "name"
9974 #  - "tags"
9975 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9976 #  x-axis: "X = CNFs per Service Pipeline"
9977 #  y-axis: "Y = Number of Service Pipelines"
9978 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9979 #  layout:
9980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9981 #    layout: "plot-service-density"
9982
9983 ###############################################################################
9984 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9985
9986 - type: "plot"
9987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9988   algorithm: "plot_nf_heatmap"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9991   data: "plot-vpp-nfv-2n-clx-mrr"
9992   filter: "'NIC_Intel-XXV710' and
9993            'NF_DENSITY' and
9994            'VHOST' and
9995            not 'VXLAN' and
9996            'CHAIN' and
9997            'NF_VPPIP4' and
9998            'IMIX' and
9999            '2T1C' and
10000            'MRR'"
10001   parameters:
10002   - "result"
10003   - "name"
10004   - "tags"
10005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10006   x-axis: "X = VNFs per Service Chain"
10007   y-axis: "Y = Number of Service Chains"
10008   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10009   layout:
10010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10011     layout: "plot-service-density"
10012
10013 - type: "plot"
10014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10015   algorithm: "plot_nf_heatmap"
10016   output-file-type: ".html"
10017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10018   data: "plot-vpp-nfv-2n-clx-mrr"
10019   filter: "'NIC_Intel-XXV710' and
10020            'NF_DENSITY' and
10021            'VHOST' and
10022            not 'VXLAN' and
10023            'CHAIN' and
10024            'NF_VPPIP4' and
10025            'IMIX' and
10026            '4T2C' and
10027            'MRR'"
10028   parameters:
10029   - "result"
10030   - "name"
10031   - "tags"
10032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10033   x-axis: "X = VNFs per Service Chain"
10034   y-axis: "Y = Number of Service Chains"
10035   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10036   layout:
10037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10038     layout: "plot-service-density"
10039
10040 - type: "plot"
10041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10042   algorithm: "plot_nf_heatmap"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10045   data: "plot-vpp-nfv-2n-clx-mrr"
10046   filter: "'NIC_Intel-XXV710' and
10047            'NF_DENSITY' and
10048            'VHOST' and
10049            not 'VXLAN' and
10050            'CHAIN' and
10051            'NF_VPPIP4' and
10052            'IMIX' and
10053            '8T4C' and
10054            'MRR'"
10055   parameters:
10056   - "result"
10057   - "name"
10058   - "tags"
10059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10060   x-axis: "X = VNFs per Service Chain"
10061   y-axis: "Y = Number of Service Chains"
10062   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10063   layout:
10064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10065     layout: "plot-service-density"
10066
10067 # Plots - NF Density - VSC - NDR IMIX
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'VHOST' and
10077            not 'VXLAN' and
10078            'CHAIN' and
10079            'NF_VPPIP4' and
10080            'IMIX' and
10081            '2T1C' and
10082            'NDRPDR'"
10083   parameters:
10084   - "throughput"
10085   - "name"
10086   - "tags"
10087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10088   x-axis: "X = VNFs per Service Chain"
10089   y-axis: "Y = Number of Service Chains"
10090   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10091   layout:
10092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10093     layout: "plot-service-density"
10094
10095 - type: "plot"
10096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10097   algorithm: "plot_nf_heatmap"
10098   output-file-type: ".html"
10099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10100   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10101   filter: "'NIC_Intel-XXV710' and
10102            'NF_DENSITY' and
10103            'VHOST' and
10104            not 'VXLAN' and
10105            'CHAIN' and
10106            'NF_VPPIP4' and
10107            'IMIX' and
10108            '4T2C' and
10109            'NDRPDR'"
10110   parameters:
10111   - "throughput"
10112   - "name"
10113   - "tags"
10114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115   x-axis: "X = VNFs per Service Chain"
10116   y-axis: "Y = Number of Service Chains"
10117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10120     layout: "plot-service-density"
10121
10122 - type: "plot"
10123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10124   algorithm: "plot_nf_heatmap"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10127   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128   filter: "'NIC_Intel-XXV710' and
10129            'NF_DENSITY' and
10130            'VHOST' and
10131            not 'VXLAN' and
10132            'CHAIN' and
10133            'NF_VPPIP4' and
10134            'IMIX' and
10135            '8T4C' and
10136            'NDRPDR'"
10137   parameters:
10138   - "throughput"
10139   - "name"
10140   - "tags"
10141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10142   x-axis: "X = VNFs per Service Chain"
10143   y-axis: "Y = Number of Service Chains"
10144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10145   layout:
10146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10147     layout: "plot-service-density"
10148
10149 # Plots - NF Density - VSC - PDR IMIX
10150 - type: "plot"
10151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10152   algorithm: "plot_nf_heatmap"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10155   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10156   filter: "'NIC_Intel-XXV710' and
10157            'NF_DENSITY' and
10158            'VHOST' and
10159            not 'VXLAN' and
10160            'CHAIN' and
10161            'NF_VPPIP4' and
10162            'IMIX' and
10163            '2T1C' and
10164            'NDRPDR'"
10165   parameters:
10166   - "throughput"
10167   - "name"
10168   - "tags"
10169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10170   x-axis: "X = VNFs per Service Chain"
10171   y-axis: "Y = Number of Service Chains"
10172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10173   layout:
10174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10175     layout: "plot-service-density"
10176
10177 - type: "plot"
10178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10179   algorithm: "plot_nf_heatmap"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'VHOST' and
10186            not 'VXLAN' and
10187            'CHAIN' and
10188            'NF_VPPIP4' and
10189            'IMIX' and
10190            '4T2C' and
10191            'NDRPDR'"
10192   parameters:
10193   - "throughput"
10194   - "name"
10195   - "tags"
10196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10197   x-axis: "X = VNFs per Service Chain"
10198   y-axis: "Y = Number of Service Chains"
10199   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10200   layout:
10201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10202     layout: "plot-service-density"
10203
10204 - type: "plot"
10205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10206   algorithm: "plot_nf_heatmap"
10207   output-file-type: ".html"
10208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10209   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10210   filter: "'NIC_Intel-XXV710' and
10211            'NF_DENSITY' and
10212            'VHOST' and
10213            not 'VXLAN' and
10214            'CHAIN' and
10215            'NF_VPPIP4' and
10216            'IMIX' and
10217            '8T4C' and
10218            'NDRPDR'"
10219   parameters:
10220   - "throughput"
10221   - "name"
10222   - "tags"
10223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10224   x-axis: "X = VNFs per Service Chain"
10225   y-axis: "Y = Number of Service Chains"
10226   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10227   layout:
10228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10229     layout: "plot-service-density"
10230
10231 # Plots - NF Density - VSC - MRR IMIX
10232 - type: "plot"
10233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10234   algorithm: "plot_nf_heatmap"
10235   output-file-type: ".html"
10236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10237   data: "plot-vpp-nfv-2n-clx-mrr"
10238   filter: "'NIC_Intel-XXV710' and
10239            'NF_DENSITY' and
10240            'VHOST' and
10241            'VXLAN' and
10242            'CHAIN' and
10243            'IMIX' and
10244            '2T1C' and
10245            'MRR'"
10246   parameters:
10247   - "result"
10248   - "name"
10249   - "tags"
10250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10251   x-axis: "X = VNFs per Service Chain"
10252   y-axis: "Y = Number of Service Chains"
10253   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10254   layout:
10255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10256     layout: "plot-service-density"
10257
10258 - type: "plot"
10259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10260   algorithm: "plot_nf_heatmap"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10263   data: "plot-vpp-nfv-2n-clx-mrr"
10264   filter: "'NIC_Intel-XXV710' and
10265            'NF_DENSITY' and
10266            'VHOST' and
10267            'VXLAN' and
10268            'CHAIN' and
10269            'IMIX' and
10270            '4T2C' and
10271            'MRR'"
10272   parameters:
10273   - "result"
10274   - "name"
10275   - "tags"
10276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10277   x-axis: "X = VNFs per Service Chain"
10278   y-axis: "Y = Number of Service Chains"
10279   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10280   layout:
10281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10282     layout: "plot-service-density"
10283
10284 - type: "plot"
10285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10286   algorithm: "plot_nf_heatmap"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10289   data: "plot-vpp-nfv-2n-clx-mrr"
10290   filter: "'NIC_Intel-XXV710' and
10291            'NF_DENSITY' and
10292            'VHOST' and
10293            'VXLAN' and
10294            'CHAIN' and
10295            'IMIX' and
10296            '8T4C' and
10297            'MRR'"
10298   parameters:
10299   - "result"
10300   - "name"
10301   - "tags"
10302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10303   x-axis: "X = VNFs per Service Chain"
10304   y-axis: "Y = Number of Service Chains"
10305   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10306   layout:
10307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10308     layout: "plot-service-density"
10309
10310 # Plots - NF Density - VSC - NDR IMIX
10311 - type: "plot"
10312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10313   algorithm: "plot_nf_heatmap"
10314   output-file-type: ".html"
10315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10316   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10317   filter: "'NIC_Intel-XXV710' and
10318            'NF_DENSITY' and
10319            'VHOST' and
10320            'VXLAN' and
10321            'CHAIN' a
10322            'IMIX' and
10323            '2T1C' and
10324            'NDRPDR'"
10325   parameters:
10326   - "throughput"
10327   - "name"
10328   - "tags"
10329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10330   x-axis: "X = VNFs per Service Chain"
10331   y-axis: "Y = Number of Service Chains"
10332   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10333   layout:
10334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10335     layout: "plot-service-density"
10336
10337 - type: "plot"
10338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10339   algorithm: "plot_nf_heatmap"
10340   output-file-type: ".html"
10341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10342   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10343   filter: "'NIC_Intel-XXV710' and
10344            'NF_DENSITY' and
10345            'VHOST' and
10346            'VXLAN' and
10347            'CHAIN' and
10348            'IMIX' and
10349            '4T2C' and
10350            'NDRPDR'"
10351   parameters:
10352   - "throughput"
10353   - "name"
10354   - "tags"
10355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10356   x-axis: "X = VNFs per Service Chain"
10357   y-axis: "Y = Number of Service Chains"
10358   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10359   layout:
10360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10361     layout: "plot-service-density"
10362
10363 - type: "plot"
10364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10365   algorithm: "plot_nf_heatmap"
10366   output-file-type: ".html"
10367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10368   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10369   filter: "'NIC_Intel-XXV710' and
10370            'NF_DENSITY' and
10371            'VHOST' and
10372            'VXLAN' and
10373            'CHAIN' and
10374            'IMIX' and
10375            '8T4C' and
10376            'NDRPDR'"
10377   parameters:
10378   - "throughput"
10379   - "name"
10380   - "tags"
10381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10382   x-axis: "X = VNFs per Service Chain"
10383   y-axis: "Y = Number of Service Chains"
10384   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10385   layout:
10386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10387     layout: "plot-service-density"
10388
10389 # Plots - NF Density - VSC - PDR IMIX
10390 - type: "plot"
10391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10392   algorithm: "plot_nf_heatmap"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10395   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10396   filter: "'NIC_Intel-XXV710' and
10397            'NF_DENSITY' and
10398            'VHOST' and
10399            'VXLAN' and
10400            'CHAIN' and
10401            'IMIX' and
10402            '2T1C' and
10403            'NDRPDR'"
10404   parameters:
10405   - "throughput"
10406   - "name"
10407   - "tags"
10408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10409   x-axis: "X = VNFs per Service Chain"
10410   y-axis: "Y = Number of Service Chains"
10411   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10412   layout:
10413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10414     layout: "plot-service-density"
10415
10416 - type: "plot"
10417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10418   algorithm: "plot_nf_heatmap"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10421   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10422   filter: "'NIC_Intel-XXV710' and
10423            'NF_DENSITY' and
10424            'VHOST' and
10425            'VXLAN' and
10426            'CHAIN' and
10427            'IMIX' and
10428            '4T2C' and
10429            'NDRPDR'"
10430   parameters:
10431   - "throughput"
10432   - "name"
10433   - "tags"
10434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10435   x-axis: "X = VNFs per Service Chain"
10436   y-axis: "Y = Number of Service Chains"
10437   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10438   layout:
10439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10440     layout: "plot-service-density"
10441
10442 - type: "plot"
10443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10444   algorithm: "plot_nf_heatmap"
10445   output-file-type: ".html"
10446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10447   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10448   filter: "'NIC_Intel-XXV710' and
10449            'NF_DENSITY' and
10450            'VHOST' and
10451            'VXLAN' and
10452            'CHAIN' and
10453            'IMIX' and
10454            '8T4C' and
10455            'NDRPDR'"
10456   parameters:
10457   - "throughput"
10458   - "name"
10459   - "tags"
10460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10461   x-axis: "X = VNFs per Service Chain"
10462   y-axis: "Y = Number of Service Chains"
10463   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10464   layout:
10465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10466     layout: "plot-service-density"
10467
10468 # Plots - NF Density - CSC - MRR IMIX
10469 - type: "plot"
10470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10471   algorithm: "plot_nf_heatmap"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10474   data: "plot-vpp-nfv-2n-clx-mrr"
10475   filter: "'NIC_Intel-XXV710' and
10476            'NF_DENSITY' and
10477            'DOCKER' and
10478            'CHAIN' and
10479            'NF_VPPIP4' and
10480            'IMIX' and
10481            '2T1C' and
10482            'MRR'"
10483   parameters:
10484   - "result"
10485   - "name"
10486   - "tags"
10487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10488   x-axis: "X = CNFs per Service Chain"
10489   y-axis: "Y = Number of Service Chains"
10490   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10491   layout:
10492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10493     layout: "plot-service-density"
10494
10495 - type: "plot"
10496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10497   algorithm: "plot_nf_heatmap"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10500   data: "plot-vpp-nfv-2n-clx-mrr"
10501   filter: "'NIC_Intel-XXV710' and
10502            'NF_DENSITY' and
10503            'DOCKER' and
10504            'CHAIN' and
10505            'NF_VPPIP4' and
10506            'IMIX' and
10507            '4T2C' and
10508            'MRR'"
10509   parameters:
10510   - "result"
10511   - "name"
10512   - "tags"
10513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10514   x-axis: "X = CNFs per Service Chain"
10515   y-axis: "Y = Number of Service Chains"
10516   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10517   layout:
10518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10519     layout: "plot-service-density"
10520
10521 - type: "plot"
10522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10523   algorithm: "plot_nf_heatmap"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10526   data: "plot-vpp-nfv-2n-clx-mrr"
10527   filter: "'NIC_Intel-XXV710' and
10528            'NF_DENSITY' and
10529            'DOCKER' and
10530            'CHAIN' and
10531            'NF_VPPIP4' and
10532            'IMIX' and
10533            '8T4C' and
10534            'MRR'"
10535   parameters:
10536   - "result"
10537   - "name"
10538   - "tags"
10539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10540   x-axis: "X = CNFs per Service Chain"
10541   y-axis: "Y = Number of Service Chains"
10542   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10545     layout: "plot-service-density"
10546
10547 # Plots - NF Density - CSC - NDR IMIX
10548 - type: "plot"
10549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10550   algorithm: "plot_nf_heatmap"
10551   output-file-type: ".html"
10552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10553   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10554   filter: "'NIC_Intel-XXV710' and
10555            'NF_DENSITY' and
10556            'DOCKER' and
10557            'CHAIN' and
10558            'NF_VPPIP4' and
10559            'IMIX' and
10560            '2T1C' and
10561            'NDRPDR'"
10562   parameters:
10563   - "throughput"
10564   - "name"
10565   - "tags"
10566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10567   x-axis: "X = CNFs per Service Chain"
10568   y-axis: "Y = Number of Service Chains"
10569   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10570   layout:
10571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10572     layout: "plot-service-density"
10573
10574 - type: "plot"
10575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10576   algorithm: "plot_nf_heatmap"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10579   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10580   filter: "'NIC_Intel-XXV710' and
10581            'NF_DENSITY' and
10582            'DOCKER' and
10583            'CHAIN' and
10584            'NF_VPPIP4' and
10585            'IMIX' and
10586            '4T2C' and
10587            'NDRPDR'"
10588   parameters:
10589   - "throughput"
10590   - "name"
10591   - "tags"
10592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10593   x-axis: "X = CNFs per Service Chain"
10594   y-axis: "Y = Number of Service Chains"
10595   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10596   layout:
10597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10598     layout: "plot-service-density"
10599
10600 - type: "plot"
10601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10602   algorithm: "plot_nf_heatmap"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10605   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10606   filter: "'NIC_Intel-XXV710' and
10607            'NF_DENSITY' and
10608            'DOCKER' and
10609            'CHAIN' and
10610            'NF_VPPIP4' and
10611            'IMIX' and
10612            '8T4C' and
10613            'NDRPDR'"
10614   parameters:
10615   - "throughput"
10616   - "name"
10617   - "tags"
10618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10619   x-axis: "X = CNFs per Service Chain"
10620   y-axis: "Y = Number of Service Chains"
10621   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10622   layout:
10623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10624     layout: "plot-service-density"
10625
10626 # Plots - NF Density - CSC - PDR IMIX
10627 - type: "plot"
10628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10629   algorithm: "plot_nf_heatmap"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10632   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10633   filter: "'NIC_Intel-XXV710' and
10634            'NF_DENSITY' and
10635            'DOCKER' and
10636            'CHAIN' and
10637            'NF_VPPIP4' and
10638            'IMIX' and
10639            '2T1C' and
10640            'NDRPDR'"
10641   parameters:
10642   - "throughput"
10643   - "name"
10644   - "tags"
10645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10646   x-axis: "X = CNFs per Service Chain"
10647   y-axis: "Y = Number of Service Chains"
10648   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10649   layout:
10650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10651     layout: "plot-service-density"
10652
10653 - type: "plot"
10654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10655   algorithm: "plot_nf_heatmap"
10656   output-file-type: ".html"
10657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10658   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10659   filter: "'NIC_Intel-XXV710' and
10660            'NF_DENSITY' and
10661            'DOCKER' and
10662            'CHAIN' and
10663            'NF_VPPIP4' and
10664            'IMIX' and
10665            '4T2C' and
10666            'NDRPDR'"
10667   parameters:
10668   - "throughput"
10669   - "name"
10670   - "tags"
10671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10672   x-axis: "X = CNFs per Service Chain"
10673   y-axis: "Y = Number of Service Chains"
10674   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10675   layout:
10676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10677     layout: "plot-service-density"
10678
10679 - type: "plot"
10680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10681   algorithm: "plot_nf_heatmap"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10684   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10685   filter: "'NIC_Intel-XXV710' and
10686            'NF_DENSITY' and
10687            'DOCKER' and
10688            'CHAIN' and
10689            'NF_VPPIP4' and
10690            'IMIX' and
10691            '8T4C' and
10692            'NDRPDR'"
10693   parameters:
10694   - "throughput"
10695   - "name"
10696   - "tags"
10697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10698   x-axis: "X = CNFs per Service Chain"
10699   y-axis: "Y = Number of Service Chains"
10700   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10701   layout:
10702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10703     layout: "plot-service-density"
10704
10705 # Plots - NF Density - CSP - MRR IMIX
10706 - type: "plot"
10707   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10708   algorithm: "plot_nf_heatmap"
10709   output-file-type: ".html"
10710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10711   data: "plot-vpp-nfv-2n-clx-mrr"
10712   filter: "'NIC_Intel-XXV710' and
10713            'NF_DENSITY' and
10714            'DOCKER' and
10715            'PIPELINE' and
10716            'NF_VPPIP4' and
10717            'IMIX' and
10718            '2T1C' and
10719            'MRR'"
10720   parameters:
10721   - "result"
10722   - "name"
10723   - "tags"
10724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10725   x-axis: "X = CNFs per Service Pipeline"
10726   y-axis: "Y = Number of Service Pipelines"
10727   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10728   layout:
10729     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10730     layout: "plot-service-density"
10731
10732 - type: "plot"
10733   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10734   algorithm: "plot_nf_heatmap"
10735   output-file-type: ".html"
10736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10737   data: "plot-vpp-nfv-2n-clx-mrr"
10738   filter: "'NIC_Intel-XXV710' and
10739            'NF_DENSITY' and
10740            'DOCKER' and
10741            'PIPELINE' and
10742            'NF_VPPIP4' and
10743            'IMIX' and
10744            '4T2C' and
10745            'MRR'"
10746   parameters:
10747   - "result"
10748   - "name"
10749   - "tags"
10750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10751   x-axis: "X = CNFs per Service Pipeline"
10752   y-axis: "Y = Number of Service Pipelines"
10753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10754   layout:
10755     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10756     layout: "plot-service-density"
10757
10758 - type: "plot"
10759   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10760   algorithm: "plot_nf_heatmap"
10761   output-file-type: ".html"
10762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10763   data: "plot-vpp-nfv-2n-clx-mrr"
10764   filter: "'NIC_Intel-XXV710' and
10765            'NF_DENSITY' and
10766            'DOCKER' and
10767            'PIPELINE' and
10768            'NF_VPPIP4' and
10769            'IMIX' and
10770            '8T4C' and
10771            'MRR'"
10772   parameters:
10773   - "result"
10774   - "name"
10775   - "tags"
10776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10777   x-axis: "X = CNFs per Service Pipeline"
10778   y-axis: "Y = Number of Service Pipelines"
10779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10780   layout:
10781     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10782     layout: "plot-service-density"
10783
10784 # Plots - NF Density - CSP - NDR IMIX
10785 - type: "plot"
10786   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10787   algorithm: "plot_nf_heatmap"
10788   output-file-type: ".html"
10789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10790   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10791   filter: "'NIC_Intel-XXV710' and
10792            'NF_DENSITY' and
10793            'DOCKER' and
10794            'PIPELINE' and
10795            'NF_VPPIP4' and
10796            'IMIX' and
10797            '2T1C' and
10798            'NDRPDR'"
10799   parameters:
10800   - "throughput"
10801   - "name"
10802   - "tags"
10803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10804   x-axis: "X = CNFs per Service Pipeline"
10805   y-axis: "Y = Number of Service Pipelines"
10806   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10807   layout:
10808     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10809     layout: "plot-service-density"
10810
10811 - type: "plot"
10812   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10813   algorithm: "plot_nf_heatmap"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10816   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10817   filter: "'NIC_Intel-XXV710' and
10818            'NF_DENSITY' and
10819            'DOCKER' and
10820            'PIPELINE' and
10821            'NF_VPPIP4' and
10822            'IMIX' and
10823            '4T2C' and
10824            'NDRPDR'"
10825   parameters:
10826   - "throughput"
10827   - "name"
10828   - "tags"
10829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10830   x-axis: "X = CNFs per Service Pipeline"
10831   y-axis: "Y = Number of Service Pipelines"
10832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10833   layout:
10834     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10835     layout: "plot-service-density"
10836
10837 - type: "plot"
10838   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10839   algorithm: "plot_nf_heatmap"
10840   output-file-type: ".html"
10841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10842   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10843   filter: "'NIC_Intel-XXV710' and
10844            'NF_DENSITY' and
10845            'DOCKER' and
10846            'PIPELINE' and
10847            'NF_VPPIP4' and
10848            'IMIX' and
10849            '8T4C' and
10850            'NDRPDR'"
10851   parameters:
10852   - "throughput"
10853   - "name"
10854   - "tags"
10855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10856   x-axis: "X = CNFs per Service Pipeline"
10857   y-axis: "Y = Number of Service Pipelines"
10858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10859   layout:
10860     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10861     layout: "plot-service-density"
10862
10863 # Plots - NF Density - CSP - PDR IMIX
10864 - type: "plot"
10865   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10866   algorithm: "plot_nf_heatmap"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10869   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10870   filter: "'NIC_Intel-XXV710' and
10871            'NF_DENSITY' and
10872            'DOCKER' and
10873            'PIPELINE' and
10874            'NF_VPPIP4' and
10875            'IMIX' and
10876            '2T1C' and
10877            'NDRPDR'"
10878   parameters:
10879   - "throughput"
10880   - "name"
10881   - "tags"
10882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10883   x-axis: "X = CNFs per Service Pipeline"
10884   y-axis: "Y = Number of Service Pipelines"
10885   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10886   layout:
10887     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10888     layout: "plot-service-density"
10889
10890 - type: "plot"
10891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10892   algorithm: "plot_nf_heatmap"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10895   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10896   filter: "'NIC_Intel-XXV710' and
10897            'NF_DENSITY' and
10898            'DOCKER' and
10899            'PIPELINE' and
10900            'NF_VPPIP4' and
10901            'IMIX' and
10902            '4T2C' and
10903            'NDRPDR'"
10904   parameters:
10905   - "throughput"
10906   - "name"
10907   - "tags"
10908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10909   x-axis: "X = CNFs per Service Pipeline"
10910   y-axis: "Y = Number of Service Pipelines"
10911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10912   layout:
10913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10914     layout: "plot-service-density"
10915
10916 - type: "plot"
10917   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10918   algorithm: "plot_nf_heatmap"
10919   output-file-type: ".html"
10920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10921   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10922   filter: "'NIC_Intel-XXV710' and
10923            'NF_DENSITY' and
10924            'DOCKER' and
10925            'PIPELINE' and
10926            'NF_VPPIP4' and
10927            'IMIX' and
10928            '8T4C' and
10929            'NDRPDR'"
10930   parameters:
10931   - "throughput"
10932   - "name"
10933   - "tags"
10934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10935   x-axis: "X = CNFs per Service Pipeline"
10936   y-axis: "Y = Number of Service Pipelines"
10937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10938   layout:
10939     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10940     layout: "plot-service-density"
10941
10942 ################################################################################
10943
10944 # Packet Throughput
10945
10946 - type: "plot"
10947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10956   layout:
10957     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10962   algorithm: "plot_perf_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10970   layout:
10971     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10972     layout: "plot-throughput"
10973
10974 - type: "plot"
10975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10976   algorithm: "plot_perf_box_name"
10977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10979   include:
10980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10984   layout:
10985     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10993   include:
10994     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10996     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10998   layout:
10999     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11000     layout: "plot-throughput"
11001
11002 - type: "plot"
11003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11004   algorithm: "plot_perf_box_name"
11005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11007   include:
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11013   layout:
11014     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11015     layout: "plot-throughput"
11016
11017 - type: "plot"
11018   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11019   algorithm: "plot_perf_box_name"
11020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11022   include:
11023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11028   layout:
11029     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11037   include:
11038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11043   layout:
11044     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11052   include:
11053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11058   layout:
11059     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11067   include:
11068     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11071     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11072     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11073   layout:
11074     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11082   include:
11083     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11084     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11085     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11086     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11087     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11088   layout:
11089     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11097   include:
11098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11104   layout:
11105     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11106     layout: "plot-throughput"
11107
11108 - type: "plot"
11109   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11110   algorithm: "plot_perf_box_name"
11111   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11113   include:
11114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11120   layout:
11121     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11126   algorithm: "plot_perf_box_name"
11127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11129   include:
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11135   layout:
11136     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11137     layout: "plot-throughput"
11138
11139 - type: "plot"
11140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11141   algorithm: "plot_perf_box_name"
11142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11144   include:
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11150   layout:
11151     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11176   layout:
11177     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11185   include:
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11191   layout:
11192     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11200   include:
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11206   layout:
11207     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11208     layout: "plot-throughput"
11209
11210 - type: "plot"
11211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11212   algorithm: "plot_perf_box_name"
11213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11215   include:
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11219   layout:
11220     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11221     layout: "plot-throughput"
11222
11223 - type: "plot"
11224   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11225   algorithm: "plot_perf_box_name"
11226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11228   include:
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11232   layout:
11233     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11234     layout: "plot-throughput"
11235
11236 - type: "plot"
11237   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11238   algorithm: "plot_perf_box_name"
11239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11241   include:
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11248   layout:
11249     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11250     layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11257   include:
11258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11264   layout:
11265     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11280   layout:
11281     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11282     layout: "plot-throughput"
11283
11284 - type: "plot"
11285   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11286   algorithm: "plot_perf_box_name"
11287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11289   include:
11290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11296   layout:
11297     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11309   layout:
11310     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11318   include:
11319     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11322   layout:
11323     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11335 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11336 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11337   layout:
11338     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11346   include:
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11350 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11351 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11352   layout:
11353     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11361   include:
11362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11382   layout:
11383     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11397   layout:
11398     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11403   algorithm: "plot_perf_box_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11412   layout:
11413     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11421   include:
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11428   layout:
11429     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11430     layout: "plot-throughput"
11431
11432 - type: "plot"
11433   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11434   algorithm: "plot_perf_box_name"
11435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11437   include:
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11444   layout:
11445     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11450   algorithm: "plot_perf_box_name"
11451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11453   include:
11454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11460   layout:
11461     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11476   layout:
11477     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11491   layout:
11492     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11499   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11500   include:
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11506   layout:
11507     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11522   layout:
11523     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11538   layout:
11539     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11553   layout:
11554     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11562   include:
11563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11568   layout:
11569     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11577   include:
11578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11584   layout:
11585     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11592   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11593   include:
11594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11600   layout:
11601     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11615   layout:
11616     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11624   include:
11625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11630   layout:
11631     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11639   include:
11640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11646   layout:
11647     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11655   include:
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11662   layout:
11663     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11671   include:
11672     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11674   layout:
11675     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11676     layout: "plot-throughput"
11677
11678 - type: "plot"
11679   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11680   algorithm: "plot_perf_box_name"
11681   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11683   include:
11684     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11686   layout:
11687     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11695   include:
11696     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11700   layout:
11701     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11706   algorithm: "plot_perf_box_name"
11707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11709   include:
11710     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11714   layout:
11715     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11716     layout: "plot-throughput"
11717
11718 - type: "plot"
11719   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11720   algorithm: "plot_perf_box_name"
11721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11723   include:
11724     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11728   layout:
11729     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11730     layout: "plot-throughput"
11731
11732 - type: "plot"
11733   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11734   algorithm: "plot_perf_box_name"
11735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11737   include:
11738     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11742   layout:
11743     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11744     layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11748   algorithm: "plot_perf_box_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11751   include:
11752     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11756   layout:
11757     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11765   include:
11766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11770   layout:
11771     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11772     layout: "plot-throughput"
11773
11774 - type: "plot"
11775   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11776   algorithm: "plot_perf_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11778   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11779   include:
11780     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11784   layout:
11785     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11792   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11793   include:
11794     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11798   layout:
11799     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11807   include:
11808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11814   layout:
11815     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11830   layout:
11831     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11845   layout:
11846     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11899   include:
11900     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11903   layout:
11904     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11912   include:
11913     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11916   layout:
11917     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11925   include:
11926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11929   layout:
11930     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11931     layout: "plot-throughput"
11932
11933 - type: "plot"
11934   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11935   algorithm: "plot_perf_box_name"
11936   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11938   include:
11939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11942   layout:
11943     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11951   include:
11952     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11957   layout:
11958     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11972   layout:
11973     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11981   include:
11982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12032   layout:
12033     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12041   include:
12042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12047   layout:
12048     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12056   include:
12057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12062   layout:
12063     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12071   include:
12072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12077   layout:
12078     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12086   include:
12087     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12092   layout:
12093     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12101   include:
12102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12106     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12108   layout:
12109     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12117   include:
12118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12122     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12123     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12124   layout:
12125     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12130   algorithm: "plot_perf_box_name"
12131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12133   include:
12134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12138   layout:
12139     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12147   include:
12148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12152   layout:
12153     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12161   include:
12162     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12167     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12168   layout:
12169     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12183     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12184   layout:
12185     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12190   algorithm: "plot_perf_box_name"
12191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12193   include:
12194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12199     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12200   layout:
12201     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12214     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12215     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12216   layout:
12217     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12225   include:
12226     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12232   layout:
12233     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12241   include:
12242     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12248   layout:
12249     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12250     layout: "plot-throughput"
12251
12252 - type: "plot"
12253   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12254   algorithm: "plot_perf_box_name"
12255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12257   include:
12258     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12264   layout:
12265     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12273   include:
12274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12280   layout:
12281     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12289   include:
12290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12294     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12295     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12296   layout:
12297     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12304   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12305   include:
12306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12310     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12311     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12312   layout:
12313     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12321   include:
12322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12328   layout:
12329     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12337   include:
12338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12344   layout:
12345     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12353   include:
12354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12360   layout:
12361     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12369   include:
12370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12376   layout:
12377     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12392   layout:
12393     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12408   layout:
12409     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12417   include:
12418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12422   layout:
12423     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12431   include:
12432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12436   layout:
12437     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12445   include:
12446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12450   layout:
12451     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12464   layout:
12465     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12473   include:
12474     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12480   layout:
12481     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12496   layout:
12497     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12505   include:
12506     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12511   layout:
12512     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12526   layout:
12527     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12532   algorithm: "plot_perf_box_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12535   include:
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12541   layout:
12542     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12556   layout:
12557     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12584   layout:
12585     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12593   include:
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12600   layout:
12601     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12616   layout:
12617     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12632   layout:
12633     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12634     layout: "plot-throughput"
12635
12636 - type: "plot"
12637   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12638   algorithm: "plot_perf_box_name"
12639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12641   include:
12642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12648   layout:
12649     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12657   include:
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12664   layout:
12665     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12673   include:
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12680   layout:
12681     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12696   layout:
12697     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12712   layout:
12713     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12721   include:
12722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12726   layout:
12727     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12735   include:
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12740   layout:
12741     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12749   include:
12750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12756   layout:
12757     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12765   include:
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12772   layout:
12773     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12781   include:
12782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12788   layout:
12789     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12797   include:
12798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12804   layout:
12805     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12806     layout: "plot-throughput"
12807
12808 #- type: "plot"
12809 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12810 #  algorithm: "plot_perf_box_name"
12811 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12812 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12813 #  include:
12814 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12815 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12816 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12817 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12818 #  layout:
12819 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12820 #    layout: "plot-throughput"
12821 #
12822 #- type: "plot"
12823 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12824 #  algorithm: "plot_perf_box_name"
12825 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12826 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12827 #  include:
12828 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12829 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12830 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12831 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12832 #  layout:
12833 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12834 #    layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12840   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12841   include:
12842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12848   layout:
12849     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12854   algorithm: "plot_perf_box_name"
12855   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12856   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12857   include:
12858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12864   layout:
12865     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12866     layout: "plot-throughput"
12867
12868 #- type: "plot"
12869 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12870 #  algorithm: "plot_perf_box_name"
12871 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12872 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12873 #  include:
12874 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12875 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12876 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12877 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12878 #  layout:
12879 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12880 #    layout: "plot-throughput"
12881 #
12882 #- type: "plot"
12883 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12884 #  algorithm: "plot_perf_box_name"
12885 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12886 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12887 #  include:
12888 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12889 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12890 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12891 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12892 #  layout:
12893 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12894 #    layout: "plot-throughput"
12895
12896 - type: "plot"
12897   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12898   algorithm: "plot_perf_box_name"
12899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12900   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12901   include:
12902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12908   layout:
12909     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12910     layout: "plot-throughput"
12911
12912 - type: "plot"
12913   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12914   algorithm: "plot_perf_box_name"
12915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12917   include:
12918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12924   layout:
12925     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12926     layout: "plot-throughput"
12927
12928 #- type: "plot"
12929 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12930 #  algorithm: "plot_perf_box_name"
12931 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12932 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12933 #  include:
12934 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12935 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12936 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12937 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12938 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12939 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12940 #  layout:
12941 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12942 #    layout: "plot-throughput"
12943 #
12944 #- type: "plot"
12945 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12946 #  algorithm: "plot_perf_box_name"
12947 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12948 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12949 #  include:
12950 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12951 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12952 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12953 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12954 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12955 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12956 #  layout:
12957 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12958 #    layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12962   algorithm: "plot_perf_box_name"
12963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12965   include:
12966     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12967     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12968     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12970     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12971     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12972   layout:
12973     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12981   include:
12982     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12983     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12984     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12987     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12988   layout:
12989     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12997   include:
12998     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12999     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13000     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13002     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13003     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13004   layout:
13005     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13006     layout: "plot-throughput"
13007
13008 - type: "plot"
13009   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13010   algorithm: "plot_perf_box_name"
13011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13013   include:
13014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13020   layout:
13021     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13022     layout: "plot-throughput"
13023
13024 - type: "plot"
13025   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13026   algorithm: "plot_perf_box_name"
13027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13029   include:
13030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13036   layout:
13037     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13042   algorithm: "plot_perf_box_name"
13043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13052   layout:
13053     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13061   include:
13062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13068   layout:
13069     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13077   include:
13078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13084   layout:
13085     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13086     layout: "plot-throughput"
13087
13088 #- type: "plot"
13089 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13090 #  algorithm: "plot_perf_box_name"
13091 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13092 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13093 #  include:
13094 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13095 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13096 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13097 #  layout:
13098 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13099 #    layout: "plot-throughput"
13100 #
13101 #- type: "plot"
13102 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13103 #  algorithm: "plot_perf_box_name"
13104 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13105 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13106 #  include:
13107 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13108 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13109 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13110 #  layout:
13111 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13112 #    layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13119   include:
13120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13125   layout:
13126     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13134   include:
13135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13140   layout:
13141     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13155   layout:
13156     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209   include:
13210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13215   layout:
13216     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13217     layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13224   include:
13225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13230   layout:
13231     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13245   layout:
13246     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13260   layout:
13261     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13275   layout:
13276     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13284   include:
13285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13290   layout:
13291     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13299   include:
13300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304   layout:
13305     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13310   algorithm: "plot_perf_box_name"
13311   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13313   include:
13314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13318   layout:
13319     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13332   layout:
13333     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13346   layout:
13347     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13394   layout:
13395     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410   layout:
13411     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13412     layout: "plot-throughput"
13413
13414 - type: "plot"
13415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13416   algorithm: "plot_perf_box_name"
13417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435   include:
13436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13442   layout:
13443     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13484   layout:
13485     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13486     layout: "plot-throughput"
13487
13488 - type: "plot"
13489   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13490   algorithm: "plot_perf_box_name"
13491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13493   include:
13494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496   layout:
13497     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13505   include:
13506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13508   layout:
13509     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13520   layout:
13521     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13526   algorithm: "plot_perf_box_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532   layout:
13533     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13541   include:
13542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544   layout:
13545     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13546     layout: "plot-throughput"
13547
13548 - type: "plot"
13549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13550   algorithm: "plot_perf_box_name"
13551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13553   include:
13554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556   layout:
13557     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13568   layout:
13569     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13576   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13577   include:
13578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584   layout:
13585     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13586     layout: "plot-throughput"
13587
13588 - type: "plot"
13589   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13590   algorithm: "plot_perf_box_name"
13591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13593   include:
13594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600   layout:
13601     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13609   include:
13610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616   layout:
13617     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13625   include:
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13632   layout:
13633     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13634     layout: "plot-throughput"
13635
13636 #- type: "plot"
13637 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13638 #  algorithm: "plot_perf_box_name"
13639 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13640 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13641 #  include:
13642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13648 #  layout:
13649 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13650 #    layout: "plot-throughput"
13651 #
13652 #- type: "plot"
13653 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13654 #  algorithm: "plot_perf_box_name"
13655 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13656 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13657 #  include:
13658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13664 #  layout:
13665 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13666 #    layout: "plot-throughput"
13667
13668 - type: "plot"
13669   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13670   algorithm: "plot_perf_box_name"
13671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13676     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13677     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13678     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13680   layout:
13681     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13682     layout: "plot-throughput"
13683
13684 - type: "plot"
13685   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13686   algorithm: "plot_perf_box_name"
13687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13689   include:
13690     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13692     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13694     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13695     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13698     layout: "plot-throughput"
13699
13700 ################################################################################
13701
13702 # Packet Speedup
13703
13704 - type: "plot"
13705   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13706   algorithm: "plot_tsa_name"
13707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13714   layout:
13715     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13716     layout: "plot-throughput-speedup-analysis"
13717
13718 - type: "plot"
13719   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13720   algorithm: "plot_tsa_name"
13721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13723   include:
13724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13728   layout:
13729     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13730     layout: "plot-throughput-speedup-analysis"
13731
13732 - type: "plot"
13733   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13734   algorithm: "plot_tsa_name"
13735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13737   include:
13738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13742   layout:
13743     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13744     layout: "plot-throughput-speedup-analysis"
13745
13746 - type: "plot"
13747   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13748   algorithm: "plot_tsa_name"
13749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13751   include:
13752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13756   layout:
13757     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13758     layout: "plot-throughput-speedup-analysis"
13759
13760 - type: "plot"
13761   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13762   algorithm: "plot_tsa_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13773     layout: "plot-throughput-speedup-analysis"
13774
13775 - type: "plot"
13776   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13777   algorithm: "plot_tsa_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13786   layout:
13787     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13801   layout:
13802     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13816   layout:
13817     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13825   include:
13826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13832   layout:
13833     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13834     layout: "plot-throughput-speedup-analysis"
13835
13836 - type: "plot"
13837   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13838   algorithm: "plot_tsa_name"
13839   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13841   include:
13842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13848   layout:
13849     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13850     layout: "plot-throughput-speedup-analysis"
13851
13852 - type: "plot"
13853   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13854   algorithm: "plot_tsa_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13891   layout:
13892     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13900   include:
13901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13904   layout:
13905     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13906     layout: "plot-throughput-speedup-analysis"
13907
13908 - type: "plot"
13909   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13910   algorithm: "plot_tsa_name"
13911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13913   include:
13914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13919   layout:
13920     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13921     layout: "plot-throughput-speedup-analysis"
13922
13923 - type: "plot"
13924   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13925   algorithm: "plot_tsa_name"
13926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13928   include:
13929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13934   layout:
13935     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13947   layout:
13948     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13949     layout: "plot-throughput-speedup-analysis"
13950
13951 - type: "plot"
13952   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13953   algorithm: "plot_tsa_name"
13954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13956   include:
13957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13960   layout:
13961     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13962     layout: "plot-throughput-speedup-analysis"
13963
13964 - type: "plot"
13965   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13966   algorithm: "plot_tsa_name"
13967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13976   layout:
13977     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13978     layout: "plot-throughput-speedup-analysis"
13979
13980 - type: "plot"
13981   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13982   algorithm: "plot_tsa_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13992   layout:
13993     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 - type: "plot"
13997   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13998   algorithm: "plot_tsa_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14008   layout:
14009     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14024   layout:
14025     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14026     layout: "plot-throughput-speedup-analysis"
14027
14028 - type: "plot"
14029   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14030   algorithm: "plot_tsa_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14033   include:
14034     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14037   layout:
14038     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14046   include:
14047     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14050   layout:
14051     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14052     layout: "plot-throughput-speedup-analysis"
14053
14054 - type: "plot"
14055   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14056   algorithm: "plot_tsa_name"
14057   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14059   include:
14060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14063 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14064 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14065   layout:
14066     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14074   include:
14075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14078 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14079 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14080   layout:
14081     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14095   layout:
14096     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14110   layout:
14111     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14125   layout:
14126     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14142     layout: "plot-throughput-speedup-analysis"
14143
14144 - type: "plot"
14145   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14146   algorithm: "plot_tsa_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14172   layout:
14173     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14174     layout: "plot-throughput-speedup-analysis"
14175
14176 - type: "plot"
14177   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14178   algorithm: "plot_tsa_name"
14179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14181   include:
14182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14188   layout:
14189     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14204   layout:
14205     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14206     layout: "plot-throughput-speedup-analysis"
14207
14208 - type: "plot"
14209   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14210   algorithm: "plot_tsa_name"
14211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14213   include:
14214     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14216   layout:
14217     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14228   layout:
14229     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14230     layout: "plot-throughput-speedup-analysis"
14231
14232 - type: "plot"
14233   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14234   algorithm: "plot_tsa_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14237   include:
14238     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14242   layout:
14243     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14244     layout: "plot-throughput-speedup-analysis"
14245
14246 - type: "plot"
14247   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14248   algorithm: "plot_tsa_name"
14249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14256   layout:
14257     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14258     layout: "plot-throughput-speedup-analysis"
14259
14260 - type: "plot"
14261   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14262   algorithm: "plot_tsa_name"
14263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14265   include:
14266     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14284   layout:
14285     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14286     layout: "plot-throughput-speedup-analysis"
14287
14288 - type: "plot"
14289   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14290   algorithm: "plot_tsa_name"
14291   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14300   layout:
14301     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14316   layout:
14317     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14331   layout:
14332     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14346   layout:
14347     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14361   layout:
14362     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14376   layout:
14377     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14385   include:
14386     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14389   layout:
14390     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14398   include:
14399     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14402   layout:
14403     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14415   layout:
14416     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14428   layout:
14429     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14443   layout:
14444     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14458   layout:
14459     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14497   include:
14498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14502     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14504   layout:
14505     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14513   include:
14514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14516     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14517     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14518     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14519     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14520   layout:
14521     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14529   include:
14530     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14531     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14533     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14534   layout:
14535     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14543   include:
14544     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14548   layout:
14549     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14557   include:
14558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14564   layout:
14565     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14580   layout:
14581     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14594     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14595     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14596   layout:
14597     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14610     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14611     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14628   layout:
14629     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14644   layout:
14645     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14660   layout:
14661     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14662     layout: "plot-throughput-speedup-analysis"
14663
14664 - type: "plot"
14665   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14669   include:
14670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14676   layout:
14677     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14722   layout:
14723     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14736   layout:
14737     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14750   layout:
14751     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14764   layout:
14765     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14773   include:
14774     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14780   layout:
14781     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14789   include:
14790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14796   layout:
14797     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14811   layout:
14812     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14826   layout:
14827     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14841   layout:
14842     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14856   layout:
14857     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14870   layout:
14871     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14884   layout:
14885     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14900   layout:
14901     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14916   layout:
14917     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14932   layout:
14933     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14948   layout:
14949     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14964   layout:
14965     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14973   include:
14974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14980   layout:
14981     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14989   include:
14990     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14992     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14994     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14995     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14996   layout:
14997     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15005   include:
15006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15012   layout:
15013     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 - type: "plot"
15017   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15018   algorithm: "plot_tsa_name"
15019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15021   include:
15022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15026     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15027     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15028   layout:
15029     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15037   include:
15038     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15042     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15043     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15044   layout:
15045     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15059   layout:
15060     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15068   include:
15069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15074   layout:
15075     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15089   layout:
15090     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15104   layout:
15105     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15119   layout:
15120     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15134   layout:
15135     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15149   layout:
15150     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15164   layout:
15165     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15173   include:
15174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15179   layout:
15180     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15188   include:
15189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15194   layout:
15195     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15203   include:
15204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15209   layout:
15210     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15218   include:
15219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15224   layout:
15225     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15233   include:
15234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15238   layout:
15239     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15247   include:
15248     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15249     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15250     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15252   layout:
15253     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15266   layout:
15267     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15280   layout:
15281     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15289   include:
15290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15296   layout:
15297     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15305   include:
15306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15312   layout:
15313     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15321   include:
15322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15328   layout:
15329     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15337   include:
15338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15344   layout:
15345     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15353   include:
15354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15360   layout:
15361     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15369   include:
15370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15376   layout:
15377     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15385   include:
15386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15391   layout:
15392     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15393     layout: "plot-throughput-speedup-analysis"
15394
15395 - type: "plot"
15396   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15397   algorithm: "plot_tsa_name"
15398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15400   include:
15401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15406   layout:
15407     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15415   include:
15416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15418   layout:
15419     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430   layout:
15431     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15439   include:
15440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15442   layout:
15443     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15451   include:
15452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15454   layout:
15455     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15463   include:
15464     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15465     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15466     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15467     - "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"
15468     - "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"
15469     - "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"
15470   layout:
15471     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15483     - "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"
15484     - "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"
15485     - "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"
15486   layout:
15487     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 - type: "plot"
15491   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15492   algorithm: "plot_tsa_name"
15493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15495   include:
15496     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15497     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15498     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15499     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15501   layout:
15502     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15510   include:
15511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15516   layout:
15517     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15525   include:
15526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15531   layout:
15532     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15540   include:
15541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15546   layout:
15547     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15548     layout: "plot-throughput-speedup-analysis"
15549
15550 - type: "plot"
15551   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15552   algorithm: "plot_tsa_name"
15553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15555   include:
15556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15562   layout:
15563     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15564     layout: "plot-throughput-speedup-analysis"
15565
15566 - type: "plot"
15567   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15568   algorithm: "plot_tsa_name"
15569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15571   include:
15572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15578   layout:
15579     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15587   include:
15588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15591     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15592   layout:
15593     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15601   include:
15602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15606   layout:
15607     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15615   include:
15616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15621   layout:
15622     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15630   include:
15631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15636   layout:
15637     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15645   include:
15646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15652   layout:
15653     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15661   include:
15662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15668   layout:
15669     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15677   include:
15678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15682   layout:
15683     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15691   include:
15692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15696   layout:
15697     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15705   include:
15706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15712   layout:
15713     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15721   include:
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15728   layout:
15729     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15737   include:
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15744   layout:
15745     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15753   include:
15754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15760   layout:
15761     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15769   include:
15770     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15773     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15774     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15775     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15776   layout:
15777     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15785   include:
15786     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15789     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15790     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15792   layout:
15793     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15801   include:
15802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15808   layout:
15809     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15817   include:
15818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15824   layout:
15825     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15833   include:
15834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15840   layout:
15841     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15849   include:
15850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15855     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15856   layout:
15857     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 #- type: "plot"
15861 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15862 #  algorithm: "plot_tsa_name"
15863 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15864 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15865 #  include:
15866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15872 #  layout:
15873 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15874 #    layout: "plot-throughput-speedup-analysis"
15875 #
15876 #- type: "plot"
15877 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15878 #  algorithm: "plot_tsa_name"
15879 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15880 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15881 #  include:
15882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15884 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15885 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15886 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15887 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15888 #  layout:
15889 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15890 #    layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15903   layout:
15904     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15912   include:
15913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15918   layout:
15919     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15934   layout:
15935     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15943   include:
15944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15950   layout:
15951     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15952     layout: "plot-throughput-speedup-analysis"
15953
15954 - type: "plot"
15955   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15956   algorithm: "plot_tsa_name"
15957   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15958   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15959   include:
15960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15965   layout:
15966     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15967     layout: "plot-throughput-speedup-analysis"
15968
15969 - type: "plot"
15970   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15971   algorithm: "plot_tsa_name"
15972   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15973   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15974   include:
15975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15980   layout:
15981     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 #- type: "plot"
15985 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15986 #  algorithm: "plot_tsa_name"
15987 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15988 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15989 #  include:
15990 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15991 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15992 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15993 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15994 #  layout:
15995 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15996 #    layout: "plot-throughput-speedup-analysis"
15997 #
15998 #- type: "plot"
15999 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16000 #  algorithm: "plot_tsa_name"
16001 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16002 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16003 #  include:
16004 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16005 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16006 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16007 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16008 #  layout:
16009 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16010 #    layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16017   include:
16018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16024   layout:
16025     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16033   include:
16034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16040   layout:
16041     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16049   include:
16050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16055   layout:
16056     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16064   include:
16065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16070   layout:
16071     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16079   include:
16080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16086   layout:
16087     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16095   include:
16096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16102   layout:
16103     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16111   include:
16112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16116   layout:
16117     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16125   include:
16126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16130   layout:
16131     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16139   include:
16140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16145   layout:
16146     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16154   include:
16155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16160   layout:
16161     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16169   include:
16170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16176   layout:
16177     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16185   include:
16186     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16192   layout:
16193     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 #- type: "plot"
16197 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16198 #  algorithm: "plot_tsa_name"
16199 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16200 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16201 #  include:
16202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16205 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16206 #  layout:
16207 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16208 #    layout: "plot-throughput-speedup-analysis"
16209 #
16210 #- type: "plot"
16211 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16212 #  algorithm: "plot_tsa_name"
16213 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16214 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16215 #  include:
16216 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16217 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16218 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16219 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16220 #  layout:
16221 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16222 #    layout: "plot-throughput-speedup-analysis"
16223
16224 - type: "plot"
16225   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16226   algorithm: "plot_tsa_name"
16227   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16228   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16229   include:
16230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16236   layout:
16237     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16245   include:
16246     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16247     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16249     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16250     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16252   layout:
16253     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16254     layout: "plot-throughput-speedup-analysis"
16255
16256 #- type: "plot"
16257 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16258 #  algorithm: "plot_tsa_name"
16259 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16260 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16261 #  include:
16262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16268 #  layout:
16269 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16270 #    layout: "plot-throughput-speedup-analysis"
16271 #
16272 #- type: "plot"
16273 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16274 #  algorithm: "plot_tsa_name"
16275 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16276 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16277 #  include:
16278 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16279 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16280 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16281 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16282 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16283 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16284 #  layout:
16285 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16286 #    layout: "plot-throughput-speedup-analysis"
16287
16288 #- type: "plot"
16289 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16290 #  algorithm: "plot_tsa_name"
16291 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16292 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16293 #  include:
16294 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16295 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16296 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16297 #  layout:
16298 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16299 #    layout: "plot-throughput-speedup-analysis"
16300 #
16301 #- type: "plot"
16302 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16303 #  algorithm: "plot_tsa_name"
16304 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16305 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16306 #  include:
16307 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16308 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16309 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16310 #  layout:
16311 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16312 #    layout: "plot-throughput-speedup-analysis"
16313
16314 ################################################################################
16315
16316 # Packet Throughput - DPDK
16317
16318 # 2n-skx-xxv710
16319
16320 - type: "plot"
16321   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16322   algorithm: "plot_perf_box_name"
16323   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16324   data: "plot-dpdk-throughput-latency-2n-skx"
16325   include:
16326     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16327     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16328   layout:
16329     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16330     layout: "plot-throughput"
16331
16332 - type: "plot"
16333   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16334   algorithm: "plot_perf_box_name"
16335   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16336   data: "plot-dpdk-throughput-latency-2n-skx"
16337   include:
16338     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16339     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16340   layout:
16341     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16342     layout: "plot-throughput"
16343
16344 - type: "plot"
16345   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16346   algorithm: "plot_perf_box_name"
16347   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16348   data: "plot-dpdk-throughput-latency-2n-skx"
16349   include:
16350     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16351     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16352   layout:
16353     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16354     layout: "plot-throughput"
16355
16356 - type: "plot"
16357   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16358   algorithm: "plot_perf_box_name"
16359   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16360   data: "plot-dpdk-throughput-latency-2n-skx"
16361   include:
16362     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16363     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16364   layout:
16365     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16366     layout: "plot-throughput"
16367
16368 # 2n-skx-x710
16369
16370 - type: "plot"
16371   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16372   algorithm: "plot_perf_box_name"
16373   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16374   data: "plot-dpdk-throughput-latency-2n-skx"
16375   include:
16376     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16377     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16378   layout:
16379     title: "2n-skx-x710-64b-2t1c-base-ndr"
16380     layout: "plot-throughput"
16381
16382 - type: "plot"
16383   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16384   algorithm: "plot_perf_box_name"
16385   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16386   data: "plot-dpdk-throughput-latency-2n-skx"
16387   include:
16388     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16389     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16390   layout:
16391     title: "2n-skx-x710-64b-4t2c-base-ndr"
16392     layout: "plot-throughput"
16393
16394 - type: "plot"
16395   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16396   algorithm: "plot_perf_box_name"
16397   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16398   data: "plot-dpdk-throughput-latency-2n-skx"
16399   include:
16400     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16401     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16402   layout:
16403     title: "2n-skx-x710-64b-2t1c-base-pdr"
16404     layout: "plot-throughput"
16405
16406 - type: "plot"
16407   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16408   algorithm: "plot_perf_box_name"
16409   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16410   data: "plot-dpdk-throughput-latency-2n-skx"
16411   include:
16412     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16413     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16414   layout:
16415     title: "2n-skx-x710-64b-4t2c-base-pdr"
16416     layout: "plot-throughput"
16417
16418 # 3n-skx-xxv710
16419
16420 - type: "plot"
16421   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16422   algorithm: "plot_perf_box_name"
16423   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16424   data: "plot-dpdk-throughput-latency-3n-skx"
16425   include:
16426     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16427     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16428   layout:
16429     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16430     layout: "plot-throughput"
16431
16432 - type: "plot"
16433   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16434   algorithm: "plot_perf_box_name"
16435   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16436   data: "plot-dpdk-throughput-latency-3n-skx"
16437   include:
16438     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16439     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16440   layout:
16441     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16442     layout: "plot-throughput"
16443
16444 - type: "plot"
16445   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16446   algorithm: "plot_perf_box_name"
16447   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16448   data: "plot-dpdk-throughput-latency-3n-skx"
16449   include:
16450     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16451     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16452   layout:
16453     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16454     layout: "plot-throughput"
16455
16456 - type: "plot"
16457   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16458   algorithm: "plot_perf_box_name"
16459   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16460   data: "plot-dpdk-throughput-latency-3n-skx"
16461   include:
16462     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16463     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16464   layout:
16465     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16466     layout: "plot-throughput"
16467
16468 # 3n-skx-x710
16469
16470 - type: "plot"
16471   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16472   algorithm: "plot_perf_box_name"
16473   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16474   data: "plot-dpdk-throughput-latency-3n-skx"
16475   include:
16476     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16477     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16478   layout:
16479     title: "3n-skx-x710-64b-2t1c-base-ndr"
16480     layout: "plot-throughput"
16481
16482 - type: "plot"
16483   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16484   algorithm: "plot_perf_box_name"
16485   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16486   data: "plot-dpdk-throughput-latency-3n-skx"
16487   include:
16488     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16489     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16490   layout:
16491     title: "3n-skx-x710-64b-4t2c-base-ndr"
16492     layout: "plot-throughput"
16493
16494 - type: "plot"
16495   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16496   algorithm: "plot_perf_box_name"
16497   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16498   data: "plot-dpdk-throughput-latency-3n-skx"
16499   include:
16500     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16501     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16502   layout:
16503     title: "3n-skx-x710-64b-2t1c-base-pdr"
16504     layout: "plot-throughput"
16505
16506 - type: "plot"
16507   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16508   algorithm: "plot_perf_box_name"
16509   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16510   data: "plot-dpdk-throughput-latency-3n-skx"
16511   include:
16512     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16513     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16514   layout:
16515     title: "3n-skx-x710-64b-4t2c-base-pdr"
16516     layout: "plot-throughput"
16517
16518 # 3n-hsw-xl710
16519
16520 - type: "plot"
16521   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16522   algorithm: "plot_perf_box_name"
16523   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16524   data: "plot-dpdk-throughput-latency-3n-hsw"
16525   include:
16526     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16527     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16528   layout:
16529     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16530     layout: "plot-throughput"
16531
16532 - type: "plot"
16533   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16534   algorithm: "plot_perf_box_name"
16535   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16536   data: "plot-dpdk-throughput-latency-3n-hsw"
16537   include:
16538     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16539     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16540   layout:
16541     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16542     layout: "plot-throughput"
16543
16544 - type: "plot"
16545   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16546   algorithm: "plot_perf_box_name"
16547   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16548   data: "plot-dpdk-throughput-latency-3n-hsw"
16549   include:
16550     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16551     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16552   layout:
16553     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16554     layout: "plot-throughput"
16555
16556 - type: "plot"
16557   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16558   algorithm: "plot_perf_box_name"
16559   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16560   data: "plot-dpdk-throughput-latency-3n-hsw"
16561   include:
16562     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16563     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16564   layout:
16565     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16566     layout: "plot-throughput"
16567
16568 # 3n-hsw-x710
16569
16570 - type: "plot"
16571   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16572   algorithm: "plot_perf_box_name"
16573   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16574   data: "plot-dpdk-throughput-latency-3n-hsw"
16575   include:
16576     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16577     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16578   layout:
16579     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16586   data: "plot-dpdk-throughput-latency-3n-hsw"
16587   include:
16588     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16589     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16590   layout:
16591     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16592     layout: "plot-throughput"
16593
16594 - type: "plot"
16595   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16596   algorithm: "plot_perf_box_name"
16597   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16598   data: "plot-dpdk-throughput-latency-3n-hsw"
16599   include:
16600     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16601     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16602   layout:
16603     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16604     layout: "plot-throughput"
16605
16606 - type: "plot"
16607   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16608   algorithm: "plot_perf_box_name"
16609   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16610   data: "plot-dpdk-throughput-latency-3n-hsw"
16611   include:
16612     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16613     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16614   layout:
16615     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16616     layout: "plot-throughput"
16617
16618 # 2n-dnv-x553
16619
16620 - type: "plot"
16621   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16622   algorithm: "plot_perf_box_name"
16623   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16624   data: "plot-dpdk-throughput-latency-2n-dnv"
16625   include:
16626     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16627     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16628   layout:
16629     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16630     layout: "plot-throughput"
16631
16632 - type: "plot"
16633   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16634   algorithm: "plot_perf_box_name"
16635   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16636   data: "plot-dpdk-throughput-latency-2n-dnv"
16637   include:
16638     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16639     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16640   layout:
16641     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16642     layout: "plot-throughput"
16643
16644 - type: "plot"
16645   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16648   data: "plot-dpdk-throughput-latency-2n-dnv"
16649   include:
16650     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16651     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16652   layout:
16653     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16654     layout: "plot-throughput"
16655
16656 - type: "plot"
16657   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16658   algorithm: "plot_perf_box_name"
16659   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16660   data: "plot-dpdk-throughput-latency-2n-dnv"
16661   include:
16662     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16663     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16664   layout:
16665     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16666     layout: "plot-throughput"
16667
16668 # 3n-dnv-x553
16669
16670 - type: "plot"
16671   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16674   data: "plot-dpdk-throughput-latency-3n-dnv"
16675   include:
16676     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16677     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16678   layout:
16679     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16680     layout: "plot-throughput"
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16686   data: "plot-dpdk-throughput-latency-3n-dnv"
16687   include:
16688     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16698   data: "plot-dpdk-throughput-latency-3n-dnv"
16699   include:
16700     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16710   data: "plot-dpdk-throughput-latency-3n-dnv"
16711   include:
16712     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16713     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16714   layout:
16715     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16716     layout: "plot-throughput"
16717
16718 # 3n-tsh-x520
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16724   data: "plot-dpdk-throughput-latency-3n-tsh"
16725   include:
16726     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16727     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16728   layout:
16729     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16730     layout: "plot-throughput"
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16736   data: "plot-dpdk-throughput-latency-3n-tsh"
16737   include:
16738     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16748   data: "plot-dpdk-throughput-latency-3n-tsh"
16749   include:
16750     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16760   data: "plot-dpdk-throughput-latency-3n-tsh"
16761   include:
16762     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16763     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16764   layout:
16765     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16766     layout: "plot-throughput"
16767
16768 ################################################################################
16769 ###   2n-clx                                                                 ###
16770 ################################################################################
16771
16772 # Packet Throughput
16773
16774 - type: "plot"
16775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16779   include:
16780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16784   layout:
16785     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16786     layout: "plot-throughput"
16787
16788 - type: "plot"
16789   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16790   algorithm: "plot_perf_box_name"
16791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16793   include:
16794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16798   layout:
16799     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16807   include:
16808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16812   layout:
16813     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16814     layout: "plot-throughput"
16815
16816 - type: "plot"
16817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16818   algorithm: "plot_perf_box_name"
16819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16821   include:
16822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16826   layout:
16827     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16835   include:
16836     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16840   layout:
16841     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16849   include:
16850     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16851     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16852     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16853     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16854   layout:
16855     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16870   layout:
16871     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16879   include:
16880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16885   layout:
16886     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16894   include:
16895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16899   layout:
16900     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16901     layout: "plot-throughput"
16902
16903 - type: "plot"
16904   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16908   include:
16909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16913   layout:
16914     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16915     layout: "plot-throughput"
16916
16917 - type: "plot"
16918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16919   algorithm: "plot_perf_box_name"
16920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16922   include:
16923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16926   layout:
16927     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16928     layout: "plot-throughput"
16929
16930 - type: "plot"
16931   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16932   algorithm: "plot_perf_box_name"
16933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16935   include:
16936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16939   layout:
16940     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16941     layout: "plot-throughput"
16942
16943 - type: "plot"
16944   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16945   algorithm: "plot_perf_box_name"
16946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16948   include:
16949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16954   layout:
16955     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16956     layout: "plot-throughput"
16957
16958 - type: "plot"
16959   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16960   algorithm: "plot_perf_box_name"
16961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16963   include:
16964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16969   layout:
16970     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16971     layout: "plot-throughput"
16972
16973 - type: "plot"
16974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16975   algorithm: "plot_perf_box_name"
16976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16978   include:
16979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16982   layout:
16983     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16984     layout: "plot-throughput"
16985
16986 - type: "plot"
16987   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16988   algorithm: "plot_perf_box_name"
16989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16991   include:
16992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16995   layout:
16996     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16997     layout: "plot-throughput"
16998
16999 - type: "plot"
17000   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17004   include:
17005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17011   layout:
17012     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17013     layout: "plot-throughput"
17014
17015 - type: "plot"
17016   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17017   algorithm: "plot_perf_box_name"
17018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17020   include:
17021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17027   layout:
17028     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17029     layout: "plot-throughput"
17030
17031 - type: "plot"
17032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17033   algorithm: "plot_perf_box_name"
17034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17036   include:
17037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17043   layout:
17044     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17045     layout: "plot-throughput"
17046
17047 - type: "plot"
17048   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17049   algorithm: "plot_perf_box_name"
17050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17052   include:
17053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17059   layout:
17060     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17061     layout: "plot-throughput"
17062
17063 - type: "plot"
17064   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17065   algorithm: "plot_perf_box_name"
17066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17068   include:
17069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17071   layout:
17072     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17073     layout: "plot-throughput"
17074
17075 - type: "plot"
17076   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17077   algorithm: "plot_perf_box_name"
17078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17080   include:
17081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17083   layout:
17084     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17092   include:
17093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17099   layout:
17100     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17101     layout: "plot-throughput"
17102
17103 - type: "plot"
17104   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17105   algorithm: "plot_perf_box_name"
17106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17108   include:
17109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17115   layout:
17116     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17117     layout: "plot-throughput"
17118
17119 - type: "plot"
17120   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17121   algorithm: "plot_perf_box_name"
17122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17124   include:
17125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17131   layout:
17132     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17140   include:
17141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17147   layout:
17148     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17149     layout: "plot-throughput"
17150
17151 - type: "plot"
17152   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17153   algorithm: "plot_perf_box_name"
17154   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17156   include:
17157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17163   layout:
17164     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17179   layout:
17180     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17194   layout:
17195     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17196     layout: "plot-throughput"
17197
17198 - type: "plot"
17199   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17203   include:
17204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17209   layout:
17210     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17218   include:
17219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17224   layout:
17225     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17233   include:
17234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17239   layout:
17240     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17254   layout:
17255     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17263   include:
17264     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17269   layout:
17270     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17284   layout:
17285     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17299   layout:
17300     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17308   include:
17309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17314   layout:
17315     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17323   include:
17324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17329   layout:
17330     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17338   include:
17339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17345   layout:
17346     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17354   include:
17355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17361   layout:
17362     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17363     layout: "plot-throughput"
17364
17365 - type: "plot"
17366   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17370   include:
17371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17375   layout:
17376     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17384   include:
17385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17389   layout:
17390     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17398   include:
17399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17405   layout:
17406     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17414   include:
17415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17421   layout:
17422     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17435   layout:
17436     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17449   layout:
17450     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17451     layout: "plot-throughput"
17452
17453 - type: "plot"
17454   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17458   include:
17459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17464     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17465   layout:
17466     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17467     layout: "plot-throughput"
17468
17469 - type: "plot"
17470   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17471   algorithm: "plot_perf_box_name"
17472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474   include:
17475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17478     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17479     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17480     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17481   layout:
17482     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17483     layout: "plot-throughput"
17484
17485 - type: "plot"
17486   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17487   algorithm: "plot_perf_box_name"
17488   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17490   include:
17491     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17492     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17493     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17494     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17495   layout:
17496     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17509   layout:
17510     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17524   layout:
17525     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17554   layout:
17555     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17563   include:
17564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17584   layout:
17585     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17599   layout:
17600     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17614   layout:
17615     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17643   layout:
17644     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17649   algorithm: "plot_perf_box_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17657   layout:
17658     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "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"
17668     - "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"
17669     - "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"
17670     - "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"
17671   layout:
17672     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "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"
17682     - "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"
17683     - "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"
17684     - "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"
17685   layout:
17686     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17687     layout: "plot-throughput"
17688
17689 - type: "plot"
17690   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17691   algorithm: "plot_perf_box_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17696     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17697     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17698     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17699     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17700     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17712     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17713     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17714     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17715     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17716     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17719     layout: "plot-throughput"
17720
17721 ################################################################################
17722
17723 # Packet Speedup
17724
17725 - type: "plot"
17726   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17727   algorithm: "plot_tsa_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17737     layout: "plot-throughput-speedup-analysis"
17738
17739 - type: "plot"
17740   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17741   algorithm: "plot_tsa_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17751     layout: "plot-throughput-speedup-analysis"
17752
17753 - type: "plot"
17754   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17755   algorithm: "plot_tsa_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17765     layout: "plot-throughput-speedup-analysis"
17766
17767 - type: "plot"
17768   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17769   algorithm: "plot_tsa_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17779     layout: "plot-throughput-speedup-analysis"
17780
17781 - type: "plot"
17782   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17783   algorithm: "plot_tsa_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17788     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17789     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17791   layout:
17792     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17802     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17803     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17805   layout:
17806     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17807     layout: "plot-throughput-speedup-analysis"
17808
17809 - type: "plot"
17810   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17811   algorithm: "plot_tsa_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17821   layout:
17822     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17837   layout:
17838     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17839     layout: "plot-throughput-speedup-analysis"
17840
17841 - type: "plot"
17842   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17843   algorithm: "plot_tsa_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17853     layout: "plot-throughput-speedup-analysis"
17854
17855 - type: "plot"
17856   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17857   algorithm: "plot_tsa_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17865   layout:
17866     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17867     layout: "plot-throughput-speedup-analysis"
17868
17869 - type: "plot"
17870   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17871   algorithm: "plot_tsa_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17878   layout:
17879     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17880     layout: "plot-throughput-speedup-analysis"
17881
17882 - type: "plot"
17883   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17884   algorithm: "plot_tsa_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17891   layout:
17892     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17893     layout: "plot-throughput-speedup-analysis"
17894
17895 - type: "plot"
17896   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17897   algorithm: "plot_tsa_name"
17898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17900   include:
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17906   layout:
17907     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17908     layout: "plot-throughput-speedup-analysis"
17909
17910 - type: "plot"
17911   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17912   algorithm: "plot_tsa_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17915   include:
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17921   layout:
17922     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17923     layout: "plot-throughput-speedup-analysis"
17924
17925 - type: "plot"
17926   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17927   algorithm: "plot_tsa_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17934   layout:
17935     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17936     layout: "plot-throughput-speedup-analysis"
17937
17938 - type: "plot"
17939   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17940   algorithm: "plot_tsa_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17947   layout:
17948     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17949     layout: "plot-throughput-speedup-analysis"
17950
17951 - type: "plot"
17952   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17953   algorithm: "plot_tsa_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17963   layout:
17964     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17965     layout: "plot-throughput-speedup-analysis"
17966
17967 - type: "plot"
17968   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17969   algorithm: "plot_tsa_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17979   layout:
17980     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17981     layout: "plot-throughput-speedup-analysis"
17982
17983 - type: "plot"
17984   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17985   algorithm: "plot_tsa_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17995   layout:
17996     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17997     layout: "plot-throughput-speedup-analysis"
17998
17999 - type: "plot"
18000   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18001   algorithm: "plot_tsa_name"
18002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18004   include:
18005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18011   layout:
18012     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18013     layout: "plot-throughput-speedup-analysis"
18014
18015 - type: "plot"
18016   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18017   algorithm: "plot_tsa_name"
18018   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18020   include:
18021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18023   layout:
18024     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18025     layout: "plot-throughput-speedup-analysis"
18026
18027 - type: "plot"
18028   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18029   algorithm: "plot_tsa_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18035   layout:
18036     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18037     layout: "plot-throughput-speedup-analysis"
18038
18039 - type: "plot"
18040   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18041   algorithm: "plot_tsa_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18051   layout:
18052     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18053     layout: "plot-throughput-speedup-analysis"
18054
18055 - type: "plot"
18056   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18057   algorithm: "plot_tsa_name"
18058   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18060   include:
18061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18067   layout:
18068     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18069     layout: "plot-throughput-speedup-analysis"
18070
18071 - type: "plot"
18072   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18073   algorithm: "plot_tsa_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18083   layout:
18084     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18085     layout: "plot-throughput-speedup-analysis"
18086
18087 - type: "plot"
18088   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18089   algorithm: "plot_tsa_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18099   layout:
18100     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18101     layout: "plot-throughput-speedup-analysis"
18102
18103 - type: "plot"
18104   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18105   algorithm: "plot_tsa_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18115   layout:
18116     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18117     layout: "plot-throughput-speedup-analysis"
18118
18119 - type: "plot"
18120   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18121   algorithm: "plot_tsa_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18131   layout:
18132     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18133     layout: "plot-throughput-speedup-analysis"
18134
18135 - type: "plot"
18136   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18137   algorithm: "plot_tsa_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18146   layout:
18147     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18148     layout: "plot-throughput-speedup-analysis"
18149
18150 - type: "plot"
18151   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18152   algorithm: "plot_tsa_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18161   layout:
18162     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18163     layout: "plot-throughput-speedup-analysis"
18164
18165 - type: "plot"
18166   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18167   algorithm: "plot_tsa_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18176   layout:
18177     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18178     layout: "plot-throughput-speedup-analysis"
18179
18180 - type: "plot"
18181   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18182   algorithm: "plot_tsa_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18191   layout:
18192     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18193     layout: "plot-throughput-speedup-analysis"
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18206   layout:
18207     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18208     layout: "plot-throughput-speedup-analysis"
18209
18210 - type: "plot"
18211   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18212   algorithm: "plot_tsa_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18221   layout:
18222     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18236   layout:
18237     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18251   layout:
18252     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18266   layout:
18267     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18268     layout: "plot-throughput-speedup-analysis"
18269
18270 - type: "plot"
18271   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18272   algorithm: "plot_tsa_name"
18273   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18275   include:
18276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18281   layout:
18282     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18297   layout:
18298     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18313   layout:
18314     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18315     layout: "plot-throughput-speedup-analysis"
18316
18317 - type: "plot"
18318   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18319   algorithm: "plot_tsa_name"
18320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18322   include:
18323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18341   layout:
18342     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18357   layout:
18358     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18359     layout: "plot-throughput-speedup-analysis"
18360
18361 - type: "plot"
18362   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18363   algorithm: "plot_tsa_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18373   layout:
18374     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18387   layout:
18388     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18389     layout: "plot-throughput-speedup-analysis"
18390
18391 - type: "plot"
18392   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18393   algorithm: "plot_tsa_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18401   layout:
18402     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18403     layout: "plot-throughput-speedup-analysis"
18404
18405 - type: "plot"
18406   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18407   algorithm: "plot_tsa_name"
18408   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18410   include:
18411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18417   layout:
18418     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18419     layout: "plot-throughput-speedup-analysis"
18420
18421 - type: "plot"
18422   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18423   algorithm: "plot_tsa_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18432     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18433   layout:
18434     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18435     layout: "plot-throughput-speedup-analysis"
18436
18437 - type: "plot"
18438   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18439   algorithm: "plot_tsa_name"
18440   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18442   include:
18443     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18447   layout:
18448     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18449     layout: "plot-throughput-speedup-analysis"
18450
18451 - type: "plot"
18452   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18453   algorithm: "plot_tsa_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18461   layout:
18462     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18463     layout: "plot-throughput-speedup-analysis"
18464
18465 - type: "plot"
18466   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18467   algorithm: "plot_tsa_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18478     layout: "plot-throughput-speedup-analysis"
18479
18480 - type: "plot"
18481   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18482   algorithm: "plot_tsa_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18491   layout:
18492     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18493     layout: "plot-throughput-speedup-analysis"
18494
18495 - type: "plot"
18496   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18497   algorithm: "plot_tsa_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18536   layout:
18537     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18551   layout:
18552     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18566   layout:
18567     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18581   layout:
18582     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18595   layout:
18596     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18609   layout:
18610     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "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"
18620     - "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"
18621     - "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"
18622     - "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"
18623   layout:
18624     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "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"
18634     - "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"
18635     - "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"
18636     - "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"
18637   layout:
18638     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18639     layout: "plot-throughput-speedup-analysis"
18640
18641 - type: "plot"
18642   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18643   algorithm: "plot_tsa_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18646   include:
18647     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18648     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18649     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18650     - "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"
18651     - "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"
18652     - "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"
18653   layout:
18654     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18664     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18665     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18666     - "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"
18667     - "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"
18668     - "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"
18669   layout:
18670     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 ################################################################################
18674
18675 # Packet Throughput - DPDK
18676
18677 # 2n-clx-xxv710
18678
18679 - type: "plot"
18680   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18681   algorithm: "plot_perf_box_name"
18682   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18683   data: "plot-dpdk-throughput-latency-2n-clx"
18684   include:
18685     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18686     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18689     layout: "plot-throughput"
18690
18691 - type: "plot"
18692   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18693   algorithm: "plot_perf_box_name"
18694   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18695   data: "plot-dpdk-throughput-latency-2n-clx"
18696   include:
18697     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18698     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18701     layout: "plot-throughput"
18702
18703 - type: "plot"
18704   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18705   algorithm: "plot_perf_box_name"
18706   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18707   data: "plot-dpdk-throughput-latency-2n-clx"
18708   include:
18709     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18710     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18711   layout:
18712     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18713     layout: "plot-throughput"
18714
18715 - type: "plot"
18716   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18717   algorithm: "plot_perf_box_name"
18718   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18719   data: "plot-dpdk-throughput-latency-2n-clx"
18720   include:
18721     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18722     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18723   layout:
18724     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18725     layout: "plot-throughput"
18726
18727 # 2n-clx-x710
18728
18729 - type: "plot"
18730   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18731   algorithm: "plot_perf_box_name"
18732   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18733   data: "plot-dpdk-throughput-latency-2n-clx"
18734   include:
18735     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18736     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18737   layout:
18738     title: "2n-clx-x710-64b-2t1c-base-ndr"
18739     layout: "plot-throughput"
18740
18741 - type: "plot"
18742   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18743   algorithm: "plot_perf_box_name"
18744   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18745   data: "plot-dpdk-throughput-latency-2n-clx"
18746   include:
18747     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18748     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18749   layout:
18750     title: "2n-clx-x710-64b-4t2c-base-ndr"
18751     layout: "plot-throughput"
18752
18753 - type: "plot"
18754   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18755   algorithm: "plot_perf_box_name"
18756   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18757   data: "plot-dpdk-throughput-latency-2n-clx"
18758   include:
18759     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18760     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18761   layout:
18762     title: "2n-clx-x710-64b-2t1c-base-pdr"
18763     layout: "plot-throughput"
18764
18765 - type: "plot"
18766   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18767   algorithm: "plot_perf_box_name"
18768   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18769   data: "plot-dpdk-throughput-latency-2n-clx"
18770   include:
18771     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18772     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18773   layout:
18774     title: "2n-clx-x710-64b-4t2c-base-pdr"
18775     layout: "plot-throughput"
18776
18777 ################################################################################
18778
18779 - type: "plot"
18780   title: "Latency by percentile: 2n-skx"
18781   algorithm: "plot_hdrh_lat_by_percentile"
18782   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18783   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18784   target-links: "../../_static/vpp"
18785   data: "plot-vpp-hdrh-lat-2n-skx"
18786   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18787   layout:
18788     layout: "plot-hdrh-latency-by-percentile"
18789
18790 - type: "plot"
18791   title: "Latency by percentile: 3n-skx"
18792   algorithm: "plot_hdrh_lat_by_percentile"
18793   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18794   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18795   target-links: "../../_static/vpp"
18796   data: "plot-vpp-hdrh-lat-3n-skx"
18797   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18798   layout:
18799     layout: "plot-hdrh-latency-by-percentile"
18800
18801 - type: "plot"
18802   title: "Latency by percentile: 2n-clx"
18803   algorithm: "plot_hdrh_lat_by_percentile"
18804   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18805   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18806   target-links: "../../_static/vpp"
18807   data: "plot-vpp-hdrh-lat-2n-clx"
18808   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18809   layout:
18810     layout: "plot-hdrh-latency-by-percentile"
18811
18812 - type: "plot"
18813   title: "Latency by percentile: 3n-hsw"
18814   algorithm: "plot_hdrh_lat_by_percentile"
18815   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18816   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18817   target-links: "../../_static/vpp"
18818   data: "plot-vpp-hdrh-lat-3n-hsw"
18819   filter: "'1T1C' and 'NIC_Intel-XL710'"
18820   layout:
18821     layout: "plot-hdrh-latency-by-percentile"
18822
18823 - type: "plot"
18824   title: "Latency by percentile: 3n-tsh"
18825   algorithm: "plot_hdrh_lat_by_percentile"
18826   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18827   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18828   target-links: "../../_static/vpp"
18829   data: "plot-vpp-hdrh-lat-3n-tsh"
18830   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18831   layout:
18832     layout: "plot-hdrh-latency-by-percentile"
18833
18834 - type: "plot"
18835   title: "Latency by percentile: DPDK 2n-skx"
18836   algorithm: "plot_hdrh_lat_by_percentile"
18837   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18838   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18839   target-links: "../../_static/dpdk"
18840   data: "plot-dpdk-hdrh-lat-2n-skx"
18841   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18842   layout:
18843     layout: "plot-hdrh-latency-by-percentile"
18844
18845 - type: "plot"
18846   title: "Latency by percentile: DPDK 3n-skx"
18847   algorithm: "plot_hdrh_lat_by_percentile"
18848   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18849   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18850   target-links: "../../_static/dpdk"
18851   data: "plot-dpdk-hdrh-lat-3n-skx"
18852   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18853   layout:
18854     layout: "plot-hdrh-latency-by-percentile"
18855
18856 - type: "plot"
18857   title: "Latency by percentile: DPDK 2n-clx"
18858   algorithm: "plot_hdrh_lat_by_percentile"
18859   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18860   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18861   target-links: "../../_static/dpdk"
18862   data: "plot-dpdk-hdrh-lat-2n-clx"
18863   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18864   layout:
18865     layout: "plot-hdrh-latency-by-percentile"
18866
18867 - type: "plot"
18868   title: "Latency by percentile: DPDK 3n-hsw"
18869   algorithm: "plot_hdrh_lat_by_percentile"
18870   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18871   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18872   target-links: "../../_static/dpdk"
18873   data: "plot-dpdk-hdrh-lat-3n-hsw"
18874   filter: "'1T1C' and 'NIC_Intel-XL710'"
18875   layout:
18876     layout: "plot-hdrh-latency-by-percentile"
18877
18878 - type: "plot"
18879   title: "Latency by percentile: DPDK 3n-tsh"
18880   algorithm: "plot_hdrh_lat_by_percentile"
18881   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18882   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18883   target-links: "../../_static/dpdk"
18884   data: "plot-dpdk-hdrh-lat-3n-tsh"
18885   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18886   layout:
18887     layout: "plot-hdrh-latency-by-percentile"