d5c2c5940661919014c3627475e061eb2082ccb9
[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         - 59  # NDRPDR sel
282         - 54  # NDRPDR sel addition
283         - 55  # NDRPDR sel addition
284         - 56  # NDRPDR sel addition
285         - 57  # NDRPDR sel addition
286         - 58  # NDRPDR sel addition
287         - 60  # NDRPDR sel addition
288         - 61  # NDRPDR sel addition
289         - 62  # NDRPDR sel addition
290         - 63  # NDRPDR sel addition
291         - 64  # NDRPDR sel addition
292
293     plot-vpp-hdrh-lat-3n-skx:
294       csit-vpp-perf-verify-2001-3n-skx:
295         - 46  # NDRPDR sel
296
297     plot-vpp-nfv-3n-skx-ndrpdr:
298       # TODO: Add data
299       csit-vpp-perf-verify-2001-3n-skx:
300         - 45  # NDRPDR sel
301         - 46  # NDRPDR sel
302         - 47  # NDRPDR sel
303         - 48  # NDRPDR sel
304         - 49  # NDRPDR sel
305         - 51  # NDRPDR sel
306         - 52  # NDRPDR sel
307         - 59  # NDRPDR sel
308
309     plot-vpp-nfv-3n-skx-mrr:
310       csit-vpp-perf-verify-2001-3n-skx:
311         - 50  # MRR sel
312
313     plot-dpdk-throughput-latency-3n-skx:
314       csit-dpdk-perf-verify-2001-3n-skx:
315         - 29  # NDRPDR sel xxv710
316         - 33  # NDRPDR sel xxv710
317         - 34  # NDRPDR sel xxv710
318         - 35  # NDRPDR sel xxv710
319         - 36  # NDRPDR sel xxv710
320         - 37  # NDRPDR sel xxv710
321         - 41  # NDRPDR sel xxv710
322         - 42  # NDRPDR sel xxv710
323         - 43  # NDRPDR sel xxv710
324         - 45  # NDRPDR sel xxv710
325         - 30  # NDRPDR sel x710
326         - 31  # NDRPDR sel x710
327         - 32  # NDRPDR sel x710
328         - 38  # NDRPDR sel x710
329         - 39  # NDRPDR sel x710
330         - 40  # NDRPDR sel x710
331         - 44  # NDRPDR sel x710
332         - 46  # NDRPDR sel x710
333         - 47  # NDRPDR sel x710
334         - 48  # NDRPDR sel x710
335
336     plot-dpdk-hdrh-lat-3n-skx:
337       csit-dpdk-perf-verify-2001-3n-skx:
338         - 29  # NDRPDR sel xxv710
339
340     # 2n-skx
341
342     plot-vpp-throughput-lat-tsa-2n-skx:
343       csit-vpp-perf-verify-2001-2n-skx:
344         - 92  # NDRPDR sel
345         - 93  # NDRPDR sel
346         - 94  # NDRPDR sel
347         - 95  # NDRPDR sel
348         - 96  # NDRPDR sel
349         - 97  # NDRPDR sel
350         - 98  # NDRPDR sel
351         - 99  # NDRPDR sel
352         - 100 # NDRPDR sel
353         - 102 # NDRPDR sel
354         - 129 # NDRPDR sel addition
355         - 130 # NDRPDR sel addition
356         - 131 # NDRPDR sel addition
357         - 132 # NDRPDR sel addition
358         - 133 # NDRPDR sel addition
359         - 134 # NDRPDR sel addition
360         - 135 # NDRPDR sel addition
361         - 136 # NDRPDR sel addition
362         - 137 # NDRPDR sel addition
363         - 138 # NDRPDR sel addition
364
365     plot-vpp-hdrh-lat-2n-skx:
366       csit-vpp-perf-verify-2001-2n-skx:
367         - 92  # NDRPDR sel
368
369     plot-vpp-http-server-performance:
370       csit-vpp-perf-verify-2001-2n-clx:
371         - 80  # TCP
372         - 82  # TCP
373         - 83  # TCP
374         - 85  # TCP
375         - 86  # TCP
376         - 87  # TCP
377         - 88  # TCP
378         - 89  # TCP
379         - 90  # TCP
380         - 91  # TCP
381
382     plot-vpp-soak-2n-skx:
383       # TODO: Replace the data
384       # csit-vpp-perf-verify-2001-2n-skx:
385       csit-vpp-perf-verify-1908-2n-skx:
386         - 83  # SOAK
387         - 86  # SOAK
388
389     plot-vpp-nfv-2n-skx-ndrpdr:
390       # TODO: Replace the data
391       csit-vpp-perf-verify-2001-2n-skx:
392         - 30  # NFV
393         - 31  # NFV
394
395     plot-vpp-nfv-2n-skx-mrr:
396       # TODO: Replace the data
397       # csit-vpp-perf-verify-2001-2n-skx:
398       csit-vpp-perf-verify-1908-2n-skx:
399         - 71  # NFV MRR
400
401     plot-vpp-nfv-reconf-2n-skx:
402       # TODO: Replace the data
403       # csit-vpp-perf-verify-2001-2n-skx:
404       csit-vpp-perf-verify-1908-2n-skx:
405         - 113 # NFV reconf sel
406         - 114 # NFV reconf sel
407         - 115 # NFV reconf sel
408
409     plot-dpdk-throughput-latency-2n-skx:
410       csit-dpdk-perf-verify-2001-2n-skx:
411         - 35  # NDRPDR sel xxv710
412         - 36  # NDRPDR sel xxv710
413         - 37  # NDRPDR sel xxv710
414         - 41  # NDRPDR sel xxv710
415         - 42  # NDRPDR sel xxv710
416         - 43  # NDRPDR sel xxv710
417         - 46  # NDRPDR sel xxv710
418         - 47  # NDRPDR sel xxv710
419         - 52  # NDRPDR sel xxv710
420         - 53  # NDRPDR sel xxv710
421         - 38  # NDRPDR sel x710
422         - 39  # NDRPDR sel x710
423         - 40  # NDRPDR sel x710
424         - 44  # NDRPDR sel x710
425         - 45  # NDRPDR sel x710
426         - 48  # NDRPDR sel x710
427         - 49  # NDRPDR sel x710
428         - 50  # NDRPDR sel x710
429         - 51  # NDRPDR sel x710
430         - 54  # NDRPDR sel x710
431
432     plot-dpdk-hdrh-lat-2n-skx:
433       csit-dpdk-perf-verify-2001-2n-skx:
434         - 35  # NDRPDR sel xxv710
435
436     # 2n-clx
437
438     plot-vpp-throughput-lat-tsa-2n-clx:
439       csit-vpp-perf-verify-2001-2n-clx:
440         - 28  # NDRPDR sel
441         - 29  # NDRPDR sel
442         - 32  # NDRPDR sel
443         - 40  # NDRPDR sel
444         - 43  # NDRPDR sel
445         - 44  # NDRPDR sel
446         - 45  # NDRPDR sel
447         - 47  # NDRPDR sel
448         - 48  # NDRPDR sel
449         - 49  # NDRPDR sel
450
451     plot-vpp-hdrh-lat-2n-clx:
452       csit-vpp-perf-verify-2001-2n-clx:
453         - 28  # NDRPDR sel
454
455     plot-vpp-nfv-2n-clx-ndrpdr:
456       csit-vpp-perf-verify-2001-2n-clx:
457         - 28  # NDRPDR sel
458         - 29  # NDRPDR sel
459         - 32  # NDRPDR sel
460         - 40  # NDRPDR sel
461         - 43  # NDRPDR sel
462         - 44  # NDRPDR sel
463         - 45  # NDRPDR sel
464         - 47  # NDRPDR sel
465         - 48  # NDRPDR sel
466         - 49  # NDRPDR sel
467
468     plot-vpp-nfv-2n-clx-mrr:
469       csit-vpp-perf-verify-2001-2n-clx:
470         - 39  # MRR
471
472     plot-vpp-nfv-reconf-2n-clx:
473       csit-vpp-perf-verify-2001-2n-clx:
474         - 68  # Reconf
475         - 69  # Reconf
476         - 70  # Reconf
477         - 71  # Reconf
478         - 72  # Reconf
479         - 73  # Reconf
480         - 74  # Reconf
481         - 75  # Reconf
482         - 76  # Reconf
483         - 77  # Reconf
484
485     plot-vpp-soak-2n-clx:
486       csit-vpp-perf-verify-2001-2n-clx:
487         - 93  # Soak
488         - 94  # Soak
489
490     plot-dpdk-throughput-latency-2n-clx:
491       csit-dpdk-perf-verify-2001-2n-clx:
492         - 15  # NDRPDR sel
493         - 16  # NDRPDR sel
494         - 17  # NDRPDR sel
495         - 18  # NDRPDR sel
496         - 19  # NDRPDR sel
497         - 20  # NDRPDR sel
498         - 21  # NDRPDR sel
499         - 22  # NDRPDR sel
500         - 23  # NDRPDR sel
501         - 24  # NDRPDR sel
502         - 25  # NDRPDR sel
503         - 26  # NDRPDR sel
504         - 27  # NDRPDR sel
505         - 28  # NDRPDR sel
506         - 29  # NDRPDR sel
507         - 30  # NDRPDR sel
508         - 31  # NDRPDR sel
509         - 32  # NDRPDR sel
510         - 33  # NDRPDR sel
511         - 34  # NDRPDR sel
512
513
514     plot-dpdk-hdrh-lat-2n-clx:
515       csit-dpdk-perf-verify-2001-2n-clx:
516         - 15  # NDRPDR sel
517
518     # 3n-tsh
519
520     plot-vpp-throughput-lat-tsa-3n-tsh:
521       csit-vpp-perf-verify-2001-3n-tsh:
522         - 3   # NDRPDR sel
523         - 4   # NDRPDR sel
524         - 7   # NDRPDR sel
525         - 8   # NDRPDR sel
526         - 10  # NDRPDR sel
527         - 12  # NDRPDR sel
528         - 13  # NDRPDR sel
529         - 14  # NDRPDR sel
530         - 15  # NDRPDR sel
531         - 21  # NDRPDR sel
532
533     plot-vpp-hdrh-lat-3n-tsh:
534       csit-vpp-perf-verify-2001-3n-tsh:
535         - 10  # NDRPDR sel
536
537     plot-dpdk-throughput-latency-3n-tsh:
538       csit-dpdk-perf-verify-2001-3n-tsh:
539         - 3   # NDRPDR sel
540         - 4   # NDRPDR sel
541         - 5   # NDRPDR sel
542         - 9   # NDRPDR sel
543         - 10  # NDRPDR sel
544         - 11  # NDRPDR sel
545         - 12  # NDRPDR sel
546         - 14  # NDRPDR sel
547         - 15  # NDRPDR sel
548         - 18  # NDRPDR sel
549
550     plot-dpdk-hdrh-lat-3n-tsh:
551       csit-dpdk-perf-verify-2001-3n-tsh:
552         - 3   # NDRPDR sel
553
554     # 3n-dnv
555
556     plot-vpp-throughput-lat-tsa-3n-dnv:
557       csit-vpp-perf-verify-2001-3n-dnv:
558         - 5   # NDRPDR sel
559         - 6   # NDRPDR sel
560         - 7   # NDRPDR sel
561         - 8   # NDRPDR sel
562         - 9   # NDRPDR sel
563         - 10  # NDRPDR sel
564         - 12  # NDRPDR sel
565         - 16  # NDRPDR sel
566         - 17  # NDRPDR sel
567         - 18  # NDRPDR sel
568
569     plot-dpdk-throughput-latency-3n-dnv:
570       csit-dpdk-perf-verify-2001-3n-dnv:
571         - 12  # NDRPDR sel
572         - 13  # NDRPDR sel
573         - 14  # NDRPDR sel
574         - 15  # NDRPDR sel
575         - 16  # NDRPDR sel
576         - 17  # NDRPDR sel
577         - 18  # NDRPDR sel
578         - 19  # NDRPDR sel
579         - 20  # NDRPDR sel
580         - 22  # NDRPDR sel
581
582     # 2n-dnv
583
584     plot-vpp-throughput-lat-tsa-2n-dnv:
585       csit-vpp-perf-verify-2001-2n-dnv:
586         - 4   # NDRPDR sel
587         - 5   # NDRPDR sel
588         - 6   # NDRPDR sel
589         - 7   # NDRPDR sel
590         - 8   # NDRPDR sel
591         - 9   # NDRPDR sel
592         - 10  # NDRPDR sel
593         - 11  # NDRPDR sel
594         - 13  # NDRPDR sel
595         - 16  # NDRPDR sel
596
597     plot-dpdk-throughput-latency-2n-dnv:
598       csit-dpdk-perf-verify-2001-2n-dnv:
599         - 9   # NDRPDR sel
600         - 10  # NDRPDR sel
601         - 11  # NDRPDR sel
602         - 12  # NDRPDR sel
603         - 13  # NDRPDR sel
604         - 14  # NDRPDR sel
605         - 15  # NDRPDR sel
606         - 16  # NDRPDR sel
607         - 17  # NDRPDR sel
608         - 18  # NDRPDR sel
609
610     ###########################################################################
611     # Simple tables (only one data set):
612
613     # NIC Comparisons
614
615     vpp-nic-comparison-3n-skx:
616       # TODO: Add the data
617       csit-vpp-perf-verify-2001-3n-skx:
618         - 45  # NDRPDR sel
619         - 46  # NDRPDR sel
620         - 47  # NDRPDR sel
621         - 48  # NDRPDR sel
622         - 49  # NDRPDR sel
623         - 51  # NDRPDR sel
624         - 52  # NDRPDR sel
625         - 59  # NDRPDR sel
626         - 54  # NDRPDR sel addition
627         - 55  # NDRPDR sel addition
628         - 56  # NDRPDR sel addition
629         - 57  # NDRPDR sel addition
630         - 58  # NDRPDR sel addition
631         - 60  # NDRPDR sel addition
632         - 61  # NDRPDR sel addition
633         - 62  # NDRPDR sel addition
634         - 63  # NDRPDR sel addition
635         - 64  # NDRPDR sel addition
636
637     vpp-nic-comparison-2n-skx:
638       csit-vpp-perf-verify-2001-2n-skx:
639         - 92  # NDRPDR sel
640         - 93  # NDRPDR sel
641         - 94  # NDRPDR sel
642         - 95  # NDRPDR sel
643         - 96  # NDRPDR sel
644         - 97  # NDRPDR sel
645         - 98  # NDRPDR sel
646         - 99  # NDRPDR sel
647         - 100 # NDRPDR sel
648         - 102 # NDRPDR sel
649         - 129 # NDRPDR sel addition
650         - 130 # NDRPDR sel addition
651         - 131 # NDRPDR sel addition
652         - 132 # NDRPDR sel addition
653         - 133 # NDRPDR sel addition
654         - 134 # NDRPDR sel addition
655         - 135 # NDRPDR sel addition
656         - 136 # NDRPDR sel addition
657         - 137 # NDRPDR sel addition
658         - 138 # NDRPDR sel addition
659
660     vpp-nic-comparison-3n-skx-mrr:
661       csit-vpp-perf-verify-2001-3n-skx:
662         - 50  # MRR sel
663         - 53  # MRR sel addition
664
665     vpp-nic-comparison-2n-skx-mrr:
666       csit-vpp-perf-verify-2001-2n-skx:
667         - 101 # MRR sel
668         - 128 # MRR sel addition
669
670     # Results
671
672     vpp-perf-results-3n-hsw:
673       csit-vpp-perf-verify-2001-3n-hsw:
674         - 18  # NDRPDR full
675         - 20  # NDRPDR full
676         - 28  # NDRPDR full
677         - 35  # NDRPDR full
678         - 42  # NDRPDR full
679         - 46  # NDRPDR full
680         - 47  # NDRPDR full
681         - 48  # NDRPDR full
682         - 49  # NDRPDR full
683         - 50  # NDRPDR full
684         - 51  # NDRPDR full
685         - 52  # NDRPDR full
686         - 53  # NDRPDR full
687         - 54  # NDRPDR full
688         - 55  # NDRPDR full
689         - 56  # NDRPDR full
690         - 57  # NDRPDR full
691         - 58  # NDRPDR full
692         - 59  # NDRPDR full
693         - 61  # NDRPDR full
694         - 62  # NDRPDR full
695         - 63  # NDRPDR full
696         - 64  # NDRPDR full
697         - 65  # NDRPDR full
698         - 67  # NDRPDR full
699         - 70  # NDRPDR full
700         - 72  # NDRPDR full
701         - 73  # NDRPDR full
702         - 76  # NDRPDR full
703         - 77  # NDRPDR full
704         - 78  # NDRPDR full
705         - 79  # NDRPDR full
706         - 81  # NDRPDR full
707         - 82  # NDRPDR full
708         - 84  # NDRPDR full
709         - 85  # NDRPDR full
710
711     vpp-perf-results-3n-skx:
712       # TODO: Replace
713       csit-vpp-perf-verify-2001-3n-skx:
714         - 47  # NDRPDR sel
715         - 54  # NDRPDR sel addition
716
717     vpp-perf-results-2n-skx:
718       csit-vpp-perf-verify-2001-2n-skx:
719         # TODO: Replace
720         - 92  # NDRPDR sel
721
722     vpp-perf-results-2n-clx:
723       csit-vpp-perf-verify-2001-2n-clx:
724         - 53  # NDRPDR full
725         - 54  # NDRPDR full
726         - 55  # NDRPDR full
727         - 56  # NDRPDR full
728         - 57  # NDRPDR full
729         - 58  # NDRPDR full
730         - 59  # NDRPDR full
731         - 60  # NDRPDR full
732         - 61  # NDRPDR full
733         - 62  # NDRPDR full
734         - 63  # NDRPDR full
735         - 64  # NDRPDR full
736         - 65  # NDRPDR full
737         - 66  # NDRPDR full
738         - 67  # NDRPDR full
739
740     vpp-perf-results-3n-tsh:
741       csit-vpp-perf-verify-2001-3n-tsh:
742         - 10  # NDRPDR sel
743
744     vpp-perf-results-3n-dnv:
745       csit-vpp-perf-verify-2001-3n-dnv:
746         - 19  # NDRPDR full
747         - 20  # NDRPDR full
748         - 21  # NDRPDR full
749         - 22  # NDRPDR full
750         - 23  # NDRPDR full
751         - 24  # NDRPDR full
752         - 25  # NDRPDR full
753         - 26  # NDRPDR full
754         - 37  # NDRPDR full
755         - 38  # NDRPDR full
756         - 39  # NDRPDR full
757
758     vpp-perf-results-2n-dnv:
759       csit-vpp-perf-verify-2001-2n-dnv:
760         - 21  # NDRPDR full
761         - 22  # NDRPDR full
762         - 25  # NDRPDR full
763         - 26  # NDRPDR full
764         - 27  # NDRPDR full
765         - 28  # NDRPDR full
766
767     vpp-mrr-results-3n-hsw:
768       csit-vpp-perf-verify-2001-3n-hsw:
769         - 17  # MRR sel
770
771     vpp-mrr-results-3n-skx:
772       csit-vpp-perf-verify-2001-3n-skx:
773         - 50  # MRR sel
774         - 53  # MRR sel addition
775
776     vpp-mrr-results-2n-skx:
777       csit-vpp-perf-verify-2001-2n-skx:
778         - 101 # MRR sel
779         - 128 # MRR sel addition
780
781     vpp-mrr-results-2n-clx:
782       csit-vpp-perf-verify-2001-2n-clx:
783         - 39  # MRR
784
785     vpp-mrr-results-3n-tsh:
786       csit-vpp-perf-verify-2001-3n-tsh:
787         - 9   # MRR sel
788
789     vpp-mrr-results-3n-dnv:
790       csit-vpp-perf-verify-2001-3n-dnv:
791         - 11  # MRR sel
792
793     vpp-mrr-results-2n-dnv:
794       csit-vpp-perf-verify-2001-2n-dnv:
795         - 12  # MRR sel
796
797     vpp-device-results-ubuntu:
798       csit-vpp-device-2001-ubuntu1804-1n-skx:
799         - 57
800
801     dpdk-perf-results-3n-hsw:
802       csit-dpdk-perf-verify-2001-3n-hsw:
803         - 25  # NDRPDR full
804         - 26  # NDRPDR full
805
806     dpdk-perf-results-3n-skx:
807       csit-dpdk-perf-verify-2001-3n-skx:
808         - 29  # NDRPDR sel xxv710
809         - 30  # NDRPDR sel x710
810
811     dpdk-perf-results-2n-skx:
812       csit-dpdk-perf-verify-2001-2n-skx:
813         - 35  # NDRPDR sel xxv710
814         - 38  # NDRPDR sel x710
815
816     dpdk-perf-results-2n-clx:
817       csit-dpdk-perf-verify-2001-2n-clx:
818         - 15  # NDRPDR sel
819         - 34  # NDRPDR sel
820
821     dpdk-perf-results-2n-dnv:
822       csit-dpdk-perf-verify-2001-2n-dnv:
823         - 16  # NDRPDR sel
824
825     dpdk-perf-results-3n-dnv:
826       csit-dpdk-perf-verify-2001-3n-dnv:
827         - 12  # NDRPDR sel
828
829     dpdk-perf-results-3n-tsh:
830       csit-dpdk-perf-verify-2001-3n-tsh:
831         - 3   # NDRPDR sel
832
833 ###########################################################################
834     # Tables (more than one data set)
835
836     # Performance changes
837
838     vpp-performance-changes-3n-hsw-h1:
839       csit-vpp-perf-verify-1904-3n-hsw:
840         - 11  # NDRPDR sel
841         - 12  # NDRPDR sel
842         - 20  # NDRPDR sel
843         - 21  # NDRPDR sel
844         - 23  # NDRPDR sel
845         - 24  # NDRPDR sel
846         - 25  # NDRPDR sel
847         - 26  # NDRPDR sel
848         - 29  # NDRPDR sel
849         - 30  # NDRPDR sel
850     vpp-performance-changes-3n-hsw-ref:
851       csit-vpp-perf-verify-1908-3n-hsw:
852         - 12  # NDRPDR sel
853         - 13  # NDRPDR sel
854         - 14  # NDRPDR sel
855         - 15  # NDRPDR sel
856         - 16  # NDRPDR sel
857         - 17  # NDRPDR sel
858         - 18  # NDRPDR sel
859         - 19  # NDRPDR sel
860         - 20  # NDRPDR sel
861         - 21  # NDRPDR sel
862     vpp-performance-changes-3n-hsw-cmp:
863       csit-vpp-perf-verify-2001-3n-hsw:
864         - 21  # NDRPDR sel
865         - 22  # NDRPDR sel
866         - 23  # NDRPDR sel
867         - 24  # NDRPDR sel
868         - 25  # NDRPDR sel
869         - 29  # NDRPDR sel
870         - 30  # NDRPDR sel
871         - 31  # NDRPDR sel
872         - 32  # NDRPDR sel
873         - 34  # NDRPDR sel
874     vpp-performance-changes-3n-hsw:
875       - "vpp-performance-changes-3n-hsw-h1"
876       - "vpp-performance-changes-3n-hsw-ref"
877       - "vpp-performance-changes-3n-hsw-cmp"
878
879     vpp-performance-changes-3n-skx-h1:
880       csit-vpp-perf-verify-1904-3n-skx:
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 11  # NDRPDR sel
885         - 12  # NDRPDR sel
886         - 14  # NDRPDR sel
887         - 16  # NDRPDR sel
888         - 21  # NDRPDR sel
889         - 23  # NDRPDR sel
890         - 25  # NDRPDR sel
891     vpp-performance-changes-3n-skx-ref:
892       csit-vpp-perf-verify-1908-3n-skx:
893         - 14  # NDRPDR sel
894         - 16  # NDRPDR sel
895         - 19  # NDRPDR sel
896         - 20  # NDRPDR sel
897         - 22  # NDRPDR sel
898         - 23  # NDRPDR sel
899         - 24  # NDRPDR sel
900         - 25  # NDRPDR sel
901         - 26  # NDRPDR sel
902         - 29  # NDRPDR sel
903     vpp-performance-changes-3n-skx-cmp:
904       # TODO: Add the data
905       csit-vpp-perf-verify-2001-3n-skx:
906         - 45  # NDRPDR sel
907         - 46  # NDRPDR sel
908         - 47  # NDRPDR sel
909         - 48  # NDRPDR sel
910         - 49  # NDRPDR sel
911         - 51  # NDRPDR sel
912         - 52  # NDRPDR sel
913         - 59  # NDRPDR sel
914         - 54  # NDRPDR sel addition
915         - 55  # NDRPDR sel addition
916         - 56  # NDRPDR sel addition
917         - 57  # NDRPDR sel addition
918         - 58  # NDRPDR sel addition
919         - 60  # NDRPDR sel addition
920         - 61  # NDRPDR sel addition
921         - 62  # NDRPDR sel addition
922         - 63  # NDRPDR sel addition
923         - 64  # NDRPDR sel addition
924     vpp-performance-changes-3n-skx:
925       - "vpp-performance-changes-3n-skx-h1"
926       - "vpp-performance-changes-3n-skx-ref"
927       - "vpp-performance-changes-3n-skx-cmp"
928
929     vpp-performance-changes-2n-skx-h1:
930       csit-vpp-perf-verify-1904-2n-skx:
931         - 12  # NDRPDR sel
932         - 14  # NDRPDR sel
933         - 16  # NDRPDR sel
934         - 17  # NDRPDR sel
935         - 18  # NDRPDR sel
936         - 21  # NDRPDR sel
937         - 27  # NDRPDR sel
938         - 30  # NDRPDR sel
939         - 31  # NDRPDR sel
940         - 32  # NDRPDR sel
941     vpp-performance-changes-2n-skx-ref:
942       csit-vpp-perf-verify-1908-2n-skx:
943         - 26  # NDRPDR sel
944         - 27  # NDRPDR sel
945         - 34  # NDRPDR sel
946         - 35  # NDRPDR sel
947         - 36  # NDRPDR sel
948         - 42  # NDRPDR sel
949         - 43  # NDRPDR sel
950         - 44  # NDRPDR sel
951         - 45  # NDRPDR sel
952         - 46  # NDRPDR sel
953     vpp-performance-changes-2n-skx-cmp:
954       csit-vpp-perf-verify-2001-2n-skx:
955         - 92  # NDRPDR sel
956         - 93  # NDRPDR sel
957         - 94  # NDRPDR sel
958         - 95  # NDRPDR sel
959         - 96  # NDRPDR sel
960         - 97  # NDRPDR sel
961         - 98  # NDRPDR sel
962         - 99  # NDRPDR sel
963         - 100 # NDRPDR sel
964         - 102 # NDRPDR sel
965         - 129 # NDRPDR sel addition
966         - 130 # NDRPDR sel addition
967         - 131 # NDRPDR sel addition
968         - 132 # NDRPDR sel addition
969         - 133 # NDRPDR sel addition
970         - 134 # NDRPDR sel addition
971         - 135 # NDRPDR sel addition
972         - 136 # NDRPDR sel addition
973         - 137 # NDRPDR sel addition
974         - 138 # NDRPDR sel addition
975     vpp-performance-changes-2n-skx:
976       - "vpp-performance-changes-2n-skx-h1"
977       - "vpp-performance-changes-2n-skx-ref"
978       - "vpp-performance-changes-2n-skx-cmp"
979
980     vpp-performance-changes-nfv-2n-skx-ref:
981       csit-vpp-perf-verify-1908-2n-skx:
982         - 22  # NFV
983         - 31  # NFV
984         - 32  # NFV
985     vpp-performance-changes-nfv-2n-skx-cmp:
986       # TODO: Add the data
987       csit-vpp-perf-verify-2001-2n-skx:
988         - 30  # NFV
989         - 31  # NFV
990     vpp-performance-changes-nfv-2n-skx:
991       - "vpp-performance-changes-nfv-2n-skx-ref"
992       - "vpp-performance-changes-nfv-2n-skx-cmp"
993
994     vpp-performance-changes-2n-dnv-ref:
995       csit-vpp-perf-verify-1908-2n-dnv:
996         - 1   # NDRPDR sel
997         - 2   # NDRPDR sel
998         - 3   # NDRPDR sel
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     vpp-performance-changes-2n-dnv-cmp:
1007       csit-vpp-perf-verify-2001-2n-dnv:
1008         - 4   # NDRPDR sel
1009         - 5   # NDRPDR sel
1010         - 6   # NDRPDR sel
1011         - 7   # NDRPDR sel
1012         - 8   # NDRPDR sel
1013         - 9   # NDRPDR sel
1014         - 10  # NDRPDR sel
1015         - 11  # NDRPDR sel
1016         - 13  # NDRPDR sel
1017         - 16  # NDRPDR sel
1018     vpp-performance-changes-2n-dnv:
1019       - "vpp-performance-changes-2n-dnv-ref"
1020       - "vpp-performance-changes-2n-dnv-cmp"
1021
1022     vpp-performance-changes-3n-dnv-ref:
1023       csit-vpp-perf-verify-1908-3n-dnv:
1024         - 6   # NDRPDR sel
1025         - 7   # NDRPDR sel
1026         - 8   # NDRPDR sel
1027         - 9   # NDRPDR sel
1028         - 10  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030         - 13  # NDRPDR sel
1031         - 14  # NDRPDR sel
1032         - 15  # NDRPDR sel
1033         - 16  # NDRPDR sel
1034     vpp-performance-changes-3n-dnv-cmp:
1035       csit-vpp-perf-verify-2001-3n-dnv:
1036         - 5   # NDRPDR sel
1037         - 6   # NDRPDR sel
1038         - 7   # NDRPDR sel
1039         - 8   # NDRPDR sel
1040         - 9   # NDRPDR sel
1041         - 10  # NDRPDR sel
1042         - 12  # NDRPDR sel
1043         - 16  # NDRPDR sel
1044         - 17  # NDRPDR sel
1045         - 18  # NDRPDR sel
1046     vpp-performance-changes-3n-dnv:
1047       - "vpp-performance-changes-3n-dnv-ref"
1048       - "vpp-performance-changes-3n-dnv-cmp"
1049
1050     vpp-performance-changes-3n-tsh-ref:
1051       csit-vpp-perf-verify-1908-3n-tsh:
1052         - 7   # NDRPDR sel
1053         - 8   # NDRPDR sel
1054         - 9   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 11  # NDRPDR sel
1057         - 12  # NDRPDR sel
1058         - 13  # NDRPDR sel
1059         - 14  # NDRPDR sel
1060         - 15  # NDRPDR sel
1061         - 16  # NDRPDR sel
1062     vpp-performance-changes-3n-tsh-cmp:
1063       csit-vpp-perf-verify-2001-3n-tsh:
1064         - 3   # NDRPDR sel
1065         - 4   # NDRPDR sel
1066         - 7   # NDRPDR sel
1067         - 8   # NDRPDR sel
1068         - 10  # NDRPDR sel
1069         - 12  # NDRPDR sel
1070         - 13  # NDRPDR sel
1071         - 14  # NDRPDR sel
1072         - 15  # NDRPDR sel
1073         - 21  # NDRPDR sel
1074     vpp-performance-changes-3n-tsh:
1075       - "vpp-performance-changes-3n-tsh-ref"
1076       - "vpp-performance-changes-3n-tsh-cmp"
1077
1078     vpp-soak-vs-ndr-2n-skx-ref:
1079       csit-vpp-perf-verify-2001-2n-skx:
1080         - 92  # NDRPDR sel
1081         - 93  # NDRPDR sel
1082         - 94  # NDRPDR sel
1083         - 95  # NDRPDR sel
1084         - 96  # NDRPDR sel
1085         - 97  # NDRPDR sel
1086         - 98  # NDRPDR sel
1087         - 99  # NDRPDR sel
1088         - 100 # NDRPDR sel
1089         - 102 # NDRPDR sel
1090         - 129 # NDRPDR sel addition
1091         - 130 # NDRPDR sel addition
1092         - 131 # NDRPDR sel addition
1093         - 132 # NDRPDR sel addition
1094         - 133 # NDRPDR sel addition
1095         - 134 # NDRPDR sel addition
1096         - 135 # NDRPDR sel addition
1097         - 136 # NDRPDR sel addition
1098         - 137 # NDRPDR sel addition
1099         - 138 # NDRPDR sel addition
1100     vpp-soak-vs-ndr-2n-skx-cmp:
1101       # TODO: Replace
1102       # csit-vpp-perf-verify-2001-2n-skx:
1103       csit-vpp-perf-verify-1908-2n-skx:
1104         - 83  # SOAK
1105         - 86  # SOAK
1106     vpp-soak-vs-ndr-2n-skx:
1107       csit-vpp-perf-verify-2001-2n-skx:
1108         - 92  # NDRPDR sel
1109         - 93  # NDRPDR sel
1110         - 94  # NDRPDR sel
1111         - 95  # NDRPDR sel
1112         - 96  # NDRPDR sel
1113         - 97  # NDRPDR sel
1114         - 98  # NDRPDR sel
1115         - 99  # NDRPDR sel
1116         - 100 # NDRPDR sel
1117         - 102 # NDRPDR sel
1118         - 129 # NDRPDR sel addition
1119         - 130 # NDRPDR sel addition
1120         - 131 # NDRPDR sel addition
1121         - 132 # NDRPDR sel addition
1122         - 133 # NDRPDR sel addition
1123         - 134 # NDRPDR sel addition
1124         - 135 # NDRPDR sel addition
1125         - 136 # NDRPDR sel addition
1126         - 137 # NDRPDR sel addition
1127         - 138 # NDRPDR sel addition
1128         - 83  # SOAK
1129         - 86  # SOAK
1130
1131     vpp-soak-vs-ndr-2n-clx-ref:
1132       csit-vpp-perf-verify-2001-2n-clx:
1133         - 28  # NDRPDR sel
1134         - 29  # NDRPDR sel
1135         - 32  # NDRPDR sel
1136         - 40  # NDRPDR sel
1137         - 43  # NDRPDR sel
1138         - 44  # NDRPDR sel
1139         - 45  # NDRPDR sel
1140         - 47  # NDRPDR sel
1141         - 48  # NDRPDR sel
1142         - 49  # NDRPDR sel
1143     vpp-soak-vs-ndr-2n-clx-cmp:
1144       csit-vpp-perf-verify-2001-2n-clx:
1145         - 93  # SOAK
1146         - 94  # Soak
1147     vpp-soak-vs-ndr-2n-clx:
1148       csit-vpp-perf-verify-2001-2n-clx:
1149         - 28  # NDRPDR sel
1150         - 29  # NDRPDR sel
1151         - 32  # NDRPDR sel
1152         - 40  # NDRPDR sel
1153         - 43  # NDRPDR sel
1154         - 44  # NDRPDR sel
1155         - 45  # NDRPDR sel
1156         - 47  # NDRPDR sel
1157         - 48  # NDRPDR sel
1158         - 49  # NDRPDR sel
1159         - 93  # SOAK
1160         - 94  # Soak
1161
1162     vpp-performance-changes-3n-hsw-mrr-h1:
1163       csit-vpp-perf-verify-1904-3n-hsw:
1164         - 9   # MRR sel
1165     vpp-performance-changes-3n-hsw-mrr-ref:
1166       csit-vpp-perf-verify-1908-3n-hsw:
1167         - 39  # MRR sel
1168     vpp-performance-changes-3n-hsw-mrr-cmp:
1169       csit-vpp-perf-verify-2001-3n-hsw:
1170         - 17  # MRR sel
1171     vpp-performance-changes-3n-hsw-mrr:
1172       - "vpp-performance-changes-3n-hsw-mrr-h1"
1173       - "vpp-performance-changes-3n-hsw-mrr-ref"
1174       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1175
1176     vpp-performance-changes-3n-skx-mrr-h1:
1177       csit-vpp-perf-verify-1904-3n-skx:
1178         - 7   # MRR sel
1179     vpp-performance-changes-3n-skx-mrr-ref:
1180       csit-vpp-perf-verify-1908-3n-skx:
1181         - 36  # MRR sel
1182     vpp-performance-changes-3n-skx-mrr-cmp:
1183       csit-vpp-perf-verify-2001-3n-skx:
1184         - 50  # MRR sel
1185         - 53  # MRR sel addition
1186     vpp-performance-changes-3n-skx-mrr:
1187       - "vpp-performance-changes-3n-skx-mrr-h1"
1188       - "vpp-performance-changes-3n-skx-mrr-ref"
1189       - "vpp-performance-changes-3n-skx-mrr-cmp"
1190
1191     vpp-performance-changes-2n-skx-mrr-h1:
1192       csit-vpp-perf-verify-1904-2n-skx:
1193         - 11  # MRR sel
1194     vpp-performance-changes-2n-skx-mrr-ref:
1195       csit-vpp-perf-verify-1908-2n-skx:
1196         - 69  # MRR sel
1197     vpp-performance-changes-2n-skx-mrr-cmp:
1198       csit-vpp-perf-verify-2001-2n-skx:
1199         - 101 # MRR sel
1200         - 128 # MRR sel addition
1201     vpp-performance-changes-2n-skx-mrr:
1202       - "vpp-performance-changes-2n-skx-mrr-h1"
1203       - "vpp-performance-changes-2n-skx-mrr-ref"
1204       - "vpp-performance-changes-2n-skx-mrr-cmp"
1205
1206     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1207       csit-vpp-perf-verify-1908-2n-skx:
1208         - 71  # NFV MRR
1209     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1210       # TODO: Replace
1211       # csit-vpp-perf-verify-2001-2n-skx:
1212       csit-vpp-perf-verify-1908-2n-skx:
1213         - 71  # NFV MRR
1214     vpp-performance-changes-nfv-2n-skx-mrr:
1215       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1216       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1217
1218     vpp-performance-changes-2n-dnv-mrr-ref:
1219       csit-vpp-perf-verify-1908-2n-dnv:
1220         - 11  # MRR sel
1221     vpp-performance-changes-2n-dnv-mrr-cmp:
1222       csit-vpp-perf-verify-2001-2n-dnv:
1223         - 12  # MRR sel
1224     vpp-performance-changes-2n-dnv-mrr:
1225       - "vpp-performance-changes-2n-dnv-mrr-ref"
1226       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1227
1228     vpp-performance-changes-3n-dnv-mrr-ref:
1229       csit-vpp-perf-verify-1908-3n-dnv:
1230         - 17  # MRR sel
1231     vpp-performance-changes-3n-dnv-mrr-cmp:
1232       csit-vpp-perf-verify-2001-3n-dnv:
1233         - 11  # MRR sel
1234     vpp-performance-changes-3n-dnv-mrr:
1235       - "vpp-performance-changes-3n-dnv-mrr-ref"
1236       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1237
1238     vpp-performance-changes-3n-tsh-mrr-ref:
1239       csit-vpp-perf-verify-1908-3n-tsh:
1240         - 17  # MRR sel
1241     vpp-performance-changes-3n-tsh-mrr-cmp:
1242       csit-vpp-perf-verify-2001-3n-tsh:
1243         - 9   # MRR sel
1244     vpp-performance-changes-3n-tsh-mrr:
1245       - "vpp-performance-changes-3n-tsh-mrr-ref"
1246       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1247
1248     dpdk-performance-changes-3n-hsw-h1:
1249       csit-dpdk-perf-verify-1904-3n-hsw:
1250         - 2   # NDRPDR sel
1251         - 3   # NDRPDR sel
1252         - 5   # NDRPDR sel
1253         - 6   # NDRPDR sel
1254         - 13  # NDRPDR sel
1255         - 14  # NDRPDR sel
1256         - 15  # NDRPDR sel
1257         - 18  # NDRPDR sel
1258         - 19  # NDRPDR sel
1259         - 20  # NDRPDR sel
1260     dpdk-performance-changes-3n-hsw-ref:
1261       csit-dpdk-perf-verify-1908-3n-hsw:
1262         - 2   # NDRPDR sel
1263         - 3   # NDRPDR sel
1264         - 4   # NDRPDR sel
1265         - 5   # NDRPDR sel
1266         - 6   # NDRPDR sel
1267         - 7   # NDRPDR sel
1268         - 8   # NDRPDR sel
1269         - 9   # NDRPDR sel
1270         - 10  # NDRPDR sel
1271         - 11  # NDRPDR sel
1272     dpdk-performance-changes-3n-hsw-cmp:
1273       csit-dpdk-perf-verify-2001-3n-hsw:
1274 #        - 4   # NDRPDR sel
1275 #        - 5   # NDRPDR sel
1276 #        - 6   # NDRPDR sel
1277 #        - 7   # NDRPDR sel
1278 #        - 8   # NDRPDR sel
1279 #        - 9   # NDRPDR sel
1280 #        - 10  # NDRPDR sel
1281 #        - 11  # NDRPDR sel
1282 #        - 12  # NDRPDR sel
1283 #        - 13  # NDRPDR sel
1284         - 15  # NDRPDR sel
1285         - 16  # NDRPDR sel
1286         - 17  # NDRPDR sel
1287         - 18  # NDRPDR sel
1288         - 19  # NDRPDR sel
1289         - 20  # NDRPDR sel
1290         - 21  # NDRPDR sel
1291         - 22  # NDRPDR sel
1292         - 23  # NDRPDR sel
1293         - 24  # NDRPDR sel
1294     dpdk-performance-changes-3n-hsw:
1295       - "dpdk-performance-changes-3n-hsw-h1"
1296       - "dpdk-performance-changes-3n-hsw-ref"
1297       - "dpdk-performance-changes-3n-hsw-cmp"
1298
1299     dpdk-performance-changes-3n-skx-h1:
1300       csit-dpdk-perf-verify-1904-3n-skx:
1301         - 2   # NDRPDR sel
1302         - 3   # NDRPDR sel
1303         - 4   # NDRPDR sel
1304         - 5   # NDRPDR sel
1305         - 6   # NDRPDR sel
1306         - 7   # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309         - 13  # NDRPDR sel
1310         - 14  # NDRPDR sel
1311     dpdk-performance-changes-3n-skx-ref:
1312       csit-dpdk-perf-verify-1908-3n-skx:
1313         - 3   # NDRPDR sel
1314         - 4   # NDRPDR sel
1315         - 5   # NDRPDR sel
1316         - 6   # NDRPDR sel
1317         - 7   # NDRPDR sel
1318         - 8   # NDRPDR sel
1319         - 9   # NDRPDR sel
1320         - 10  # NDRPDR sel
1321         - 11  # NDRPDR sel
1322         - 12  # NDRPDR sel
1323     dpdk-performance-changes-3n-skx-cmp:
1324       csit-dpdk-perf-verify-2001-3n-skx:
1325         - 29  # NDRPDR sel xxv710
1326         - 33  # NDRPDR sel xxv710
1327         - 34  # NDRPDR sel xxv710
1328         - 35  # NDRPDR sel xxv710
1329         - 36  # NDRPDR sel xxv710
1330         - 37  # NDRPDR sel xxv710
1331         - 41  # NDRPDR sel xxv710
1332         - 42  # NDRPDR sel xxv710
1333         - 43  # NDRPDR sel xxv710
1334         - 45  # NDRPDR sel xxv710
1335         - 30  # NDRPDR sel x710
1336         - 31  # NDRPDR sel x710
1337         - 32  # NDRPDR sel x710
1338         - 38  # NDRPDR sel x710
1339         - 39  # NDRPDR sel x710
1340         - 40  # NDRPDR sel x710
1341         - 44  # NDRPDR sel x710
1342         - 46  # NDRPDR sel x710
1343         - 47  # NDRPDR sel x710
1344         - 48  # NDRPDR sel x710
1345     dpdk-performance-changes-3n-skx:
1346       - "dpdk-performance-changes-3n-skx-h1"
1347       - "dpdk-performance-changes-3n-skx-ref"
1348       - "dpdk-performance-changes-3n-skx-cmp"
1349
1350     dpdk-performance-changes-2n-skx-h1:
1351       csit-dpdk-perf-verify-1904-2n-skx:
1352         - 2   # NDRPDR sel
1353         - 3   # NDRPDR sel
1354         - 4   # NDRPDR sel
1355         - 5   # NDRPDR sel
1356         - 7   # NDRPDR sel
1357         - 8   # NDRPDR sel
1358         - 9   # NDRPDR sel
1359         - 10  # NDRPDR sel
1360         - 11  # NDRPDR sel
1361         - 12  # NDRPDR sel
1362     dpdk-performance-changes-2n-skx-ref:
1363       csit-dpdk-perf-verify-1908-2n-skx:
1364         - 2   # NDRPDR sel
1365         - 3   # NDRPDR sel
1366         - 4   # NDRPDR sel
1367         - 5   # NDRPDR sel
1368         - 7   # NDRPDR sel
1369         - 8   # NDRPDR sel
1370         - 9   # NDRPDR sel
1371         - 10  # NDRPDR sel
1372         - 11  # NDRPDR sel
1373         - 12  # NDRPDR sel
1374     dpdk-performance-changes-2n-skx-cmp:
1375       csit-dpdk-perf-verify-2001-2n-skx:
1376         - 35  # NDRPDR sel xxv710
1377         - 36  # NDRPDR sel xxv710
1378         - 37  # NDRPDR sel xxv710
1379         - 41  # NDRPDR sel xxv710
1380         - 42  # NDRPDR sel xxv710
1381         - 43  # NDRPDR sel xxv710
1382         - 46  # NDRPDR sel xxv710
1383         - 47  # NDRPDR sel xxv710
1384         - 52  # NDRPDR sel xxv710
1385         - 53  # NDRPDR sel xxv710
1386         - 38  # NDRPDR sel x710
1387         - 39  # NDRPDR sel x710
1388         - 40  # NDRPDR sel x710
1389         - 44  # NDRPDR sel x710
1390         - 45  # NDRPDR sel x710
1391         - 48  # NDRPDR sel x710
1392         - 49  # NDRPDR sel x710
1393         - 50  # NDRPDR sel x710
1394         - 51  # NDRPDR sel x710
1395         - 54  # NDRPDR sel x710
1396     dpdk-performance-changes-2n-skx:
1397       - "dpdk-performance-changes-2n-skx-h1"
1398       - "dpdk-performance-changes-2n-skx-ref"
1399       - "dpdk-performance-changes-2n-skx-cmp"
1400
1401     # Compare testbeds
1402
1403     vpp-compare-testbeds-ref:
1404       csit-vpp-perf-verify-2001-3n-hsw:
1405         - 21  # NDRPDR sel
1406         - 22  # NDRPDR sel
1407         - 23  # NDRPDR sel
1408         - 24  # NDRPDR sel
1409         - 25  # NDRPDR sel
1410         - 29  # NDRPDR sel
1411         - 30  # NDRPDR sel
1412         - 31  # NDRPDR sel
1413         - 32  # NDRPDR sel
1414         - 34  # NDRPDR sel
1415     vpp-compare-testbeds-cmp:
1416       # TODO: Add the data
1417       csit-vpp-perf-verify-2001-3n-skx:
1418         - 45  # NDRPDR sel
1419         - 46  # NDRPDR sel
1420         - 47  # NDRPDR sel
1421         - 48  # NDRPDR sel
1422         - 49  # NDRPDR sel
1423         - 51  # NDRPDR sel
1424         - 52  # NDRPDR sel
1425         - 59  # NDRPDR sel
1426         - 54  # NDRPDR sel addition
1427         - 55  # NDRPDR sel addition
1428         - 56  # NDRPDR sel addition
1429         - 57  # NDRPDR sel addition
1430         - 58  # NDRPDR sel addition
1431         - 60  # NDRPDR sel addition
1432         - 61  # NDRPDR sel addition
1433         - 62  # NDRPDR sel addition
1434         - 63  # NDRPDR sel addition
1435         - 64  # NDRPDR sel addition
1436     vpp-compare-testbeds:
1437       - "vpp-compare-testbeds-ref"
1438       - "vpp-compare-testbeds-cmp"
1439
1440     vpp-compare-testbeds-skx-clx-ref:
1441       csit-vpp-perf-verify-2001-2n-skx:
1442         - 92  # NDRPDR sel
1443         - 93  # NDRPDR sel
1444         - 94  # NDRPDR sel
1445         - 95  # NDRPDR sel
1446         - 96  # NDRPDR sel
1447         - 97  # NDRPDR sel
1448         - 98  # NDRPDR sel
1449         - 99  # NDRPDR sel
1450         - 100 # NDRPDR sel
1451         - 102 # NDRPDR sel
1452         - 129 # NDRPDR sel addition
1453         - 130 # NDRPDR sel addition
1454         - 131 # NDRPDR sel addition
1455         - 132 # NDRPDR sel addition
1456         - 133 # NDRPDR sel addition
1457         - 134 # NDRPDR sel addition
1458         - 135 # NDRPDR sel addition
1459         - 136 # NDRPDR sel addition
1460         - 137 # NDRPDR sel addition
1461         - 138 # NDRPDR sel addition
1462     vpp-compare-testbeds-skx-clx-cmp:
1463       csit-vpp-perf-verify-2001-2n-clx:
1464         - 28  # NDRPDR sel
1465         - 29  # NDRPDR sel
1466         - 32  # NDRPDR sel
1467         - 40  # NDRPDR sel
1468         - 43  # NDRPDR sel
1469         - 44  # NDRPDR sel
1470         - 45  # NDRPDR sel
1471         - 47  # NDRPDR sel
1472         - 48  # NDRPDR sel
1473         - 49  # NDRPDR sel
1474     vpp-compare-testbeds-skx-clx:
1475       - "vpp-compare-testbeds-skx-clx-ref"
1476       - "vpp-compare-testbeds-skx-clx-cmp"
1477
1478     vpp-compare-testbeds-hsw-clx-ref:
1479       csit-vpp-perf-verify-2001-3n-hsw:
1480         - 21  # NDRPDR sel
1481         - 22  # NDRPDR sel
1482         - 23  # NDRPDR sel
1483         - 24  # NDRPDR sel
1484         - 25  # NDRPDR sel
1485         - 29  # NDRPDR sel
1486         - 30  # NDRPDR sel
1487         - 31  # NDRPDR sel
1488         - 32  # NDRPDR sel
1489         - 34  # NDRPDR sel
1490     vpp-compare-testbeds-hsw-clx-cmp:
1491       csit-vpp-perf-verify-2001-2n-clx:
1492         - 28  # NDRPDR sel
1493         - 29  # NDRPDR sel
1494         - 32  # NDRPDR sel
1495         - 40  # NDRPDR sel
1496         - 43  # NDRPDR sel
1497         - 44  # NDRPDR sel
1498         - 45  # NDRPDR sel
1499         - 47  # NDRPDR sel
1500         - 48  # NDRPDR sel
1501         - 49  # NDRPDR sel
1502     vpp-compare-testbeds-hsw-clx:
1503       - "vpp-compare-testbeds-hsw-clx-ref"
1504       - "vpp-compare-testbeds-hsw-clx-cmp"
1505
1506     vpp-compare-testbeds-mrr-ref:
1507       csit-vpp-perf-verify-2001-3n-hsw:
1508         - 17  # MRR sel
1509     vpp-compare-testbeds-mrr-cmp:
1510       csit-vpp-perf-verify-2001-3n-skx:
1511         - 50  # MRR sel
1512         - 53  # MRR sel addition
1513     vpp-compare-testbeds-mrr:
1514       - "vpp-compare-testbeds-mrr-ref"
1515       - "vpp-compare-testbeds-mrr-cmp"
1516
1517     vpp-compare-testbeds-mrr-skx-clx-ref:
1518       csit-vpp-perf-verify-2001-2n-skx:
1519         - 101 # MRR sel
1520         - 128 # MRR sel addition
1521     vpp-compare-testbeds-mrr-skx-clx-cmp:
1522       csit-vpp-perf-verify-2001-2n-clx:
1523         - 39  # MRR
1524     vpp-compare-testbeds-mrr-skx-clx:
1525       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1526       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1527
1528     vpp-compare-testbeds-mrr-hsw-clx-ref:
1529       csit-vpp-perf-verify-2001-3n-hsw:
1530         - 17  # MRR sel
1531     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1532       csit-vpp-perf-verify-2001-2n-clx:
1533         - 39  # MRR
1534     vpp-compare-testbeds-mrr-hsw-clx:
1535       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1536       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1537
1538     dpdk-compare-testbeds-ref:
1539       csit-dpdk-perf-verify-2001-3n-hsw:
1540         - 4   # NDRPDR sel
1541         - 5   # NDRPDR sel
1542         - 6   # NDRPDR sel
1543         - 7   # NDRPDR sel
1544         - 8   # NDRPDR sel
1545         - 9   # NDRPDR sel
1546         - 10  # NDRPDR sel
1547         - 11  # NDRPDR sel
1548         - 12  # NDRPDR sel
1549         - 13  # NDRPDR sel
1550         - 15  # NDRPDR sel
1551         - 16  # NDRPDR sel
1552         - 17  # NDRPDR sel
1553         - 18  # NDRPDR sel
1554         - 19  # NDRPDR sel
1555         - 20  # NDRPDR sel
1556         - 21  # NDRPDR sel
1557         - 22  # NDRPDR sel
1558         - 23  # NDRPDR sel
1559         - 24  # NDRPDR sel
1560     dpdk-compare-testbeds-cmp:
1561       csit-dpdk-perf-verify-2001-3n-skx:
1562         - 29  # NDRPDR sel xxv710
1563         - 33  # NDRPDR sel xxv710
1564         - 34  # NDRPDR sel xxv710
1565         - 35  # NDRPDR sel xxv710
1566         - 36  # NDRPDR sel xxv710
1567         - 37  # NDRPDR sel xxv710
1568         - 41  # NDRPDR sel xxv710
1569         - 42  # NDRPDR sel xxv710
1570         - 43  # NDRPDR sel xxv710
1571         - 45  # NDRPDR sel xxv710
1572         - 30  # NDRPDR sel x710
1573         - 31  # NDRPDR sel x710
1574         - 32  # NDRPDR sel x710
1575         - 38  # NDRPDR sel x710
1576         - 39  # NDRPDR sel x710
1577         - 40  # NDRPDR sel x710
1578         - 44  # NDRPDR sel x710
1579         - 46  # NDRPDR sel x710
1580         - 47  # NDRPDR sel x710
1581         - 48  # NDRPDR sel x710
1582     dpdk-compare-testbeds:
1583       - "dpdk-compare-testbeds-ref"
1584       - "dpdk-compare-testbeds-cmp"
1585
1586     dpdk-compare-testbeds-skx-clx-ref:
1587       csit-dpdk-perf-verify-2001-2n-skx:
1588         - 35  # NDRPDR sel xxv710
1589         - 36  # NDRPDR sel xxv710
1590         - 37  # NDRPDR sel xxv710
1591         - 41  # NDRPDR sel xxv710
1592         - 42  # NDRPDR sel xxv710
1593         - 43  # NDRPDR sel xxv710
1594         - 46  # NDRPDR sel xxv710
1595         - 47  # NDRPDR sel xxv710
1596         - 52  # NDRPDR sel xxv710
1597         - 53  # NDRPDR sel xxv710
1598         - 38  # NDRPDR sel x710
1599         - 39  # NDRPDR sel x710
1600         - 40  # NDRPDR sel x710
1601         - 44  # NDRPDR sel x710
1602         - 45  # NDRPDR sel x710
1603         - 48  # NDRPDR sel x710
1604         - 49  # NDRPDR sel x710
1605         - 50  # NDRPDR sel x710
1606         - 51  # NDRPDR sel x710
1607         - 54  # NDRPDR sel x710
1608     dpdk-compare-testbeds-skx-clx-cmp:
1609       csit-dpdk-perf-verify-2001-2n-clx:
1610         - 15  # NDRPDR sel
1611         - 16  # NDRPDR sel
1612         - 17  # NDRPDR sel
1613         - 18  # NDRPDR sel
1614         - 19  # NDRPDR sel
1615         - 20  # NDRPDR sel
1616         - 21  # NDRPDR sel
1617         - 22  # NDRPDR sel
1618         - 23  # NDRPDR sel
1619         - 24  # NDRPDR sel
1620         - 25  # NDRPDR sel
1621         - 26  # NDRPDR sel
1622         - 27  # NDRPDR sel
1623         - 28  # NDRPDR sel
1624         - 29  # NDRPDR sel
1625         - 30  # NDRPDR sel
1626         - 31  # NDRPDR sel
1627         - 32  # NDRPDR sel
1628         - 33  # NDRPDR sel
1629         - 34  # NDRPDR sel
1630
1631     dpdk-compare-testbeds-skx-clx:
1632       - "dpdk-compare-testbeds-skx-clx-ref"
1633       - "dpdk-compare-testbeds-skx-clx-cmp"
1634
1635     # Compare topologies
1636
1637     vpp-compare-topologies-ref:
1638       # TODO: Add the data
1639       csit-vpp-perf-verify-2001-3n-skx:
1640         - 45  # NDRPDR sel
1641         - 46  # NDRPDR sel
1642         - 47  # NDRPDR sel
1643         - 48  # NDRPDR sel
1644         - 49  # NDRPDR sel
1645         - 51  # NDRPDR sel
1646         - 52  # NDRPDR sel
1647         - 59  # NDRPDR sel
1648         - 54  # NDRPDR sel addition
1649         - 55  # NDRPDR sel addition
1650         - 56  # NDRPDR sel addition
1651         - 57  # NDRPDR sel addition
1652         - 58  # NDRPDR sel addition
1653         - 60  # NDRPDR sel addition
1654         - 61  # NDRPDR sel addition
1655         - 62  # NDRPDR sel addition
1656         - 63  # NDRPDR sel addition
1657         - 64  # NDRPDR sel addition
1658     vpp-compare-topologies-cmp:
1659       # TODO: Add the data
1660       csit-vpp-perf-verify-2001-2n-skx:
1661         - 92  # NDRPDR sel
1662         - 93  # NDRPDR sel
1663         - 94  # NDRPDR sel
1664         - 95  # NDRPDR sel
1665         - 96  # NDRPDR sel
1666         - 97  # NDRPDR sel
1667         - 98  # NDRPDR sel
1668         - 99  # NDRPDR sel
1669         - 100 # NDRPDR sel
1670         - 102 # NDRPDR sel
1671         - 129 # NDRPDR sel addition
1672         - 130 # NDRPDR sel addition
1673         - 131 # NDRPDR sel addition
1674         - 132 # NDRPDR sel addition
1675         - 133 # NDRPDR sel addition
1676         - 134 # NDRPDR sel addition
1677         - 135 # NDRPDR sel addition
1678         - 136 # NDRPDR sel addition
1679         - 137 # NDRPDR sel addition
1680         - 138 # NDRPDR sel addition
1681     vpp-compare-topologies:
1682       - "vpp-compare-topologies-ref"
1683       - "vpp-compare-topologies-cmp"
1684
1685     vpp-compare-topologies-mrr-ref:
1686       csit-vpp-perf-verify-2001-3n-skx:
1687         - 50  # MRR sel
1688         - 53  # MRR sel addition
1689     vpp-compare-topologies-mrr-cmp:
1690       csit-vpp-perf-verify-2001-2n-skx:
1691         - 101 # MRR sel
1692         - 128 # MRR sel addition
1693     vpp-compare-topologies-mrr:
1694       - "vpp-compare-topologies-mrr-ref"
1695       - "vpp-compare-topologies-mrr-cmp"
1696
1697     dpdk-compare-topologies-ref:
1698       csit-dpdk-perf-verify-2001-3n-skx:
1699         - 29  # NDRPDR sel xxv710
1700         - 33  # NDRPDR sel xxv710
1701         - 34  # NDRPDR sel xxv710
1702         - 35  # NDRPDR sel xxv710
1703         - 36  # NDRPDR sel xxv710
1704         - 37  # NDRPDR sel xxv710
1705         - 41  # NDRPDR sel xxv710
1706         - 42  # NDRPDR sel xxv710
1707         - 43  # NDRPDR sel xxv710
1708         - 45  # NDRPDR sel xxv710
1709         - 30  # NDRPDR sel x710
1710         - 31  # NDRPDR sel x710
1711         - 32  # NDRPDR sel x710
1712         - 38  # NDRPDR sel x710
1713         - 39  # NDRPDR sel x710
1714         - 40  # NDRPDR sel x710
1715         - 44  # NDRPDR sel x710
1716         - 46  # NDRPDR sel x710
1717         - 47  # NDRPDR sel x710
1718         - 48  # NDRPDR sel x710
1719     dpdk-compare-topologies-cmp:
1720       csit-dpdk-perf-verify-2001-2n-skx:
1721         - 35  # NDRPDR sel xxv710
1722         - 36  # NDRPDR sel xxv710
1723         - 37  # NDRPDR sel xxv710
1724         - 41  # NDRPDR sel xxv710
1725         - 42  # NDRPDR sel xxv710
1726         - 43  # NDRPDR sel xxv710
1727         - 46  # NDRPDR sel xxv710
1728         - 47  # NDRPDR sel xxv710
1729         - 52  # NDRPDR sel xxv710
1730         - 53  # NDRPDR sel xxv710
1731         - 38  # NDRPDR sel x710
1732         - 39  # NDRPDR sel x710
1733         - 40  # NDRPDR sel x710
1734         - 44  # NDRPDR sel x710
1735         - 45  # NDRPDR sel x710
1736         - 48  # NDRPDR sel x710
1737         - 49  # NDRPDR sel x710
1738         - 50  # NDRPDR sel x710
1739         - 51  # NDRPDR sel x710
1740         - 54  # NDRPDR sel x710
1741     dpdk-compare-topologies:
1742       - "dpdk-compare-topologies-ref"
1743       - "dpdk-compare-topologies-cmp"
1744
1745   plot-layouts:
1746
1747     plot-soak-throughput:
1748       titlefont:
1749         size: 18
1750       xaxis:
1751         title: "<b>Test Cases [Index]</b>"
1752         titlefont:
1753           size: 16
1754         autorange: True
1755         fixedrange: False
1756         gridcolor: "rgb(230, 230, 230)"
1757         linecolor: "rgb(220, 220, 220)"
1758         linewidth: 1
1759         showgrid: True
1760         showline: True
1761         showticklabels: True
1762         tickcolor: "rgb(220, 220, 220)"
1763         tickmode: "linear"
1764         tickfont:
1765           size: 16
1766         zeroline: False
1767       yaxis:
1768         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1769         titlefont:
1770           size: 16
1771         gridcolor: "rgb(230, 230, 230)"
1772         hoverformat: ".4r"
1773         tickformat: ".3r"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickfont:
1781           size: 16
1782         zeroline: False
1783         range: [0,50]
1784       autosize: False
1785       margin:
1786         t: 50
1787         b: 0
1788         l: 80
1789         r: 20
1790       showlegend: True
1791       legend:
1792         orientation: "h"
1793         font:
1794           size: 16
1795       width: 700
1796       height: 900
1797       paper_bgcolor: "#fff"
1798       plot_bgcolor: "#fff"
1799       hoverlabel:
1800         namelength: -1
1801
1802     plot-service-density:
1803       titlefont:
1804         size: 18
1805       xaxis:
1806         side: "top"
1807         autorange: True
1808         fixedrange: False
1809         showgrid: False
1810         showline: False
1811         showticklabels: False
1812         ticks: ""
1813         ticklen: 0
1814         tickwidth: 0
1815         zeroline: False
1816       yaxis:
1817         autorange: "reversed"
1818         showgrid: False
1819         showline: False
1820         showticklabels: False
1821         ticks: ""
1822         ticklen: 0
1823         tickwidth: 0
1824         zeroline: False
1825       showlegend: False
1826       paper_bgcolor: "#fff"
1827       plot_bgcolor: "#fff"
1828       width: 700
1829       height: 700
1830       hoverlabel:
1831         namelength: -1
1832
1833     plot-cps:
1834       titlefont:
1835         size: 18
1836       xaxis:
1837         title: "<b>Test Cases [Index]</b>"
1838         titlefont:
1839           size: 16
1840         autorange: True
1841         fixedrange: False
1842         gridcolor: "rgb(230, 230, 230)"
1843         linecolor: "rgb(220, 220, 220)"
1844         linewidth: 1
1845         showgrid: True
1846         showline: True
1847         showticklabels: True
1848         tickcolor: "rgb(220, 220, 220)"
1849         tickmode: "linear"
1850         tickfont:
1851           size: 16
1852         zeroline: False
1853       yaxis:
1854         title: "<b>Connections Per Second [cps]</b>"
1855         titlefont:
1856           size: 16
1857         gridcolor: "rgb(230, 230, 230)"
1858         hoverformat: ".4s"
1859         linecolor: "rgb(220, 220, 220)"
1860         linewidth: 1
1861         rangemode: "tozero"
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(220, 220, 220)"
1866         tickformat: ".3s"
1867         tickfont:
1868           size: 16
1869         zeroline: False
1870       boxmode: "group"
1871       boxgroupgap: 0.5
1872       autosize: False
1873       margin:
1874         t: 50
1875         b: 20
1876         l: 80
1877         r: 20
1878       showlegend: True
1879       legend:
1880         orientation: "h"
1881         font:
1882           size: 16
1883       width: 700
1884       height: 800
1885       paper_bgcolor: "#fff"
1886       plot_bgcolor: "#fff"
1887       hoverlabel:
1888         namelength: -1
1889
1890     plot-rps:
1891       titlefont:
1892         size: 18
1893       xaxis:
1894         title: "<b>Test Cases [Index]</b>"
1895         titlefont:
1896           size: 16
1897         autorange: True
1898         fixedrange: False
1899         gridcolor: "rgb(230, 230, 230)"
1900         linecolor: "rgb(220, 220, 220)"
1901         linewidth: 1
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(220, 220, 220)"
1906         tickmode: "linear"
1907         tickfont:
1908           size: 16
1909         zeroline: False
1910       yaxis:
1911         title: "<b>Requests Per Second [rps]</b>"
1912         titlefont:
1913           size: 16
1914         gridcolor: "rgb(230, 230, 230)"
1915         hoverformat: ".4s"
1916         linecolor: "rgb(220, 220, 220)"
1917         linewidth: 1
1918         rangemode: "tozero"
1919         showgrid: True
1920         showline: True
1921         showticklabels: True
1922         tickcolor: "rgb(230, 230, 230)"
1923         tickformat: ".3s"
1924         tickfont:
1925           size: 16
1926         zeroline: False
1927       boxmode: "group"
1928       boxgroupgap: 0.5
1929       autosize: False
1930       margin:
1931         t: 50
1932         b: 20
1933         l: 80
1934         r: 20
1935       showlegend: True
1936       legend:
1937         orientation: "h"
1938         font:
1939           size: 16
1940       width: 700
1941       height: 800
1942       paper_bgcolor: "#fff"
1943       plot_bgcolor: "#fff"
1944       hoverlabel:
1945         namelength: -1
1946
1947     plot-hoststack:
1948       titlefont:
1949         size: 16
1950       xaxis:
1951         title: "<b>Test Cases [Index]</b>"
1952         titlefont:
1953           size: 14
1954         autorange: True
1955         fixedrange: False
1956         gridcolor: "rgb(230, 230, 230)"
1957         linecolor: "rgb(220, 220, 220)"
1958         linewidth: 1
1959         showgrid: True
1960         showline: True
1961         showticklabels: True
1962         tickcolor: "rgb(220, 220, 220)"
1963         tickmode: "linear"
1964         tickfont:
1965           size: 14
1966         zeroline: False
1967       yaxis:
1968         title: "<b>Bandwidth [Gbps]</b>"
1969         titlefont:
1970           size: 14
1971         gridcolor: "rgb(230, 230, 230)"
1972         hoverformat: ".4s"
1973         linecolor: "rgb(220, 220, 220)"
1974         linewidth: 1
1975         rangemode: "tozero"
1976         showgrid: True
1977         showline: True
1978         showticklabels: True
1979         tickcolor: "rgb(230, 230, 230)"
1980         tickformat: ".3s"
1981         tickfont:
1982           size: 14
1983         zeroline: False
1984       boxmode: "group"
1985       boxgroupgap: 0.5
1986       autosize: False
1987       margin:
1988         t: 50
1989         b: 20
1990         l: 80
1991         r: 20
1992       showlegend: True
1993       legend:
1994         orientation: "h"
1995         font:
1996           size: 14
1997       width: 700
1998       height: 800
1999       paper_bgcolor: "#fff"
2000       plot_bgcolor: "#fff"
2001       hoverlabel:
2002         namelength: -1
2003
2004     plot-throughput:
2005       titlefont:
2006         size: 18
2007       xaxis:
2008         title: "<b>Test Cases [Index]</b>"
2009         titlefont:
2010           size: 16
2011         autorange: True
2012         fixedrange: False
2013         gridcolor: "rgb(230, 230, 230)"
2014         linecolor: "rgb(220, 220, 220)"
2015         linewidth: 1
2016         showgrid: True
2017         showline: True
2018         showticklabels: True
2019         tickcolor: "rgb(220, 220, 220)"
2020         tickmode: "linear"
2021         tickfont:
2022           size: 16
2023         zeroline: False
2024       yaxis:
2025         title: "<b>Packet Throughput [Mpps]</b>"
2026         titlefont:
2027           size: 16
2028         gridcolor: "rgb(230, 230, 230)"
2029         hoverformat: ".4r"
2030         tickformat: ".3r"
2031         linecolor: "rgb(220, 220, 220)"
2032         linewidth: 1
2033         showgrid: True
2034         showline: True
2035         showticklabels: True
2036         tickcolor: "rgb(220, 220, 220)"
2037         tickfont:
2038           size: 16
2039         zeroline: False
2040         range: [0,50]
2041       autosize: False
2042       margin:
2043         t: 50
2044         b: 0
2045         l: 80
2046         r: 20
2047       showlegend: True
2048       legend:
2049         orientation: "h"
2050         font:
2051           size: 16
2052       width: 700
2053       height: 900
2054       paper_bgcolor: "#fff"
2055       plot_bgcolor: "#fff"
2056       hoverlabel:
2057         namelength: -1
2058
2059     plot-throughput-speedup-analysis:
2060       titlefont:
2061         size: 18
2062       xaxis:
2063         title: "<b>Number of Cores [Qty]</b>"
2064         titlefont:
2065           size: 16
2066         autorange: True
2067         fixedrange: False
2068         gridcolor: "rgb(230, 230, 230)"
2069         linecolor: "rgb(220, 220, 220)"
2070         linewidth: 1
2071         showgrid: True
2072         showline: True
2073         showticklabels: True
2074         tickcolor: "rgb(238, 238, 238)"
2075         tickmode: "linear"
2076         tickfont:
2077           size: 16
2078         zeroline: False
2079       yaxis:
2080         title: "<b>Packet Throughput [Mpps]</b>"
2081         titlefont:
2082           size: 16
2083         type: "linear"
2084         gridcolor: "rgb(230, 230, 230)"
2085         hoverformat: ".4s"
2086         linecolor: "rgb(220, 220, 220)"
2087         linewidth: 1
2088         showgrid: True
2089         showline: True
2090         showticklabels: True
2091         tickcolor: "rgb(220, 220, 220)"
2092         tickformat: ".4s"
2093         tickfont:
2094           size: 16
2095         zeroline: True
2096         rangemode: "tozero"
2097         range: [0,100]
2098       legend:
2099         orientation: "h"
2100         font:
2101           size: 16
2102         xanchor: "left"
2103         yanchor: "top"
2104         x: 0
2105         y: -0.2
2106         bgcolor: "rgba(255, 255, 255, 0)"
2107         bordercolor: "rgba(255, 255, 255, 0)"
2108         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2109       autosize: False
2110       margin:
2111           't': 50
2112           'b': 150
2113           'l': 85
2114           'r': 10
2115       showlegend: True
2116       width: 700
2117       height: 700
2118       paper_bgcolor: "#fff"
2119       plot_bgcolor: "#fff"
2120       hoverlabel:
2121         namelength: -1
2122       annotations: [
2123         {
2124           text: "_ _          __          ...",
2125           align: "left",
2126           showarrow: False,
2127           xref: "paper",
2128           yref: "paper",
2129           xanchor: "left",
2130           yanchor: "top",
2131           x: 0,
2132           y: -0.13,
2133           font: {
2134             family: "Consolas, Courier New",
2135             size: 15
2136           },
2137         },
2138         {
2139           text: "    Perfect     Measured     Limit",
2140           align: "left",
2141           showarrow: False,
2142           xref: "paper",
2143           yref: "paper",
2144           xanchor: "left",
2145           yanchor: "top",
2146           x: 0,
2147           y: -0.15,
2148           font: {
2149             family: "Consolas, Courier New",
2150             size: 15
2151           },
2152         },
2153       ]
2154
2155     plot-latency:
2156       titlefont:
2157         size: 18
2158       xaxis:
2159         title: "<b>Direction</b>"
2160         titlefont:
2161           size: 16
2162         autorange: True
2163         fixedrange: False
2164         gridcolor: "rgb(230, 230, 230)"
2165         linecolor: "rgb(220, 220, 220)"
2166         linewidth: 1
2167         showgrid: True
2168         showline: True
2169         showticklabels: False
2170         tickcolor: "rgb(220, 220, 220)"
2171         tickmode: "linear"
2172         tickfont:
2173           size: 16
2174         zeroline: False
2175       yaxis:
2176         title: "<b>Packet Latency [uSec]</b>"
2177         titlefont:
2178           size: 16
2179         type: "linear"
2180         gridcolor: "rgb(230, 230, 230)"
2181         hoverformat: ".4s"
2182         linecolor: "rgb(220, 220, 220)"
2183         linewidth: 1
2184         showgrid: True
2185         showline: True
2186         showticklabels: True
2187         tickcolor: "rgb(220, 220, 220)"
2188         tickformat: ".4s"
2189         tickfont:
2190           size: 16
2191         zeroline: True
2192         rangemode: "tozero"
2193       legend:
2194         orientation: "h"
2195         font:
2196           size: 16
2197         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2198       autosize: False
2199       margin:
2200           't': 50
2201           'b': 150
2202           'l': 80
2203           'r': 10
2204       showlegend: True
2205       width: 700
2206       height: 700
2207       paper_bgcolor: "#fff"
2208       plot_bgcolor: "#fff"
2209       hoverlabel:
2210         namelength: -1
2211
2212     plot-hdrh-latency:
2213       title:
2214         text: ""
2215         xanchor: "center"
2216         x: 0.5
2217         font:
2218           size: 16
2219       width: 700
2220       plot_bgcolor: "white"
2221       annotations:
2222         - font:
2223             size: 14
2224           showarrow: False
2225           text: "<b>Packet Latency [uSec]</b>"
2226           x: 1
2227           xanchor: "right"
2228           xref: "paper"
2229           y: -0.045
2230           yanchor: "top"
2231           yref: "paper"
2232         - font:
2233             size: 14
2234           showarrow: False
2235           text: "<b>Probability [%]</b>"
2236           textangle: 270
2237           x: -0.06
2238           xanchor: "center"
2239           xref: "paper"
2240           y: 0.5
2241           yanchor: "middle"
2242           yref: "paper"
2243         - font:
2244             size: 14
2245           showarrow: False
2246           text: "<b>Direction: E-W</b>"
2247           x: 0.24
2248           xanchor: "center"
2249           xref: "paper"
2250           y: 1.05
2251           yanchor: "bottom"
2252           yref: "paper"
2253         - font:
2254             size: 14
2255           showarrow: False
2256           text: "<b>Direction: W-E</b>"
2257           x: 0.74
2258           xanchor: "center"
2259           xref: "paper"
2260           y: 1.05
2261           yanchor: "bottom"
2262           yref: "paper"
2263
2264     plot-hdrh-latency-percentile:
2265       title:
2266         text: ""
2267         xanchor: "center"
2268         x: 0.5
2269         font:
2270           size: 18
2271       xaxis:
2272         type: "log"
2273         title: "<b>Percentile [%]</b>"
2274         titlefont:
2275           size: 16
2276         autorange: True
2277         fixedrange: False
2278         gridcolor: "rgb(230, 230, 230)"
2279         linecolor: "rgb(220, 220, 220)"
2280         linewidth: 1
2281         showgrid: True
2282         showline: True
2283         showticklabels: True
2284         tickcolor: "rgb(220, 220, 220)"
2285         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2286         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2287         tickfont:
2288           size: 16
2289       yaxis:
2290         title: "<b>Packet Latency [uSec]</b>"
2291         titlefont:
2292           size: 16
2293         gridcolor: "rgb(230, 230, 230)"
2294         linecolor: "rgb(220, 220, 220)"
2295         linewidth: 1
2296         showgrid: True
2297         showline: True
2298         showticklabels: True
2299         tickcolor: "rgb(220, 220, 220)"
2300         tickfont:
2301           size: 16
2302       autosize: False
2303       showlegend: True
2304       legend:
2305         traceorder: "normal"
2306         orientation: "h"
2307         font:
2308           size: 16
2309         xanchor: "left"
2310         yanchor: "top"
2311         x: 0
2312         y: -0.15
2313         bgcolor: "rgba(255, 255, 255, 0)"
2314         bordercolor: "rgba(255, 255, 255, 0)"
2315       width: 700
2316       height: 700
2317       paper_bgcolor: "white"
2318       plot_bgcolor: "white"
2319
2320     plot-hdrh-latency-by-percentile:
2321       title:
2322         text: "<b>Latency by Percentile Distribution</b>"
2323         xanchor: "center"
2324         x: 0.5
2325         font:
2326           size: 18
2327       showlegend: True
2328       legend:
2329         traceorder: "normal"
2330         orientation: "h"
2331         font:
2332           size: 16
2333         xanchor: "left"
2334         yanchor: "top"
2335         x: 0
2336         y: -0.2
2337         bgcolor: "rgba(255, 255, 255, 0)"
2338         bordercolor: "rgba(255, 255, 255, 0)"
2339       xaxis:
2340         type: "linear"
2341         title: "<b>Percentile [%]</b>"
2342         titlefont:
2343           size: 14
2344         autorange: False
2345         fixedrange: False
2346         range: [0, 100]
2347         gridcolor: "rgb(230, 230, 230)"
2348         linecolor: "rgb(220, 220, 220)"
2349         linewidth: 1
2350         showgrid: True
2351         showline: True
2352         showticklabels: True
2353         tickcolor: "rgb(220, 220, 220)"
2354         tickvals: [0, 25, 50, 75, 100]
2355         ticktext: [0, 25, 50, 75, 100]
2356         tickfont:
2357           size: 14
2358       yaxis:
2359         title: "<b>One-Way Latency per Direction [uSec]</b>"
2360         titlefont:
2361           size: 14
2362         gridcolor: "rgb(230, 230, 230)"
2363         linecolor: "rgb(220, 220, 220)"
2364         linewidth: 1
2365         showgrid: True
2366         showline: True
2367         showticklabels: True
2368         tickcolor: "rgb(220, 220, 220)"
2369         tickfont:
2370           size: 14
2371       width: 700
2372       height: 700
2373       paper_bgcolor: "white"
2374       plot_bgcolor: "white"
2375
2376 - type: "static"
2377   src-path: "{DIR[RST]}"
2378   dst-path: "{DIR[WORKING,SRC]}"
2379
2380 - type: "input"
2381   general:
2382     file-name: "output_info.xml.gz"
2383     file-format: ".gz"
2384     arch-file-format:
2385       - ".gz"
2386       - ".zip"
2387     download-path: "{job}/{build}/archives/{filename}"
2388     extract: "output.xml"
2389
2390     zip-file-name: "robot-plugin.zip"
2391     zip-file-format: ".zip"
2392     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2393     zip-extract: "robot-plugin/output.xml"
2394
2395   builds:
2396
2397     csit-vpp-perf-verify-1904-3n-hsw:
2398       - 9   # MRR sel
2399       - 11  # NDRPDR sel
2400       - 12  # NDRPDR sel
2401       - 20  # NDRPDR sel
2402       - 21  # NDRPDR sel
2403       - 23  # NDRPDR sel
2404       - 24  # NDRPDR sel
2405       - 25  # NDRPDR sel
2406       - 26  # NDRPDR sel
2407       - 29  # NDRPDR sel
2408       - 30  # NDRPDR sel
2409     csit-vpp-perf-verify-1908-3n-hsw:
2410       - 12  # NDRPDR sel
2411       - 13  # NDRPDR sel
2412       - 14  # NDRPDR sel
2413       - 15  # NDRPDR sel
2414       - 16  # NDRPDR sel
2415       - 17  # NDRPDR sel
2416       - 18  # NDRPDR sel
2417       - 19  # NDRPDR sel
2418       - 20  # NDRPDR sel
2419       - 21  # NDRPDR sel
2420       - 48  # NDRPDR sel vhost
2421       - 49  # NDRPDR sel vhost
2422       - 52  # NDRPDR sel vhost
2423       - 53  # NDRPDR sel vhost
2424       - 54  # NDRPDR sel vhost
2425       - 55  # NDRPDR sel vhost
2426       - 56  # NDRPDR sel vhost
2427       - 57  # NDRPDR sel vhost
2428       - 58  # NDRPDR sel vhost
2429       - 59  # NDRPDR sel vhost
2430       - 39  # MRR sel
2431     csit-vpp-perf-verify-2001-3n-hsw:
2432       - 21  # NDRPDR sel
2433       - 22  # NDRPDR sel
2434       - 23  # NDRPDR sel
2435       - 24  # NDRPDR sel
2436       - 25  # NDRPDR sel
2437       - 29  # NDRPDR sel
2438       - 30  # NDRPDR sel
2439       - 31  # NDRPDR sel
2440       - 32  # NDRPDR sel
2441       - 34  # NDRPDR sel
2442       - 17  # MRR sel
2443       - 18  # NDRPDR full
2444       - 20  # NDRPDR full
2445       - 28  # NDRPDR full
2446       - 35  # NDRPDR full
2447       - 42  # NDRPDR full
2448       - 46  # NDRPDR full
2449       - 47  # NDRPDR full
2450       - 48  # NDRPDR full
2451       - 49  # NDRPDR full
2452       - 50  # NDRPDR full
2453       - 51  # NDRPDR full
2454       - 52  # NDRPDR full
2455       - 53  # NDRPDR full
2456       - 54  # NDRPDR full
2457       - 55  # NDRPDR full
2458       - 56  # NDRPDR full
2459       - 57  # NDRPDR full
2460       - 58  # NDRPDR full
2461       - 59  # NDRPDR full
2462       - 61  # NDRPDR full
2463       - 62  # NDRPDR full
2464       - 63  # NDRPDR full
2465       - 64  # NDRPDR full
2466       - 65  # NDRPDR full
2467       - 67  # NDRPDR full
2468       - 70  # NDRPDR full
2469       - 72  # NDRPDR full
2470       - 73  # NDRPDR full
2471       - 76  # NDRPDR full
2472       - 77  # NDRPDR full
2473       - 78  # NDRPDR full
2474       - 79  # NDRPDR full
2475       - 81  # NDRPDR full
2476       - 82  # NDRPDR full
2477       - 84  # NDRPDR full
2478       - 85  # NDRPDR full
2479       - 87  # hoststack
2480       - 88  # hoststack
2481       - 89  # hoststack
2482       - 90  # hoststack
2483       - 91  # hoststack
2484       - 92  # hoststack
2485       - 93  # hoststack
2486       - 94  # hoststack
2487       - 95  # hoststack
2488       - 96  # hoststack
2489
2490     csit-vpp-perf-verify-1904-3n-skx:
2491       - 7   # MRR sel
2492       - 8   # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 10  # NDRPDR sel
2495       - 11  # NDRPDR sel
2496       - 12  # NDRPDR sel
2497       - 14  # NDRPDR sel
2498       - 16  # NDRPDR sel
2499       - 21  # NDRPDR sel
2500       - 23  # NDRPDR sel
2501       - 25  # NDRPDR sel
2502     csit-vpp-perf-verify-1908-3n-skx:
2503       - 14  # NDRPDR sel
2504       - 16  # NDRPDR sel
2505       - 19  # NDRPDR sel
2506       - 20  # NDRPDR sel
2507       - 22  # NDRPDR sel
2508       - 23  # NDRPDR sel
2509       - 24  # NDRPDR sel
2510       - 25  # NDRPDR sel
2511       - 26  # NDRPDR sel
2512       - 29  # NDRPDR sel
2513       - 52  # NDRPDR sel vhost
2514       - 53  # NDRPDR sel vhost
2515       - 55  # NDRPDR sel vhost
2516       - 61  # NDRPDR sel vhost
2517       - 62  # NDRPDR sel vhost
2518       - 63  # NDRPDR sel vhost
2519       - 64  # NDRPDR sel vhost
2520       - 65  # NDRPDR sel vhost
2521       - 66  # NDRPDR sel vhost
2522       - 67  # NDRPDR sel vhost
2523       - 36  # MRR sel
2524     csit-vpp-perf-verify-2001-3n-skx:
2525       - 45  # NDRPDR sel
2526       - 46  # NDRPDR sel
2527       - 47  # NDRPDR sel
2528       - 48  # NDRPDR sel
2529       - 49  # NDRPDR sel
2530       - 51  # NDRPDR sel
2531       - 52  # NDRPDR sel
2532       - 59  # NDRPDR sel
2533       - 54  # NDRPDR sel addition
2534       - 55  # NDRPDR sel addition
2535       - 56  # NDRPDR sel addition
2536       - 57  # NDRPDR sel addition
2537       - 58  # NDRPDR sel addition
2538       - 60  # NDRPDR sel addition
2539       - 61  # NDRPDR sel addition
2540       - 62  # NDRPDR sel addition
2541       - 63  # NDRPDR sel addition
2542       - 64  # NDRPDR sel addition
2543       - 50  # MRR sel
2544       - 53  # MRR sel addition
2545
2546     csit-vpp-perf-verify-1904-2n-skx:
2547       - 11  # MRR sel
2548       - 12  # NDRPDR sel
2549       - 14  # NDRPDR sel
2550       - 16  # NDRPDR sel
2551       - 17  # NDRPDR sel
2552       - 18  # NDRPDR sel
2553       - 21  # NDRPDR sel
2554       - 27  # NDRPDR sel
2555       - 30  # NDRPDR sel
2556       - 31  # NDRPDR sel
2557       - 32  # NDRPDR sel
2558     csit-vpp-perf-verify-1908-2n-skx:
2559       - 26  # NDRPDR sel
2560       - 27  # NDRPDR sel
2561       - 34  # NDRPDR sel
2562       - 35  # NDRPDR sel
2563       - 36  # NDRPDR sel
2564       - 42  # NDRPDR sel
2565       - 43  # NDRPDR sel
2566       - 44  # NDRPDR sel
2567       - 45  # NDRPDR sel
2568       - 46  # NDRPDR sel
2569       - 88  # NDRPDR sel vhost
2570       - 89  # NDRPDR sel vhost
2571       - 91  # NDRPDR sel vhost
2572       - 92  # NDRPDR sel vhost
2573       - 93  # NDRPDR sel vhost
2574       - 94  # NDRPDR sel vhost
2575       - 95  # NDRPDR sel vhost
2576       - 96  # NDRPDR sel vhost
2577       - 97  # NDRPDR sel vhost
2578       - 98  # NDRPDR sel vhost
2579       - 69  # MRR sel
2580 #      - 22  # NFV
2581 #      - 31  # NFV
2582 #      - 32  # NFV
2583 #      - 71  # NFV MRR
2584     csit-vpp-perf-verify-2001-2n-skx:
2585       - 92  # NDRPDR sel
2586       - 93  # NDRPDR sel
2587       - 94  # NDRPDR sel
2588       - 95  # NDRPDR sel
2589       - 96  # NDRPDR sel
2590       - 97  # NDRPDR sel
2591       - 98  # NDRPDR sel
2592       - 99  # NDRPDR sel
2593       - 100 # NDRPDR sel
2594       - 102 # NDRPDR sel
2595       - 129 # NDRPDR sel addition
2596       - 130 # NDRPDR sel addition
2597       - 131 # NDRPDR sel addition
2598       - 132 # NDRPDR sel addition
2599       - 133 # NDRPDR sel addition
2600       - 134 # NDRPDR sel addition
2601       - 135 # NDRPDR sel addition
2602       - 136 # NDRPDR sel addition
2603       - 137 # NDRPDR sel addition
2604       - 138 # NDRPDR sel addition
2605       - 101 # MRR sel
2606       - 128 # MRR sel addition
2607
2608     csit-vpp-perf-verify-2001-2n-clx:
2609       - 28  # NDRPDR sel
2610       - 29  # NDRPDR sel
2611       - 32  # NDRPDR sel
2612       - 40  # NDRPDR sel
2613       - 43  # NDRPDR sel
2614       - 44  # NDRPDR sel
2615       - 45  # NDRPDR sel
2616       - 47  # NDRPDR sel
2617       - 48  # NDRPDR sel
2618       - 49  # NDRPDR sel
2619       - 39  # MRR
2620       - 53  # NDRPDR full
2621       - 54  # NDRPDR full
2622       - 55  # NDRPDR full
2623       - 56  # NDRPDR full
2624       - 57  # NDRPDR full
2625       - 58  # NDRPDR full
2626       - 59  # NDRPDR full
2627       - 60  # NDRPDR full
2628       - 61  # NDRPDR full
2629       - 62  # NDRPDR full
2630       - 63  # NDRPDR full
2631       - 64  # NDRPDR full
2632       - 65  # NDRPDR full
2633       - 66  # NDRPDR full
2634       - 67  # NDRPDR full
2635       - 68  # Reconf
2636       - 69  # Reconf
2637       - 70  # Reconf
2638       - 71  # Reconf
2639       - 72  # Reconf
2640       - 73  # Reconf
2641       - 74  # Reconf
2642       - 75  # Reconf
2643       - 76  # Reconf
2644       - 77  # Reconf
2645       - 80  # TCP
2646       - 82  # TCP
2647       - 83  # TCP
2648       - 85  # TCP
2649       - 86  # TCP
2650       - 87  # TCP
2651       - 88  # TCP
2652       - 89  # TCP
2653       - 90  # TCP
2654       - 91  # TCP
2655       - 93  # Soak
2656       - 94  # Soak
2657
2658     csit-vpp-perf-verify-1908-3n-tsh:
2659       - 7   # NDRPDR sel
2660       - 8   # NDRPDR sel
2661       - 9   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663       - 11  # NDRPDR sel
2664       - 12  # NDRPDR sel
2665       - 13  # NDRPDR sel
2666       - 14  # NDRPDR sel
2667       - 15  # NDRPDR sel
2668       - 16  # NDRPDR sel
2669       - 17  # MRR sel
2670     csit-vpp-perf-verify-2001-3n-tsh:
2671       - 3   # NDRPDR sel
2672       - 4   # NDRPDR sel
2673       - 7   # NDRPDR sel
2674       - 8   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676       - 12  # NDRPDR sel
2677       - 13  # NDRPDR sel
2678       - 14  # NDRPDR sel
2679       - 15  # NDRPDR sel
2680       - 21  # NDRPDR sel
2681       - 9   # MRR sel
2682
2683     csit-vpp-perf-verify-1908-3n-dnv:
2684       - 6   # NDRPDR sel
2685       - 7   # NDRPDR sel
2686       - 8   # NDRPDR sel
2687       - 9   # NDRPDR sel
2688       - 10  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 13  # NDRPDR sel
2691       - 14  # NDRPDR sel
2692       - 15  # NDRPDR sel
2693       - 16  # NDRPDR sel
2694       - 17  # MRR sel
2695     csit-vpp-perf-verify-2001-3n-dnv:
2696       - 5   # NDRPDR sel
2697       - 6   # NDRPDR sel
2698       - 7   # NDRPDR sel
2699       - 8   # NDRPDR sel
2700       - 9   # NDRPDR sel
2701       - 10  # NDRPDR sel
2702       - 12  # NDRPDR sel
2703       - 16  # NDRPDR sel
2704       - 17  # NDRPDR sel
2705       - 18  # NDRPDR sel
2706       - 11  # MRR sel
2707       - 19  # NDRPDR full
2708       - 20  # NDRPDR full
2709       - 21  # NDRPDR full
2710       - 22  # NDRPDR full
2711       - 23  # NDRPDR full
2712       - 24  # NDRPDR full
2713       - 25  # NDRPDR full
2714       - 26  # NDRPDR full
2715       - 37  # NDRPDR full
2716       - 38  # NDRPDR full
2717       - 39  # NDRPDR full
2718
2719     csit-vpp-perf-verify-1908-2n-dnv:
2720       - 1   # NDRPDR sel
2721       - 2   # NDRPDR sel
2722       - 3   # NDRPDR sel
2723       - 4   # NDRPDR sel
2724       - 5   # NDRPDR sel
2725       - 6   # NDRPDR sel
2726       - 7   # NDRPDR sel
2727       - 8   # NDRPDR sel
2728       - 9   # NDRPDR sel
2729       - 10  # NDRPDR sel
2730       - 11  # MRR sel
2731     csit-vpp-perf-verify-2001-2n-dnv:
2732       - 4   # NDRPDR sel
2733       - 5   # NDRPDR sel
2734       - 6   # NDRPDR sel
2735       - 7   # NDRPDR sel
2736       - 8   # NDRPDR sel
2737       - 9   # NDRPDR sel
2738       - 10  # NDRPDR sel
2739       - 11  # NDRPDR sel
2740       - 13  # NDRPDR sel
2741       - 16  # NDRPDR sel
2742       - 12  # MRR sel
2743       - 21  # NDRPDR full
2744       - 22  # NDRPDR full
2745       - 25  # NDRPDR full
2746       - 26  # NDRPDR full
2747       - 27  # NDRPDR full
2748       - 28  # NDRPDR full
2749
2750     csit-dpdk-perf-verify-1904-3n-hsw:
2751       - 2   # NDRPDR sel
2752       - 3   # NDRPDR sel
2753       - 5   # NDRPDR sel
2754       - 6   # NDRPDR sel
2755       - 13  # NDRPDR sel
2756       - 14  # NDRPDR sel
2757       - 15  # NDRPDR sel
2758       - 18  # NDRPDR sel
2759       - 19  # NDRPDR sel
2760       - 20  # NDRPDR sel
2761     csit-dpdk-perf-verify-1908-3n-hsw:
2762       - 2   # NDRPDR sel
2763       - 3   # NDRPDR sel
2764       - 4   # NDRPDR sel
2765       - 5   # NDRPDR sel
2766       - 6   # NDRPDR sel
2767       - 7   # NDRPDR sel
2768       - 8   # NDRPDR sel
2769       - 9   # NDRPDR sel
2770       - 10  # NDRPDR sel
2771       - 11  # NDRPDR sel
2772     csit-dpdk-perf-verify-2001-3n-hsw:
2773       - 4   # NDRPDR sel
2774       - 5   # NDRPDR sel
2775       - 6   # NDRPDR sel
2776       - 7   # NDRPDR sel
2777       - 8   # NDRPDR sel
2778       - 9   # NDRPDR sel
2779       - 10  # NDRPDR sel
2780       - 11  # NDRPDR sel
2781       - 12  # NDRPDR sel
2782       - 13  # NDRPDR sel
2783       - 15  # NDRPDR sel
2784       - 16  # NDRPDR sel
2785       - 17  # NDRPDR sel
2786       - 18  # NDRPDR sel
2787       - 19  # NDRPDR sel
2788       - 20  # NDRPDR sel
2789       - 21  # NDRPDR sel
2790       - 22  # NDRPDR sel
2791       - 23  # NDRPDR sel
2792       - 24  # NDRPDR sel
2793       - 25  # NDRPDR full
2794       - 26  # NDRPDR full
2795
2796     csit-dpdk-perf-verify-1904-3n-skx:
2797       - 2   # NDRPDR sel
2798       - 3   # NDRPDR sel
2799       - 4   # NDRPDR sel
2800       - 5   # NDRPDR sel
2801       - 6   # NDRPDR sel
2802       - 7   # NDRPDR sel
2803       - 11  # NDRPDR sel
2804       - 12  # NDRPDR sel
2805       - 13  # NDRPDR sel
2806       - 14  # NDRPDR sel
2807     csit-dpdk-perf-verify-1908-3n-skx:
2808       - 3   # NDRPDR sel
2809       - 4   # NDRPDR sel
2810       - 5   # NDRPDR sel
2811       - 6   # NDRPDR sel
2812       - 7   # NDRPDR sel
2813       - 8   # NDRPDR sel
2814       - 9   # NDRPDR sel
2815       - 10  # NDRPDR sel
2816       - 11  # NDRPDR sel
2817       - 12  # NDRPDR sel
2818     csit-dpdk-perf-verify-2001-3n-skx:
2819       - 29  # NDRPDR sel xxv710
2820       - 33  # NDRPDR sel xxv710
2821       - 34  # NDRPDR sel xxv710
2822       - 35  # NDRPDR sel xxv710
2823       - 36  # NDRPDR sel xxv710
2824       - 37  # NDRPDR sel xxv710
2825       - 41  # NDRPDR sel xxv710
2826       - 42  # NDRPDR sel xxv710
2827       - 43  # NDRPDR sel xxv710
2828       - 45  # NDRPDR sel xxv710
2829       - 30  # NDRPDR sel x710
2830       - 31  # NDRPDR sel x710
2831       - 32  # NDRPDR sel x710
2832       - 38  # NDRPDR sel x710
2833       - 39  # NDRPDR sel x710
2834       - 40  # NDRPDR sel x710
2835       - 44  # NDRPDR sel x710
2836       - 46  # NDRPDR sel x710
2837       - 47  # NDRPDR sel x710
2838       - 48  # NDRPDR sel x710
2839
2840     csit-dpdk-perf-verify-1904-2n-skx:
2841       - 2   # NDRPDR sel
2842       - 3   # NDRPDR sel
2843       - 4   # NDRPDR sel
2844       - 5   # NDRPDR sel
2845       - 7   # NDRPDR sel
2846       - 8   # NDRPDR sel
2847       - 9   # NDRPDR sel
2848       - 10  # NDRPDR sel
2849       - 11  # NDRPDR sel
2850       - 12  # NDRPDR sel
2851     csit-dpdk-perf-verify-1908-2n-skx:
2852       - 2   # NDRPDR sel
2853       - 3   # NDRPDR sel
2854       - 4   # NDRPDR sel
2855       - 5   # NDRPDR sel
2856       - 7   # NDRPDR sel
2857       - 8   # NDRPDR sel
2858       - 9   # NDRPDR sel
2859       - 10  # NDRPDR sel
2860       - 11  # NDRPDR sel
2861       - 12  # NDRPDR sel
2862     csit-dpdk-perf-verify-2001-2n-skx:
2863       - 35  # NDRPDR sel xxv710
2864       - 36  # NDRPDR sel xxv710
2865       - 37  # NDRPDR sel xxv710
2866       - 41  # NDRPDR sel xxv710
2867       - 42  # NDRPDR sel xxv710
2868       - 43  # NDRPDR sel xxv710
2869       - 46  # NDRPDR sel xxv710
2870       - 47  # NDRPDR sel xxv710
2871       - 52  # NDRPDR sel xxv710
2872       - 53  # NDRPDR sel xxv710
2873       - 38  # NDRPDR sel x710
2874       - 39  # NDRPDR sel x710
2875       - 40  # NDRPDR sel x710
2876       - 44  # NDRPDR sel x710
2877       - 45  # NDRPDR sel x710
2878       - 48  # NDRPDR sel x710
2879       - 49  # NDRPDR sel x710
2880       - 50  # NDRPDR sel x710
2881       - 51  # NDRPDR sel x710
2882       - 54  # NDRPDR sel x710
2883
2884
2885     csit-dpdk-perf-verify-2001-2n-clx:
2886       - 15  # NDRPDR sel
2887       - 16  # NDRPDR sel
2888       - 17  # NDRPDR sel
2889       - 18  # NDRPDR sel
2890       - 19  # NDRPDR sel
2891       - 20  # NDRPDR sel
2892       - 21  # NDRPDR sel
2893       - 22  # NDRPDR sel
2894       - 23  # NDRPDR sel
2895       - 24  # NDRPDR sel
2896       - 25  # NDRPDR sel
2897       - 26  # NDRPDR sel
2898       - 27  # NDRPDR sel
2899       - 28  # NDRPDR sel
2900       - 29  # NDRPDR sel
2901       - 30  # NDRPDR sel
2902       - 31  # NDRPDR sel
2903       - 32  # NDRPDR sel
2904       - 33  # NDRPDR sel
2905       - 34  # NDRPDR sel
2906
2907     csit-dpdk-perf-verify-2001-2n-dnv:
2908       - 9   # NDRPDR sel
2909       - 10  # NDRPDR sel
2910       - 11  # NDRPDR sel
2911       - 12  # NDRPDR sel
2912       - 13  # NDRPDR sel
2913       - 14  # NDRPDR sel
2914       - 15  # NDRPDR sel
2915       - 16  # NDRPDR sel
2916       - 17  # NDRPDR sel
2917       - 18  # NDRPDR sel
2918
2919     csit-dpdk-perf-verify-2001-3n-dnv:
2920       - 12  # NDRPDR sel
2921       - 13  # NDRPDR sel
2922       - 14  # NDRPDR sel
2923       - 15  # NDRPDR sel
2924       - 16  # NDRPDR sel
2925       - 17  # NDRPDR sel
2926       - 18  # NDRPDR sel
2927       - 19  # NDRPDR sel
2928       - 20  # NDRPDR sel
2929       - 22  # NDRPDR sel
2930
2931     csit-dpdk-perf-verify-2001-3n-tsh:
2932       - 3   # NDRPDR sel
2933       - 4   # NDRPDR sel
2934       - 5   # NDRPDR sel
2935       - 9   # NDRPDR sel
2936       - 10  # NDRPDR sel
2937       - 11  # NDRPDR sel
2938       - 12  # NDRPDR sel
2939       - 14  # NDRPDR sel
2940       - 15  # NDRPDR sel
2941       - 18  # NDRPDR sel
2942
2943     csit-vpp-device-2001-ubuntu1804-1n-skx:
2944       - 57
2945
2946 - type: "output"
2947   output: "report"
2948   format:
2949     html:
2950     - full
2951 #    pdf:
2952 #    - minimal
2953
2954 ################################################################################
2955 ###                               T A B L E S                                ###
2956 ################################################################################
2957
2958 ## VPP Soak vs NDR - 2n-skx
2959 #- type: "table"
2960 #  title: "VPP Soak vs NDR 2n-skx"
2961 #  algorithm: "table_soak_vs_ndr"
2962 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2963 #  reference:
2964 #    title: "NDR"
2965 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2966 #  compare:
2967 #    title: "Soak"
2968 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2969 #  data: "vpp-soak-vs-ndr-2n-skx"
2970 #  include-tests: "NDR"
2971 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2972 #  parameters:
2973 #    - "throughput"
2974 #    - "name"
2975 #    - "parent"
2976
2977 # VPP Soak vs NDR - 2n-clx
2978 - type: "table"
2979   title: "VPP Soak vs NDR 2n-clx"
2980   algorithm: "table_soak_vs_ndr"
2981   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2982   reference:
2983     title: "NDR"
2984     data: "vpp-soak-vs-ndr-2n-clx-ref"
2985   compare:
2986     title: "Soak"
2987     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2988   data: "vpp-soak-vs-ndr-2n-clx"
2989   include-tests: "NDR"
2990   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2991   parameters:
2992     - "throughput"
2993     - "name"
2994     - "parent"
2995
2996 ################################################################################
2997
2998 # VPP Compare NICs 3n-skx 2t1c ndr
2999 - type: "table"
3000   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3001   algorithm: "table_nics_comparison"
3002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3003   reference:
3004     title: "x710"
3005     nic: "NIC_Intel-X710"
3006   compare:
3007     title: "xxv710"
3008     nic: "NIC_Intel-XXV710"
3009   data: "vpp-nic-comparison-3n-skx"
3010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3011   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3012   parameters:
3013   - "name"
3014   - "parent"
3015   - "throughput"
3016   - "tags"
3017
3018 # VPP Compare NICs 3n-skx 4t2c ndr
3019 - type: "table"
3020   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3021   algorithm: "table_nics_comparison"
3022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3023   reference:
3024     title: "x710"
3025     nic: "NIC_Intel-X710"
3026   compare:
3027     title: "xxv710"
3028     nic: "NIC_Intel-XXV710"
3029   data: "vpp-nic-comparison-3n-skx"
3030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3031   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3032   parameters:
3033   - "name"
3034   - "parent"
3035   - "throughput"
3036   - "tags"
3037
3038 # VPP Compare NICs 3n-skx 2t1c pdr
3039 - type: "table"
3040   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3041   algorithm: "table_nics_comparison"
3042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3043   reference:
3044     title: "x710"
3045     nic: "NIC_Intel-X710"
3046   compare:
3047     title: "xxv710"
3048     nic: "NIC_Intel-XXV710"
3049   data: "vpp-nic-comparison-3n-skx"
3050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3052   parameters:
3053   - "name"
3054   - "parent"
3055   - "throughput"
3056   - "tags"
3057
3058  # VPP Compare NICs 3n-skx 4t2c pdr
3059 - type: "table"
3060   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3061   algorithm: "table_nics_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3063   reference:
3064     title: "x710"
3065     nic: "NIC_Intel-X710"
3066   compare:
3067     title: "xxv710"
3068     nic: "NIC_Intel-XXV710"
3069   data: "vpp-nic-comparison-3n-skx"
3070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3072   parameters:
3073   - "name"
3074   - "parent"
3075   - "throughput"
3076   - "tags"
3077
3078 # VPP Compare NICs 3n-skx 2t1c mrr
3079 - type: "table"
3080   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3081   algorithm: "table_nics_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3083   reference:
3084     title: "x710"
3085     nic: "NIC_Intel-X710"
3086   compare:
3087     title: "xxv710"
3088     nic: "NIC_Intel-XXV710"
3089   data: "vpp-nic-comparison-3n-skx-mrr"
3090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3091   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3092   parameters:
3093   - "name"
3094   - "parent"
3095   - "result"
3096   - "tags"
3097
3098 # VPP Compare NICs 3n-skx 4t2c mrr
3099 - type: "table"
3100   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3101   algorithm: "table_nics_comparison"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3103   reference:
3104     title: "x710"
3105     nic: "NIC_Intel-X710"
3106   compare:
3107     title: "xxv710"
3108     nic: "NIC_Intel-XXV710"
3109   data: "vpp-nic-comparison-3n-skx-mrr"
3110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3111   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3112   parameters:
3113   - "name"
3114   - "parent"
3115   - "result"
3116   - "tags"
3117
3118  # VPP Compare NICs 3n-skx 8t4c mrr
3119 - type: "table"
3120   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3121   algorithm: "table_nics_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3123   reference:
3124     title: "x710"
3125     nic: "NIC_Intel-X710"
3126   compare:
3127     title: "xxv710"
3128     nic: "NIC_Intel-XXV710"
3129   data: "vpp-nic-comparison-3n-skx-mrr"
3130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3131   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3132   parameters:
3133   - "name"
3134   - "parent"
3135   - "result"
3136   - "tags"
3137
3138 # VPP Compare NICs 2n-skx 2t1c ndr
3139 - type: "table"
3140   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3141   algorithm: "table_nics_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3143   reference:
3144     title: "x710"
3145     nic: "NIC_Intel-X710"
3146   compare:
3147     title: "xxv710"
3148     nic: "NIC_Intel-XXV710"
3149   data: "vpp-nic-comparison-2n-skx"
3150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3152   parameters:
3153   - "name"
3154   - "parent"
3155   - "throughput"
3156   - "tags"
3157
3158 # VPP Compare NICs 2n-skx 4t2c ndr
3159 - type: "table"
3160   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3161   algorithm: "table_nics_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3163   reference:
3164     title: "x710"
3165     nic: "NIC_Intel-X710"
3166   compare:
3167     title: "xxv710"
3168     nic: "NIC_Intel-XXV710"
3169   data: "vpp-nic-comparison-2n-skx"
3170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3171   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3172   parameters:
3173   - "name"
3174   - "parent"
3175   - "throughput"
3176   - "tags"
3177
3178  # VPP Compare NICs 2n-skx 2t1c pdr
3179 - type: "table"
3180   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3181   algorithm: "table_nics_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3183   reference:
3184     title: "x710"
3185     nic: "NIC_Intel-X710"
3186   compare:
3187     title: "xxv710"
3188     nic: "NIC_Intel-XXV710"
3189   data: "vpp-nic-comparison-2n-skx"
3190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3191   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3192   parameters:
3193   - "name"
3194   - "parent"
3195   - "throughput"
3196   - "tags"
3197
3198 # VPP Compare NICs 2n-skx 4t2c pdr
3199 - type: "table"
3200   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3201   algorithm: "table_nics_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3203   reference:
3204     title: "x710"
3205     nic: "NIC_Intel-X710"
3206   compare:
3207     title: "xxv710"
3208     nic: "NIC_Intel-XXV710"
3209   data: "vpp-nic-comparison-2n-skx"
3210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3211   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3212   parameters:
3213   - "name"
3214   - "parent"
3215   - "throughput"
3216   - "tags"
3217
3218 # VPP Compare NICs 2n-skx 2t1c mrr
3219 - type: "table"
3220   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3221   algorithm: "table_nics_comparison"
3222   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3223   reference:
3224     title: "x710"
3225     nic: "NIC_Intel-X710"
3226   compare:
3227     title: "xxv710"
3228     nic: "NIC_Intel-XXV710"
3229   data: "vpp-nic-comparison-2n-skx-mrr"
3230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3231   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3232   parameters:
3233   - "name"
3234   - "parent"
3235   - "result"
3236   - "tags"
3237
3238 # VPP Compare NICs 2n-skx 4t2c mrr
3239 - type: "table"
3240   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3241   algorithm: "table_nics_comparison"
3242   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3243   reference:
3244     title: "x710"
3245     nic: "NIC_Intel-X710"
3246   compare:
3247     title: "xxv710"
3248     nic: "NIC_Intel-XXV710"
3249   data: "vpp-nic-comparison-2n-skx-mrr"
3250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3251   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3252   parameters:
3253   - "name"
3254   - "parent"
3255   - "result"
3256   - "tags"
3257
3258 # VPP Compare NICs 2n-skx 8t4c mrr
3259 - type: "table"
3260   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3261   algorithm: "table_nics_comparison"
3262   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3263   reference:
3264     title: "x710"
3265     nic: "NIC_Intel-X710"
3266   compare:
3267     title: "xxv710"
3268     nic: "NIC_Intel-XXV710"
3269   data: "vpp-nic-comparison-2n-skx-mrr"
3270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3271   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "result"
3276   - "tags"
3277
3278 ################################################################################
3279 # VPP
3280
3281 # VPP Performance Changes 3n-hsw 1t1c pdr
3282 - type: "table"
3283   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3284   algorithm: "table_perf_comparison"
3285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3286   history:
3287     - title: "1904"
3288       data: "vpp-performance-changes-3n-hsw-h1"
3289   reference:
3290     title: "1908"
3291     data: "vpp-performance-changes-3n-hsw-ref"
3292     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3293   compare:
3294     title: "2001"
3295     data: "vpp-performance-changes-3n-hsw-cmp"
3296   data: "vpp-performance-changes-3n-hsw"
3297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "throughput"
3303
3304 # VPP Performance Changes 3n-hsw 2t2c pdr
3305 - type: "table"
3306   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3307   algorithm: "table_perf_comparison"
3308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3309   history:
3310     - title: "1904"
3311       data: "vpp-performance-changes-3n-hsw-h1"
3312   reference:
3313     title: "1908"
3314     data: "vpp-performance-changes-3n-hsw-ref"
3315     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3316   compare:
3317     title: "2001"
3318     data: "vpp-performance-changes-3n-hsw-cmp"
3319   data: "vpp-performance-changes-3n-hsw"
3320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "throughput"
3326
3327 # VPP Performance Changes 3n-hsw 1t1c ndr
3328 - type: "table"
3329   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3330   algorithm: "table_perf_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3332   history:
3333     - title: "1904"
3334       data: "vpp-performance-changes-3n-hsw-h1"
3335   reference:
3336     title: "1908"
3337     data: "vpp-performance-changes-3n-hsw-ref"
3338     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3339   compare:
3340     title: "2001"
3341     data: "vpp-performance-changes-3n-hsw-cmp"
3342   data: "vpp-performance-changes-3n-hsw"
3343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3344   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3345   parameters:
3346   - "name"
3347   - "parent"
3348   - "throughput"
3349
3350 # VPP Performance Changes 3n-hsw 2t2c ndr
3351 - type: "table"
3352   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3353   algorithm: "table_perf_comparison"
3354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3355   history:
3356     - title: "1904"
3357       data: "vpp-performance-changes-3n-hsw-h1"
3358   reference:
3359     title: "1908"
3360     data: "vpp-performance-changes-3n-hsw-ref"
3361     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3362   compare:
3363     title: "2001"
3364     data: "vpp-performance-changes-3n-hsw-cmp"
3365   data: "vpp-performance-changes-3n-hsw"
3366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3367   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3368   parameters:
3369   - "name"
3370   - "parent"
3371   - "throughput"
3372
3373 # VPP Performance Changes 3n-skx 2t1c pdr
3374 - type: "table"
3375   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3376   algorithm: "table_perf_comparison_nic"
3377   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3378   rca:
3379     title: "RCA"
3380     data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3381   history:
3382     - title: "1904"
3383       data: "vpp-performance-changes-3n-skx-h1"
3384       nic: "NIC_Intel-X710"
3385   reference:
3386     title: "1908"
3387     data: "vpp-performance-changes-3n-skx-ref"
3388     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3389     nic: "NIC_Intel-XXV710"
3390   compare:
3391     title: "2001"
3392     data: "vpp-performance-changes-3n-skx-cmp"
3393     nic: "NIC_Intel-XXV710"
3394   data: "vpp-performance-changes-3n-skx"
3395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3397   parameters:
3398   - "name"
3399   - "parent"
3400   - "throughput"
3401   - "tags"
3402
3403 # VPP Performance Changes 3n-skx 4t2c pdr
3404 - type: "table"
3405   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3406   algorithm: "table_perf_comparison_nic"
3407   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3408 #  rca:
3409 #    title: "RCA"
3410 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3411   history:
3412     - title: "1904"
3413       data: "vpp-performance-changes-3n-skx-h1"
3414       nic: "NIC_Intel-X710"
3415   reference:
3416     title: "1908"
3417     data: "vpp-performance-changes-3n-skx-ref"
3418     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3419     nic: "NIC_Intel-XXV710"
3420   compare:
3421     title: "2001"
3422     data: "vpp-performance-changes-3n-skx-cmp"
3423     nic: "NIC_Intel-XXV710"
3424   data: "vpp-performance-changes-3n-skx"
3425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3426   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3427   parameters:
3428   - "name"
3429   - "parent"
3430   - "throughput"
3431   - "tags"
3432
3433 # VPP Performance Changes 3n-skx 2t1c ndr
3434 - type: "table"
3435   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3436   algorithm: "table_perf_comparison_nic"
3437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3438 #  rca:
3439 #    title: "RCA"
3440 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3441   history:
3442     - title: "1904"
3443       data: "vpp-performance-changes-3n-skx-h1"
3444       nic: "NIC_Intel-X710"
3445   reference:
3446     title: "1908"
3447     data: "vpp-performance-changes-3n-skx-ref"
3448     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3449     nic: "NIC_Intel-XXV710"
3450   compare:
3451     title: "2001"
3452     data: "vpp-performance-changes-3n-skx-cmp"
3453     nic: "NIC_Intel-XXV710"
3454   data: "vpp-performance-changes-3n-skx"
3455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3456   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3457   parameters:
3458   - "name"
3459   - "parent"
3460   - "throughput"
3461   - "tags"
3462
3463 # VPP Performance Changes 3n-skx 4t2c ndr
3464 - type: "table"
3465   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3466   algorithm: "table_perf_comparison_nic"
3467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3468 #  rca:
3469 #    title: "RCA"
3470 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3471   history:
3472     - title: "1904"
3473       data: "vpp-performance-changes-3n-skx-h1"
3474       nic: "NIC_Intel-X710"
3475   reference:
3476     title: "1908"
3477     data: "vpp-performance-changes-3n-skx-ref"
3478     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3479     nic: "NIC_Intel-XXV710"
3480   compare:
3481     title: "2001"
3482     data: "vpp-performance-changes-3n-skx-cmp"
3483     nic: "NIC_Intel-XXV710"
3484   data: "vpp-performance-changes-3n-skx"
3485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3486   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3487   parameters:
3488   - "name"
3489   - "parent"
3490   - "throughput"
3491   - "tags"
3492
3493 # VPP Performance Changes 2n-skx 2t1c pdr
3494 - type: "table"
3495   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3496   algorithm: "table_perf_comparison_nic"
3497   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3498   rca:
3499     title: "RCA"
3500     data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3501   history:
3502     - title: "1904"
3503       data: "vpp-performance-changes-2n-skx-h1"
3504       nic: "NIC_Intel-X710"
3505   reference:
3506     title: "1908"
3507     data: "vpp-performance-changes-2n-skx-ref"
3508     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3509     nic: "NIC_Intel-XXV710"
3510   compare:
3511     title: "2001"
3512     data: "vpp-performance-changes-2n-skx-cmp"
3513     nic: "NIC_Intel-XXV710"
3514   data: "vpp-performance-changes-2n-skx"
3515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3517   parameters:
3518     - "name"
3519     - "parent"
3520     - "throughput"
3521     - "tags"
3522
3523 # VPP Performance Changes 2n-skx 4t2c pdr
3524 - type: "table"
3525   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3526   algorithm: "table_perf_comparison_nic"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3528 #  rca:
3529 #    title: "RCA"
3530 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3531   history:
3532     - title: "1904"
3533       data: "vpp-performance-changes-2n-skx-h1"
3534       nic: "NIC_Intel-X710"
3535   reference:
3536     title: "1908"
3537     data: "vpp-performance-changes-2n-skx-ref"
3538     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3539     nic: "NIC_Intel-XXV710"
3540   compare:
3541     title: "2001"
3542     data: "vpp-performance-changes-2n-skx-cmp"
3543     nic: "NIC_Intel-XXV710"
3544   data: "vpp-performance-changes-2n-skx"
3545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3547   parameters:
3548     - "name"
3549     - "parent"
3550     - "throughput"
3551     - "tags"
3552
3553 # VPP Performance Changes 2n-skx 2t1c ndr
3554 - type: "table"
3555   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3556   algorithm: "table_perf_comparison_nic"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3558 #  rca:
3559 #    title: "RCA"
3560 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3561   history:
3562     - title: "1904"
3563       data: "vpp-performance-changes-2n-skx-h1"
3564       nic: "NIC_Intel-X710"
3565   reference:
3566     title: "1908"
3567     data: "vpp-performance-changes-2n-skx-ref"
3568     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3569     nic: "NIC_Intel-XXV710"
3570   compare:
3571     title: "2001"
3572     data: "vpp-performance-changes-2n-skx-cmp"
3573     nic: "NIC_Intel-XXV710"
3574   data: "vpp-performance-changes-2n-skx"
3575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3577   parameters:
3578     - "name"
3579     - "parent"
3580     - "throughput"
3581     - "tags"
3582
3583 # VPP Performance Changes 2n-skx 4t2c ndr
3584 - type: "table"
3585   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3586   algorithm: "table_perf_comparison_nic"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3588 #  rca:
3589 #    title: "RCA"
3590 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3591   history:
3592     - title: "1904"
3593       data: "vpp-performance-changes-2n-skx-h1"
3594       nic: "NIC_Intel-X710"
3595   reference:
3596     title: "1908"
3597     data: "vpp-performance-changes-2n-skx-ref"
3598     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3599     nic: "NIC_Intel-XXV710"
3600   compare:
3601     title: "2001"
3602     data: "vpp-performance-changes-2n-skx-cmp"
3603     nic: "NIC_Intel-XXV710"
3604   data: "vpp-performance-changes-2n-skx"
3605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3606   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3607   parameters:
3608     - "name"
3609     - "parent"
3610     - "throughput"
3611     - "tags"
3612
3613 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3614 #- type: "table"
3615 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3616 #  algorithm: "table_perf_comparison"
3617 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3618 #  reference:
3619 #    title: "1908"
3620 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3621 #  compare:
3622 #    title: "2001"
3623 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3624 #  data: "vpp-performance-changes-nfv-2n-skx"
3625 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3626 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3627 #  parameters:
3628 #  - "name"
3629 #  - "parent"
3630 #  - "throughput"
3631 #  - "tags"
3632 #
3633 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3634 #- type: "table"
3635 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3636 #  algorithm: "table_perf_comparison"
3637 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3638 #  reference:
3639 #    title: "1908"
3640 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3641 #  compare:
3642 #    title: "2001"
3643 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3644 #  data: "vpp-performance-changes-nfv-2n-skx"
3645 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3646 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3647 #  parameters:
3648 #  - "name"
3649 #  - "parent"
3650 #  - "throughput"
3651 #  - "tags"
3652 #
3653 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3654 #- type: "table"
3655 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3656 #  algorithm: "table_perf_comparison"
3657 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3658 #  reference:
3659 #    title: "1908"
3660 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3661 #  compare:
3662 #    title: "2001"
3663 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3664 #  data: "vpp-performance-changes-nfv-2n-skx"
3665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3666 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3667 #  parameters:
3668 #  - "name"
3669 #  - "parent"
3670 #  - "throughput"
3671 #  - "tags"
3672 #
3673 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3674 #- type: "table"
3675 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3676 #  algorithm: "table_perf_comparison"
3677 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3678 #  reference:
3679 #    title: "1908"
3680 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3681 #  compare:
3682 #    title: "2001"
3683 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3684 #  data: "vpp-performance-changes-nfv-2n-skx"
3685 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3686 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3687 #  parameters:
3688 #  - "name"
3689 #  - "parent"
3690 #  - "throughput"
3691 #  - "tags"
3692
3693 # VPP Performance Changes 2n-dnv 1t1c pdr
3694 - type: "table"
3695   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3696   algorithm: "table_perf_comparison"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3698   reference:
3699     title: "1908"
3700     data: "vpp-performance-changes-2n-dnv-ref"
3701   compare:
3702     title: "2001"
3703     data: "vpp-performance-changes-2n-dnv-cmp"
3704   data: "vpp-performance-changes-2n-dnv"
3705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3706   filter: "'1T1C'"
3707   parameters:
3708   - "name"
3709   - "parent"
3710   - "throughput"
3711   - "tags"
3712
3713 # VPP Performance Changes 2n-dnv 2t2c pdr
3714 - type: "table"
3715   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3716   algorithm: "table_perf_comparison"
3717   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3718   reference:
3719     title: "1908"
3720     data: "vpp-performance-changes-2n-dnv-ref"
3721   compare:
3722     title: "2001"
3723     data: "vpp-performance-changes-2n-dnv-cmp"
3724   data: "vpp-performance-changes-2n-dnv"
3725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'2T2C'"
3727   parameters:
3728   - "name"
3729   - "parent"
3730   - "throughput"
3731   - "tags"
3732
3733 # VPP Performance Changes 2n-dnv 1t1c ndr
3734 - type: "table"
3735   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3736   algorithm: "table_perf_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3738   reference:
3739     title: "1908"
3740     data: "vpp-performance-changes-2n-dnv-ref"
3741   compare:
3742     title: "2001"
3743     data: "vpp-performance-changes-2n-dnv-cmp"
3744   data: "vpp-performance-changes-2n-dnv"
3745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3746   filter: "'1T1C'"
3747   parameters:
3748   - "name"
3749   - "parent"
3750   - "throughput"
3751   - "tags"
3752
3753 # VPP Performance Changes 2n-dnv 2t2c ndr
3754 - type: "table"
3755   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3756   algorithm: "table_perf_comparison"
3757   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3758   reference:
3759     title: "1908"
3760     data: "vpp-performance-changes-2n-dnv-ref"
3761   compare:
3762     title: "2001"
3763     data: "vpp-performance-changes-2n-dnv-cmp"
3764   data: "vpp-performance-changes-2n-dnv"
3765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766   filter: "'2T2C'"
3767   parameters:
3768   - "name"
3769   - "parent"
3770   - "throughput"
3771   - "tags"
3772
3773 # VPP Performance Changes 3n-dnv 1t1c pdr
3774 - type: "table"
3775   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3776   algorithm: "table_perf_comparison"
3777   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3778   reference:
3779     title: "1908"
3780     data: "vpp-performance-changes-3n-dnv-ref"
3781   compare:
3782     title: "2001"
3783     data: "vpp-performance-changes-3n-dnv-cmp"
3784   data: "vpp-performance-changes-3n-dnv"
3785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3786   filter: "'1T1C'"
3787   parameters:
3788   - "name"
3789   - "parent"
3790   - "throughput"
3791   - "tags"
3792
3793 # VPP Performance Changes 3n-dnv 2t2c pdr
3794 - type: "table"
3795   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3796   algorithm: "table_perf_comparison"
3797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3798   reference:
3799     title: "1908"
3800     data: "vpp-performance-changes-3n-dnv-ref"
3801   compare:
3802     title: "2001"
3803     data: "vpp-performance-changes-3n-dnv-cmp"
3804   data: "vpp-performance-changes-3n-dnv"
3805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3806   filter: "'2T2C'"
3807   parameters:
3808   - "name"
3809   - "parent"
3810   - "throughput"
3811   - "tags"
3812
3813 # VPP Performance Changes 3n-dnv 1t1c ndr
3814 - type: "table"
3815   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3816   algorithm: "table_perf_comparison"
3817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3818   reference:
3819     title: "1908"
3820     data: "vpp-performance-changes-3n-dnv-ref"
3821   compare:
3822     title: "2001"
3823     data: "vpp-performance-changes-3n-dnv-cmp"
3824   data: "vpp-performance-changes-3n-dnv"
3825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3826   filter: "'1T1C'"
3827   parameters:
3828   - "name"
3829   - "parent"
3830   - "throughput"
3831   - "tags"
3832
3833 # VPP Performance Changes 3n-dnv 2t2c ndr
3834 - type: "table"
3835   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3836   algorithm: "table_perf_comparison"
3837   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3838   reference:
3839     title: "1908"
3840     data: "vpp-performance-changes-3n-dnv-ref"
3841   compare:
3842     title: "2001"
3843     data: "vpp-performance-changes-3n-dnv-cmp"
3844   data: "vpp-performance-changes-3n-dnv"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'2T2C'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "throughput"
3851   - "tags"
3852
3853 # VPP Performance Changes 3n-tsh 1t1c pdr
3854 - type: "table"
3855   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3856   algorithm: "table_perf_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3858   reference:
3859     title: "1908"
3860     data: "vpp-performance-changes-3n-tsh-ref"
3861   compare:
3862     title: "2001"
3863     data: "vpp-performance-changes-3n-tsh-cmp"
3864   data: "vpp-performance-changes-3n-tsh"
3865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3866   filter: "'1T1C'"
3867   parameters:
3868   - "name"
3869   - "parent"
3870   - "throughput"
3871   - "tags"
3872
3873 # VPP Performance Changes 3n-tsh 2t2c pdr
3874 - type: "table"
3875   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3876   algorithm: "table_perf_comparison"
3877   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3878   reference:
3879     title: "1908"
3880     data: "vpp-performance-changes-3n-tsh-ref"
3881   compare:
3882     title: "2001"
3883     data: "vpp-performance-changes-3n-tsh-cmp"
3884   data: "vpp-performance-changes-3n-tsh"
3885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3886   filter: "'2T2C'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "throughput"
3891   - "tags"
3892
3893 # VPP Performance Changes 3n-tsh 1t1c ndr
3894 - type: "table"
3895   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3896   algorithm: "table_perf_comparison"
3897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3898   reference:
3899     title: "1908"
3900     data: "vpp-performance-changes-3n-tsh-ref"
3901   compare:
3902     title: "2001"
3903     data: "vpp-performance-changes-3n-tsh-cmp"
3904   data: "vpp-performance-changes-3n-tsh"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'1T1C'"
3907   parameters:
3908   - "name"
3909   - "parent"
3910   - "throughput"
3911   - "tags"
3912
3913 # VPP Performance Changes 3n-tsh 2t2c ndr
3914 - type: "table"
3915   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3916   algorithm: "table_perf_comparison"
3917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3918   reference:
3919     title: "1908"
3920     data: "vpp-performance-changes-3n-tsh-ref"
3921   compare:
3922     title: "2001"
3923     data: "vpp-performance-changes-3n-tsh-cmp"
3924   data: "vpp-performance-changes-3n-tsh"
3925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3926   filter: "'2T2C'"
3927   parameters:
3928   - "name"
3929   - "parent"
3930   - "throughput"
3931   - "tags"
3932
3933 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3934 - type: "table"
3935   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3936   algorithm: "table_perf_comparison_nic"
3937   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3938   reference:
3939     title: "3n-hsw xl710"
3940     data: "vpp-compare-testbeds-ref"
3941     nic: "NIC_Intel-XL710"
3942   compare:
3943     title: "3n-skx xxv710"
3944     data: "vpp-compare-testbeds-cmp"
3945     nic: "NIC_Intel-XXV710"
3946   data: "vpp-compare-testbeds"
3947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3948   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3949   parameters:
3950   - "name"
3951   - "parent"
3952   - "throughput"
3953   - "tags"
3954
3955 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3956 - type: "table"
3957   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3958   algorithm: "table_perf_comparison_nic"
3959   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3960   reference:
3961     title: "3n-hsw xl710"
3962     data: "vpp-compare-testbeds-ref"
3963     nic: "NIC_Intel-XL710"
3964   compare:
3965     title: "3n-skx xxv710"
3966     data: "vpp-compare-testbeds-cmp"
3967     nic: "NIC_Intel-XXV710"
3968   data: "vpp-compare-testbeds"
3969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3970   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3971   parameters:
3972   - "name"
3973   - "parent"
3974   - "throughput"
3975   - "tags"
3976
3977 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3978 - type: "table"
3979   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3980   algorithm: "table_perf_comparison_nic"
3981   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3982   reference:
3983     title: "3n-hsw xl710"
3984     data: "vpp-compare-testbeds-ref"
3985     nic: "NIC_Intel-XL710"
3986   compare:
3987     title: "3n-skx xxv710"
3988     data: "vpp-compare-testbeds-cmp"
3989     nic: "NIC_Intel-XXV710"
3990   data: "vpp-compare-testbeds"
3991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3992   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3993   parameters:
3994   - "name"
3995   - "parent"
3996   - "throughput"
3997   - "tags"
3998
3999 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4000 - type: "table"
4001   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4002   algorithm: "table_perf_comparison_nic"
4003   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4004   reference:
4005     title: "3n-hsw xl710"
4006     data: "vpp-compare-testbeds-ref"
4007     nic: "NIC_Intel-XL710"
4008   compare:
4009     title: "3n-skx xxv710"
4010     data: "vpp-compare-testbeds-cmp"
4011     nic: "NIC_Intel-XXV710"
4012   data: "vpp-compare-testbeds"
4013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4014   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4015   parameters:
4016   - "name"
4017   - "parent"
4018   - "throughput"
4019   - "tags"
4020
4021 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4022 - type: "table"
4023   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4024   algorithm: "table_perf_comparison"
4025   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4026   reference:
4027     title: "2n-skx"
4028     data: "vpp-compare-testbeds-skx-clx-ref"
4029   compare:
4030     title: "2n-clx"
4031     data: "vpp-compare-testbeds-skx-clx-cmp"
4032   data: "vpp-compare-testbeds-skx-clx"
4033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4034   filter: "'2T1C'"
4035   parameters:
4036   - "name"
4037   - "parent"
4038   - "throughput"
4039   - "tags"
4040
4041 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4042 - type: "table"
4043   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4044   algorithm: "table_perf_comparison"
4045   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4046   reference:
4047     title: "2n-skx"
4048     data: "vpp-compare-testbeds-skx-clx-ref"
4049   compare:
4050     title: "2n-clx"
4051     data: "vpp-compare-testbeds-skx-clx-cmp"
4052   data: "vpp-compare-testbeds-skx-clx"
4053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4054   filter: "'4T2C'"
4055   parameters:
4056   - "name"
4057   - "parent"
4058   - "throughput"
4059   - "tags"
4060
4061 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4062 - type: "table"
4063   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4064   algorithm: "table_perf_comparison"
4065   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4066   reference:
4067     title: "2n-skx"
4068     data: "vpp-compare-testbeds-skx-clx-ref"
4069   compare:
4070     title: "2n-clx"
4071     data: "vpp-compare-testbeds-skx-clx-cmp"
4072   data: "vpp-compare-testbeds-skx-clx"
4073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4074   filter: "'2T1C'"
4075   parameters:
4076   - "name"
4077   - "parent"
4078   - "throughput"
4079   - "tags"
4080
4081 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4082 - type: "table"
4083   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4084   algorithm: "table_perf_comparison"
4085   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4086   reference:
4087     title: "2n-skx"
4088     data: "vpp-compare-testbeds-skx-clx-ref"
4089   compare:
4090     title: "2n-clx"
4091     data: "vpp-compare-testbeds-skx-clx-cmp"
4092   data: "vpp-compare-testbeds-skx-clx"
4093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4094   filter: "'4T2C'"
4095   parameters:
4096   - "name"
4097   - "parent"
4098   - "throughput"
4099   - "tags"
4100
4101 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4102 - type: "table"
4103   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4104   algorithm: "table_perf_comparison_nic"
4105   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4106   reference:
4107     title: "3n-hsw xl710"
4108     data: "vpp-compare-testbeds-hsw-clx-ref"
4109     nic: "NIC_Intel-XL710"
4110   compare:
4111     title: "2n-clx xxv710"
4112     data: "vpp-compare-testbeds-hsw-clx-cmp"
4113     nic: "NIC_Intel-XXV710"
4114   data: "vpp-compare-testbeds-hsw-clx"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4117   parameters:
4118   - "name"
4119   - "parent"
4120   - "throughput"
4121   - "tags"
4122
4123 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4124 - type: "table"
4125   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4126   algorithm: "table_perf_comparison_nic"
4127   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4128   reference:
4129     title: "3n-hsw xl710"
4130     data: "vpp-compare-testbeds-hsw-clx-ref"
4131     nic: "NIC_Intel-XL710"
4132   compare:
4133     title: "2n-clx xxv710"
4134     data: "vpp-compare-testbeds-hsw-clx-cmp"
4135     nic: "NIC_Intel-XXV710"
4136   data: "vpp-compare-testbeds-hsw-clx"
4137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4138   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4139   parameters:
4140   - "name"
4141   - "parent"
4142   - "throughput"
4143   - "tags"
4144
4145 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4146 - type: "table"
4147   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4148   algorithm: "table_perf_comparison_nic"
4149   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4150   reference:
4151     title: "3n-hsw xl710"
4152     data: "vpp-compare-testbeds-hsw-clx-ref"
4153     nic: "NIC_Intel-XL710"
4154   compare:
4155     title: "2n-clx xxv710"
4156     data: "vpp-compare-testbeds-hsw-clx-cmp"
4157     nic: "NIC_Intel-XXV710"
4158   data: "vpp-compare-testbeds-hsw-clx"
4159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4160   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4161   parameters:
4162   - "name"
4163   - "parent"
4164   - "throughput"
4165   - "tags"
4166
4167 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4168 - type: "table"
4169   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4170   algorithm: "table_perf_comparison_nic"
4171   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4172   reference:
4173     title: "3n-hsw xl710"
4174     data: "vpp-compare-testbeds-hsw-clx-ref"
4175     nic: "NIC_Intel-XL710"
4176   compare:
4177     title: "2n-clx xxv710"
4178     data: "vpp-compare-testbeds-hsw-clx-cmp"
4179     nic: "NIC_Intel-XXV710"
4180   data: "vpp-compare-testbeds-hsw-clx"
4181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4182   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4183   parameters:
4184   - "name"
4185   - "parent"
4186   - "throughput"
4187   - "tags"
4188
4189 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4190 - type: "table"
4191   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4192   algorithm: "table_perf_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4194   reference:
4195     title: "3n-skx"
4196     data: "vpp-compare-topologies-ref"
4197   compare:
4198     title: "2n-skx"
4199     data: "vpp-compare-topologies-cmp"
4200   data: "vpp-compare-topologies"
4201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4202   filter: "'NDRPDR' and '1C'"
4203   parameters:
4204   - "name"
4205   - "parent"
4206   - "throughput"
4207
4208 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4209 - type: "table"
4210   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4211   algorithm: "table_perf_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4213   reference:
4214     title: "3n-skx"
4215     data: "vpp-compare-topologies-ref"
4216   compare:
4217     title: "2n-skx"
4218     data: "vpp-compare-topologies-cmp"
4219   data: "vpp-compare-topologies"
4220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4221   filter: "'NDRPDR' and '2C'"
4222   parameters:
4223   - "name"
4224   - "parent"
4225   - "throughput"
4226
4227 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4228 - type: "table"
4229   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4230   algorithm: "table_perf_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4232   reference:
4233     title: "3n-skx"
4234     data: "vpp-compare-topologies-ref"
4235   compare:
4236     title: "2n-skx"
4237     data: "vpp-compare-topologies-cmp"
4238   data: "vpp-compare-topologies"
4239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4240   filter: "'NDRPDR' and '1C'"
4241   parameters:
4242   - "name"
4243   - "parent"
4244   - "throughput"
4245
4246 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4247 - type: "table"
4248   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4249   algorithm: "table_perf_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4251   reference:
4252     title: "3n-skx"
4253     data: "vpp-compare-topologies-ref"
4254   compare:
4255     title: "2n-skx"
4256     data: "vpp-compare-topologies-cmp"
4257   data: "vpp-compare-topologies"
4258   include-tests: "PDR"
4259   filter: "'NDRPDR' and '2C'"
4260   parameters:
4261   - "name"
4262   - "parent"
4263   - "throughput"
4264
4265 # VPP Performance Changes 3n-hsw 1t1c MRR
4266 - type: "table"
4267   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4268   algorithm: "table_perf_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4270   history:
4271     - title: "1904"
4272       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4273   reference:
4274     title: "1908"
4275     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4276   compare:
4277     title: "2001"
4278     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4279   data: "vpp-performance-changes-3n-hsw-mrr"
4280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4281   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4282   parameters:
4283   - "name"
4284   - "parent"
4285   - "result"
4286
4287 # VPP Performance Changes 3n-hsw 2t2c MRR
4288 - type: "table"
4289   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4290   algorithm: "table_perf_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4292   history:
4293     - title: "1904"
4294       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4295   reference:
4296     title: "1908"
4297     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4298   compare:
4299     title: "2001"
4300     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4301   data: "vpp-performance-changes-3n-hsw-mrr"
4302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4303   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4304   parameters:
4305   - "name"
4306   - "parent"
4307   - "result"
4308
4309 # VPP Performance Changes 3n-hsw 4t4c MRR
4310 - type: "table"
4311   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4312   algorithm: "table_perf_comparison"
4313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4314   history:
4315     - title: "1904"
4316       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4317   reference:
4318     title: "1908"
4319     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4320   compare:
4321     title: "2001"
4322     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4323   data: "vpp-performance-changes-3n-hsw-mrr"
4324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4325   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4326   parameters:
4327   - "name"
4328   - "parent"
4329   - "result"
4330
4331 # VPP Performance Changes 3n-skx 2t1c MRR
4332 - type: "table"
4333   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4334   algorithm: "table_perf_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4336 #  rca:
4337 #    title: "RCA"
4338 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4339   history:
4340     - title: "1904"
4341       data: "vpp-performance-changes-3n-skx-mrr-h1"
4342   reference:
4343     title: "1908"
4344     data: "vpp-performance-changes-3n-skx-mrr-ref"
4345   compare:
4346     title: "2001"
4347     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4348   data: "vpp-performance-changes-3n-skx-mrr"
4349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4350   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4351   parameters:
4352   - "name"
4353   - "parent"
4354   - "result"
4355
4356 # VPP Performance Changes 3n-skx 4t2c MRR
4357 - type: "table"
4358   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4359   algorithm: "table_perf_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4361 #  rca:
4362 #    title: "RCA"
4363 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4364   history:
4365     - title: "1904"
4366       data: "vpp-performance-changes-3n-skx-mrr-h1"
4367   reference:
4368     title: "1908"
4369     data: "vpp-performance-changes-3n-skx-mrr-ref"
4370   compare:
4371     title: "2001"
4372     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4373   data: "vpp-performance-changes-3n-skx-mrr"
4374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4375   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4376   parameters:
4377   - "name"
4378   - "parent"
4379   - "result"
4380
4381 # VPP Performance Changes 3n-skx 8t4c MRR
4382 - type: "table"
4383   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4384   algorithm: "table_perf_comparison"
4385   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4386 #  rca:
4387 #    title: "RCA"
4388 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4389   history:
4390     - title: "1904"
4391       data: "vpp-performance-changes-3n-skx-mrr-h1"
4392   reference:
4393     title: "1908"
4394     data: "vpp-performance-changes-3n-skx-mrr-ref"
4395   compare:
4396     title: "2001"
4397     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4398   data: "vpp-performance-changes-3n-skx-mrr"
4399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4400   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4401   parameters:
4402   - "name"
4403   - "parent"
4404   - "result"
4405
4406 # VPP Performance Changes 2n-skx 2t1c MRR
4407 - type: "table"
4408   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4409   algorithm: "table_perf_comparison"
4410   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4411 #  rca:
4412 #    title: "RCA"
4413 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4414   history:
4415     - title: "1904"
4416       data: "vpp-performance-changes-2n-skx-mrr-h1"
4417   reference:
4418     title: "1908"
4419     data: "vpp-performance-changes-2n-skx-mrr-ref"
4420   compare:
4421     title: "2001"
4422     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4423   data: "vpp-performance-changes-2n-skx-mrr"
4424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4425   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4426   parameters:
4427   - "name"
4428   - "parent"
4429   - "result"
4430
4431 # VPP Performance Changes 2n-skx 4t2c MRR
4432 - type: "table"
4433   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4434   algorithm: "table_perf_comparison"
4435   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4436 #  rca:
4437 #    title: "RCA"
4438 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4439   history:
4440     - title: "1904"
4441       data: "vpp-performance-changes-2n-skx-mrr-h1"
4442   reference:
4443     title: "1908"
4444     data: "vpp-performance-changes-2n-skx-mrr-ref"
4445   compare:
4446     title: "2001"
4447     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4448   data: "vpp-performance-changes-2n-skx-mrr"
4449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4451   parameters:
4452   - "name"
4453   - "parent"
4454   - "result"
4455
4456 # VPP Performance Changes 2n-skx 8t4c MRR
4457 - type: "table"
4458   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4459   algorithm: "table_perf_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4461 #  rca:
4462 #    title: "RCA"
4463 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4464   history:
4465     - title: "1904"
4466       data: "vpp-performance-changes-2n-skx-mrr-h1"
4467   reference:
4468     title: "1908"
4469     data: "vpp-performance-changes-2n-skx-mrr-ref"
4470   compare:
4471     title: "2001"
4472     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4473   data: "vpp-performance-changes-2n-skx-mrr"
4474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4475   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4476   parameters:
4477   - "name"
4478   - "parent"
4479   - "result"
4480
4481 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4482 #- type: "table"
4483 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4484 #  algorithm: "table_perf_comparison"
4485 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4486 #  reference:
4487 #    title: "1908"
4488 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4489 #  compare:
4490 #    title: "2001"
4491 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4492 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4495 #  parameters:
4496 #  - "name"
4497 #  - "parent"
4498 #  - "result"
4499 #
4500 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4501 #- type: "table"
4502 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4503 #  algorithm: "table_perf_comparison"
4504 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4505 #  reference:
4506 #    title: "1908"
4507 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4508 #  compare:
4509 #    title: "2001"
4510 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4511 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4512 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4513 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4514 #  parameters:
4515 #  - "name"
4516 #  - "parent"
4517 #  - "result"
4518 #
4519 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4520 #- type: "table"
4521 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4522 #  algorithm: "table_perf_comparison"
4523 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4524 #  reference:
4525 #    title: "1908"
4526 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4527 #  compare:
4528 #    title: "2001"
4529 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4530 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4531 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4532 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4533 #  parameters:
4534 #  - "name"
4535 #  - "parent"
4536 #  - "result"
4537
4538 # VPP Performance Changes 2n-dnv 1t1c MRR
4539 - type: "table"
4540   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4541   algorithm: "table_perf_comparison"
4542   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4543   reference:
4544     title: "1908"
4545     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4546   compare:
4547     title: "2001"
4548     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4549   data: "vpp-performance-changes-2n-dnv-mrr"
4550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4551   filter: "'1T1C' and 'MRR'"
4552   parameters:
4553   - "name"
4554   - "parent"
4555   - "result"
4556
4557 # VPP Performance Changes 2n-dnv 2t2c MRR
4558 - type: "table"
4559   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4560   algorithm: "table_perf_comparison"
4561   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4562   reference:
4563     title: "1908"
4564     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4565   compare:
4566     title: "2001"
4567     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4568   data: "vpp-performance-changes-2n-dnv-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'2T2C' and 'MRR'"
4571   parameters:
4572   - "name"
4573   - "parent"
4574   - "result"
4575
4576 # VPP Performance Changes 2n-dnv 4t4c MRR
4577 - type: "table"
4578   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4579   algorithm: "table_perf_comparison"
4580   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4581   reference:
4582     title: "1908"
4583     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4584   compare:
4585     title: "2001"
4586     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4587   data: "vpp-performance-changes-2n-dnv-mrr"
4588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4589   filter: "'4T4C' and 'MRR'"
4590   parameters:
4591   - "name"
4592   - "parent"
4593   - "result"
4594
4595 # VPP Performance Changes 3n-dnv 1t1c MRR
4596 - type: "table"
4597   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4598   algorithm: "table_perf_comparison"
4599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4600   reference:
4601     title: "1908"
4602     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4603   compare:
4604     title: "2001"
4605     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4606   data: "vpp-performance-changes-3n-dnv-mrr"
4607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4608   filter: "'1T1C' and 'MRR'"
4609   parameters:
4610   - "name"
4611   - "parent"
4612   - "result"
4613
4614 # VPP Performance Changes 3n-dnv 2t2c MRR
4615 - type: "table"
4616   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4617   algorithm: "table_perf_comparison"
4618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4619   reference:
4620     title: "1908"
4621     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4622   compare:
4623     title: "2001"
4624     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4625   data: "vpp-performance-changes-3n-dnv-mrr"
4626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4627   filter: "'2T2C' and 'MRR'"
4628   parameters:
4629   - "name"
4630   - "parent"
4631   - "result"
4632
4633 # VPP Performance Changes 3n-dnv 4t4c MRR
4634 - type: "table"
4635   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4636   algorithm: "table_perf_comparison"
4637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4638   reference:
4639     title: "1908"
4640     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4641   compare:
4642     title: "2001"
4643     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4644   data: "vpp-performance-changes-3n-dnv-mrr"
4645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4646   filter: "'4T4C' and 'MRR'"
4647   parameters:
4648   - "name"
4649   - "parent"
4650   - "result"
4651
4652 # VPP Performance Changes 3n-tsh 1t1c MRR
4653 - type: "table"
4654   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4655   algorithm: "table_perf_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4657   reference:
4658     title: "1908"
4659     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4660   compare:
4661     title: "2001"
4662     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4663   data: "vpp-performance-changes-3n-tsh-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "'1T1C' and 'MRR'"
4666   parameters:
4667   - "name"
4668   - "parent"
4669   - "result"
4670
4671 # VPP Performance Changes 3n-tsh 2t2c MRR
4672 - type: "table"
4673   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4674   algorithm: "table_perf_comparison"
4675   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4676   reference:
4677     title: "1908"
4678     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4679   compare:
4680     title: "2001"
4681     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4682   data: "vpp-performance-changes-3n-tsh-mrr"
4683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4684   filter: "'2T2C' and 'MRR'"
4685   parameters:
4686   - "name"
4687   - "parent"
4688   - "result"
4689
4690 # VPP Performance Changes 3n-tsh 4t4c MRR
4691 - type: "table"
4692   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4693   algorithm: "table_perf_comparison"
4694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4695   reference:
4696     title: "1908"
4697     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4698   compare:
4699     title: "2001"
4700     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4701   data: "vpp-performance-changes-3n-tsh-mrr"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   filter: "'4T4C' and 'MRR'"
4704   parameters:
4705   - "name"
4706   - "parent"
4707   - "result"
4708
4709 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4710 - type: "table"
4711   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4712   algorithm: "table_perf_comparison_nic"
4713   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4714   reference:
4715     title: "3n-hsw xl710"
4716     data: "vpp-compare-testbeds-mrr-ref"
4717     nic: "NIC_Intel-XL710"
4718   compare:
4719     title: "3n-skx xxv710"
4720     data: "vpp-compare-testbeds-mrr-cmp"
4721     nic: "NIC_Intel-XXV710"
4722   data: "vpp-compare-testbeds-mrr"
4723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4724   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4725   parameters:
4726   - "name"
4727   - "parent"
4728   - "result"
4729   - "tags"
4730
4731 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4732 - type: "table"
4733   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4734   algorithm: "table_perf_comparison_nic"
4735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4736   reference:
4737     title: "3n-hsw xl710"
4738     data: "vpp-compare-testbeds-mrr-ref"
4739     nic: "NIC_Intel-XL710"
4740   compare:
4741     title: "3n-skx xxv710"
4742     data: "vpp-compare-testbeds-mrr-cmp"
4743     nic: "NIC_Intel-XXV710"
4744   data: "vpp-compare-testbeds-mrr"
4745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4746   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4747   parameters:
4748   - "name"
4749   - "parent"
4750   - "result"
4751   - "tags"
4752
4753 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4754 - type: "table"
4755   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4756   algorithm: "table_perf_comparison_nic"
4757   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4758   reference:
4759     title: "3n-hsw xl710"
4760     data: "vpp-compare-testbeds-mrr-ref"
4761     nic: "NIC_Intel-XL710"
4762   compare:
4763     title: "3n-skx xxv710"
4764     data: "vpp-compare-testbeds-mrr-cmp"
4765     nic: "NIC_Intel-XXV710"
4766   data: "vpp-compare-testbeds-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4769   parameters:
4770   - "name"
4771   - "parent"
4772   - "result"
4773   - "tags"
4774
4775 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4776 - type: "table"
4777   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4778   algorithm: "table_perf_comparison"
4779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4780   reference:
4781     title: "2n-skx"
4782     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4783   compare:
4784     title: "2n-clx"
4785     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4786   data: "vpp-compare-testbeds-mrr-skx-clx"
4787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4788   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4789   parameters:
4790   - "name"
4791   - "parent"
4792   - "result"
4793   - "tags"
4794
4795 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4796 - type: "table"
4797   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4798   algorithm: "table_perf_comparison"
4799   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4800   reference:
4801     title: "2n-skx"
4802     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4803   compare:
4804     title: "2n-clx"
4805     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4806   data: "vpp-compare-testbeds-mrr-skx-clx"
4807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4808   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4809   parameters:
4810   - "name"
4811   - "parent"
4812   - "result"
4813   - "tags"
4814
4815 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4816 - type: "table"
4817   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4818   algorithm: "table_perf_comparison"
4819   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4820   reference:
4821     title: "2n-skx"
4822     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4823   compare:
4824     title: "2n-clx"
4825     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4826   data: "vpp-compare-testbeds-mrr-skx-clx"
4827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4828   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4829   parameters:
4830   - "name"
4831   - "parent"
4832   - "result"
4833   - "tags"
4834
4835 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4836 - type: "table"
4837   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4838   algorithm: "table_perf_comparison"
4839   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4840   reference:
4841     title: "3n-skx"
4842     data: "vpp-compare-topologies-mrr-ref"
4843   compare:
4844     title: "2n-skx"
4845     data: "vpp-compare-topologies-mrr-cmp"
4846   data: "vpp-compare-topologies-mrr"
4847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4848   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4849   parameters:
4850   - "name"
4851   - "parent"
4852   - "result"
4853
4854 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4855 - type: "table"
4856   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4857   algorithm: "table_perf_comparison"
4858   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4859   reference:
4860     title: "3n-skx"
4861     data: "vpp-compare-topologies-mrr-ref"
4862   compare:
4863     title: "2n-skx"
4864     data: "vpp-compare-topologies-mrr-cmp"
4865   data: "vpp-compare-topologies-mrr"
4866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4867   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4868   parameters:
4869   - "name"
4870   - "parent"
4871   - "result"
4872
4873 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4874 - type: "table"
4875   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4876   algorithm: "table_perf_comparison"
4877   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4878   reference:
4879     title: "3n-skx"
4880     data: "vpp-compare-topologies-mrr-ref"
4881   compare:
4882     title: "2n-skx"
4883     data: "vpp-compare-topologies-mrr-cmp"
4884   data: "vpp-compare-topologies-mrr"
4885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4886   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4887   parameters:
4888   - "name"
4889   - "parent"
4890   - "result"
4891
4892 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4893 - type: "table"
4894   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4895   algorithm: "table_perf_comparison_nic"
4896   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4897   reference:
4898     title: "3n-hsw xl710"
4899     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4900     nic: "NIC_Intel-XL710"
4901   compare:
4902     title: "2n-clx xxv710"
4903     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4904     nic: "NIC_Intel-XXV710"
4905   data: "vpp-compare-testbeds-mrr-hsw-clx"
4906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4907   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4908   parameters:
4909   - "name"
4910   - "parent"
4911   - "result"
4912   - "tags"
4913
4914 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4915 - type: "table"
4916   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4917   algorithm: "table_perf_comparison_nic"
4918   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4919   reference:
4920     title: "3n-hsw xl710"
4921     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4922     nic: "NIC_Intel-XL710"
4923   compare:
4924     title: "2n-clx xxv710"
4925     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4926     nic: "NIC_Intel-XXV710"
4927   data: "vpp-compare-testbeds-mrr-hsw-clx"
4928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4929   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4930   parameters:
4931   - "name"
4932   - "parent"
4933   - "result"
4934   - "tags"
4935
4936 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4937 - type: "table"
4938   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4939   algorithm: "table_perf_comparison_nic"
4940   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4941   reference:
4942     title: "3n-hsw xl710"
4943     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4944     nic: "NIC_Intel-XL710"
4945   compare:
4946     title: "2n-clx xxv710"
4947     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4948     nic: "NIC_Intel-XXV710"
4949   data: "vpp-compare-testbeds-mrr-hsw-clx"
4950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4951   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4952   parameters:
4953   - "name"
4954   - "parent"
4955   - "result"
4956   - "tags"
4957
4958 # Detailed Test Results - VPP Performance Results 3n-hsw
4959 - type: "table"
4960   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4961   algorithm: "table_merged_details"
4962   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4963   columns:
4964   - title: " |prein| Test Name |preout| "
4965     data: "data name"
4966   - 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| "
4967     data: "data msg"
4968   data: "vpp-perf-results-3n-hsw"
4969   filter: "all"
4970   parameters:
4971   - "name"
4972   - "parent"
4973   - "msg"
4974
4975 # Detailed Test Results - VPP Performance Results 3n-skx
4976 - type: "table"
4977   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4978   algorithm: "table_merged_details"
4979   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4980   columns:
4981   - title: " |prein| Test Name |preout| "
4982     data: "data name"
4983   - 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| "
4984     data: "data msg"
4985   data: "vpp-perf-results-3n-skx"
4986   filter: "all"
4987   remove-ndr: True  # Temporary solution: remove NDR results from test message
4988   parameters:
4989   - "name"
4990   - "parent"
4991   - "msg"
4992
4993 # Detailed Test Results - VPP Performance Results 2n-skx
4994 - type: "table"
4995   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4996   algorithm: "table_merged_details"
4997   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4998   columns:
4999   - title: " |prein| Test Name |preout| "
5000     data: "data name"
5001   - 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| "
5002     data: "data msg"
5003   data: "vpp-perf-results-2n-skx"
5004   filter: "all"
5005   remove-ndr: True  # Temporary solution: remove NDR results from test message
5006   parameters:
5007   - "name"
5008   - "parent"
5009   - "msg"
5010
5011 # Detailed Test Results - VPP Performance Results 2n-clx
5012 - type: "table"
5013   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5014   algorithm: "table_merged_details"
5015   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5016   columns:
5017   - title: " |prein| Test Name |preout| "
5018     data: "data name"
5019   - 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| "
5020     data: "data msg"
5021   data: "vpp-perf-results-2n-clx"
5022   filter: "all"
5023   parameters:
5024   - "name"
5025   - "parent"
5026   - "msg"
5027
5028 # Detailed Test Results - VPP Performance Results 3n-tsh
5029 - type: "table"
5030   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5031   algorithm: "table_merged_details"
5032   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5033   columns:
5034   - title: " |prein| Test Name |preout| "
5035     data: "data name"
5036   - 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| "
5037     data: "data msg"
5038   data: "vpp-perf-results-3n-tsh"
5039   filter: "all"
5040   parameters:
5041   - "name"
5042   - "parent"
5043   - "msg"
5044
5045 # Detailed Test Results - VPP Performance Results 3n-dnv
5046 - type: "table"
5047   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5048   algorithm: "table_merged_details"
5049   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5050   columns:
5051   - title: " |prein| Test Name |preout| "
5052     data: "data name"
5053   - 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| "
5054     data: "data msg"
5055   data: "vpp-perf-results-3n-dnv"
5056   filter: "all"
5057   parameters:
5058   - "name"
5059   - "parent"
5060   - "msg"
5061
5062 # Detailed Test Results - VPP Performance Results 2n-dnv
5063 - type: "table"
5064   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5065   algorithm: "table_merged_details"
5066   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5067   columns:
5068   - title: " |prein| Test Name |preout| "
5069     data: "data name"
5070   - 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| "
5071     data: "data msg"
5072   data: "vpp-perf-results-2n-dnv"
5073   filter: "all"
5074   parameters:
5075   - "name"
5076   - "parent"
5077   - "msg"
5078
5079 # Test configuration - VPP Performance Test Configs 3n-hsw
5080 - type: "table"
5081   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5082   algorithm: "table_merged_details"
5083   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5084   columns:
5085   - title: " |prein| Test Name |preout| "
5086     data: "data name"
5087   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5088     data: "data conf-history"
5089   data: "vpp-perf-results-3n-hsw"
5090   filter: "all"
5091   parameters:
5092   - "parent"
5093   - "name"
5094   - "conf-history"
5095
5096 # Test configuration - VPP Performance Test Configs 3n-skx
5097 - type: "table"
5098   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5099   algorithm: "table_merged_details"
5100   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5101   columns:
5102   - title: " |prein| Test Name |preout| "
5103     data: "data name"
5104   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5105     data: "data conf-history"
5106   data: "vpp-perf-results-3n-skx"
5107   filter: "all"
5108   parameters:
5109   - "parent"
5110   - "name"
5111   - "conf-history"
5112
5113 # Test configuration - VPP Performance Test Configs 2n-skx
5114 - type: "table"
5115   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5116   algorithm: "table_merged_details"
5117   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5118   columns:
5119   - title: " |prein| Test Name |preout| "
5120     data: "data name"
5121   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5122     data: "data conf-history"
5123   data: "vpp-perf-results-2n-skx"
5124   filter: "all"
5125   parameters:
5126   - "parent"
5127   - "name"
5128   - "conf-history"
5129
5130 # Test configuration - VPP Performance Test Configs 2n-clx
5131 - type: "table"
5132   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5133   algorithm: "table_merged_details"
5134   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5135   columns:
5136   - title: " |prein| Test Name |preout| "
5137     data: "data name"
5138   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5139     data: "data conf-history"
5140   data: "vpp-perf-results-2n-clx"
5141   filter: "all"
5142   parameters:
5143   - "parent"
5144   - "name"
5145   - "conf-history"
5146
5147 # Test configuration - VPP Performance Test Configs 3n-tsh
5148 - type: "table"
5149   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5150   algorithm: "table_merged_details"
5151   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5152   columns:
5153   - title: " |prein| Test Name |preout| "
5154     data: "data name"
5155   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5156     data: "data conf-history"
5157   data: "vpp-perf-results-3n-tsh"
5158   filter: "all"
5159   parameters:
5160   - "parent"
5161   - "name"
5162   - "conf-history"
5163
5164 # Test configuration - VPP Performance Test Configs 3n-dnv
5165 - type: "table"
5166   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5167   algorithm: "table_merged_details"
5168   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5169   columns:
5170   - title: " |prein| Test Name |preout| "
5171     data: "data name"
5172   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5173     data: "data conf-history"
5174   data: "vpp-perf-results-3n-dnv"
5175   filter: "all"
5176   parameters:
5177   - "parent"
5178   - "name"
5179   - "conf-history"
5180
5181 # Test configuration - VPP Performance Test Configs 2n-dnv
5182 - type: "table"
5183   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5184   algorithm: "table_merged_details"
5185   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5186   columns:
5187   - title: " |prein| Test Name |preout| "
5188     data: "data name"
5189   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5190     data: "data conf-history"
5191   data: "vpp-perf-results-2n-dnv"
5192   filter: "all"
5193   parameters:
5194   - "parent"
5195   - "name"
5196   - "conf-history"
5197
5198 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5199 - type: "table"
5200   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5201   algorithm: "table_oper_data_html"
5202   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5203   data: "vpp-perf-results-3n-hsw"
5204   filter: "all"
5205
5206 # Test Operational Data - VPP Performance Operational Data 3n-skx
5207 - type: "table"
5208   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5209   algorithm: "table_oper_data_html"
5210   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5211   data: "vpp-perf-results-3n-skx"
5212   filter: "all"
5213
5214 # Test Operational Data - VPP Performance Operational Data 2n-skx
5215 - type: "table"
5216   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5217   algorithm: "table_oper_data_html"
5218   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5219   data: "vpp-perf-results-2n-skx"
5220   filter: "all"
5221
5222 # Test Operational Data - VPP Performance Operational Data 2n-clx
5223 - type: "table"
5224   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5225   algorithm: "table_oper_data_html"
5226   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5227   data: "vpp-perf-results-2n-clx"
5228   filter: "all"
5229
5230 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5231 - type: "table"
5232   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5233   algorithm: "table_oper_data_html"
5234   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5235   data: "vpp-perf-results-3n-tsh"
5236   filter: "all"
5237
5238 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5239 - type: "table"
5240   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5241   algorithm: "table_oper_data_html"
5242   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5243   data: "vpp-perf-results-3n-dnv"
5244   filter: "all"
5245
5246 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5247 - type: "table"
5248   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5249   algorithm: "table_oper_data_html"
5250   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5251   data: "vpp-perf-results-2n-dnv"
5252   filter: "all"
5253
5254 # Detailed Test Results - VPP MRR Results 3n-hsw
5255 - type: "table"
5256   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5257   algorithm: "table_merged_details"
5258   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5259   columns:
5260   - title: " |prein| Test Name |preout| "
5261     data: "data name"
5262   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5263     data: "data msg"
5264   data: "vpp-mrr-results-3n-hsw"
5265   filter: "all"
5266   parameters:
5267   - "name"
5268   - "parent"
5269   - "msg"
5270
5271 # Detailed Test Results - VPP MRR Results 3n-skx
5272 - type: "table"
5273   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5274   algorithm: "table_merged_details"
5275   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5276   columns:
5277   - title: " |prein| Test Name |preout| "
5278     data: "data name"
5279   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5280     data: "data msg"
5281   data: "vpp-mrr-results-3n-skx"
5282   filter: "all"
5283   parameters:
5284   - "name"
5285   - "parent"
5286   - "msg"
5287
5288 # Detailed Test Results - VPP MRR Results 2n-skx
5289 - type: "table"
5290   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5291   algorithm: "table_merged_details"
5292   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5293   columns:
5294   - title: " |prein| Test Name |preout| "
5295     data: "data name"
5296   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5297     data: "data msg"
5298   data: "vpp-mrr-results-2n-skx"
5299   filter: "all"
5300   parameters:
5301   - "name"
5302   - "parent"
5303   - "msg"
5304
5305 # Detailed Test Results - VPP MRR Results 2n-clx
5306 - type: "table"
5307   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5308   algorithm: "table_merged_details"
5309   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5310   columns:
5311   - title: " |prein| Test Name |preout| "
5312     data: "data name"
5313   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5314     data: "data msg"
5315   data: "vpp-mrr-results-2n-clx"
5316   filter: "all"
5317   parameters:
5318   - "name"
5319   - "parent"
5320   - "msg"
5321
5322 # Detailed Test Results - VPP MRR Results 3n-tsh
5323 - type: "table"
5324   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5325   algorithm: "table_merged_details"
5326   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5327   columns:
5328   - title: " |prein| Test Name |preout| "
5329     data: "data name"
5330   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5331     data: "data msg"
5332   data: "vpp-mrr-results-3n-tsh"
5333   filter: "all"
5334   parameters:
5335   - "name"
5336   - "parent"
5337   - "msg"
5338
5339 # Detailed Test Results - VPP MRR Results 3n-dnv
5340 - type: "table"
5341   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5342   algorithm: "table_merged_details"
5343   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5344   columns:
5345   - title: " |prein| Test Name |preout| "
5346     data: "data name"
5347   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5348     data: "data msg"
5349   data: "vpp-mrr-results-3n-dnv"
5350   filter: "all"
5351   parameters:
5352   - "name"
5353   - "parent"
5354   - "msg"
5355
5356 # Detailed Test Results - VPP MRR Results 2n-dnv
5357 - type: "table"
5358   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5359   algorithm: "table_merged_details"
5360   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5361   columns:
5362   - title: " |prein| Test Name |preout| "
5363     data: "data name"
5364   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5365     data: "data msg"
5366   data: "vpp-mrr-results-2n-dnv"
5367   filter: "all"
5368   parameters:
5369   - "name"
5370   - "parent"
5371   - "msg"
5372
5373 # Test configuration - VPP MRR Test Configs 3n-hsw
5374 - type: "table"
5375   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5376   algorithm: "table_merged_details"
5377   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5378   columns:
5379   - title: " |prein| Test Name |preout| "
5380     data: "data name"
5381   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5382     data: "data conf-history"
5383   data: "vpp-mrr-results-3n-hsw"
5384   filter: "all"
5385   parameters:
5386   - "parent"
5387   - "name"
5388   - "conf-history"
5389
5390 # Test configuration - VPP MRR Test Configs 3n-skx
5391 - type: "table"
5392   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5393   algorithm: "table_merged_details"
5394   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5395   columns:
5396   - title: " |prein| Test Name |preout| "
5397     data: "data name"
5398   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5399     data: "data conf-history"
5400   data: "vpp-mrr-results-3n-skx"
5401   filter: "all"
5402   parameters:
5403   - "parent"
5404   - "name"
5405   - "conf-history"
5406
5407 # Test configuration - VPP MRR Test Configs 2n-skx
5408 - type: "table"
5409   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5410   algorithm: "table_merged_details"
5411   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5412   columns:
5413   - title: " |prein| Test Name |preout| "
5414     data: "data name"
5415   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5416     data: "data conf-history"
5417   data: "vpp-mrr-results-2n-skx"
5418   filter: "all"
5419   parameters:
5420   - "parent"
5421   - "name"
5422   - "conf-history"
5423
5424 # Test configuration - VPP MRR Test Configs 2n-clx
5425 - type: "table"
5426   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5427   algorithm: "table_merged_details"
5428   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5429   columns:
5430   - title: " |prein| Test Name |preout| "
5431     data: "data name"
5432   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5433     data: "data conf-history"
5434   data: "vpp-mrr-results-2n-clx"
5435   filter: "all"
5436   parameters:
5437   - "parent"
5438   - "name"
5439   - "conf-history"
5440
5441 # Test configuration - VPP MRR Test Configs 3n-tsh
5442 - type: "table"
5443   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5444   algorithm: "table_merged_details"
5445   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5446   columns:
5447   - title: " |prein| Test Name |preout| "
5448     data: "data name"
5449   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5450     data: "data conf-history"
5451   data: "vpp-mrr-results-3n-tsh"
5452   filter: "all"
5453   parameters:
5454   - "parent"
5455   - "name"
5456   - "conf-history"
5457
5458 # Test configuration - VPP MRR Test Configs 3n-dnv
5459 - type: "table"
5460   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5461   algorithm: "table_merged_details"
5462   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5463   columns:
5464   - title: " |prein| Test Name |preout| "
5465     data: "data name"
5466   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5467     data: "data conf-history"
5468   data: "vpp-mrr-results-3n-dnv"
5469   filter: "all"
5470   parameters:
5471   - "parent"
5472   - "name"
5473   - "conf-history"
5474
5475 # Test configuration - VPP MRR Test Configs 2n-dnv
5476 - type: "table"
5477   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5478   algorithm: "table_merged_details"
5479   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5480   columns:
5481   - title: " |prein| Test Name |preout| "
5482     data: "data name"
5483   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5484     data: "data conf-history"
5485   data: "vpp-mrr-results-2n-dnv"
5486   filter: "all"
5487   parameters:
5488   - "parent"
5489   - "name"
5490   - "conf-history"
5491
5492 # Detailed Test Results - VPP Device Results - Ubuntu
5493 - type: "table"
5494   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5495   algorithm: "table_merged_details"
5496   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5497   columns:
5498   - title: " |prein| Test Name |preout| "
5499     data: "data name"
5500   - title: " |prein| Status |preout| "
5501     data: "data status"
5502   data: "vpp-device-results-ubuntu"
5503   filter: "all"
5504   parameters:
5505   - "name"
5506   - "parent"
5507   - "doc"
5508   - "status"
5509
5510 # Test configuration - VPP Device Test Configs - Ubuntu
5511 - type: "table"
5512   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5515   columns:
5516   - title: " |prein| Test Name |preout| "
5517     data: "data name"
5518   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5519     data: "data conf-history"
5520   data: "vpp-device-results-ubuntu"
5521   filter: "all"
5522   parameters:
5523   - "parent"
5524   - "name"
5525   - "conf-history"
5526
5527 ################################################################################
5528
5529 # DPDK Performance Changes 3n-hsw 1t1c pdr
5530 - type: "table"
5531   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5532   algorithm: "table_perf_comparison"
5533   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5534   history:
5535     - title: "1904"
5536       data: "dpdk-performance-changes-3n-hsw-h1"
5537   reference:
5538     title: "1908"
5539     data: "dpdk-performance-changes-3n-hsw-ref"
5540   compare:
5541     title: "2001"
5542     data: "dpdk-performance-changes-3n-hsw-cmp"
5543   data: "dpdk-performance-changes-3n-hsw"
5544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5545   filter: "'1T1C' and 'NDRPDR'"
5546   parameters:
5547   - "name"
5548   - "parent"
5549   - "throughput"
5550
5551 # DPDK Performance Changes 3n-hsw 2t2c pdr
5552 - type: "table"
5553   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5554   algorithm: "table_perf_comparison"
5555   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5556   history:
5557     - title: "1904"
5558       data: "dpdk-performance-changes-3n-hsw-h1"
5559   reference:
5560     title: "1908"
5561     data: "dpdk-performance-changes-3n-hsw-ref"
5562   compare:
5563     title: "2001"
5564     data: "dpdk-performance-changes-3n-hsw-cmp"
5565   data: "dpdk-performance-changes-3n-hsw"
5566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5567   filter: "'2T2C' and 'NDRPDR'"
5568   parameters:
5569   - "name"
5570   - "parent"
5571   - "throughput"
5572
5573 # DPDK Performance Changes 3n-hsw 1t1c ndr
5574 - type: "table"
5575   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5576   algorithm: "table_perf_comparison"
5577   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5578   history:
5579     - title: "1904"
5580       data: "dpdk-performance-changes-3n-hsw-h1"
5581   reference:
5582     title: "1908"
5583     data: "dpdk-performance-changes-3n-hsw-ref"
5584   compare:
5585     title: "2001"
5586     data: "dpdk-performance-changes-3n-hsw-cmp"
5587   data: "dpdk-performance-changes-3n-hsw"
5588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5589   filter: "'1T1C' and 'NDRPDR'"
5590   parameters:
5591   - "name"
5592   - "parent"
5593   - "throughput"
5594
5595 # DPDK Performance Changes 3n-hsw 2t2c ndr
5596 - type: "table"
5597   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5598   algorithm: "table_perf_comparison"
5599   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5600   history:
5601     - title: "1904"
5602       data: "dpdk-performance-changes-3n-hsw-h1"
5603   reference:
5604     title: "1908"
5605     data: "dpdk-performance-changes-3n-hsw-ref"
5606   compare:
5607     title: "2001"
5608     data: "dpdk-performance-changes-3n-hsw-cmp"
5609   data: "dpdk-performance-changes-3n-hsw"
5610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5611   filter: "'2T2C' and 'NDRPDR'"
5612   parameters:
5613   - "name"
5614   - "parent"
5615   - "throughput"
5616
5617 # DPDK Performance Changes 3n-skx 2t1c pdr
5618 - type: "table"
5619   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5620   algorithm: "table_perf_comparison"
5621   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5622   history:
5623     - title: "1904"
5624       data: "dpdk-performance-changes-3n-skx-h1"
5625   reference:
5626     title: "1908"
5627     data: "dpdk-performance-changes-3n-skx-ref"
5628   compare:
5629     title: "2001"
5630     data: "dpdk-performance-changes-3n-skx-cmp"
5631   data: "dpdk-performance-changes-3n-skx"
5632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5633   filter: "'2T1C' and 'NDRPDR'"
5634   parameters:
5635   - "name"
5636   - "parent"
5637   - "throughput"
5638
5639 # DPDK Performance Changes 3n-skx 4t2c pdr
5640 - type: "table"
5641   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5642   algorithm: "table_perf_comparison"
5643   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5644   history:
5645     - title: "1904"
5646       data: "dpdk-performance-changes-3n-skx-h1"
5647   reference:
5648     title: "1908"
5649     data: "dpdk-performance-changes-3n-skx-ref"
5650   compare:
5651     title: "2001"
5652     data: "dpdk-performance-changes-3n-skx-cmp"
5653   data: "dpdk-performance-changes-3n-skx"
5654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5655   filter: "'4T2C' and 'NDRPDR'"
5656   parameters:
5657   - "name"
5658   - "parent"
5659   - "throughput"
5660
5661 # DPDK Performance Changes 3n-skx 2t1c ndr
5662 - type: "table"
5663   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5664   algorithm: "table_perf_comparison"
5665   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5666   history:
5667     - title: "1904"
5668       data: "dpdk-performance-changes-3n-skx-h1"
5669   reference:
5670     title: "1908"
5671     data: "dpdk-performance-changes-3n-skx-ref"
5672   compare:
5673     title: "2001"
5674     data: "dpdk-performance-changes-3n-skx-cmp"
5675   data: "dpdk-performance-changes-3n-skx"
5676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5677   filter: "'2T1C' and 'NDRPDR'"
5678   parameters:
5679   - "name"
5680   - "parent"
5681   - "throughput"
5682
5683 # DPDK Performance Changes 3n-skx 4t2c ndr
5684 - type: "table"
5685   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5686   algorithm: "table_perf_comparison"
5687   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5688   history:
5689     - title: "1904"
5690       data: "dpdk-performance-changes-3n-skx-h1"
5691   reference:
5692     title: "1908"
5693     data: "dpdk-performance-changes-3n-skx-ref"
5694   compare:
5695     title: "2001"
5696     data: "dpdk-performance-changes-3n-skx-cmp"
5697   data: "dpdk-performance-changes-3n-skx"
5698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5699   filter: "'4T2C' and 'NDRPDR'"
5700   parameters:
5701   - "name"
5702   - "parent"
5703   - "throughput"
5704
5705 # DPDK Performance Changes 2n-skx 2t1c pdr
5706 - type: "table"
5707   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5708   algorithm: "table_perf_comparison"
5709   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5710   history:
5711     - title: "1904"
5712       data: "dpdk-performance-changes-2n-skx-h1"
5713   reference:
5714     title: "1908"
5715     data: "dpdk-performance-changes-2n-skx-ref"
5716   compare:
5717     title: "2001"
5718     data: "dpdk-performance-changes-2n-skx-cmp"
5719   data: "dpdk-performance-changes-2n-skx"
5720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5721   filter: "'2T1C' and 'NDRPDR'"
5722   parameters:
5723   - "name"
5724   - "parent"
5725   - "throughput"
5726
5727 # DPDK Performance Changes 2n-skx 4t2c pdr
5728 - type: "table"
5729   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5730   algorithm: "table_perf_comparison"
5731   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5732   history:
5733     - title: "1904"
5734       data: "dpdk-performance-changes-2n-skx-h1"
5735   reference:
5736     title: "1908"
5737     data: "dpdk-performance-changes-2n-skx-ref"
5738   compare:
5739     title: "2001"
5740     data: "dpdk-performance-changes-2n-skx-cmp"
5741   data: "dpdk-performance-changes-2n-skx"
5742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5743   filter: "'4T2C' and 'NDRPDR'"
5744   parameters:
5745   - "name"
5746   - "parent"
5747   - "throughput"
5748
5749 # DPDK Performance Changes 2n-skx 2t1c ndr
5750 - type: "table"
5751   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5752   algorithm: "table_perf_comparison"
5753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5754   history:
5755     - title: "1904"
5756       data: "dpdk-performance-changes-2n-skx-h1"
5757   reference:
5758     title: "1908"
5759     data: "dpdk-performance-changes-2n-skx-ref"
5760   compare:
5761     title: "2001"
5762     data: "dpdk-performance-changes-2n-skx-cmp"
5763   data: "dpdk-performance-changes-2n-skx"
5764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5765   filter: "'2T1C' and 'NDRPDR'"
5766   parameters:
5767   - "name"
5768   - "parent"
5769   - "throughput"
5770
5771 # DPDK Performance Changes 2n-skx 4t2c ndr
5772 - type: "table"
5773   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5774   algorithm: "table_perf_comparison"
5775   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5776   history:
5777     - title: "1904"
5778       data: "dpdk-performance-changes-2n-skx-h1"
5779   reference:
5780     title: "1908"
5781     data: "dpdk-performance-changes-2n-skx-ref"
5782   compare:
5783     title: "2001"
5784     data: "dpdk-performance-changes-2n-skx-cmp"
5785   data: "dpdk-performance-changes-2n-skx"
5786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5787   filter: "'4T2C' and 'NDRPDR'"
5788   parameters:
5789   - "name"
5790   - "parent"
5791   - "throughput"
5792
5793 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5794 - type: "table"
5795   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5796   algorithm: "table_perf_comparison"
5797   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5798   reference:
5799     title: "3n-hsw"
5800     data: "dpdk-compare-testbeds-ref"
5801   compare:
5802     title: "3n-skx"
5803     data: "dpdk-compare-testbeds-cmp"
5804   data: "dpdk-compare-testbeds"
5805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5806   filter: "'NIC_Intel-X710'"
5807   parameters:
5808   - "name"
5809   - "parent"
5810   - "throughput"
5811
5812 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5813 - type: "table"
5814   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5815   algorithm: "table_perf_comparison"
5816   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5817   reference:
5818     title: "3n-hsw"
5819     data: "dpdk-compare-testbeds-ref"
5820   compare:
5821     title: "3n-skx"
5822     data: "dpdk-compare-testbeds-cmp"
5823   data: "dpdk-compare-testbeds"
5824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5825   filter: "'NIC_Intel-X710'"
5826   parameters:
5827   - "name"
5828   - "parent"
5829   - "throughput"
5830
5831 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5832 - type: "table"
5833   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5834   algorithm: "table_perf_comparison"
5835   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5836   reference:
5837     title: "2n-skx"
5838     data: "dpdk-compare-testbeds-skx-clx-ref"
5839   compare:
5840     title: "2n-clx"
5841     data: "dpdk-compare-testbeds-skx-clx-cmp"
5842   data: "dpdk-compare-testbeds-skx-clx"
5843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5844   filter: "all"
5845   parameters:
5846   - "name"
5847   - "parent"
5848   - "throughput"
5849
5850 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5851 - type: "table"
5852   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5853   algorithm: "table_perf_comparison"
5854   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5855   reference:
5856     title: "2n-skx"
5857     data: "dpdk-compare-testbeds-skx-clx-ref"
5858   compare:
5859     title: "2n-clx"
5860     data: "dpdk-compare-testbeds-skx-clx-cmp"
5861   data: "dpdk-compare-testbeds-skx-clx"
5862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5863   filter: "all"
5864   parameters:
5865   - "name"
5866   - "parent"
5867   - "throughput"
5868
5869 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5870 - type: "table"
5871   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5872   algorithm: "table_perf_comparison"
5873   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5874   reference:
5875     title: "3n-skx"
5876     data: "dpdk-compare-topologies-ref"
5877   compare:
5878     title: "2n-skx"
5879     data: "dpdk-compare-topologies-cmp"
5880   data: "dpdk-compare-topologies"
5881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5882   filter: "all"
5883   parameters:
5884   - "name"
5885   - "parent"
5886   - "throughput"
5887
5888 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5889 - type: "table"
5890   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5891   algorithm: "table_perf_comparison"
5892   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5893   reference:
5894     title: "3n-skx"
5895     data: "dpdk-compare-topologies-ref"
5896   compare:
5897     title: "2n-skx"
5898     data: "dpdk-compare-topologies-cmp"
5899   data: "dpdk-compare-topologies"
5900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5901   filter: "all"
5902   parameters:
5903   - "name"
5904   - "parent"
5905   - "throughput"
5906
5907 # Detailed Test Results - DPDK Performance Results 3n-hsw
5908 - type: "table"
5909   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5910   algorithm: "table_merged_details"
5911   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5912   columns:
5913   - title: " |prein| Test Name |preout| "
5914     data: "data name"
5915   - 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| "
5916     data: "data msg"
5917   data: "dpdk-perf-results-3n-hsw"
5918   filter: "all"
5919   parameters:
5920   - "name"
5921   - "parent"
5922   - "msg"
5923
5924 # Detailed Test Results - DPDK Performance Results 3n-skx
5925 - type: "table"
5926   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5927   algorithm: "table_merged_details"
5928   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5929   columns:
5930   - title: " |prein| Test Name |preout| "
5931     data: "data name"
5932   - 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| "
5933     data: "data msg"
5934   data: "dpdk-perf-results-3n-skx"
5935   filter: "all"
5936   remove-ndr: True  # Temporary solution: remove NDR results from test message
5937   parameters:
5938   - "name"
5939   - "parent"
5940   - "msg"
5941
5942 # Detailed Test Results - DPDK Performance Results 2n-skx
5943 - type: "table"
5944   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5945   algorithm: "table_merged_details"
5946   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5947   columns:
5948   - title: " |prein| Test Name |preout| "
5949     data: "data name"
5950   - 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| "
5951     data: "data msg"
5952   data: "dpdk-perf-results-2n-skx"
5953   filter: "all"
5954   remove-ndr: True  # Temporary solution: remove NDR results from test message
5955   parameters:
5956   - "name"
5957   - "parent"
5958   - "msg"
5959
5960 # Detailed Test Results - DPDK Performance Results 2n-clx
5961 - type: "table"
5962   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5963   algorithm: "table_merged_details"
5964   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5965   columns:
5966   - title: " |prein| Test Name |preout| "
5967     data: "data name"
5968   - 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| "
5969     data: "data msg"
5970   data: "dpdk-perf-results-2n-clx"
5971   filter: "all"
5972   parameters:
5973   - "name"
5974   - "parent"
5975   - "msg"
5976
5977 # Detailed Test Results - DPDK Performance Results 2n-dnv
5978 - type: "table"
5979   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5980   algorithm: "table_merged_details"
5981   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5982   columns:
5983   - title: " |prein| Test Name |preout| "
5984     data: "data name"
5985   - 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| "
5986     data: "data msg"
5987   data: "dpdk-perf-results-2n-dnv"
5988   filter: "all"
5989   parameters:
5990   - "name"
5991   - "parent"
5992   - "msg"
5993
5994 # Detailed Test Results - DPDK Performance Results 3n-dnv
5995 - type: "table"
5996   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5997   algorithm: "table_merged_details"
5998   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5999   columns:
6000   - title: " |prein| Test Name |preout| "
6001     data: "data name"
6002   - 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| "
6003     data: "data msg"
6004   data: "dpdk-perf-results-3n-dnv"
6005   filter: "all"
6006   parameters:
6007   - "name"
6008   - "parent"
6009   - "msg"
6010
6011 # Detailed Test Results - DPDK Performance Results 3n-tsh
6012 - type: "table"
6013   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6014   algorithm: "table_merged_details"
6015   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6016   columns:
6017   - title: " |prein| Test Name |preout| "
6018     data: "data name"
6019   - 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| "
6020     data: "data msg"
6021   data: "dpdk-perf-results-3n-tsh"
6022   filter: "all"
6023   parameters:
6024   - "name"
6025   - "parent"
6026   - "msg"
6027
6028 ################################################################################
6029 ###                                F I L E S                                 ###
6030 ################################################################################
6031
6032 # VPP Performance Results
6033 - type: "file"
6034   title: "VPP Performance Results"
6035   algorithm: "file_details_split"
6036   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6037   dir-tables:
6038     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6039     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6040     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6041     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6042     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6043     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6044     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6045   data:
6046     - "vpp-perf-results-2n-skx"
6047     - "vpp-perf-results-3n-skx"
6048     - "vpp-perf-results-2n-clx"
6049     - "vpp-perf-results-3n-hsw"
6050     - "vpp-perf-results-3n-tsh"
6051     - "vpp-perf-results-2n-dnv"
6052     - "vpp-perf-results-3n-dnv"
6053   filter: "all"
6054   data-start-level: 4
6055   order-chapters:
6056     level-1:
6057       - "l2"
6058       - "ip4"
6059       - "ip6"
6060       - "srv6"
6061       - "ip4_tunnels"
6062       - "ip6_tunnels"
6063       - "vm_vhost"
6064       - "container_memif"
6065       - "crypto"
6066       - "vts"
6067       - "lb"
6068       - "nfv_density"
6069       - "hoststack"
6070     level-2:
6071       - "2n-skx"
6072       - "3n-skx"
6073       - "2n-clx"
6074       - "3n-hsw"
6075       - "3n-tsh"
6076       - "2n-dnv"
6077       - "3n-dnv"
6078     level-3:
6079       - "xl710"
6080       - "x520"
6081       - "xxv710"
6082       - "x710"
6083       - "x553"
6084       - "cx556a"
6085       - "vic1227"
6086       - "vic1385"
6087
6088 # VPP Performance Configuration
6089 - type: "file"
6090   title: "VPP Performance Configuration"
6091   algorithm: "file_details_split"
6092   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6093   dir-tables:
6094     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6095     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6096     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6097     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6098     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6099     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6100     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6101   data:
6102     - "vpp-perf-results-2n-skx"
6103     - "vpp-perf-results-3n-skx"
6104     - "vpp-perf-results-2n-clx"
6105     - "vpp-perf-results-3n-hsw"
6106     - "vpp-perf-results-3n-tsh"
6107     - "vpp-perf-results-2n-dnv"
6108     - "vpp-perf-results-3n-dnv"
6109   filter: "all"
6110   data-start-level: 4
6111   order-chapters:
6112     level-1:
6113       - "l2"
6114       - "ip4"
6115       - "ip6"
6116       - "srv6"
6117       - "ip4_tunnels"
6118       - "ip6_tunnels"
6119       - "vm_vhost"
6120       - "container_memif"
6121       - "crypto"
6122       - "vts"
6123       - "lb"
6124       - "nfv_density"
6125       - "hoststack"
6126     level-2:
6127       - "2n-skx"
6128       - "3n-skx"
6129       - "2n-clx"
6130       - "3n-hsw"
6131       - "3n-tsh"
6132       - "2n-dnv"
6133       - "3n-dnv"
6134     level-3:
6135       - "xl710"
6136       - "x520"
6137       - "xxv710"
6138       - "x710"
6139       - "x553"
6140       - "cx556a"
6141       - "vic1227"
6142       - "vic1385"
6143
6144 # VPP Performance Operational
6145 - type: "file"
6146   title: "VPP Performance Operational"
6147   algorithm: "file_details_split_html"
6148   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6149   dir-tables:
6150     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6151     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6152     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6153     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6154     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6155     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6156     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6157   data:
6158     - "vpp-perf-results-2n-skx"
6159     - "vpp-perf-results-3n-skx"
6160     - "vpp-perf-results-2n-clx"
6161     - "vpp-perf-results-3n-hsw"
6162     - "vpp-perf-results-3n-tsh"
6163     - "vpp-perf-results-2n-dnv"
6164     - "vpp-perf-results-3n-dnv"
6165   filter: "all"
6166   data-start-level: 4
6167   order-chapters:
6168     level-1:
6169       - "l2"
6170       - "ip4"
6171       - "ip6"
6172       - "srv6"
6173       - "ip4_tunnels"
6174       - "ip6_tunnels"
6175       - "vm_vhost"
6176       - "container_memif"
6177       - "crypto"
6178       - "vts"
6179       - "lb"
6180       - "nfv_density"
6181       - "hoststack"
6182     level-2:
6183       - "2n-skx"
6184       - "3n-skx"
6185       - "2n-clx"
6186       - "3n-hsw"
6187       - "3n-tsh"
6188       - "2n-dnv"
6189       - "3n-dnv"
6190     level-3:
6191       - "xl710"
6192       - "x520"
6193       - "xxv710"
6194       - "x710"
6195       - "x553"
6196       - "cx556a"
6197       - "vic1227"
6198       - "vic1385"
6199
6200 # VPP MRR Results
6201 - type: "file"
6202   title: "VPP MRR Results"
6203   algorithm: "file_details_split"
6204   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6205   dir-tables:
6206     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6207     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6208     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6209     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6210     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6211     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6212     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6213   data:
6214     - "vpp-mrr-results-2n-skx"
6215     - "vpp-mrr-results-3n-skx"
6216     - "vpp-mrr-results-2n-clx"
6217     - "vpp-mrr-results-3n-hsw"
6218     - "vpp-mrr-results-3n-tsh"
6219     - "vpp-mrr-results-2n-dnv"
6220     - "vpp-mrr-results-3n-dnv"
6221   filter: "all"
6222   data-start-level: 4
6223   order-chapters:
6224     level-1:
6225       - "l2"
6226       - "ip4"
6227       - "ip6"
6228       - "srv6"
6229       - "ip4_tunnels"
6230       - "ip6_tunnels"
6231       - "vm_vhost"
6232       - "container_memif"
6233       - "crypto"
6234       - "vts"
6235       - "lb"
6236       - "nfv_density"
6237       - "hoststack"
6238     level-2:
6239       - "2n-skx"
6240       - "3n-skx"
6241       - "2n-clx"
6242       - "3n-hsw"
6243       - "3n-tsh"
6244       - "2n-dnv"
6245       - "3n-dnv"
6246     level-3:
6247       - "xl710"
6248       - "x520"
6249       - "xxv710"
6250       - "x710"
6251       - "x553"
6252       - "cx556a"
6253       - "vic1227"
6254       - "vic1385"
6255
6256 # VPP MRR Configuration
6257 - type: "file"
6258   title: "VPP MRR Configuration"
6259   algorithm: "file_details_split"
6260   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6261   dir-tables:
6262     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6263     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6264     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6265     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6266     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6267     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6268     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6269   data:
6270     - "vpp-mrr-results-2n-skx"
6271     - "vpp-mrr-results-3n-skx"
6272     - "vpp-mrr-results-2n-clx"
6273     - "vpp-mrr-results-3n-hsw"
6274     - "vpp-mrr-results-3n-tsh"
6275     - "vpp-mrr-results-2n-dnv"
6276     - "vpp-mrr-results-3n-dnv"
6277   filter: "all"
6278   data-start-level: 4
6279   order-chapters:
6280     level-1:
6281       - "l2"
6282       - "ip4"
6283       - "ip6"
6284       - "srv6"
6285       - "ip4_tunnels"
6286       - "ip6_tunnels"
6287       - "vm_vhost"
6288       - "container_memif"
6289       - "crypto"
6290       - "vts"
6291       - "lb"
6292       - "nfv_density"
6293       - "hoststack"
6294     level-2:
6295       - "2n-skx"
6296       - "3n-skx"
6297       - "2n-clx"
6298       - "3n-hsw"
6299       - "3n-tsh"
6300       - "2n-dnv"
6301       - "3n-dnv"
6302     level-3:
6303       - "xl710"
6304       - "x520"
6305       - "xxv710"
6306       - "x710"
6307       - "x553"
6308       - "cx556a"
6309       - "vic1227"
6310       - "vic1385"
6311
6312 # VPP Device Results - Ubuntu
6313 - type: "file"
6314   title: "VPP Device Results - Ubuntu"
6315   algorithm: "file_test_results"
6316   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6317   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6318   data: "vpp-device-results-ubuntu"
6319   filter: "all"
6320   data-start-level: 4
6321
6322 # VPP Device Configuration - Ubuntu
6323 - type: "file"
6324   title: "VPP Device Configuration - Ubuntu"
6325   algorithm: "file_test_results"
6326   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6327   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6328   data: "vpp-device-results-ubuntu"
6329   filter: "all"
6330   data-start-level: 4
6331
6332 # DPDK Performance Results 3n-hsw
6333 - type: "file"
6334   title: "DPDK Performance Results 3n-hsw"
6335   algorithm: "file_test_results"
6336   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6337   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6338   data: "dpdk-perf-results-3n-hsw"
6339   filter: "all"
6340   data-start-level: 4
6341
6342 # DPDK Performance Results 3n-skx
6343 - type: "file"
6344   title: "DPDK Performance Results 3n-skx"
6345   algorithm: "file_test_results"
6346   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6347   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6348   data: "dpdk-perf-results-3n-skx"
6349   filter: "all"
6350   data-start-level: 4
6351
6352 # DPDK Performance Results 2n-skx
6353 - type: "file"
6354   title: "DPDK Performance Results 2n-skx"
6355   algorithm: "file_test_results"
6356   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6357   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6358   data: "dpdk-perf-results-2n-skx"
6359   filter: "all"
6360   data-start-level: 4
6361
6362 # DPDK Performance Results 2n-clx
6363 - type: "file"
6364   title: "DPDK Performance Results 2n-clx"
6365   algorithm: "file_test_results"
6366   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6367   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6368   data: "dpdk-perf-results-2n-clx"
6369   filter: "all"
6370   data-start-level: 4
6371
6372 # DPDK Performance Results 2n-dnv
6373 - type: "file"
6374   title: "DPDK Performance Results 2n-dnv"
6375   algorithm: "file_test_results"
6376   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6377   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6378   data: "dpdk-perf-results-2n-dnv"
6379   filter: "all"
6380   data-start-level: 4
6381
6382 # DPDK Performance Results 3n-dnv
6383 - type: "file"
6384   title: "DPDK Performance Results 3n-dnv"
6385   algorithm: "file_test_results"
6386   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6387   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6388   data: "dpdk-perf-results-3n-dnv"
6389   filter: "all"
6390   data-start-level: 4
6391
6392 # DPDK Performance Results 3n-tsh
6393 - type: "file"
6394   title: "DPDK Performance Results 3n-tsh"
6395   algorithm: "file_test_results"
6396   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6397   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6398   data: "dpdk-perf-results-3n-tsh"
6399   filter: "all"
6400   data-start-level: 4
6401
6402 ################################################################################
6403 ###                                P L O T S                                 ###
6404 ################################################################################
6405
6406 # Hoststack tests 3n-hsw
6407
6408 - type: "plot"
6409   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6410   algorithm: "plot_perf_box_name"
6411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6412   data: "plot-vpp-hoststack-3n-hsw"
6413   include:
6414     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6415     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6416   layout:
6417     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6418     layout: "plot-hoststack"
6419
6420 - type: "plot"
6421   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6422   algorithm: "plot_perf_box_name"
6423   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6424   data: "plot-vpp-hoststack-3n-hsw"
6425   include:
6426     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6427     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6428   layout:
6429     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6430     layout: "plot-hoststack"
6431
6432 - type: "plot"
6433   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6434   algorithm: "plot_perf_box_name"
6435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6436   data: "plot-vpp-hoststack-3n-hsw"
6437   include:
6438     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6439     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6440     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6441     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6442   layout:
6443     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6444     layout: "plot-hoststack"
6445
6446 # Plots VPP HTTP Server Performance
6447 - type: "plot"
6448   title: "VPP HTTP Server Performance"
6449   algorithm: "plot_http_server_perf_box"
6450   output-file-type: ".html"
6451   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6452   data:
6453     "plot-vpp-http-server-performance"
6454   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6455   parameters:
6456   - "result"
6457   - "name"
6458   traces:
6459     hoverinfo: "y+name"
6460     boxpoints: "outliers"
6461     whiskerwidth: 0
6462   layout:
6463     title: "VPP HTTP Server Performance"
6464     layout:
6465       "plot-cps"
6466
6467 - type: "plot"
6468   title: "VPP HTTP Server Performance"
6469   algorithm: "plot_http_server_perf_box"
6470   output-file-type: ".html"
6471   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6472   data:
6473     "plot-vpp-http-server-performance"
6474   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6475   parameters:
6476   - "result"
6477   - "name"
6478   traces:
6479     hoverinfo: "y+name"
6480     boxpoints: "outliers"
6481     whiskerwidth: 0
6482   layout:
6483     title: "VPP HTTP Server Performance"
6484     layout:
6485       "plot-rps"
6486
6487 ################################################################################
6488
6489 # Soak Test (PLRsearch), boxes - 2n-clx
6490 - type: "plot"
6491   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6492   algorithm: "plot_perf_box_name"
6493   output-file-type: ".html"
6494   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6495   data: "plot-vpp-soak-2n-clx"
6496   include:
6497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6503   layout:
6504     title: "30 Minutes Soak Test (PLRsearch)"
6505     layout: "plot-soak-throughput"
6506
6507 # Soak Test (PLRsearch), boxes - 2n-clx
6508 - type: "plot"
6509   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6510   algorithm: "plot_perf_box_name"
6511   output-file-type: ".html"
6512   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6513   data: "plot-vpp-soak-2n-clx"
6514   include:
6515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6520     - "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"
6521   layout:
6522     title: "30 Minutes Soak Test (PLRsearch)"
6523     layout: "plot-soak-throughput"
6524
6525 ###############################################################################
6526
6527 # Reconf tests 2n-skx
6528
6529 #- type: "plot"
6530 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6531 #  algorithm: "plot_nf_reconf_box_name"
6532 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6533 #  data: "plot-vpp-nfv-reconf-2n-skx"
6534 #  include:
6535 #    - "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"
6536 #    - "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"
6537 #    - "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"
6538 #    - "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"
6539 #    - "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"
6540 #    - "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"
6541 #  layout:
6542 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6543 #    layout: "plot-throughput"
6544 #
6545 #- type: "plot"
6546 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6547 #  algorithm: "plot_nf_reconf_box_name"
6548 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6549 #  data: "plot-vpp-nfv-reconf-2n-skx"
6550 #  include:
6551 #    - "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"
6552 #    - "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"
6553 #    - "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"
6554 #    - "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"
6555 #    - "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"
6556 #    - "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"
6557 #  layout:
6558 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6559 #    layout: "plot-throughput"
6560 #
6561 #- type: "plot"
6562 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6563 #  algorithm: "plot_nf_reconf_box_name"
6564 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6565 #  data: "plot-vpp-nfv-reconf-2n-skx"
6566 #  include:
6567 #    - "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"
6568 #    - "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"
6569 #    - "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"
6570 #    - "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"
6571 #    - "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"
6572 #    - "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"
6573 #  layout:
6574 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6575 #    layout: "plot-throughput"
6576
6577 ###############################################################################
6578
6579 # Reconf tests 2n-clx
6580
6581 - type: "plot"
6582   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6583   algorithm: "plot_nf_reconf_box_name"
6584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6585   data: "plot-vpp-nfv-reconf-2n-clx"
6586   include:
6587     - "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"
6588     - "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"
6589     - "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"
6590     - "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"
6591   layout:
6592     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6593     layout: "plot-throughput"
6594
6595 - type: "plot"
6596   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6597   algorithm: "plot_nf_reconf_box_name"
6598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6599   data: "plot-vpp-nfv-reconf-2n-clx"
6600   include:
6601     - "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"
6602     - "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"
6603     - "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"
6604     - "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"
6605   layout:
6606     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6607     layout: "plot-throughput"
6608
6609 - type: "plot"
6610   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6611   algorithm: "plot_nf_reconf_box_name"
6612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6613   data: "plot-vpp-nfv-reconf-2n-clx"
6614   include:
6615     - "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"
6616     - "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"
6617     - "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"
6618     - "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"
6619   layout:
6620     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6621     layout: "plot-throughput"
6622
6623 ################################################################################
6624 ## Plots - NF Density - VSC - MRR 64b
6625 #- type: "plot"
6626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6627 #  algorithm: "plot_nf_heatmap"
6628 #  output-file-type: ".html"
6629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6630 #  data: "plot-vpp-nfv-2n-skx-mrr"
6631 #  filter: "'NIC_Intel-XXV710' and
6632 #           'NF_DENSITY' and
6633 #           'VHOST' and
6634 #           not 'VXLAN' and
6635 #           'CHAIN' and
6636 #           'NF_VPPIP4' and
6637 #           '64B' and
6638 #           '2T1C' and
6639 #           'MRR'"
6640 #  parameters:
6641 #  - "result"
6642 #  - "name"
6643 #  - "tags"
6644 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6645 #  x-axis: "X = VNFs per Service Chain"
6646 #  y-axis: "Y = Number of Service Chains"
6647 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6648 #  layout:
6649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6650 #    layout: "plot-service-density"
6651 #
6652 #- type: "plot"
6653 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6654 #  algorithm: "plot_nf_heatmap"
6655 #  output-file-type: ".html"
6656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6657 #  data: "plot-vpp-nfv-2n-skx-mrr"
6658 #  filter: "'NIC_Intel-XXV710' and
6659 #           'NF_DENSITY' and
6660 #           'VHOST' and
6661 #           not 'VXLAN' and
6662 #           'CHAIN' and
6663 #           'NF_VPPIP4' and
6664 #           '64B' and
6665 #           '4T2C' and
6666 #           'MRR'"
6667 #  parameters:
6668 #  - "result"
6669 #  - "name"
6670 #  - "tags"
6671 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6672 #  x-axis: "X = VNFs per Service Chain"
6673 #  y-axis: "Y = Number of Service Chains"
6674 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6675 #  layout:
6676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6677 #    layout: "plot-service-density"
6678 #
6679 #- type: "plot"
6680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6681 #  algorithm: "plot_nf_heatmap"
6682 #  output-file-type: ".html"
6683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6684 #  data: "plot-vpp-nfv-2n-skx-mrr"
6685 #  filter: "'NIC_Intel-XXV710' and
6686 #           'NF_DENSITY' and
6687 #           'VHOST' and
6688 #           not 'VXLAN' and
6689 #           'CHAIN' and
6690 #           'NF_VPPIP4' and
6691 #           '64B' and
6692 #           '8T4C' and
6693 #           'MRR'"
6694 #  parameters:
6695 #  - "result"
6696 #  - "name"
6697 #  - "tags"
6698 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6699 #  x-axis: "X = VNFs per Service Chain"
6700 #  y-axis: "Y = Number of Service Chains"
6701 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6702 #  layout:
6703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6704 #    layout: "plot-service-density"
6705 #
6706 ## Plots - NF Density - VSC - MRR IMIX
6707 #- type: "plot"
6708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6709 #  algorithm: "plot_nf_heatmap"
6710 #  output-file-type: ".html"
6711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6712 #  data: "plot-vpp-nfv-2n-skx-mrr"
6713 #  filter: "'NIC_Intel-XXV710' and
6714 #           'NF_DENSITY' and
6715 #           'VHOST' and
6716 #           not 'VXLAN' and
6717 #           'CHAIN' and
6718 #           'NF_VPPIP4' and
6719 #           'IMIX' and
6720 #           '2T1C' and
6721 #           'MRR'"
6722 #  parameters:
6723 #  - "result"
6724 #  - "name"
6725 #  - "tags"
6726 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6727 #  x-axis: "X = VNFs per Service Chain"
6728 #  y-axis: "Y = Number of Service Chains"
6729 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6730 #  layout:
6731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6732 #    layout: "plot-service-density"
6733 #
6734 #- type: "plot"
6735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6736 #  algorithm: "plot_nf_heatmap"
6737 #  output-file-type: ".html"
6738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6739 #  data: "plot-vpp-nfv-2n-skx-mrr"
6740 #  filter: "'NIC_Intel-XXV710' and
6741 #           'NF_DENSITY' and
6742 #           'VHOST' and
6743 #           not 'VXLAN' and
6744 #           'CHAIN' and
6745 #           'NF_VPPIP4' and
6746 #           'IMIX' and
6747 #           '4T2C' and
6748 #           'MRR'"
6749 #  parameters:
6750 #  - "result"
6751 #  - "name"
6752 #  - "tags"
6753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6754 #  x-axis: "X = VNFs per Service Chain"
6755 #  y-axis: "Y = Number of Service Chains"
6756 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6757 #  layout:
6758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6759 #    layout: "plot-service-density"
6760 #
6761 #- type: "plot"
6762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6763 #  algorithm: "plot_nf_heatmap"
6764 #  output-file-type: ".html"
6765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6766 #  data: "plot-vpp-nfv-2n-skx-mrr"
6767 #  filter: "'NIC_Intel-XXV710' and
6768 #           'NF_DENSITY' and
6769 #           'VHOST' and
6770 #           not 'VXLAN' and
6771 #           'CHAIN' and
6772 #           'NF_VPPIP4' and
6773 #           'IMIX' and
6774 #           '8T4C' and
6775 #           'MRR'"
6776 #  parameters:
6777 #  - "result"
6778 #  - "name"
6779 #  - "tags"
6780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6781 #  x-axis: "X = VNFs per Service Chain"
6782 #  y-axis: "Y = Number of Service Chains"
6783 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6784 #  layout:
6785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6786 #    layout: "plot-service-density"
6787 #
6788 ## Plots - NF Density - VSC - NDR 64b
6789 #- type: "plot"
6790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6791 #  algorithm: "plot_nf_heatmap"
6792 #  output-file-type: ".html"
6793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6794 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6795 #  filter: "'NIC_Intel-XXV710' and
6796 #           'NF_DENSITY' and
6797 #           'VHOST' and
6798 #           not 'VXLAN' and
6799 #           'CHAIN' and
6800 #           'NF_VPPIP4' and
6801 #           '64B' and
6802 #           '2T1C' and
6803 #           'NDRPDR'"
6804 #  parameters:
6805 #  - "throughput"
6806 #  - "name"
6807 #  - "tags"
6808 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6809 #  x-axis: "X = VNFs per Service Chain"
6810 #  y-axis: "Y = Number of Service Chains"
6811 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6812 #  layout:
6813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6814 #    layout: "plot-service-density"
6815 #
6816 #- type: "plot"
6817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6818 #  algorithm: "plot_nf_heatmap"
6819 #  output-file-type: ".html"
6820 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6821 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6822 #  filter: "'NIC_Intel-XXV710' and
6823 #           'NF_DENSITY' and
6824 #           'VHOST' and
6825 #           not 'VXLAN' and
6826 #           'CHAIN' and
6827 #           'NF_VPPIP4' and
6828 #           '64B' and
6829 #           '4T2C' and
6830 #           'NDRPDR'"
6831 #  parameters:
6832 #  - "throughput"
6833 #  - "name"
6834 #  - "tags"
6835 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6836 #  x-axis: "X = VNFs per Service Chain"
6837 #  y-axis: "Y = Number of Service Chains"
6838 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6839 #  layout:
6840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6841 #    layout: "plot-service-density"
6842 #
6843 #- type: "plot"
6844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6845 #  algorithm: "plot_nf_heatmap"
6846 #  output-file-type: ".html"
6847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6848 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6849 #  filter: "'NIC_Intel-XXV710' and
6850 #           'NF_DENSITY' and
6851 #           'VHOST' and
6852 #           not 'VXLAN' and
6853 #           'CHAIN' and
6854 #           'NF_VPPIP4' and
6855 #           '64B' and
6856 #           '8T4C' and
6857 #           'NDRPDR'"
6858 #  parameters:
6859 #  - "throughput"
6860 #  - "name"
6861 #  - "tags"
6862 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6863 #  x-axis: "X = VNFs per Service Chain"
6864 #  y-axis: "Y = Number of Service Chains"
6865 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6866 #  layout:
6867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6868 #    layout: "plot-service-density"
6869 #
6870 ## Plots - NF Density - VSC - NDR IMIX
6871 #- type: "plot"
6872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6873 #  algorithm: "plot_nf_heatmap"
6874 #  output-file-type: ".html"
6875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6876 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6877 #  filter: "'NIC_Intel-XXV710' and
6878 #           'NF_DENSITY' and
6879 #           'VHOST' and
6880 #           not 'VXLAN' and
6881 #           'CHAIN' and
6882 #           'NF_VPPIP4' and
6883 #           'IMIX' and
6884 #           '2T1C' and
6885 #           'NDRPDR'"
6886 #  parameters:
6887 #  - "throughput"
6888 #  - "name"
6889 #  - "tags"
6890 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6891 #  x-axis: "X = VNFs per Service Chain"
6892 #  y-axis: "Y = Number of Service Chains"
6893 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6894 #  layout:
6895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6896 #    layout: "plot-service-density"
6897 #
6898 #- type: "plot"
6899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6900 #  algorithm: "plot_nf_heatmap"
6901 #  output-file-type: ".html"
6902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6903 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6904 #  filter: "'NIC_Intel-XXV710' and
6905 #           'NF_DENSITY' and
6906 #           'VHOST' and
6907 #           not 'VXLAN' and
6908 #           'CHAIN' and
6909 #           'NF_VPPIP4' and
6910 #           'IMIX' and
6911 #           '4T2C' and
6912 #           'NDRPDR'"
6913 #  parameters:
6914 #  - "throughput"
6915 #  - "name"
6916 #  - "tags"
6917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6918 #  x-axis: "X = VNFs per Service Chain"
6919 #  y-axis: "Y = Number of Service Chains"
6920 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6921 #  layout:
6922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6923 #    layout: "plot-service-density"
6924 #
6925 #- type: "plot"
6926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6927 #  algorithm: "plot_nf_heatmap"
6928 #  output-file-type: ".html"
6929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6930 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6931 #  filter: "'NIC_Intel-XXV710' and
6932 #           'NF_DENSITY' and
6933 #           'VHOST' and
6934 #           not 'VXLAN' and
6935 #           'CHAIN' and
6936 #           'NF_VPPIP4' and
6937 #           'IMIX' and
6938 #           '8T4C' and
6939 #           'NDRPDR'"
6940 #  parameters:
6941 #  - "throughput"
6942 #  - "name"
6943 #  - "tags"
6944 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6945 #  x-axis: "X = VNFs per Service Chain"
6946 #  y-axis: "Y = Number of Service Chains"
6947 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6948 #  layout:
6949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6950 #    layout: "plot-service-density"
6951 #
6952 ## Plots - NF Density - VSC - PDR 64b
6953 #- type: "plot"
6954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6955 #  algorithm: "plot_nf_heatmap"
6956 #  output-file-type: ".html"
6957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6958 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6959 #  filter: "'NIC_Intel-XXV710' and
6960 #           'NF_DENSITY' and
6961 #           'VHOST' and
6962 #           not 'VXLAN' and
6963 #           'CHAIN' and
6964 #           'NF_VPPIP4' and
6965 #           '64B' and
6966 #           '2T1C' and
6967 #           'NDRPDR'"
6968 #  parameters:
6969 #  - "throughput"
6970 #  - "name"
6971 #  - "tags"
6972 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6973 #  x-axis: "X = VNFs per Service Chain"
6974 #  y-axis: "Y = Number of Service Chains"
6975 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6976 #  layout:
6977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6978 #    layout: "plot-service-density"
6979 #
6980 #- type: "plot"
6981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6982 #  algorithm: "plot_nf_heatmap"
6983 #  output-file-type: ".html"
6984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6985 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6986 #  filter: "'NIC_Intel-XXV710' and
6987 #           'NF_DENSITY' and
6988 #           'VHOST' and
6989 #           not 'VXLAN' and
6990 #           'CHAIN' and
6991 #           'NF_VPPIP4' and
6992 #           '64B' and
6993 #           '4T2C' and
6994 #           'NDRPDR'"
6995 #  parameters:
6996 #  - "throughput"
6997 #  - "name"
6998 #  - "tags"
6999 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7000 #  x-axis: "X = VNFs per Service Chain"
7001 #  y-axis: "Y = Number of Service Chains"
7002 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7003 #  layout:
7004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7005 #    layout: "plot-service-density"
7006 #
7007 #- type: "plot"
7008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7009 #  algorithm: "plot_nf_heatmap"
7010 #  output-file-type: ".html"
7011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7012 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7013 #  filter: "'NIC_Intel-XXV710' and
7014 #           'NF_DENSITY' and
7015 #           'VHOST' and
7016 #           not 'VXLAN' and
7017 #           'CHAIN' and
7018 #           'NF_VPPIP4' and
7019 #           '64B' and
7020 #           '8T4C' and
7021 #           'NDRPDR'"
7022 #  parameters:
7023 #  - "throughput"
7024 #  - "name"
7025 #  - "tags"
7026 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7027 #  x-axis: "X = VNFs per Service Chain"
7028 #  y-axis: "Y = Number of Service Chains"
7029 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7030 #  layout:
7031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7032 #    layout: "plot-service-density"
7033 #
7034 ## Plots - NF Density - VSC - PDR IMIX
7035 #- type: "plot"
7036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7037 #  algorithm: "plot_nf_heatmap"
7038 #  output-file-type: ".html"
7039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7040 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7041 #  filter: "'NIC_Intel-XXV710' and
7042 #           'NF_DENSITY' and
7043 #           'VHOST' and
7044 #           not 'VXLAN' and
7045 #           'CHAIN' and
7046 #           'NF_VPPIP4' and
7047 #           'IMIX' and
7048 #           '2T1C' and
7049 #           'NDRPDR'"
7050 #  parameters:
7051 #  - "throughput"
7052 #  - "name"
7053 #  - "tags"
7054 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7055 #  x-axis: "X = VNFs per Service Chain"
7056 #  y-axis: "Y = Number of Service Chains"
7057 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7058 #  layout:
7059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7060 #    layout: "plot-service-density"
7061 #
7062 #- type: "plot"
7063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7064 #  algorithm: "plot_nf_heatmap"
7065 #  output-file-type: ".html"
7066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7067 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7068 #  filter: "'NIC_Intel-XXV710' and
7069 #           'NF_DENSITY' and
7070 #           'VHOST' and
7071 #           not 'VXLAN' and
7072 #           'CHAIN' and
7073 #           'NF_VPPIP4' and
7074 #           'IMIX' and
7075 #           '4T2C' and
7076 #           'NDRPDR'"
7077 #  parameters:
7078 #  - "throughput"
7079 #  - "name"
7080 #  - "tags"
7081 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7082 #  x-axis: "X = VNFs per Service Chain"
7083 #  y-axis: "Y = Number of Service Chains"
7084 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7085 #  layout:
7086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7087 #    layout: "plot-service-density"
7088 #
7089 #- type: "plot"
7090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7091 #  algorithm: "plot_nf_heatmap"
7092 #  output-file-type: ".html"
7093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7094 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7095 #  filter: "'NIC_Intel-XXV710' and
7096 #           'NF_DENSITY' and
7097 #           'VHOST' and
7098 #           not 'VXLAN' and
7099 #           'CHAIN' and
7100 #           'NF_VPPIP4' and
7101 #           'IMIX' and
7102 #           '8T4C' and
7103 #           'NDRPDR'"
7104 #  parameters:
7105 #  - "throughput"
7106 #  - "name"
7107 #  - "tags"
7108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7109 #  x-axis: "X = VNFs per Service Chain"
7110 #  y-axis: "Y = Number of Service Chains"
7111 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7112 #  layout:
7113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7114 #    layout: "plot-service-density"
7115 #
7116 ################################################################################
7117 ## Plots - NF Density - VSC - MRR 64b
7118 #- type: "plot"
7119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7120 #  algorithm: "plot_nf_heatmap"
7121 #  output-file-type: ".html"
7122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7123 #  data: "plot-vpp-nfv-2n-skx-mrr"
7124 #  filter: "'NIC_Intel-XXV710' and
7125 #           'NF_DENSITY' and
7126 #           'VHOST' and
7127 #           'VXLAN' and
7128 #           'CHAIN' and
7129 #           '118' and
7130 #           '2T1C' and
7131 #           'MRR'"
7132 #  parameters:
7133 #  - "result"
7134 #  - "name"
7135 #  - "tags"
7136 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7137 #  x-axis: "X = VNFs per Service Chain"
7138 #  y-axis: "Y = Number of Service Chains"
7139 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7140 #  layout:
7141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7142 #    layout: "plot-service-density"
7143 #
7144 #- type: "plot"
7145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7146 #  algorithm: "plot_nf_heatmap"
7147 #  output-file-type: ".html"
7148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7149 #  data: "plot-vpp-nfv-2n-skx-mrr"
7150 #  filter: "'NIC_Intel-XXV710' and
7151 #           'NF_DENSITY' and
7152 #           'VHOST' and
7153 #           'VXLAN' and
7154 #           'CHAIN' and
7155 #           '118' and
7156 #           '4T2C' and
7157 #           'MRR'"
7158 #  parameters:
7159 #  - "result"
7160 #  - "name"
7161 #  - "tags"
7162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7163 #  x-axis: "X = VNFs per Service Chain"
7164 #  y-axis: "Y = Number of Service Chains"
7165 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7166 #  layout:
7167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7168 #    layout: "plot-service-density"
7169 #
7170 #- type: "plot"
7171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7172 #  algorithm: "plot_nf_heatmap"
7173 #  output-file-type: ".html"
7174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7175 #  data: "plot-vpp-nfv-2n-skx-mrr"
7176 #  filter: "'NIC_Intel-XXV710' and
7177 #           'NF_DENSITY' and
7178 #           'VHOST' and
7179 #           'VXLAN' and
7180 #           'CHAIN' and
7181 #           '118' and
7182 #           '8T4C' and
7183 #           'MRR'"
7184 #  parameters:
7185 #  - "result"
7186 #  - "name"
7187 #  - "tags"
7188 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7189 #  x-axis: "X = VNFs per Service Chain"
7190 #  y-axis: "Y = Number of Service Chains"
7191 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7192 #  layout:
7193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7194 #    layout: "plot-service-density"
7195 #
7196 ## Plots - NF Density - VSC - MRR IMIX
7197 #- type: "plot"
7198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7199 #  algorithm: "plot_nf_heatmap"
7200 #  output-file-type: ".html"
7201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7202 #  data: "plot-vpp-nfv-2n-skx-mrr"
7203 #  filter: "'NIC_Intel-XXV710' and
7204 #           'NF_DENSITY' and
7205 #           'VHOST' and
7206 #           'VXLAN' and
7207 #           'CHAIN' and
7208 #           'IMIX' and
7209 #           '2T1C' and
7210 #           'MRR'"
7211 #  parameters:
7212 #  - "result"
7213 #  - "name"
7214 #  - "tags"
7215 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7216 #  x-axis: "X = VNFs per Service Chain"
7217 #  y-axis: "Y = Number of Service Chains"
7218 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7219 #  layout:
7220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7221 #    layout: "plot-service-density"
7222 #
7223 #- type: "plot"
7224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7225 #  algorithm: "plot_nf_heatmap"
7226 #  output-file-type: ".html"
7227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7228 #  data: "plot-vpp-nfv-2n-skx-mrr"
7229 #  filter: "'NIC_Intel-XXV710' and
7230 #           'NF_DENSITY' and
7231 #           'VHOST' and
7232 #           'VXLAN' and
7233 #           'CHAIN' and
7234 #           'IMIX' and
7235 #           '4T2C' and
7236 #           'MRR'"
7237 #  parameters:
7238 #  - "result"
7239 #  - "name"
7240 #  - "tags"
7241 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7242 #  x-axis: "X = VNFs per Service Chain"
7243 #  y-axis: "Y = Number of Service Chains"
7244 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7245 #  layout:
7246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7247 #    layout: "plot-service-density"
7248 #
7249 #- type: "plot"
7250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7251 #  algorithm: "plot_nf_heatmap"
7252 #  output-file-type: ".html"
7253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7254 #  data: "plot-vpp-nfv-2n-skx-mrr"
7255 #  filter: "'NIC_Intel-XXV710' and
7256 #           'NF_DENSITY' and
7257 #           'VHOST' and
7258 #           'VXLAN' and
7259 #           'CHAIN' and
7260 #           'IMIX' and
7261 #           '8T4C' and
7262 #           'MRR'"
7263 #  parameters:
7264 #  - "result"
7265 #  - "name"
7266 #  - "tags"
7267 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7268 #  x-axis: "X = VNFs per Service Chain"
7269 #  y-axis: "Y = Number of Service Chains"
7270 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7271 #  layout:
7272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7273 #    layout: "plot-service-density"
7274 #
7275 ## Plots - NF Density - VSC - NDR 64b
7276 #- type: "plot"
7277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7278 #  algorithm: "plot_nf_heatmap"
7279 #  output-file-type: ".html"
7280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7281 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7282 #  filter: "'NIC_Intel-XXV710' and
7283 #           'NF_DENSITY' and
7284 #           'VHOST' and
7285 #           'VXLAN' and
7286 #           'CHAIN' and
7287 #           '118' and
7288 #           '2T1C' and
7289 #           'NDRPDR'"
7290 #  parameters:
7291 #  - "throughput"
7292 #  - "name"
7293 #  - "tags"
7294 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7295 #  x-axis: "X = VNFs per Service Chain"
7296 #  y-axis: "Y = Number of Service Chains"
7297 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7298 #  layout:
7299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7300 #    layout: "plot-service-density"
7301 #
7302 #- type: "plot"
7303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7304 #  algorithm: "plot_nf_heatmap"
7305 #  output-file-type: ".html"
7306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7308 #  filter: "'NIC_Intel-XXV710' and
7309 #           'NF_DENSITY' and
7310 #           'VHOST' and
7311 #           'VXLAN' and
7312 #           'CHAIN' and
7313 #           '118' and
7314 #           '4T2C' and
7315 #           'NDRPDR'"
7316 #  parameters:
7317 #  - "throughput"
7318 #  - "name"
7319 #  - "tags"
7320 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7321 #  x-axis: "X = VNFs per Service Chain"
7322 #  y-axis: "Y = Number of Service Chains"
7323 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7324 #  layout:
7325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7326 #    layout: "plot-service-density"
7327 #
7328 #- type: "plot"
7329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7330 #  algorithm: "plot_nf_heatmap"
7331 #  output-file-type: ".html"
7332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7333 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7334 #  filter: "'NIC_Intel-XXV710' and
7335 #           'NF_DENSITY' and
7336 #           'VHOST' and
7337 #           'VXLAN' and
7338 #           'CHAIN' and
7339 #           '118' and
7340 #           '8T4C' and
7341 #           'NDRPDR'"
7342 #  parameters:
7343 #  - "throughput"
7344 #  - "name"
7345 #  - "tags"
7346 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7347 #  x-axis: "X = VNFs per Service Chain"
7348 #  y-axis: "Y = Number of Service Chains"
7349 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7350 #  layout:
7351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7352 #    layout: "plot-service-density"
7353 #
7354 ## Plots - NF Density - VSC - NDR IMIX
7355 #- type: "plot"
7356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7357 #  algorithm: "plot_nf_heatmap"
7358 #  output-file-type: ".html"
7359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7360 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7361 #  filter: "'NIC_Intel-XXV710' and
7362 #           'NF_DENSITY' and
7363 #           'VHOST' and
7364 #           'VXLAN' and
7365 #           'CHAIN' and
7366 #           'IMIX' and
7367 #           '2T1C' and
7368 #           'NDRPDR'"
7369 #  parameters:
7370 #  - "throughput"
7371 #  - "name"
7372 #  - "tags"
7373 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7374 #  x-axis: "X = VNFs per Service Chain"
7375 #  y-axis: "Y = Number of Service Chains"
7376 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7377 #  layout:
7378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7379 #    layout: "plot-service-density"
7380 #
7381 #- type: "plot"
7382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7383 #  algorithm: "plot_nf_heatmap"
7384 #  output-file-type: ".html"
7385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7387 #  filter: "'NIC_Intel-XXV710' and
7388 #           'NF_DENSITY' and
7389 #           'VHOST' and
7390 #           'VXLAN' and
7391 #           'CHAIN' and
7392 #           'IMIX' and
7393 #           '4T2C' and
7394 #           'NDRPDR'"
7395 #  parameters:
7396 #  - "throughput"
7397 #  - "name"
7398 #  - "tags"
7399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7400 #  x-axis: "X = VNFs per Service Chain"
7401 #  y-axis: "Y = Number of Service Chains"
7402 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7403 #  layout:
7404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7405 #    layout: "plot-service-density"
7406 #
7407 #- type: "plot"
7408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7409 #  algorithm: "plot_nf_heatmap"
7410 #  output-file-type: ".html"
7411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7412 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7413 #  filter: "'NIC_Intel-XXV710' and
7414 #           'NF_DENSITY' and
7415 #           'VHOST' and
7416 #           'VXLAN' and
7417 #           'CHAIN' and
7418 #           'IMIX' and
7419 #           '8T4C' and
7420 #           'NDRPDR'"
7421 #  parameters:
7422 #  - "throughput"
7423 #  - "name"
7424 #  - "tags"
7425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7426 #  x-axis: "X = VNFs per Service Chain"
7427 #  y-axis: "Y = Number of Service Chains"
7428 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7429 #  layout:
7430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7431 #    layout: "plot-service-density"
7432 #
7433 ## Plots - NF Density - VSC - PDR 64b
7434 #- type: "plot"
7435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7436 #  algorithm: "plot_nf_heatmap"
7437 #  output-file-type: ".html"
7438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7439 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7440 #  filter: "'NIC_Intel-XXV710' and
7441 #           'NF_DENSITY' and
7442 #           'VHOST' and
7443 #           'VXLAN' and
7444 #           'CHAIN' and
7445 #           '118' and
7446 #           '2T1C' and
7447 #           'NDRPDR'"
7448 #  parameters:
7449 #  - "throughput"
7450 #  - "name"
7451 #  - "tags"
7452 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7453 #  x-axis: "X = VNFs per Service Chain"
7454 #  y-axis: "Y = Number of Service Chains"
7455 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7456 #  layout:
7457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7458 #    layout: "plot-service-density"
7459 #
7460 #- type: "plot"
7461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7462 #  algorithm: "plot_nf_heatmap"
7463 #  output-file-type: ".html"
7464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7465 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7466 #  filter: "'NIC_Intel-XXV710' and
7467 #           'NF_DENSITY' and
7468 #           'VHOST' and
7469 #           'VXLAN' and
7470 #           'CHAIN' and
7471 #           '118' and
7472 #           '4T2C' and
7473 #           'NDRPDR'"
7474 #  parameters:
7475 #  - "throughput"
7476 #  - "name"
7477 #  - "tags"
7478 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7479 #  x-axis: "X = VNFs per Service Chain"
7480 #  y-axis: "Y = Number of Service Chains"
7481 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7482 #  layout:
7483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7484 #    layout: "plot-service-density"
7485 #
7486 #- type: "plot"
7487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7488 #  algorithm: "plot_nf_heatmap"
7489 #  output-file-type: ".html"
7490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7491 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7492 #  filter: "'NIC_Intel-XXV710' and
7493 #           'NF_DENSITY' and
7494 #           'VHOST' and
7495 #           'VXLAN' and
7496 #           'CHAIN' and
7497 #           '118' and
7498 #           '8T4C' and
7499 #           'NDRPDR'"
7500 #  parameters:
7501 #  - "throughput"
7502 #  - "name"
7503 #  - "tags"
7504 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7505 #  x-axis: "X = VNFs per Service Chain"
7506 #  y-axis: "Y = Number of Service Chains"
7507 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7508 #  layout:
7509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7510 #    layout: "plot-service-density"
7511 #
7512 ## Plots - NF Density - VSC - PDR IMIX
7513 #- type: "plot"
7514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7515 #  algorithm: "plot_nf_heatmap"
7516 #  output-file-type: ".html"
7517 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7518 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7519 #  filter: "'NIC_Intel-XXV710' and
7520 #           'NF_DENSITY' and
7521 #           'VHOST' and
7522 #           'VXLAN' and
7523 #           'CHAIN' and
7524 #           'IMIX' and
7525 #           '2T1C' and
7526 #           'NDRPDR'"
7527 #  parameters:
7528 #  - "throughput"
7529 #  - "name"
7530 #  - "tags"
7531 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7532 #  x-axis: "X = VNFs per Service Chain"
7533 #  y-axis: "Y = Number of Service Chains"
7534 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7535 #  layout:
7536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7537 #    layout: "plot-service-density"
7538 #
7539 #- type: "plot"
7540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7541 #  algorithm: "plot_nf_heatmap"
7542 #  output-file-type: ".html"
7543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7544 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7545 #  filter: "'NIC_Intel-XXV710' and
7546 #           'NF_DENSITY' and
7547 #           'VHOST' and
7548 #           'VXLAN' and
7549 #           'CHAIN' and
7550 #           'IMIX' and
7551 #           '4T2C' and
7552 #           'NDRPDR'"
7553 #  parameters:
7554 #  - "throughput"
7555 #  - "name"
7556 #  - "tags"
7557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7558 #  x-axis: "X = VNFs per Service Chain"
7559 #  y-axis: "Y = Number of Service Chains"
7560 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7561 #  layout:
7562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7563 #    layout: "plot-service-density"
7564 #
7565 #- type: "plot"
7566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7567 #  algorithm: "plot_nf_heatmap"
7568 #  output-file-type: ".html"
7569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7570 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7571 #  filter: "'NIC_Intel-XXV710' and
7572 #           'NF_DENSITY' and
7573 #           'VHOST' and
7574 #           'VXLAN' and
7575 #           'CHAIN' and
7576 #           'IMIX' and
7577 #           '8T4C' and
7578 #           'NDRPDR'"
7579 #  parameters:
7580 #  - "throughput"
7581 #  - "name"
7582 #  - "tags"
7583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7584 #  x-axis: "X = VNFs per Service Chain"
7585 #  y-axis: "Y = Number of Service Chains"
7586 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7587 #  layout:
7588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7589 #    layout: "plot-service-density"
7590 #
7591 ################################################################################
7592 ## Plots - NF Density - CSC - MRR 64b
7593 #- type: "plot"
7594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7595 #  algorithm: "plot_nf_heatmap"
7596 #  output-file-type: ".html"
7597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7598 #  data: "plot-vpp-nfv-2n-skx-mrr"
7599 #  filter: "'NIC_Intel-XXV710' and
7600 #           'NF_DENSITY' and
7601 #           'DOCKER' and
7602 #           'CHAIN' and
7603 #           'NF_VPPIP4' and
7604 #           '64B' and
7605 #           '2T1C' and
7606 #           'MRR'"
7607 #  parameters:
7608 #  - "result"
7609 #  - "name"
7610 #  - "tags"
7611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7612 #  x-axis: "X = CNFs per Service Chain"
7613 #  y-axis: "Y = Number of Service Chains"
7614 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7615 #  layout:
7616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7617 #    layout: "plot-service-density"
7618 #
7619 #- type: "plot"
7620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7621 #  algorithm: "plot_nf_heatmap"
7622 #  output-file-type: ".html"
7623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7624 #  data: "plot-vpp-nfv-2n-skx-mrr"
7625 #  filter: "'NIC_Intel-XXV710' and
7626 #           'NF_DENSITY' and
7627 #           'DOCKER' and
7628 #           'CHAIN' and
7629 #           'NF_VPPIP4' and
7630 #           '64B' and
7631 #           '4T2C' and
7632 #           'MRR'"
7633 #  parameters:
7634 #  - "result"
7635 #  - "name"
7636 #  - "tags"
7637 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7638 #  x-axis: "X = CNFs per Service Chain"
7639 #  y-axis: "Y = Number of Service Chains"
7640 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7641 #  layout:
7642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7643 #    layout: "plot-service-density"
7644 #
7645 #- type: "plot"
7646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7647 #  algorithm: "plot_nf_heatmap"
7648 #  output-file-type: ".html"
7649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7650 #  data: "plot-vpp-nfv-2n-skx-mrr"
7651 #  filter: "'NIC_Intel-XXV710' and
7652 #           'NF_DENSITY' and
7653 #           'DOCKER' and
7654 #           'CHAIN' and
7655 #           'NF_VPPIP4' and
7656 #           '64B' and
7657 #           '8T4C' and
7658 #           'MRR'"
7659 #  parameters:
7660 #  - "result"
7661 #  - "name"
7662 #  - "tags"
7663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7664 #  x-axis: "X = CNFs per Service Chain"
7665 #  y-axis: "Y = Number of Service Chains"
7666 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7667 #  layout:
7668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7669 #    layout: "plot-service-density"
7670 #
7671 ## Plots - NF Density - CSC - MRR IMIX
7672 #- type: "plot"
7673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7674 #  algorithm: "plot_nf_heatmap"
7675 #  output-file-type: ".html"
7676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7677 #  data: "plot-vpp-nfv-2n-skx-mrr"
7678 #  filter: "'NIC_Intel-XXV710' and
7679 #           'NF_DENSITY' and
7680 #           'DOCKER' and
7681 #           'CHAIN' and
7682 #           'NF_VPPIP4' and
7683 #           'IMIX' and
7684 #           '2T1C' and
7685 #           'MRR'"
7686 #  parameters:
7687 #  - "result"
7688 #  - "name"
7689 #  - "tags"
7690 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7691 #  x-axis: "X = CNFs per Service Chain"
7692 #  y-axis: "Y = Number of Service Chains"
7693 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7694 #  layout:
7695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7696 #    layout: "plot-service-density"
7697 #
7698 #- type: "plot"
7699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7700 #  algorithm: "plot_nf_heatmap"
7701 #  output-file-type: ".html"
7702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7703 #  data: "plot-vpp-nfv-2n-skx-mrr"
7704 #  filter: "'NIC_Intel-XXV710' and
7705 #           'NF_DENSITY' and
7706 #           'DOCKER' and
7707 #           'CHAIN' and
7708 #           'NF_VPPIP4' and
7709 #           'IMIX' and
7710 #           '4T2C' and
7711 #           'MRR'"
7712 #  parameters:
7713 #  - "result"
7714 #  - "name"
7715 #  - "tags"
7716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7717 #  x-axis: "X = CNFs per Service Chain"
7718 #  y-axis: "Y = Number of Service Chains"
7719 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7720 #  layout:
7721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7722 #    layout: "plot-service-density"
7723 #
7724 #- type: "plot"
7725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7726 #  algorithm: "plot_nf_heatmap"
7727 #  output-file-type: ".html"
7728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7729 #  data: "plot-vpp-nfv-2n-skx-mrr"
7730 #  filter: "'NIC_Intel-XXV710' and
7731 #           'NF_DENSITY' and
7732 #           'DOCKER' and
7733 #           'CHAIN' and
7734 #           'NF_VPPIP4' and
7735 #           'IMIX' and
7736 #           '8T4C' and
7737 #           'MRR'"
7738 #  parameters:
7739 #  - "result"
7740 #  - "name"
7741 #  - "tags"
7742 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7743 #  x-axis: "X = CNFs per Service Chain"
7744 #  y-axis: "Y = Number of Service Chains"
7745 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7746 #  layout:
7747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7748 #    layout: "plot-service-density"
7749 #
7750 ## Plots - NF Density - CSC - NDR 64b
7751 #- type: "plot"
7752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7753 #  algorithm: "plot_nf_heatmap"
7754 #  output-file-type: ".html"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'DOCKER' and
7760 #           'CHAIN' and
7761 #           'NF_VPPIP4' and
7762 #           '64B' and
7763 #           '2T1C' and
7764 #           'NDRPDR'"
7765 #  parameters:
7766 #  - "throughput"
7767 #  - "name"
7768 #  - "tags"
7769 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7770 #  x-axis: "X = CNFs per Service Chain"
7771 #  y-axis: "Y = Number of Service Chains"
7772 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7773 #  layout:
7774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7775 #    layout: "plot-service-density"
7776 #
7777 #- type: "plot"
7778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7779 #  algorithm: "plot_nf_heatmap"
7780 #  output-file-type: ".html"
7781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7782 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7783 #  filter: "'NIC_Intel-XXV710' and
7784 #           'NF_DENSITY' and
7785 #           'DOCKER' and
7786 #           'CHAIN' and
7787 #           'NF_VPPIP4' and
7788 #           '64B' and
7789 #           '4T2C' and
7790 #           'NDRPDR'"
7791 #  parameters:
7792 #  - "throughput"
7793 #  - "name"
7794 #  - "tags"
7795 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7796 #  x-axis: "X = CNFs per Service Chain"
7797 #  y-axis: "Y = Number of Service Chains"
7798 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7799 #  layout:
7800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7801 #    layout: "plot-service-density"
7802 #
7803 #- type: "plot"
7804 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7805 #  algorithm: "plot_nf_heatmap"
7806 #  output-file-type: ".html"
7807 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7808 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7809 #  filter: "'NIC_Intel-XXV710' and
7810 #           'NF_DENSITY' and
7811 #           'DOCKER' and
7812 #           'CHAIN' and
7813 #           'NF_VPPIP4' and
7814 #           '64B' and
7815 #           '8T4C' and
7816 #           'NDRPDR'"
7817 #  parameters:
7818 #  - "throughput"
7819 #  - "name"
7820 #  - "tags"
7821 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7822 #  x-axis: "X = CNFs per Service Chain"
7823 #  y-axis: "Y = Number of Service Chains"
7824 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7825 #  layout:
7826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7827 #    layout: "plot-service-density"
7828 #
7829 ## Plots - NF Density - CSC - NDR IMIX
7830 #- type: "plot"
7831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7832 #  algorithm: "plot_nf_heatmap"
7833 #  output-file-type: ".html"
7834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7835 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7836 #  filter: "'NIC_Intel-XXV710' and
7837 #           'NF_DENSITY' and
7838 #           'DOCKER' and
7839 #           'CHAIN' and
7840 #           'NF_VPPIP4' and
7841 #           'IMIX' and
7842 #           '2T1C' and
7843 #           'NDRPDR'"
7844 #  parameters:
7845 #  - "throughput"
7846 #  - "name"
7847 #  - "tags"
7848 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7849 #  x-axis: "X = CNFs per Service Chain"
7850 #  y-axis: "Y = Number of Service Chains"
7851 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7852 #  layout:
7853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7854 #    layout: "plot-service-density"
7855 #
7856 #- type: "plot"
7857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7858 #  algorithm: "plot_nf_heatmap"
7859 #  output-file-type: ".html"
7860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7861 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7862 #  filter: "'NIC_Intel-XXV710' and
7863 #           'NF_DENSITY' and
7864 #           'DOCKER' and
7865 #           'CHAIN' and
7866 #           'NF_VPPIP4' and
7867 #           'IMIX' and
7868 #           '4T2C' and
7869 #           'NDRPDR'"
7870 #  parameters:
7871 #  - "throughput"
7872 #  - "name"
7873 #  - "tags"
7874 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7875 #  x-axis: "X = CNFs per Service Chain"
7876 #  y-axis: "Y = Number of Service Chains"
7877 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7878 #  layout:
7879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7880 #    layout: "plot-service-density"
7881 #
7882 #- type: "plot"
7883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7884 #  algorithm: "plot_nf_heatmap"
7885 #  output-file-type: ".html"
7886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7887 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7888 #  filter: "'NIC_Intel-XXV710' and
7889 #           'NF_DENSITY' and
7890 #           'DOCKER' and
7891 #           'CHAIN' and
7892 #           'NF_VPPIP4' and
7893 #           'IMIX' and
7894 #           '8T4C' and
7895 #           'NDRPDR'"
7896 #  parameters:
7897 #  - "throughput"
7898 #  - "name"
7899 #  - "tags"
7900 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7901 #  x-axis: "X = CNFs per Service Chain"
7902 #  y-axis: "Y = Number of Service Chains"
7903 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7904 #  layout:
7905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7906 #    layout: "plot-service-density"
7907 #
7908 ## Plots - NF Density - CSC - PDR 64b
7909 #- type: "plot"
7910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7911 #  algorithm: "plot_nf_heatmap"
7912 #  output-file-type: ".html"
7913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7914 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7915 #  filter: "'NIC_Intel-XXV710' and
7916 #           'NF_DENSITY' and
7917 #           'DOCKER' and
7918 #           'CHAIN' and
7919 #           'NF_VPPIP4' and
7920 #           '64B' and
7921 #           '2T1C' and
7922 #           'NDRPDR'"
7923 #  parameters:
7924 #  - "throughput"
7925 #  - "name"
7926 #  - "tags"
7927 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7928 #  x-axis: "X = CNFs per Service Chain"
7929 #  y-axis: "Y = Number of Service Chains"
7930 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7931 #  layout:
7932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7933 #    layout: "plot-service-density"
7934 #
7935 #- type: "plot"
7936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7937 #  algorithm: "plot_nf_heatmap"
7938 #  output-file-type: ".html"
7939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7940 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7941 #  filter: "'NIC_Intel-XXV710' and
7942 #           'NF_DENSITY' and
7943 #           'DOCKER' and
7944 #           'CHAIN' and
7945 #           'NF_VPPIP4' and
7946 #           '64B' and
7947 #           '4T2C' and
7948 #           'NDRPDR'"
7949 #  parameters:
7950 #  - "throughput"
7951 #  - "name"
7952 #  - "tags"
7953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7954 #  x-axis: "X = CNFs per Service Chain"
7955 #  y-axis: "Y = Number of Service Chains"
7956 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7957 #  layout:
7958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7959 #    layout: "plot-service-density"
7960 #
7961 #- type: "plot"
7962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7963 #  algorithm: "plot_nf_heatmap"
7964 #  output-file-type: ".html"
7965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7966 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7967 #  filter: "'NIC_Intel-XXV710' and
7968 #           'NF_DENSITY' and
7969 #           'DOCKER' and
7970 #           'CHAIN' and
7971 #           'NF_VPPIP4' and
7972 #           '64B' and
7973 #           '8T4C' and
7974 #           'NDRPDR'"
7975 #  parameters:
7976 #  - "throughput"
7977 #  - "name"
7978 #  - "tags"
7979 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7980 #  x-axis: "X = CNFs per Service Chain"
7981 #  y-axis: "Y = Number of Service Chains"
7982 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7983 #  layout:
7984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7985 #    layout: "plot-service-density"
7986 #
7987 ## Plots - NF Density - CSC - PDR IMIX
7988 #- type: "plot"
7989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7990 #  algorithm: "plot_nf_heatmap"
7991 #  output-file-type: ".html"
7992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7993 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7994 #  filter: "'NIC_Intel-XXV710' and
7995 #           'NF_DENSITY' and
7996 #           'DOCKER' and
7997 #           'CHAIN' and
7998 #           'NF_VPPIP4' and
7999 #           'IMIX' and
8000 #           '2T1C' and
8001 #           'NDRPDR'"
8002 #  parameters:
8003 #  - "throughput"
8004 #  - "name"
8005 #  - "tags"
8006 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8007 #  x-axis: "X = CNFs per Service Chain"
8008 #  y-axis: "Y = Number of Service Chains"
8009 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8010 #  layout:
8011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8012 #    layout: "plot-service-density"
8013 #
8014 #- type: "plot"
8015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8016 #  algorithm: "plot_nf_heatmap"
8017 #  output-file-type: ".html"
8018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8019 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8020 #  filter: "'NIC_Intel-XXV710' and
8021 #           'NF_DENSITY' and
8022 #           'DOCKER' and
8023 #           'CHAIN' and
8024 #           'NF_VPPIP4' and
8025 #           'IMIX' and
8026 #           '4T2C' and
8027 #           'NDRPDR'"
8028 #  parameters:
8029 #  - "throughput"
8030 #  - "name"
8031 #  - "tags"
8032 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8033 #  x-axis: "X = CNFs per Service Chain"
8034 #  y-axis: "Y = Number of Service Chains"
8035 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8036 #  layout:
8037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8038 #    layout: "plot-service-density"
8039 #
8040 #- type: "plot"
8041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8042 #  algorithm: "plot_nf_heatmap"
8043 #  output-file-type: ".html"
8044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8045 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8046 #  filter: "'NIC_Intel-XXV710' and
8047 #           'NF_DENSITY' and
8048 #           'DOCKER' and
8049 #           'CHAIN' and
8050 #           'NF_VPPIP4' and
8051 #           'IMIX' and
8052 #           '8T4C' and
8053 #           'NDRPDR'"
8054 #  parameters:
8055 #  - "throughput"
8056 #  - "name"
8057 #  - "tags"
8058 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8059 #  x-axis: "X = CNFs per Service Chain"
8060 #  y-axis: "Y = Number of Service Chains"
8061 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8062 #  layout:
8063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8064 #    layout: "plot-service-density"
8065 #
8066 ################################################################################
8067 #
8068 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8069 #- type: "plot"
8070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8071 #  algorithm: "plot_nf_heatmap"
8072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8073 #  data: "plot-vpp-nfv-3n-skx-mrr"
8074 #  filter: "'NIC_Intel-XXV710' and
8075 #           'NF_DENSITY' and
8076 #           'DOCKER' and
8077 #           'CHAIN' and
8078 #           'NF_VPPIP4' and
8079 #           'IPSEC' and
8080 #           'TNL_4' and
8081 #           'IMIX' and
8082 #           '2T1C' and
8083 #           'MRR'"
8084 #  parameters:
8085 #  - "result"
8086 #  - "name"
8087 #  - "tags"
8088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8089 #  x-axis: "X = CNFs per Service Chain"
8090 #  y-axis: "Y = Number of Service Chains"
8091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8092 #  layout:
8093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8094 #    layout: "plot-service-density"
8095 #
8096 #- type: "plot"
8097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8098 #  algorithm: "plot_nf_heatmap"
8099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8100 #  data: "plot-vpp-nfv-3n-skx-mrr"
8101 #  filter: "'NIC_Intel-XXV710' and
8102 #           'NF_DENSITY' and
8103 #           'DOCKER' and
8104 #           'CHAIN' and
8105 #           'NF_VPPIP4' and
8106 #           'IPSEC' and
8107 #           'TNL_4' and
8108 #           'IMIX' and
8109 #           '4T2C' and
8110 #           'MRR'"
8111 #  parameters:
8112 #  - "result"
8113 #  - "name"
8114 #  - "tags"
8115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8116 #  x-axis: "X = CNFs per Service Chain"
8117 #  y-axis: "Y = Number of Service Chains"
8118 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8119 #  layout:
8120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8121 #    layout: "plot-service-density"
8122 #
8123 #- type: "plot"
8124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8125 #  algorithm: "plot_nf_heatmap"
8126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8127 #  data: "plot-vpp-nfv-3n-skx-mrr"
8128 #  filter: "'NIC_Intel-XXV710' and
8129 #           'NF_DENSITY' and
8130 #           'DOCKER' and
8131 #           'CHAIN' and
8132 #           'NF_VPPIP4' and
8133 #           'IPSEC' and
8134 #           'TNL_4' and
8135 #           'IMIX' and
8136 #           '8T4C' and
8137 #           'MRR'"
8138 #  parameters:
8139 #  - "result"
8140 #  - "name"
8141 #  - "tags"
8142 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8143 #  x-axis: "X = CNFs per Service Chain"
8144 #  y-axis: "Y = Number of Service Chains"
8145 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8146 #  layout:
8147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8148 #    layout: "plot-service-density"
8149
8150 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8151 - type: "plot"
8152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8153   algorithm: "plot_nf_heatmap"
8154   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8155   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8156   filter: "'NIC_Intel-XXV710' and
8157            'NF_DENSITY' and
8158            'DOCKER' and
8159            'CHAIN' and
8160            'NF_VPPIP4' and
8161            'IPSEC' and
8162            'TNL_4' and
8163            'IMIX' and
8164            '2T1C' and
8165            'NDRPDR'"
8166   parameters:
8167   - "throughput"
8168   - "name"
8169   - "tags"
8170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8171   x-axis: "X = CNFs per Service Chain"
8172   y-axis: "Y = Number of Service Chains"
8173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8174   layout:
8175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8176     layout: "plot-service-density"
8177
8178 - type: "plot"
8179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8180   algorithm: "plot_nf_heatmap"
8181   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8182   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8183   filter: "'NIC_Intel-XXV710' and
8184            'NF_DENSITY' and
8185            'DOCKER' and
8186            'CHAIN' and
8187            'NF_VPPIP4' and
8188            'IPSEC' and
8189            'TNL_4' and
8190            'IMIX' and
8191            '4T2C' and
8192            'NDRPDR'"
8193   parameters:
8194   - "throughput"
8195   - "name"
8196   - "tags"
8197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8198   x-axis: "X = CNFs per Service Chain"
8199   y-axis: "Y = Number of Service Chains"
8200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8201   layout:
8202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8203     layout: "plot-service-density"
8204
8205 - type: "plot"
8206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8207   algorithm: "plot_nf_heatmap"
8208   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8209   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8210   filter: "'NIC_Intel-XXV710' and
8211            'NF_DENSITY' and
8212            'DOCKER' and
8213            'CHAIN' and
8214            'NF_VPPIP4' and
8215            'IPSEC' and
8216            'TNL_4' and
8217            'IMIX' and
8218            '8T4C' and
8219            'NDRPDR'"
8220   parameters:
8221   - "throughput"
8222   - "name"
8223   - "tags"
8224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8225   x-axis: "X = CNFs per Service Chain"
8226   y-axis: "Y = Number of Service Chains"
8227   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8228   layout:
8229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8230     layout: "plot-service-density"
8231
8232 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8233 - type: "plot"
8234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8235   algorithm: "plot_nf_heatmap"
8236   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8237   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8238   filter: "'NIC_Intel-XXV710' and
8239            'NF_DENSITY' and
8240            'DOCKER' and
8241            'CHAIN' and
8242            'NF_VPPIP4' and
8243            'IPSEC' and
8244            'TNL_4' and
8245            'IMIX' and
8246            '2T1C' and
8247            'NDRPDR'"
8248   parameters:
8249   - "throughput"
8250   - "name"
8251   - "tags"
8252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8253   x-axis: "X = CNFs per Service Chain"
8254   y-axis: "Y = Number of Service Chains"
8255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8256   layout:
8257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8258     layout: "plot-service-density"
8259
8260 - type: "plot"
8261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8262   algorithm: "plot_nf_heatmap"
8263   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8264   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8265   filter: "'NIC_Intel-XXV710' and
8266            'NF_DENSITY' and
8267            'DOCKER' and
8268            'CHAIN' and
8269            'NF_VPPIP4' and
8270            'IPSEC' and
8271            'TNL_4' and
8272            'IMIX' and
8273            '4T2C' and
8274            'NDRPDR'"
8275   parameters:
8276   - "throughput"
8277   - "name"
8278   - "tags"
8279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8280   x-axis: "X = CNFs per Service Chain"
8281   y-axis: "Y = Number of Service Chains"
8282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8283   layout:
8284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8285     layout: "plot-service-density"
8286
8287 - type: "plot"
8288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8289   algorithm: "plot_nf_heatmap"
8290   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8291   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8292   filter: "'NIC_Intel-XXV710' and
8293            'NF_DENSITY' and
8294            'DOCKER' and
8295            'CHAIN' and
8296            'NF_VPPIP4' and
8297            'IPSEC' and
8298            'TNL_4' and
8299            'IMIX' and
8300            '8T4C' and
8301            'NDRPDR'"
8302   parameters:
8303   - "throughput"
8304   - "name"
8305   - "tags"
8306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8307   x-axis: "X = CNFs per Service Chain"
8308   y-axis: "Y = Number of Service Chains"
8309   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8310   layout:
8311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8312     layout: "plot-service-density"
8313
8314 ###############################################################################
8315
8316 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8317 - type: "plot"
8318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8319   algorithm: "plot_nf_heatmap"
8320   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8321   data: "plot-vpp-nfv-3n-hsw-mrr"
8322   filter: "'NIC_Intel-XL710' and
8323            'NF_DENSITY' and
8324            'DOCKER' and
8325            'CHAIN' and
8326            'NF_VPPIP4' and
8327            'IMIX' and
8328            'TNL_4' and
8329            '1T1C' and
8330            'MRR'"
8331   parameters:
8332   - "result"
8333   - "name"
8334   - "tags"
8335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8336   x-axis: "X = CNFs per Service Chain"
8337   y-axis: "Y = Number of Service Chains"
8338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8339   layout:
8340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8341     layout: "plot-service-density"
8342
8343 - type: "plot"
8344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8345   algorithm: "plot_nf_heatmap"
8346   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8347   data: "plot-vpp-nfv-3n-hsw-mrr"
8348   filter: "'NIC_Intel-XL710' and
8349            'NF_DENSITY' and
8350            'DOCKER' and
8351            'CHAIN' and
8352            'NF_VPPIP4' and
8353            'IPSEC' and
8354            'TNL_4' and
8355            'IMIX' and
8356            '2T2C' and
8357            'MRR'"
8358   parameters:
8359   - "result"
8360   - "name"
8361   - "tags"
8362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8363   x-axis: "X = CNFs per Service Chain"
8364   y-axis: "Y = Number of Service Chains"
8365   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8366   layout:
8367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8368     layout: "plot-service-density"
8369
8370 - type: "plot"
8371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8372   algorithm: "plot_nf_heatmap"
8373   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8374   data: "plot-vpp-nfv-3n-hsw-mrr"
8375   filter: "'NIC_Intel-XL710' and
8376            'NF_DENSITY' and
8377            'DOCKER' and
8378            'CHAIN' and
8379            'NF_VPPIP4' and
8380            'IPSEC' and
8381            'TNL_4' and
8382            'IMIX' and
8383            '4T4C' and
8384            'MRR'"
8385   parameters:
8386   - "result"
8387   - "name"
8388   - "tags"
8389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8390   x-axis: "X = CNFs per Service Chain"
8391   y-axis: "Y = Number of Service Chains"
8392   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8393   layout:
8394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8395     layout: "plot-service-density"
8396
8397 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8398 - type: "plot"
8399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8400   algorithm: "plot_nf_heatmap"
8401   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8402   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8403   filter: "'NIC_Intel-XL710' and
8404            'NF_DENSITY' and
8405            'DOCKER' and
8406            'CHAIN' and
8407            'NF_VPPIP4' and
8408            'IPSEC' and
8409            'TNL_4' and
8410            'IMIX' and
8411            '1T1C' and
8412            'NDRPDR'"
8413   parameters:
8414   - "throughput"
8415   - "name"
8416   - "tags"
8417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8418   x-axis: "X = CNFs per Service Chain"
8419   y-axis: "Y = Number of Service Chains"
8420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8421   layout:
8422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8423     layout: "plot-service-density"
8424
8425 - type: "plot"
8426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8427   algorithm: "plot_nf_heatmap"
8428   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8429   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8430   filter: "'NIC_Intel-XL710' and
8431            'NF_DENSITY' and
8432            'DOCKER' and
8433            'CHAIN' and
8434            'NF_VPPIP4' and
8435            'IPSEC' and
8436            'TNL_4' and
8437            'IMIX' and
8438            '2T2C' and
8439            'NDRPDR'"
8440   parameters:
8441   - "throughput"
8442   - "name"
8443   - "tags"
8444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8445   x-axis: "X = CNFs per Service Chain"
8446   y-axis: "Y = Number of Service Chains"
8447   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8448   layout:
8449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8450     layout: "plot-service-density"
8451
8452 - type: "plot"
8453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8454   algorithm: "plot_nf_heatmap"
8455   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8456   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8457   filter: "'NIC_Intel-XL710' and
8458            'NF_DENSITY' and
8459            'DOCKER' and
8460            'CHAIN' and
8461            'NF_VPPIP4' and
8462            'IPSEC' and
8463            'TNL_4' and
8464            'IMIX' and
8465            '4T4C' and
8466            'NDRPDR'"
8467   parameters:
8468   - "throughput"
8469   - "name"
8470   - "tags"
8471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8472   x-axis: "X = CNFs per Service Chain"
8473   y-axis: "Y = Number of Service Chains"
8474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8475   layout:
8476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8477     layout: "plot-service-density"
8478
8479 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8480 - type: "plot"
8481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8482   algorithm: "plot_nf_heatmap"
8483   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8484   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8485   filter: "'NIC_Intel-XL710' and
8486            'NF_DENSITY' and
8487            'DOCKER' and
8488            'CHAIN' and
8489            'NF_VPPIP4' and
8490            'IPSEC' and
8491            'TNL_4' and
8492            'IMIX' and
8493            '1T1C' and
8494            'NDRPDR'"
8495   parameters:
8496   - "throughput"
8497   - "name"
8498   - "tags"
8499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8500   x-axis: "X = CNFs per Service Chain"
8501   y-axis: "Y = Number of Service Chains"
8502   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8503   layout:
8504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8505     layout: "plot-service-density"
8506
8507 - type: "plot"
8508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8509   algorithm: "plot_nf_heatmap"
8510   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8511   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8512   filter: "'NIC_Intel-XL710' and
8513            'NF_DENSITY' and
8514            'DOCKER' and
8515            'CHAIN' and
8516            'NF_VPPIP4' and
8517            'IPSEC' and
8518            'TNL_4' and
8519            'IMIX' and
8520            '2T2C' and
8521            'NDRPDR'"
8522   parameters:
8523   - "throughput"
8524   - "name"
8525   - "tags"
8526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8527   x-axis: "X = CNFs per Service Chain"
8528   y-axis: "Y = Number of Service Chains"
8529   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8530   layout:
8531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8532     layout: "plot-service-density"
8533
8534 - type: "plot"
8535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8536   algorithm: "plot_nf_heatmap"
8537   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8538   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8539   filter: "'NIC_Intel-XL710' and
8540            'NF_DENSITY' and
8541            'DOCKER' and
8542            'CHAIN' and
8543            'NF_VPPIP4' and
8544            'IPSEC' and
8545            'TNL_4' and
8546            'IMIX' and
8547            '4T4C' and
8548            'NDRPDR'"
8549   parameters:
8550   - "throughput"
8551   - "name"
8552   - "tags"
8553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8554   x-axis: "X = CNFs per Service Chain"
8555   y-axis: "Y = Number of Service Chains"
8556   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8557   layout:
8558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8559     layout: "plot-service-density"
8560
8561 ###############################################################################
8562
8563 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8564 #- type: "plot"
8565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8566 #  algorithm: "plot_nf_heatmap"
8567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8568 #  data: "plot-vpp-nfv-3n-skx-mrr"
8569 #  filter: "'NIC_Intel-XXV710' and
8570 #           'NF_DENSITY' and
8571 #           'DOCKER' and
8572 #           'CHAIN' and
8573 #           'NF_VPPIP4' and
8574 #           'IPSEC' and
8575 #           'TNL_1000' and
8576 #           'IMIX' and
8577 #           '2T1C' and
8578 #           'MRR'"
8579 #  parameters:
8580 #  - "result"
8581 #  - "name"
8582 #  - "tags"
8583 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8584 #  x-axis: "X = CNFs per Service Chain"
8585 #  y-axis: "Y = Number of Service Chains"
8586 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8587 #  layout:
8588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8589 #    layout: "plot-service-density"
8590 #
8591 #- type: "plot"
8592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8593 #  algorithm: "plot_nf_heatmap"
8594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8595 #  data: "plot-vpp-nfv-3n-skx-mrr"
8596 #  filter: "'NIC_Intel-XXV710' and
8597 #           'NF_DENSITY' and
8598 #           'DOCKER' and
8599 #           'CHAIN' and
8600 #           'NF_VPPIP4' and
8601 #           'IPSEC' and
8602 #           'TNL_1000' and
8603 #           'IMIX' and
8604 #           '4T2C' and
8605 #           'MRR'"
8606 #  parameters:
8607 #  - "result"
8608 #  - "name"
8609 #  - "tags"
8610 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8611 #  x-axis: "X = CNFs per Service Chain"
8612 #  y-axis: "Y = Number of Service Chains"
8613 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8614 #  layout:
8615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8616 #    layout: "plot-service-density"
8617 #
8618 #- type: "plot"
8619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8620 #  algorithm: "plot_nf_heatmap"
8621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8622 #  data: "plot-vpp-nfv-3n-skx-mrr"
8623 #  filter: "'NIC_Intel-XXV710' and
8624 #           'NF_DENSITY' and
8625 #           'DOCKER' and
8626 #           'CHAIN' and
8627 #           'NF_VPPIP4' and
8628 #           'IPSEC' and
8629 #           'TNL_1000' and
8630 #           'IMIX' and
8631 #           '8T4C' and
8632 #           'MRR'"
8633 #  parameters:
8634 #  - "result"
8635 #  - "name"
8636 #  - "tags"
8637 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8638 #  x-axis: "X = CNFs per Service Chain"
8639 #  y-axis: "Y = Number of Service Chains"
8640 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8641 #  layout:
8642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8643 #    layout: "plot-service-density"
8644
8645 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8646 - type: "plot"
8647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8648   algorithm: "plot_nf_heatmap"
8649   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8650   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8651   filter: "'NIC_Intel-XXV710' and
8652            'NF_DENSITY' and
8653            'DOCKER' and
8654            'CHAIN' and
8655            'NF_VPPIP4' and
8656            'IPSEC' and
8657            'TNL_1000' and
8658            'IMIX' and
8659            '2T1C' and
8660            'NDRPDR'"
8661   parameters:
8662   - "throughput"
8663   - "name"
8664   - "tags"
8665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8666   x-axis: "X = CNFs per Service Chain"
8667   y-axis: "Y = Number of Service Chains"
8668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8669   layout:
8670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8671     layout: "plot-service-density"
8672
8673 - type: "plot"
8674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8675   algorithm: "plot_nf_heatmap"
8676   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8677   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8678   filter: "'NIC_Intel-XXV710' and
8679            'NF_DENSITY' and
8680            'DOCKER' and
8681            'CHAIN' and
8682            'NF_VPPIP4' and
8683            'IPSEC' and
8684            'TNL_1000' and
8685            'IMIX' and
8686            '4T2C' and
8687            'NDRPDR'"
8688   parameters:
8689   - "throughput"
8690   - "name"
8691   - "tags"
8692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8693   x-axis: "X = CNFs per Service Chain"
8694   y-axis: "Y = Number of Service Chains"
8695   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8696   layout:
8697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8698     layout: "plot-service-density"
8699
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8704   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8705   filter: "'NIC_Intel-XXV710' and
8706            'NF_DENSITY' and
8707            'DOCKER' and
8708            'CHAIN' and
8709            'NF_VPPIP4' and
8710            'IPSEC' and
8711            'TNL_1000' and
8712            'IMIX' and
8713            '8T4C' and
8714            'NDRPDR'"
8715   parameters:
8716   - "throughput"
8717   - "name"
8718   - "tags"
8719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8720   x-axis: "X = CNFs per Service Chain"
8721   y-axis: "Y = Number of Service Chains"
8722   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8723   layout:
8724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8725     layout: "plot-service-density"
8726
8727 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8728 - type: "plot"
8729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8730   algorithm: "plot_nf_heatmap"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8732   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8733   filter: "'NIC_Intel-XXV710' and
8734            'NF_DENSITY' and
8735            'DOCKER' and
8736            'CHAIN' and
8737            'NF_VPPIP4' and
8738            'IPSEC' and
8739            'TNL_1000' and
8740            'IMIX' and
8741            '2T1C' and
8742            'NDRPDR'"
8743   parameters:
8744   - "throughput"
8745   - "name"
8746   - "tags"
8747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8748   x-axis: "X = CNFs per Service Chain"
8749   y-axis: "Y = Number of Service Chains"
8750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8751   layout:
8752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8753     layout: "plot-service-density"
8754
8755 - type: "plot"
8756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8757   algorithm: "plot_nf_heatmap"
8758   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8759   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8760   filter: "'NIC_Intel-XXV710' and
8761            'NF_DENSITY' and
8762            'DOCKER' and
8763            'CHAIN' and
8764            'NF_VPPIP4' and
8765            'IPSEC' and
8766            'TNL_1000' and
8767            'IMIX' and
8768            '4T2C' and
8769            'NDRPDR'"
8770   parameters:
8771   - "throughput"
8772   - "name"
8773   - "tags"
8774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8775   x-axis: "X = CNFs per Service Chain"
8776   y-axis: "Y = Number of Service Chains"
8777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8778   layout:
8779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8780     layout: "plot-service-density"
8781
8782 - type: "plot"
8783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8784   algorithm: "plot_nf_heatmap"
8785   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8786   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8787   filter: "'NIC_Intel-XXV710' and
8788            'NF_DENSITY' and
8789            'DOCKER' and
8790            'CHAIN' and
8791            'NF_VPPIP4' and
8792            'IPSEC' and
8793            'TNL_1000' and
8794            'IMIX' and
8795            '8T4C' and
8796            'NDRPDR'"
8797   parameters:
8798   - "throughput"
8799   - "name"
8800   - "tags"
8801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8802   x-axis: "X = CNFs per Service Chain"
8803   y-axis: "Y = Number of Service Chains"
8804   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8805   layout:
8806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8807     layout: "plot-service-density"
8808
8809 ###############################################################################
8810
8811 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8812 - type: "plot"
8813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8814   algorithm: "plot_nf_heatmap"
8815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8816   data: "plot-vpp-nfv-3n-hsw-mrr"
8817   filter: "'NIC_Intel-XL710' and
8818            'NF_DENSITY' and
8819            'DOCKER' and
8820            'CHAIN' and
8821            'NF_VPPIP4' and
8822            'IMIX' and
8823            'TNL_1000' and
8824            '1T1C' and
8825            'MRR'"
8826   parameters:
8827   - "result"
8828   - "name"
8829   - "tags"
8830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8831   x-axis: "X = CNFs per Service Chain"
8832   y-axis: "Y = Number of Service Chains"
8833   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8834   layout:
8835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8836     layout: "plot-service-density"
8837
8838 - type: "plot"
8839   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8840   algorithm: "plot_nf_heatmap"
8841   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8842   data: "plot-vpp-nfv-3n-hsw-mrr"
8843   filter: "'NIC_Intel-XL710' and
8844            'NF_DENSITY' and
8845            'DOCKER' and
8846            'CHAIN' and
8847            'NF_VPPIP4' and
8848            'IPSEC' and
8849            'TNL_1000' and
8850            'IMIX' and
8851            '2T2C' and
8852            'MRR'"
8853   parameters:
8854   - "result"
8855   - "name"
8856   - "tags"
8857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8858   x-axis: "X = CNFs per Service Chain"
8859   y-axis: "Y = Number of Service Chains"
8860   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8861   layout:
8862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8863     layout: "plot-service-density"
8864
8865 - type: "plot"
8866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8867   algorithm: "plot_nf_heatmap"
8868   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8869   data: "plot-vpp-nfv-3n-hsw-mrr"
8870   filter: "'NIC_Intel-XL710' and
8871            'NF_DENSITY' and
8872            'DOCKER' and
8873            'CHAIN' and
8874            'NF_VPPIP4' and
8875            'IPSEC' and
8876            'TNL_1000' and
8877            'IMIX' and
8878            '4T4C' and
8879            'MRR'"
8880   parameters:
8881   - "result"
8882   - "name"
8883   - "tags"
8884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8885   x-axis: "X = CNFs per Service Chain"
8886   y-axis: "Y = Number of Service Chains"
8887   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8888   layout:
8889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8890     layout: "plot-service-density"
8891
8892 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8893 - type: "plot"
8894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8895   algorithm: "plot_nf_heatmap"
8896   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8897   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8898   filter: "'NIC_Intel-XL710' and
8899            'NF_DENSITY' and
8900            'DOCKER' and
8901            'CHAIN' and
8902            'NF_VPPIP4' and
8903            'IPSEC' and
8904            'TNL_1000' and
8905            'IMIX' and
8906            '1T1C' and
8907            'NDRPDR'"
8908   parameters:
8909   - "throughput"
8910   - "name"
8911   - "tags"
8912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8913   x-axis: "X = CNFs per Service Chain"
8914   y-axis: "Y = Number of Service Chains"
8915   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8916   layout:
8917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8918     layout: "plot-service-density"
8919
8920 - type: "plot"
8921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8922   algorithm: "plot_nf_heatmap"
8923   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8924   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8925   filter: "'NIC_Intel-XL710' and
8926            'NF_DENSITY' and
8927            'DOCKER' and
8928            'CHAIN' and
8929            'NF_VPPIP4' and
8930            'IPSEC' and
8931            'TNL_1000' and
8932            'IMIX' and
8933            '2T2C' and
8934            'NDRPDR'"
8935   parameters:
8936   - "throughput"
8937   - "name"
8938   - "tags"
8939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8940   x-axis: "X = CNFs per Service Chain"
8941   y-axis: "Y = Number of Service Chains"
8942   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8943   layout:
8944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8945     layout: "plot-service-density"
8946
8947 - type: "plot"
8948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8949   algorithm: "plot_nf_heatmap"
8950   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8951   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8952   filter: "'NIC_Intel-XL710' and
8953            'NF_DENSITY' and
8954            'DOCKER' and
8955            'CHAIN' and
8956            'NF_VPPIP4' and
8957            'IPSEC' and
8958            'TNL_1000' and
8959            'IMIX' and
8960            '4T4C' and
8961            'NDRPDR'"
8962   parameters:
8963   - "throughput"
8964   - "name"
8965   - "tags"
8966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8967   x-axis: "X = CNFs per Service Chain"
8968   y-axis: "Y = Number of Service Chains"
8969   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8970   layout:
8971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8972     layout: "plot-service-density"
8973
8974 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8975 - type: "plot"
8976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8977   algorithm: "plot_nf_heatmap"
8978   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8979   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8980   filter: "'NIC_Intel-XL710' and
8981            'NF_DENSITY' and
8982            'DOCKER' and
8983            'CHAIN' and
8984            'NF_VPPIP4' and
8985            'IPSEC' and
8986            'TNL_1000' and
8987            'IMIX' and
8988            '1T1C' and
8989            'NDRPDR'"
8990   parameters:
8991   - "throughput"
8992   - "name"
8993   - "tags"
8994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8995   x-axis: "X = CNFs per Service Chain"
8996   y-axis: "Y = Number of Service Chains"
8997   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8998   layout:
8999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9000     layout: "plot-service-density"
9001
9002 - type: "plot"
9003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9004   algorithm: "plot_nf_heatmap"
9005   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9006   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9007   filter: "'NIC_Intel-XL710' and
9008            'NF_DENSITY' and
9009            'DOCKER' and
9010            'CHAIN' and
9011            'NF_VPPIP4' and
9012            'IPSEC' and
9013            'TNL_1000' and
9014            'IMIX' and
9015            '2T2C' and
9016            'NDRPDR'"
9017   parameters:
9018   - "throughput"
9019   - "name"
9020   - "tags"
9021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9022   x-axis: "X = CNFs per Service Chain"
9023   y-axis: "Y = Number of Service Chains"
9024   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9025   layout:
9026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9027     layout: "plot-service-density"
9028
9029 - type: "plot"
9030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9031   algorithm: "plot_nf_heatmap"
9032   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9033   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9034   filter: "'NIC_Intel-XL710' and
9035            'NF_DENSITY' and
9036            'DOCKER' and
9037            'CHAIN' and
9038            'NF_VPPIP4' and
9039            'IPSEC' and
9040            'TNL_1000' and
9041            'IMIX' and
9042            '4T4C' and
9043            'NDRPDR'"
9044   parameters:
9045   - "throughput"
9046   - "name"
9047   - "tags"
9048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9049   x-axis: "X = CNFs per Service Chain"
9050   y-axis: "Y = Number of Service Chains"
9051   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9052   layout:
9053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9054     layout: "plot-service-density"
9055
9056 ###############################################################################
9057
9058 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9059 #- type: "plot"
9060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9061 #  algorithm: "plot_nf_heatmap"
9062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9063 #  data: "plot-vpp-nfv-3n-skx-mrr"
9064 #  filter: "'NIC_Intel-XXV710' and
9065 #           'NF_DENSITY' and
9066 #           'DOCKER' and
9067 #           'CHAIN' and
9068 #           'NF_VPPIP4' and
9069 #           'IPSEC' and
9070 #           'TNL_10000' and
9071 #           'IMIX' and
9072 #           '2T1C' and
9073 #           'MRR'"
9074 #  parameters:
9075 #  - "result"
9076 #  - "name"
9077 #  - "tags"
9078 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9079 #  x-axis: "X = CNFs per Service Chain"
9080 #  y-axis: "Y = Number of Service Chains"
9081 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9082 #  layout:
9083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9084 #    layout: "plot-service-density"
9085 #
9086 #- type: "plot"
9087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9088 #  algorithm: "plot_nf_heatmap"
9089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9090 #  data: "plot-vpp-nfv-3n-skx-mrr"
9091 #  filter: "'NIC_Intel-XXV710' and
9092 #           'NF_DENSITY' and
9093 #           'DOCKER' and
9094 #           'CHAIN' and
9095 #           'NF_VPPIP4' and
9096 #           'IPSEC' and
9097 #           'TNL_10000' and
9098 #           'IMIX' and
9099 #           '4T2C' and
9100 #           'MRR'"
9101 #  parameters:
9102 #  - "result"
9103 #  - "name"
9104 #  - "tags"
9105 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9106 #  x-axis: "X = CNFs per Service Chain"
9107 #  y-axis: "Y = Number of Service Chains"
9108 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9109 #  layout:
9110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9111 #    layout: "plot-service-density"
9112 #
9113 #- type: "plot"
9114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9115 #  algorithm: "plot_nf_heatmap"
9116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9117 #  data: "plot-vpp-nfv-3n-skx-mrr"
9118 #  filter: "'NIC_Intel-XXV710' and
9119 #           'NF_DENSITY' and
9120 #           'DOCKER' and
9121 #           'CHAIN' and
9122 #           'NF_VPPIP4' and
9123 #           'IPSEC' and
9124 #           'TNL_10000' and
9125 #           'IMIX' and
9126 #           '8T4C' and
9127 #           'MRR'"
9128 #  parameters:
9129 #  - "result"
9130 #  - "name"
9131 #  - "tags"
9132 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9133 #  x-axis: "X = CNFs per Service Chain"
9134 #  y-axis: "Y = Number of Service Chains"
9135 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9136 #  layout:
9137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9138 #    layout: "plot-service-density"
9139
9140 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9141 - type: "plot"
9142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9143   algorithm: "plot_nf_heatmap"
9144   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9145   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9146   filter: "'NIC_Intel-XXV710' and
9147            'NF_DENSITY' and
9148            'DOCKER' and
9149            'CHAIN' and
9150            'NF_VPPIP4' and
9151            'IPSEC' and
9152            'TNL_10000' and
9153            'IMIX' and
9154            '2T1C' and
9155            'NDRPDR'"
9156   parameters:
9157   - "throughput"
9158   - "name"
9159   - "tags"
9160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9161   x-axis: "X = CNFs per Service Chain"
9162   y-axis: "Y = Number of Service Chains"
9163   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9164   layout:
9165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9166     layout: "plot-service-density"
9167
9168 - type: "plot"
9169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9170   algorithm: "plot_nf_heatmap"
9171   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9172   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9173   filter: "'NIC_Intel-XXV710' and
9174            'NF_DENSITY' and
9175            'DOCKER' and
9176            'CHAIN' and
9177            'NF_VPPIP4' and
9178            'IPSEC' and
9179            'TNL_10000' and
9180            'IMIX' and
9181            '4T2C' and
9182            'NDRPDR'"
9183   parameters:
9184   - "throughput"
9185   - "name"
9186   - "tags"
9187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9188   x-axis: "X = CNFs per Service Chain"
9189   y-axis: "Y = Number of Service Chains"
9190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9191   layout:
9192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9193     layout: "plot-service-density"
9194
9195 - type: "plot"
9196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9197   algorithm: "plot_nf_heatmap"
9198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9199   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9200   filter: "'NIC_Intel-XXV710' and
9201            'NF_DENSITY' and
9202            'DOCKER' and
9203            'CHAIN' and
9204            'NF_VPPIP4' and
9205            'IPSEC' and
9206            'TNL_10000' and
9207            'IMIX' and
9208            '8T4C' and
9209            'NDRPDR'"
9210   parameters:
9211   - "throughput"
9212   - "name"
9213   - "tags"
9214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9215   x-axis: "X = CNFs per Service Chain"
9216   y-axis: "Y = Number of Service Chains"
9217   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9218   layout:
9219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9220     layout: "plot-service-density"
9221
9222 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9223 - type: "plot"
9224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9225   algorithm: "plot_nf_heatmap"
9226   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9227   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9228   filter: "'NIC_Intel-XXV710' and
9229            'NF_DENSITY' and
9230            'DOCKER' and
9231            'CHAIN' and
9232            'NF_VPPIP4' and
9233            'IPSEC' and
9234            'TNL_10000' and
9235            'IMIX' and
9236            '2T1C' and
9237            'NDRPDR'"
9238   parameters:
9239   - "throughput"
9240   - "name"
9241   - "tags"
9242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9243   x-axis: "X = CNFs per Service Chain"
9244   y-axis: "Y = Number of Service Chains"
9245   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9246   layout:
9247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9248     layout: "plot-service-density"
9249
9250 - type: "plot"
9251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9252   algorithm: "plot_nf_heatmap"
9253   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9254   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9255   filter: "'NIC_Intel-XXV710' and
9256            'NF_DENSITY' and
9257            'DOCKER' and
9258            'CHAIN' and
9259            'NF_VPPIP4' and
9260            'IPSEC' and
9261            'TNL_10000' and
9262            'IMIX' and
9263            '4T2C' and
9264            'NDRPDR'"
9265   parameters:
9266   - "throughput"
9267   - "name"
9268   - "tags"
9269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9270   x-axis: "X = CNFs per Service Chain"
9271   y-axis: "Y = Number of Service Chains"
9272   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9273   layout:
9274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9275     layout: "plot-service-density"
9276
9277 - type: "plot"
9278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9279   algorithm: "plot_nf_heatmap"
9280   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9281   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9282   filter: "'NIC_Intel-XXV710' and
9283            'NF_DENSITY' and
9284            'DOCKER' and
9285            'CHAIN' and
9286            'NF_VPPIP4' and
9287            'IPSEC' and
9288            'TNL_10000' and
9289            'IMIX' and
9290            '8T4C' and
9291            'NDRPDR'"
9292   parameters:
9293   - "throughput"
9294   - "name"
9295   - "tags"
9296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9297   x-axis: "X = CNFs per Service Chain"
9298   y-axis: "Y = Number of Service Chains"
9299   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9300   layout:
9301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9302     layout: "plot-service-density"
9303
9304 ###############################################################################
9305
9306 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9307 - type: "plot"
9308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9309   algorithm: "plot_nf_heatmap"
9310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9311   data: "plot-vpp-nfv-3n-hsw-mrr"
9312   filter: "'NIC_Intel-XL710' and
9313            'NF_DENSITY' and
9314            'DOCKER' and
9315            'CHAIN' and
9316            'NF_VPPIP4' and
9317            'IMIX' and
9318            'TNL_10000' and
9319            '1T1C' and
9320            'MRR'"
9321   parameters:
9322   - "result"
9323   - "name"
9324   - "tags"
9325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9326   x-axis: "X = CNFs per Service Chain"
9327   y-axis: "Y = Number of Service Chains"
9328   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9329   layout:
9330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9331     layout: "plot-service-density"
9332
9333 - type: "plot"
9334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9335   algorithm: "plot_nf_heatmap"
9336   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9337   data: "plot-vpp-nfv-3n-hsw-mrr"
9338   filter: "'NIC_Intel-XL710' and
9339            'NF_DENSITY' and
9340            'DOCKER' and
9341            'CHAIN' and
9342            'NF_VPPIP4' and
9343            'IPSEC' and
9344            'TNL_10000' and
9345            'IMIX' and
9346            '2T2C' and
9347            'MRR'"
9348   parameters:
9349   - "result"
9350   - "name"
9351   - "tags"
9352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9353   x-axis: "X = CNFs per Service Chain"
9354   y-axis: "Y = Number of Service Chains"
9355   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9356   layout:
9357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9358     layout: "plot-service-density"
9359
9360 - type: "plot"
9361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9362   algorithm: "plot_nf_heatmap"
9363   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9364   data: "plot-vpp-nfv-3n-hsw-mrr"
9365   filter: "'NIC_Intel-XL710' and
9366            'NF_DENSITY' and
9367            'DOCKER' and
9368            'CHAIN' and
9369            'NF_VPPIP4' and
9370            'IPSEC' and
9371            'TNL_10000' and
9372            'IMIX' and
9373            '4T4C' and
9374            'MRR'"
9375   parameters:
9376   - "result"
9377   - "name"
9378   - "tags"
9379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9380   x-axis: "X = CNFs per Service Chain"
9381   y-axis: "Y = Number of Service Chains"
9382   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9383   layout:
9384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9385     layout: "plot-service-density"
9386
9387 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9388 - type: "plot"
9389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9390   algorithm: "plot_nf_heatmap"
9391   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9392   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9393   filter: "'NIC_Intel-XL710' and
9394            'NF_DENSITY' and
9395            'DOCKER' and
9396            'CHAIN' and
9397            'NF_VPPIP4' and
9398            'IPSEC' and
9399            'TNL_10000' and
9400            'IMIX' and
9401            '1T1C' and
9402            'NDRPDR'"
9403   parameters:
9404   - "throughput"
9405   - "name"
9406   - "tags"
9407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9408   x-axis: "X = CNFs per Service Chain"
9409   y-axis: "Y = Number of Service Chains"
9410   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9411   layout:
9412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9413     layout: "plot-service-density"
9414
9415 - type: "plot"
9416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9417   algorithm: "plot_nf_heatmap"
9418   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9419   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9420   filter: "'NIC_Intel-XL710' and
9421            'NF_DENSITY' and
9422            'DOCKER' and
9423            'CHAIN' and
9424            'NF_VPPIP4' and
9425            'IPSEC' and
9426            'TNL_10000' and
9427            'IMIX' and
9428            '2T2C' and
9429            'NDRPDR'"
9430   parameters:
9431   - "throughput"
9432   - "name"
9433   - "tags"
9434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9435   x-axis: "X = CNFs per Service Chain"
9436   y-axis: "Y = Number of Service Chains"
9437   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9438   layout:
9439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9440     layout: "plot-service-density"
9441
9442 - type: "plot"
9443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9444   algorithm: "plot_nf_heatmap"
9445   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9446   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9447   filter: "'NIC_Intel-XL710' and
9448            'NF_DENSITY' and
9449            'DOCKER' and
9450            'CHAIN' and
9451            'NF_VPPIP4' and
9452            'IPSEC' and
9453            'TNL_10000' and
9454            'IMIX' and
9455            '4T4C' and
9456            'NDRPDR'"
9457   parameters:
9458   - "throughput"
9459   - "name"
9460   - "tags"
9461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9462   x-axis: "X = CNFs per Service Chain"
9463   y-axis: "Y = Number of Service Chains"
9464   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9465   layout:
9466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9467     layout: "plot-service-density"
9468
9469 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9470 - type: "plot"
9471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9472   algorithm: "plot_nf_heatmap"
9473   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9474   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9475   filter: "'NIC_Intel-XL710' and
9476            'NF_DENSITY' and
9477            'DOCKER' and
9478            'CHAIN' and
9479            'NF_VPPIP4' and
9480            'IPSEC' and
9481            'TNL_10000' and
9482            'IMIX' and
9483            '1T1C' and
9484            'NDRPDR'"
9485   parameters:
9486   - "throughput"
9487   - "name"
9488   - "tags"
9489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9490   x-axis: "X = CNFs per Service Chain"
9491   y-axis: "Y = Number of Service Chains"
9492   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9493   layout:
9494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9495     layout: "plot-service-density"
9496
9497 - type: "plot"
9498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9499   algorithm: "plot_nf_heatmap"
9500   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9501   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9502   filter: "'NIC_Intel-XL710' and
9503            'NF_DENSITY' and
9504            'DOCKER' and
9505            'CHAIN' and
9506            'NF_VPPIP4' and
9507            'IPSEC' and
9508            'TNL_10000' and
9509            'IMIX' and
9510            '2T2C' and
9511            'NDRPDR'"
9512   parameters:
9513   - "throughput"
9514   - "name"
9515   - "tags"
9516   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9517   x-axis: "X = CNFs per Service Chain"
9518   y-axis: "Y = Number of Service Chains"
9519   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9520   layout:
9521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9522     layout: "plot-service-density"
9523
9524 - type: "plot"
9525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9526   algorithm: "plot_nf_heatmap"
9527   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9528   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9529   filter: "'NIC_Intel-XL710' and
9530            'NF_DENSITY' and
9531            'DOCKER' and
9532            'CHAIN' and
9533            'NF_VPPIP4' and
9534            'IPSEC' and
9535            'TNL_10000' and
9536            'IMIX' and
9537            '4T4C' and
9538            'NDRPDR'"
9539   parameters:
9540   - "throughput"
9541   - "name"
9542   - "tags"
9543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9544   x-axis: "X = CNFs per Service Chain"
9545   y-axis: "Y = Number of Service Chains"
9546   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9547   layout:
9548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9549     layout: "plot-service-density"
9550
9551 ###############################################################################
9552
9553 # Plots - NF Density - CSP - MRR 64b
9554
9555 #- type: "plot"
9556 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9557 #  algorithm: "plot_nf_heatmap"
9558 #  output-file-type: ".html"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9560 #  data: "plot-vpp-nfv-2n-skx-mrr"
9561 #  filter: "'NIC_Intel-XXV710' and
9562 #           'NF_DENSITY' and
9563 #           'DOCKER' and
9564 #           'PIPELINE' and
9565 #           'NF_VPPIP4' and
9566 #           '64B' and
9567 #           '2T1C' and
9568 #           'MRR'"
9569 #  parameters:
9570 #  - "result"
9571 #  - "name"
9572 #  - "tags"
9573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9574 #  x-axis: "X = CNFs per Service Pipeline"
9575 #  y-axis: "Y = Number of Service Pipelines"
9576 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9577 #  layout:
9578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9579 #    layout: "plot-service-density"
9580 #
9581 #- type: "plot"
9582 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9583 #  algorithm: "plot_nf_heatmap"
9584 #  output-file-type: ".html"
9585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9586 #  data: "plot-vpp-nfv-2n-skx-mrr"
9587 #  filter: "'NIC_Intel-XXV710' and
9588 #           'NF_DENSITY' and
9589 #           'DOCKER' and
9590 #           'PIPELINE' and
9591 #           'NF_VPPIP4' and
9592 #           '64B' and
9593 #           '4T2C' and
9594 #           'MRR'"
9595 #  parameters:
9596 #  - "result"
9597 #  - "name"
9598 #  - "tags"
9599 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9600 #  x-axis: "X = CNFs per Service Pipeline"
9601 #  y-axis: "Y = Number of Service Pipelines"
9602 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9603 #  layout:
9604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9605 #    layout: "plot-service-density"
9606 #
9607 #- type: "plot"
9608 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9609 #  algorithm: "plot_nf_heatmap"
9610 #  output-file-type: ".html"
9611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9612 #  data: "plot-vpp-nfv-2n-skx-mrr"
9613 #  filter: "'NIC_Intel-XXV710' and
9614 #           'NF_DENSITY' and
9615 #           'DOCKER' and
9616 #           'PIPELINE' and
9617 #           'NF_VPPIP4' and
9618 #           '64B' and
9619 #           '8T4C' and
9620 #           'MRR'"
9621 #  parameters:
9622 #  - "result"
9623 #  - "name"
9624 #  - "tags"
9625 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9626 #  x-axis: "X = CNFs per Service Pipeline"
9627 #  y-axis: "Y = Number of Service Pipelines"
9628 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9629 #  layout:
9630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9631 #    layout: "plot-service-density"
9632 #
9633 ## Plots - NF Density - CSP - MRR IMIX
9634 #- type: "plot"
9635 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9636 #  algorithm: "plot_nf_heatmap"
9637 #  output-file-type: ".html"
9638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9639 #  data: "plot-vpp-nfv-2n-skx-mrr"
9640 #  filter: "'NIC_Intel-XXV710' and
9641 #           'NF_DENSITY' and
9642 #           'DOCKER' and
9643 #           'PIPELINE' and
9644 #           'NF_VPPIP4' and
9645 #           'IMIX' and
9646 #           '2T1C' and
9647 #           'MRR'"
9648 #  parameters:
9649 #  - "result"
9650 #  - "name"
9651 #  - "tags"
9652 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9653 #  x-axis: "X = CNFs per Service Pipeline"
9654 #  y-axis: "Y = Number of Service Pipelines"
9655 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9656 #  layout:
9657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9658 #    layout: "plot-service-density"
9659 #
9660 #- type: "plot"
9661 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9662 #  algorithm: "plot_nf_heatmap"
9663 #  output-file-type: ".html"
9664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9665 #  data: "plot-vpp-nfv-2n-skx-mrr"
9666 #  filter: "'NIC_Intel-XXV710' and
9667 #           'NF_DENSITY' and
9668 #           'DOCKER' and
9669 #           'PIPELINE' and
9670 #           'NF_VPPIP4' and
9671 #           'IMIX' and
9672 #           '4T2C' and
9673 #           'MRR'"
9674 #  parameters:
9675 #  - "result"
9676 #  - "name"
9677 #  - "tags"
9678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9679 #  x-axis: "X = CNFs per Service Pipeline"
9680 #  y-axis: "Y = Number of Service Pipelines"
9681 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9682 #  layout:
9683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9684 #    layout: "plot-service-density"
9685 #
9686 #- type: "plot"
9687 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9688 #  algorithm: "plot_nf_heatmap"
9689 #  output-file-type: ".html"
9690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9691 #  data: "plot-vpp-nfv-2n-skx-mrr"
9692 #  filter: "'NIC_Intel-XXV710' and
9693 #           'NF_DENSITY' and
9694 #           'DOCKER' and
9695 #           'PIPELINE' and
9696 #           'NF_VPPIP4' and
9697 #           'IMIX' and
9698 #           '8T4C' and
9699 #           'MRR'"
9700 #  parameters:
9701 #  - "result"
9702 #  - "name"
9703 #  - "tags"
9704 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9705 #  x-axis: "X = CNFs per Service Pipeline"
9706 #  y-axis: "Y = Number of Service Pipelines"
9707 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9708 #  layout:
9709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9710 #    layout: "plot-service-density"
9711 #
9712 ## Plots - NF Density - CSP - NDR 64b
9713 #- type: "plot"
9714 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9715 #  algorithm: "plot_nf_heatmap"
9716 #  output-file-type: ".html"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9719 #  filter: "'NIC_Intel-XXV710' and
9720 #           'NF_DENSITY' and
9721 #           'DOCKER' and
9722 #           'PIPELINE' and
9723 #           'NF_VPPIP4' and
9724 #           '64B' and
9725 #           '2T1C' and
9726 #           'NDRPDR'"
9727 #  parameters:
9728 #  - "throughput"
9729 #  - "name"
9730 #  - "tags"
9731 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9732 #  x-axis: "X = CNFs per Service Pipeline"
9733 #  y-axis: "Y = Number of Service Pipelines"
9734 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9735 #  layout:
9736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9737 #    layout: "plot-service-density"
9738 #
9739 #- type: "plot"
9740 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9741 #  algorithm: "plot_nf_heatmap"
9742 #  output-file-type: ".html"
9743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9745 #  filter: "'NIC_Intel-XXV710' and
9746 #           'NF_DENSITY' and
9747 #           'DOCKER' and
9748 #           'PIPELINE' and
9749 #           'NF_VPPIP4' and
9750 #           '64B' and
9751 #           '4T2C' and
9752 #           'NDRPDR'"
9753 #  parameters:
9754 #  - "throughput"
9755 #  - "name"
9756 #  - "tags"
9757 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9758 #  x-axis: "X = CNFs per Service Pipeline"
9759 #  y-axis: "Y = Number of Service Pipelines"
9760 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9761 #  layout:
9762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9763 #    layout: "plot-service-density"
9764 #
9765 #- type: "plot"
9766 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9767 #  algorithm: "plot_nf_heatmap"
9768 #  output-file-type: ".html"
9769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9771 #  filter: "'NIC_Intel-XXV710' and
9772 #           'NF_DENSITY' and
9773 #           'DOCKER' and
9774 #           'PIPELINE' and
9775 #           'NF_VPPIP4' and
9776 #           '64B' and
9777 #           '8T4C' and
9778 #           'NDRPDR'"
9779 #  parameters:
9780 #  - "throughput"
9781 #  - "name"
9782 #  - "tags"
9783 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9784 #  x-axis: "X = CNFs per Service Pipeline"
9785 #  y-axis: "Y = Number of Service Pipelines"
9786 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9787 #  layout:
9788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9789 #    layout: "plot-service-density"
9790 #
9791 ## Plots - NF Density - CSP - NDR IMIX
9792 #- type: "plot"
9793 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9794 #  algorithm: "plot_nf_heatmap"
9795 #  output-file-type: ".html"
9796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9797 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9798 #  filter: "'NIC_Intel-XXV710' and
9799 #           'NF_DENSITY' and
9800 #           'DOCKER' and
9801 #           'PIPELINE' and
9802 #           'NF_VPPIP4' and
9803 #           'IMIX' and
9804 #           '2T1C' and
9805 #           'NDRPDR'"
9806 #  parameters:
9807 #  - "throughput"
9808 #  - "name"
9809 #  - "tags"
9810 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9811 #  x-axis: "X = CNFs per Service Pipeline"
9812 #  y-axis: "Y = Number of Service Pipelines"
9813 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9814 #  layout:
9815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9816 #    layout: "plot-service-density"
9817 #
9818 #- type: "plot"
9819 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9820 #  algorithm: "plot_nf_heatmap"
9821 #  output-file-type: ".html"
9822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9824 #  filter: "'NIC_Intel-XXV710' and
9825 #           'NF_DENSITY' and
9826 #           'DOCKER' and
9827 #           'PIPELINE' and
9828 #           'NF_VPPIP4' and
9829 #           'IMIX' and
9830 #           '4T2C' and
9831 #           'NDRPDR'"
9832 #  parameters:
9833 #  - "throughput"
9834 #  - "name"
9835 #  - "tags"
9836 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9837 #  x-axis: "X = CNFs per Service Pipeline"
9838 #  y-axis: "Y = Number of Service Pipelines"
9839 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9840 #  layout:
9841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9842 #    layout: "plot-service-density"
9843 #
9844 #- type: "plot"
9845 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9846 #  algorithm: "plot_nf_heatmap"
9847 #  output-file-type: ".html"
9848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9849 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9850 #  filter: "'NIC_Intel-XXV710' and
9851 #           'NF_DENSITY' and
9852 #           'DOCKER' and
9853 #           'PIPELINE' and
9854 #           'NF_VPPIP4' and
9855 #           'IMIX' and
9856 #           '8T4C' and
9857 #           'NDRPDR'"
9858 #  parameters:
9859 #  - "throughput"
9860 #  - "name"
9861 #  - "tags"
9862 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9863 #  x-axis: "X = CNFs per Service Pipeline"
9864 #  y-axis: "Y = Number of Service Pipelines"
9865 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9866 #  layout:
9867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9868 #    layout: "plot-service-density"
9869 #
9870 ## Plots - NF Density - CSP - PDR 64b
9871 #- type: "plot"
9872 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9873 #  algorithm: "plot_nf_heatmap"
9874 #  output-file-type: ".html"
9875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9876 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9877 #  filter: "'NIC_Intel-XXV710' and
9878 #           'NF_DENSITY' and
9879 #           'DOCKER' and
9880 #           'PIPELINE' and
9881 #           'NF_VPPIP4' and
9882 #           '64B' and
9883 #           '2T1C' and
9884 #           'NDRPDR'"
9885 #  parameters:
9886 #  - "throughput"
9887 #  - "name"
9888 #  - "tags"
9889 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9890 #  x-axis: "X = CNFs per Service Pipeline"
9891 #  y-axis: "Y = Number of Service Pipelines"
9892 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9893 #  layout:
9894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9895 #    layout: "plot-service-density"
9896 #
9897 #- type: "plot"
9898 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9899 #  algorithm: "plot_nf_heatmap"
9900 #  output-file-type: ".html"
9901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9902 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9903 #  filter: "'NIC_Intel-XXV710' and
9904 #           'NF_DENSITY' and
9905 #           'DOCKER' and
9906 #           'PIPELINE' and
9907 #           'NF_VPPIP4' and
9908 #           '64B' and
9909 #           '4T2C' and
9910 #           'NDRPDR'"
9911 #  parameters:
9912 #  - "throughput"
9913 #  - "name"
9914 #  - "tags"
9915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9916 #  x-axis: "X = CNFs per Service Pipeline"
9917 #  y-axis: "Y = Number of Service Pipelines"
9918 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9919 #  layout:
9920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9921 #    layout: "plot-service-density"
9922 #
9923 #- type: "plot"
9924 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9925 #  algorithm: "plot_nf_heatmap"
9926 #  output-file-type: ".html"
9927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9928 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9929 #  filter: "'NIC_Intel-XXV710' and
9930 #           'NF_DENSITY' and
9931 #           'DOCKER' and
9932 #           'PIPELINE' and
9933 #           'NF_VPPIP4' and
9934 #           '64B' and
9935 #           '8T4C' and
9936 #           'NDRPDR'"
9937 #  parameters:
9938 #  - "throughput"
9939 #  - "name"
9940 #  - "tags"
9941 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9942 #  x-axis: "X = CNFs per Service Pipeline"
9943 #  y-axis: "Y = Number of Service Pipelines"
9944 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9945 #  layout:
9946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9947 #    layout: "plot-service-density"
9948 #
9949 ## Plots - NF Density - CSP - PDR IMIX
9950 #- type: "plot"
9951 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9952 #  algorithm: "plot_nf_heatmap"
9953 #  output-file-type: ".html"
9954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9955 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9956 #  filter: "'NIC_Intel-XXV710' and
9957 #           'NF_DENSITY' and
9958 #           'DOCKER' and
9959 #           'PIPELINE' and
9960 #           'NF_VPPIP4' and
9961 #           'IMIX' and
9962 #           '2T1C' and
9963 #           'NDRPDR'"
9964 #  parameters:
9965 #  - "throughput"
9966 #  - "name"
9967 #  - "tags"
9968 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9969 #  x-axis: "X = CNFs per Service Pipeline"
9970 #  y-axis: "Y = Number of Service Pipelines"
9971 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9972 #  layout:
9973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9974 #    layout: "plot-service-density"
9975 #
9976 #- type: "plot"
9977 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9978 #  algorithm: "plot_nf_heatmap"
9979 #  output-file-type: ".html"
9980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9981 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9982 #  filter: "'NIC_Intel-XXV710' and
9983 #           'NF_DENSITY' and
9984 #           'DOCKER' and
9985 #           'PIPELINE' and
9986 #           'NF_VPPIP4' and
9987 #           'IMIX' and
9988 #           '4T2C' and
9989 #           'NDRPDR'"
9990 #  parameters:
9991 #  - "throughput"
9992 #  - "name"
9993 #  - "tags"
9994 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9995 #  x-axis: "X = CNFs per Service Pipeline"
9996 #  y-axis: "Y = Number of Service Pipelines"
9997 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9998 #  layout:
9999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10000 #    layout: "plot-service-density"
10001 #
10002 #- type: "plot"
10003 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10004 #  algorithm: "plot_nf_heatmap"
10005 #  output-file-type: ".html"
10006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10007 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10008 #  filter: "'NIC_Intel-XXV710' and
10009 #           'NF_DENSITY' and
10010 #           'DOCKER' and
10011 #           'PIPELINE' and
10012 #           'NF_VPPIP4' and
10013 #           'IMIX' and
10014 #           '8T4C' and
10015 #           'NDRPDR'"
10016 #  parameters:
10017 #  - "throughput"
10018 #  - "name"
10019 #  - "tags"
10020 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10021 #  x-axis: "X = CNFs per Service Pipeline"
10022 #  y-axis: "Y = Number of Service Pipelines"
10023 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10024 #  layout:
10025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10026 #    layout: "plot-service-density"
10027
10028 ###############################################################################
10029 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10030
10031 - type: "plot"
10032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10033   algorithm: "plot_nf_heatmap"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10036   data: "plot-vpp-nfv-2n-clx-mrr"
10037   filter: "'NIC_Intel-XXV710' and
10038            'NF_DENSITY' and
10039            'VHOST' and
10040            not 'VXLAN' and
10041            'CHAIN' and
10042            'NF_VPPIP4' and
10043            'IMIX' and
10044            '2T1C' and
10045            'MRR'"
10046   parameters:
10047   - "result"
10048   - "name"
10049   - "tags"
10050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10051   x-axis: "X = VNFs per Service Chain"
10052   y-axis: "Y = Number of Service Chains"
10053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10054   layout:
10055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10056     layout: "plot-service-density"
10057
10058 - type: "plot"
10059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10060   algorithm: "plot_nf_heatmap"
10061   output-file-type: ".html"
10062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10063   data: "plot-vpp-nfv-2n-clx-mrr"
10064   filter: "'NIC_Intel-XXV710' and
10065            'NF_DENSITY' and
10066            'VHOST' and
10067            not 'VXLAN' and
10068            'CHAIN' and
10069            'NF_VPPIP4' and
10070            'IMIX' and
10071            '4T2C' and
10072            'MRR'"
10073   parameters:
10074   - "result"
10075   - "name"
10076   - "tags"
10077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10078   x-axis: "X = VNFs per Service Chain"
10079   y-axis: "Y = Number of Service Chains"
10080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10081   layout:
10082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10083     layout: "plot-service-density"
10084
10085 - type: "plot"
10086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10087   algorithm: "plot_nf_heatmap"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10090   data: "plot-vpp-nfv-2n-clx-mrr"
10091   filter: "'NIC_Intel-XXV710' and
10092            'NF_DENSITY' and
10093            'VHOST' and
10094            not 'VXLAN' and
10095            'CHAIN' and
10096            'NF_VPPIP4' and
10097            'IMIX' and
10098            '8T4C' and
10099            'MRR'"
10100   parameters:
10101   - "result"
10102   - "name"
10103   - "tags"
10104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10105   x-axis: "X = VNFs per Service Chain"
10106   y-axis: "Y = Number of Service Chains"
10107   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10108   layout:
10109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10110     layout: "plot-service-density"
10111
10112 # Plots - NF Density - VSC - NDR IMIX
10113 - type: "plot"
10114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10115   algorithm: "plot_nf_heatmap"
10116   output-file-type: ".html"
10117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10118   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10119   filter: "'NIC_Intel-XXV710' and
10120            'NF_DENSITY' and
10121            'VHOST' and
10122            not 'VXLAN' and
10123            'CHAIN' and
10124            'NF_VPPIP4' and
10125            'IMIX' and
10126            '2T1C' and
10127            'NDRPDR'"
10128   parameters:
10129   - "throughput"
10130   - "name"
10131   - "tags"
10132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10133   x-axis: "X = VNFs per Service Chain"
10134   y-axis: "Y = Number of Service Chains"
10135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10136   layout:
10137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10138     layout: "plot-service-density"
10139
10140 - type: "plot"
10141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10142   algorithm: "plot_nf_heatmap"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10145   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10146   filter: "'NIC_Intel-XXV710' and
10147            'NF_DENSITY' and
10148            'VHOST' and
10149            not 'VXLAN' and
10150            'CHAIN' and
10151            'NF_VPPIP4' and
10152            'IMIX' and
10153            '4T2C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = VNFs per Service Chain"
10161   y-axis: "Y = Number of Service Chains"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 - type: "plot"
10168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10169   algorithm: "plot_nf_heatmap"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'VHOST' and
10176            not 'VXLAN' and
10177            'CHAIN' and
10178            'NF_VPPIP4' and
10179            'IMIX' and
10180            '8T4C' and
10181            'NDRPDR'"
10182   parameters:
10183   - "throughput"
10184   - "name"
10185   - "tags"
10186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10187   x-axis: "X = VNFs per Service Chain"
10188   y-axis: "Y = Number of Service Chains"
10189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10190   layout:
10191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10192     layout: "plot-service-density"
10193
10194 # Plots - NF Density - VSC - PDR IMIX
10195 - type: "plot"
10196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10197   algorithm: "plot_nf_heatmap"
10198   output-file-type: ".html"
10199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10200   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10201   filter: "'NIC_Intel-XXV710' and
10202            'NF_DENSITY' and
10203            'VHOST' and
10204            not 'VXLAN' and
10205            'CHAIN' and
10206            'NF_VPPIP4' and
10207            'IMIX' and
10208            '2T1C' and
10209            'NDRPDR'"
10210   parameters:
10211   - "throughput"
10212   - "name"
10213   - "tags"
10214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = VNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10220     layout: "plot-service-density"
10221
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10227   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'VHOST' and
10231            not 'VXLAN' and
10232            'CHAIN' and
10233            'NF_VPPIP4' and
10234            'IMIX' and
10235            '4T2C' and
10236            'NDRPDR'"
10237   parameters:
10238   - "throughput"
10239   - "name"
10240   - "tags"
10241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = VNFs per Service Chain"
10243   y-axis: "Y = Number of Service Chains"
10244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10247     layout: "plot-service-density"
10248
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10254   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'VHOST' and
10258            not 'VXLAN' and
10259            'CHAIN' and
10260            'NF_VPPIP4' and
10261            'IMIX' and
10262            '8T4C' and
10263            'NDRPDR'"
10264   parameters:
10265   - "throughput"
10266   - "name"
10267   - "tags"
10268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10269   x-axis: "X = VNFs per Service Chain"
10270   y-axis: "Y = Number of Service Chains"
10271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10272   layout:
10273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10274     layout: "plot-service-density"
10275
10276 # Plots - NF Density - VSC - MRR IMIX
10277 - type: "plot"
10278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10279   algorithm: "plot_nf_heatmap"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10282   data: "plot-vpp-nfv-2n-clx-mrr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'VHOST' and
10286            'VXLAN' and
10287            'CHAIN' and
10288            'IMIX' and
10289            '2T1C' and
10290            'MRR'"
10291   parameters:
10292   - "result"
10293   - "name"
10294   - "tags"
10295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10296   x-axis: "X = VNFs per Service Chain"
10297   y-axis: "Y = Number of Service Chains"
10298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10301     layout: "plot-service-density"
10302
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10308   data: "plot-vpp-nfv-2n-clx-mrr"
10309   filter: "'NIC_Intel-XXV710' and
10310            'NF_DENSITY' and
10311            'VHOST' and
10312            'VXLAN' and
10313            'CHAIN' and
10314            'IMIX' and
10315            '4T2C' and
10316            'MRR'"
10317   parameters:
10318   - "result"
10319   - "name"
10320   - "tags"
10321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = VNFs per Service Chain"
10323   y-axis: "Y = Number of Service Chains"
10324   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10327     layout: "plot-service-density"
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10334   data: "plot-vpp-nfv-2n-clx-mrr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'VHOST' and
10338            'VXLAN' and
10339            'CHAIN' and
10340            'IMIX' and
10341            '8T4C' and
10342            'MRR'"
10343   parameters:
10344   - "result"
10345   - "name"
10346   - "tags"
10347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10348   x-axis: "X = VNFs per Service Chain"
10349   y-axis: "Y = Number of Service Chains"
10350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10351   layout:
10352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10353     layout: "plot-service-density"
10354
10355 # Plots - NF Density - VSC - NDR IMIX
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10361   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'VHOST' and
10365            'VXLAN' and
10366            'CHAIN' a
10367            'IMIX' and
10368            '2T1C' and
10369            'NDRPDR'"
10370   parameters:
10371   - "throughput"
10372   - "name"
10373   - "tags"
10374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = VNFs per Service Chain"
10376   y-axis: "Y = Number of Service Chains"
10377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10380     layout: "plot-service-density"
10381
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10387   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'VHOST' and
10391            'VXLAN' and
10392            'CHAIN' and
10393            'IMIX' and
10394            '4T2C' and
10395            'NDRPDR'"
10396   parameters:
10397   - "throughput"
10398   - "name"
10399   - "tags"
10400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = VNFs per Service Chain"
10402   y-axis: "Y = Number of Service Chains"
10403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10406     layout: "plot-service-density"
10407
10408 - type: "plot"
10409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10410   algorithm: "plot_nf_heatmap"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10414   filter: "'NIC_Intel-XXV710' and
10415            'NF_DENSITY' and
10416            'VHOST' and
10417            'VXLAN' and
10418            'CHAIN' and
10419            'IMIX' and
10420            '8T4C' and
10421            'NDRPDR'"
10422   parameters:
10423   - "throughput"
10424   - "name"
10425   - "tags"
10426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = VNFs per Service Chain"
10428   y-axis: "Y = Number of Service Chains"
10429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10432     layout: "plot-service-density"
10433
10434 # Plots - NF Density - VSC - PDR IMIX
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'VHOST' and
10444            'VXLAN' and
10445            'CHAIN' and
10446            'IMIX' and
10447            '2T1C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = VNFs per Service Chain"
10455   y-axis: "Y = Number of Service Chains"
10456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10459     layout: "plot-service-density"
10460
10461 - type: "plot"
10462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10463   algorithm: "plot_nf_heatmap"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10466   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10467   filter: "'NIC_Intel-XXV710' and
10468            'NF_DENSITY' and
10469            'VHOST' and
10470            'VXLAN' and
10471            'CHAIN' and
10472            'IMIX' and
10473            '4T2C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = VNFs per Service Chain"
10481   y-axis: "Y = Number of Service Chains"
10482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10485     layout: "plot-service-density"
10486
10487 - type: "plot"
10488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10489   algorithm: "plot_nf_heatmap"
10490   output-file-type: ".html"
10491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10492   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10493   filter: "'NIC_Intel-XXV710' and
10494            'NF_DENSITY' and
10495            'VHOST' and
10496            'VXLAN' and
10497            'CHAIN' and
10498            'IMIX' and
10499            '8T4C' and
10500            'NDRPDR'"
10501   parameters:
10502   - "throughput"
10503   - "name"
10504   - "tags"
10505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10506   x-axis: "X = VNFs per Service Chain"
10507   y-axis: "Y = Number of Service Chains"
10508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10509   layout:
10510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10511     layout: "plot-service-density"
10512
10513 # Plots - NF Density - CSC - MRR IMIX
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10519   data: "plot-vpp-nfv-2n-clx-mrr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'DOCKER' and
10523            'CHAIN' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '2T1C' and
10527            'MRR'"
10528   parameters:
10529   - "result"
10530   - "name"
10531   - "tags"
10532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10533   x-axis: "X = CNFs per Service Chain"
10534   y-axis: "Y = Number of Service Chains"
10535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10538     layout: "plot-service-density"
10539
10540 - type: "plot"
10541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10542   algorithm: "plot_nf_heatmap"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10545   data: "plot-vpp-nfv-2n-clx-mrr"
10546   filter: "'NIC_Intel-XXV710' and
10547            'NF_DENSITY' and
10548            'DOCKER' and
10549            'CHAIN' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '4T2C' and
10553            'MRR'"
10554   parameters:
10555   - "result"
10556   - "name"
10557   - "tags"
10558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = CNFs per Service Chain"
10560   y-axis: "Y = Number of Service Chains"
10561   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10564     layout: "plot-service-density"
10565
10566 - type: "plot"
10567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10568   algorithm: "plot_nf_heatmap"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10571   data: "plot-vpp-nfv-2n-clx-mrr"
10572   filter: "'NIC_Intel-XXV710' and
10573            'NF_DENSITY' and
10574            'DOCKER' and
10575            'CHAIN' and
10576            'NF_VPPIP4' and
10577            'IMIX' and
10578            '8T4C' and
10579            'MRR'"
10580   parameters:
10581   - "result"
10582   - "name"
10583   - "tags"
10584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10585   x-axis: "X = CNFs per Service Chain"
10586   y-axis: "Y = Number of Service Chains"
10587   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10588   layout:
10589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10590     layout: "plot-service-density"
10591
10592 # Plots - NF Density - CSC - NDR IMIX
10593 - type: "plot"
10594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10595   algorithm: "plot_nf_heatmap"
10596   output-file-type: ".html"
10597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10598   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10599   filter: "'NIC_Intel-XXV710' and
10600            'NF_DENSITY' and
10601            'DOCKER' and
10602            'CHAIN' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '2T1C' and
10606            'NDRPDR'"
10607   parameters:
10608   - "throughput"
10609   - "name"
10610   - "tags"
10611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = CNFs per Service Chain"
10613   y-axis: "Y = Number of Service Chains"
10614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10617     layout: "plot-service-density"
10618
10619 - type: "plot"
10620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10621   algorithm: "plot_nf_heatmap"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10624   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10625   filter: "'NIC_Intel-XXV710' and
10626            'NF_DENSITY' and
10627            'DOCKER' and
10628            'CHAIN' and
10629            'NF_VPPIP4' and
10630            'IMIX' and
10631            '4T2C' and
10632            'NDRPDR'"
10633   parameters:
10634   - "throughput"
10635   - "name"
10636   - "tags"
10637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10638   x-axis: "X = CNFs per Service Chain"
10639   y-axis: "Y = Number of Service Chains"
10640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10641   layout:
10642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10643     layout: "plot-service-density"
10644
10645 - type: "plot"
10646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10647   algorithm: "plot_nf_heatmap"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10650   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10651   filter: "'NIC_Intel-XXV710' and
10652            'NF_DENSITY' and
10653            'DOCKER' and
10654            'CHAIN' and
10655            'NF_VPPIP4' and
10656            'IMIX' and
10657            '8T4C' and
10658            'NDRPDR'"
10659   parameters:
10660   - "throughput"
10661   - "name"
10662   - "tags"
10663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10664   x-axis: "X = CNFs per Service Chain"
10665   y-axis: "Y = Number of Service Chains"
10666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10667   layout:
10668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10669     layout: "plot-service-density"
10670
10671 # Plots - NF Density - CSC - PDR IMIX
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10677   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'DOCKER' and
10681            'CHAIN' and
10682            'NF_VPPIP4' and
10683            'IMIX' and
10684            '2T1C' and
10685            'NDRPDR'"
10686   parameters:
10687   - "throughput"
10688   - "name"
10689   - "tags"
10690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = CNFs per Service Chain"
10692   y-axis: "Y = Number of Service Chains"
10693   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10696     layout: "plot-service-density"
10697
10698 - type: "plot"
10699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10700   algorithm: "plot_nf_heatmap"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10703   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10704   filter: "'NIC_Intel-XXV710' and
10705            'NF_DENSITY' and
10706            'DOCKER' and
10707            'CHAIN' and
10708            'NF_VPPIP4' and
10709            'IMIX' and
10710            '4T2C' and
10711            'NDRPDR'"
10712   parameters:
10713   - "throughput"
10714   - "name"
10715   - "tags"
10716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10717   x-axis: "X = CNFs per Service Chain"
10718   y-axis: "Y = Number of Service Chains"
10719   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10720   layout:
10721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10722     layout: "plot-service-density"
10723
10724 - type: "plot"
10725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10726   algorithm: "plot_nf_heatmap"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10729   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10730   filter: "'NIC_Intel-XXV710' and
10731            'NF_DENSITY' and
10732            'DOCKER' and
10733            'CHAIN' and
10734            'NF_VPPIP4' and
10735            'IMIX' and
10736            '8T4C' and
10737            'NDRPDR'"
10738   parameters:
10739   - "throughput"
10740   - "name"
10741   - "tags"
10742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10743   x-axis: "X = CNFs per Service Chain"
10744   y-axis: "Y = Number of Service Chains"
10745   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10746   layout:
10747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10748     layout: "plot-service-density"
10749
10750 # Plots - NF Density - CSP - MRR IMIX
10751 - type: "plot"
10752   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10753   algorithm: "plot_nf_heatmap"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10756   data: "plot-vpp-nfv-2n-clx-mrr"
10757   filter: "'NIC_Intel-XXV710' and
10758            'NF_DENSITY' and
10759            'DOCKER' and
10760            'PIPELINE' and
10761            'NF_VPPIP4' and
10762            'IMIX' and
10763            '2T1C' and
10764            'MRR'"
10765   parameters:
10766   - "result"
10767   - "name"
10768   - "tags"
10769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10770   x-axis: "X = CNFs per Service Pipeline"
10771   y-axis: "Y = Number of Service Pipelines"
10772   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10773   layout:
10774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10775     layout: "plot-service-density"
10776
10777 - type: "plot"
10778   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10779   algorithm: "plot_nf_heatmap"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10782   data: "plot-vpp-nfv-2n-clx-mrr"
10783   filter: "'NIC_Intel-XXV710' and
10784            'NF_DENSITY' and
10785            'DOCKER' and
10786            'PIPELINE' and
10787            'NF_VPPIP4' and
10788            'IMIX' and
10789            '4T2C' and
10790            'MRR'"
10791   parameters:
10792   - "result"
10793   - "name"
10794   - "tags"
10795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10796   x-axis: "X = CNFs per Service Pipeline"
10797   y-axis: "Y = Number of Service Pipelines"
10798   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10799   layout:
10800     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10801     layout: "plot-service-density"
10802
10803 - type: "plot"
10804   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10805   algorithm: "plot_nf_heatmap"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10808   data: "plot-vpp-nfv-2n-clx-mrr"
10809   filter: "'NIC_Intel-XXV710' and
10810            'NF_DENSITY' and
10811            'DOCKER' and
10812            'PIPELINE' and
10813            'NF_VPPIP4' and
10814            'IMIX' and
10815            '8T4C' and
10816            'MRR'"
10817   parameters:
10818   - "result"
10819   - "name"
10820   - "tags"
10821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = CNFs per Service Pipeline"
10823   y-axis: "Y = Number of Service Pipelines"
10824   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10827     layout: "plot-service-density"
10828
10829 # Plots - NF Density - CSP - NDR IMIX
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10835   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10836   filter: "'NIC_Intel-XXV710' and
10837            'NF_DENSITY' and
10838            'DOCKER' and
10839            'PIPELINE' and
10840            'NF_VPPIP4' and
10841            'IMIX' and
10842            '2T1C' and
10843            'NDRPDR'"
10844   parameters:
10845   - "throughput"
10846   - "name"
10847   - "tags"
10848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10849   x-axis: "X = CNFs per Service Pipeline"
10850   y-axis: "Y = Number of Service Pipelines"
10851   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10852   layout:
10853     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10854     layout: "plot-service-density"
10855
10856 - type: "plot"
10857   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10858   algorithm: "plot_nf_heatmap"
10859   output-file-type: ".html"
10860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10861   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10862   filter: "'NIC_Intel-XXV710' and
10863            'NF_DENSITY' and
10864            'DOCKER' and
10865            'PIPELINE' and
10866            'NF_VPPIP4' and
10867            'IMIX' and
10868            '4T2C' and
10869            'NDRPDR'"
10870   parameters:
10871   - "throughput"
10872   - "name"
10873   - "tags"
10874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10875   x-axis: "X = CNFs per Service Pipeline"
10876   y-axis: "Y = Number of Service Pipelines"
10877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10878   layout:
10879     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10880     layout: "plot-service-density"
10881
10882 - type: "plot"
10883   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10884   algorithm: "plot_nf_heatmap"
10885   output-file-type: ".html"
10886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10887   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10888   filter: "'NIC_Intel-XXV710' and
10889            'NF_DENSITY' and
10890            'DOCKER' and
10891            'PIPELINE' and
10892            'NF_VPPIP4' and
10893            'IMIX' and
10894            '8T4C' and
10895            'NDRPDR'"
10896   parameters:
10897   - "throughput"
10898   - "name"
10899   - "tags"
10900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10901   x-axis: "X = CNFs per Service Pipeline"
10902   y-axis: "Y = Number of Service Pipelines"
10903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10904   layout:
10905     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10906     layout: "plot-service-density"
10907
10908 # Plots - NF Density - CSP - PDR IMIX
10909 - type: "plot"
10910   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10911   algorithm: "plot_nf_heatmap"
10912   output-file-type: ".html"
10913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10914   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10915   filter: "'NIC_Intel-XXV710' and
10916            'NF_DENSITY' and
10917            'DOCKER' and
10918            'PIPELINE' and
10919            'NF_VPPIP4' and
10920            'IMIX' and
10921            '2T1C' and
10922            'NDRPDR'"
10923   parameters:
10924   - "throughput"
10925   - "name"
10926   - "tags"
10927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10928   x-axis: "X = CNFs per Service Pipeline"
10929   y-axis: "Y = Number of Service Pipelines"
10930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10931   layout:
10932     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10933     layout: "plot-service-density"
10934
10935 - type: "plot"
10936   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10937   algorithm: "plot_nf_heatmap"
10938   output-file-type: ".html"
10939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10941   filter: "'NIC_Intel-XXV710' and
10942            'NF_DENSITY' and
10943            'DOCKER' and
10944            'PIPELINE' and
10945            'NF_VPPIP4' and
10946            'IMIX' and
10947            '4T2C' and
10948            'NDRPDR'"
10949   parameters:
10950   - "throughput"
10951   - "name"
10952   - "tags"
10953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10954   x-axis: "X = CNFs per Service Pipeline"
10955   y-axis: "Y = Number of Service Pipelines"
10956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10957   layout:
10958     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10959     layout: "plot-service-density"
10960
10961 - type: "plot"
10962   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10963   algorithm: "plot_nf_heatmap"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10966   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10967   filter: "'NIC_Intel-XXV710' and
10968            'NF_DENSITY' and
10969            'DOCKER' and
10970            'PIPELINE' and
10971            'NF_VPPIP4' and
10972            'IMIX' and
10973            '8T4C' and
10974            'NDRPDR'"
10975   parameters:
10976   - "throughput"
10977   - "name"
10978   - "tags"
10979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10980   x-axis: "X = CNFs per Service Pipeline"
10981   y-axis: "Y = Number of Service Pipelines"
10982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10983   layout:
10984     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10985     layout: "plot-service-density"
10986
10987 ################################################################################
10988
10989 # Packet Throughput
10990
10991 - type: "plot"
10992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11001   layout:
11002     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11007   algorithm: "plot_perf_box_name"
11008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11010   include:
11011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11014     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11015   layout:
11016     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11017     layout: "plot-throughput"
11018
11019 - type: "plot"
11020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11021   algorithm: "plot_perf_box_name"
11022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11024   include:
11025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11029   layout:
11030     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11038   include:
11039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11043   layout:
11044     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11052   include:
11053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11058   layout:
11059     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11067   include:
11068     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11071     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11072     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11073   layout:
11074     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11085     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11086     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11087     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11088   layout:
11089     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11097   include:
11098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11101     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11103   layout:
11104     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11109   algorithm: "plot_perf_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11112   include:
11113     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11114     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11115     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11116     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11117     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11118   layout:
11119     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11127   include:
11128     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11129     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11130     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11131     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11132     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11133   layout:
11134     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11135     layout: "plot-throughput"
11136
11137 - type: "plot"
11138   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11139   algorithm: "plot_perf_box_name"
11140   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11142   include:
11143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11149   layout:
11150     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11151     layout: "plot-throughput"
11152
11153 - type: "plot"
11154   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11155   algorithm: "plot_perf_box_name"
11156   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158   include:
11159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11165   layout:
11166     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11171   algorithm: "plot_perf_box_name"
11172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11180   layout:
11181     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11195   layout:
11196     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11208   layout:
11209     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11221   layout:
11222     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11236   layout:
11237     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11242   algorithm: "plot_perf_box_name"
11243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11245   include:
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11251   layout:
11252     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11253     layout: "plot-throughput"
11254
11255 - type: "plot"
11256   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11257   algorithm: "plot_perf_box_name"
11258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11260   include:
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11264   layout:
11265     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11277   layout:
11278     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11279     layout: "plot-throughput"
11280
11281 - type: "plot"
11282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11283   algorithm: "plot_perf_box_name"
11284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11286   include:
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11293   layout:
11294     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11302   include:
11303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11309   layout:
11310     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11325   layout:
11326     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11334   include:
11335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11341   layout:
11342     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11343     layout: "plot-throughput"
11344
11345 - type: "plot"
11346   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11347   algorithm: "plot_perf_box_name"
11348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11350   include:
11351     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11354   layout:
11355     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11363   include:
11364     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11380 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11381 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11382   layout:
11383     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11395 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11396 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11397   layout:
11398     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11403   algorithm: "plot_perf_box_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11412   layout:
11413     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11421   include:
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11427   layout:
11428     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11436   include:
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11442   layout:
11443     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11451   include:
11452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11457   layout:
11458     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11466   include:
11467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11473   layout:
11474     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11489   layout:
11490     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11498   include:
11499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11505   layout:
11506     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11521   layout:
11522     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11536   layout:
11537     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11551   layout:
11552     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11560   include:
11561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11567   layout:
11568     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11576   include:
11577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11583   layout:
11584     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11598   layout:
11599     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11600     layout: "plot-throughput"
11601
11602 - type: "plot"
11603   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11604   algorithm: "plot_perf_box_name"
11605   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11606   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11607   include:
11608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11613   layout:
11614     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11615     layout: "plot-throughput"
11616
11617 - type: "plot"
11618   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11619   algorithm: "plot_perf_box_name"
11620   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11621   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11622   include:
11623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11629   layout:
11630     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11637   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11638   include:
11639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11645   layout:
11646     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11653   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11654   include:
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11660   layout:
11661     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11675   layout:
11676     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11691   layout:
11692     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11700   include:
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11707   layout:
11708     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11716   include:
11717     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11719   layout:
11720     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11725   algorithm: "plot_perf_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11728   include:
11729     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11731   layout:
11732     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11745   layout:
11746     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11754   include:
11755     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11759   layout:
11760     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11773   layout:
11774     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11782   include:
11783     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11787   layout:
11788     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11796   include:
11797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11801   layout:
11802     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11810   include:
11811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11815   layout:
11816     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11824   include:
11825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11829   layout:
11830     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11838   include:
11839     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11843   layout:
11844     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11859   layout:
11860     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11868   include:
11869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11905   layout:
11906     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11914   include:
11915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11920   layout:
11921     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11929   include:
11930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11935   layout:
11936     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11944   include:
11945     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11948   layout:
11949     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11957   include:
11958     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11961   layout:
11962     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11970   include:
11971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11974   layout:
11975     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11983   include:
11984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12032   layout:
12033     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12047   layout:
12048     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12056   include:
12057     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12062   layout:
12063     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12071   include:
12072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12077   layout:
12078     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12085   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12086   include:
12087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12092   layout:
12093     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12100   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12101   include:
12102     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12107   layout:
12108     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12116   include:
12117     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12122   layout:
12123     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12131   include:
12132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12137   layout:
12138     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12146   include:
12147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12153   layout:
12154     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12162   include:
12163     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12167     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12168     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12169   layout:
12170     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12178   include:
12179     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12182     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12183   layout:
12184     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12192   include:
12193     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12197   layout:
12198     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12199     layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12206   include:
12207     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12213   layout:
12214     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12222   include:
12223     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12229   layout:
12230     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12231     layout: "plot-throughput"
12232
12233 - type: "plot"
12234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12235   algorithm: "plot_perf_box_name"
12236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12238   include:
12239     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12245   layout:
12246     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12254   include:
12255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12261   layout:
12262     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12263     layout: "plot-throughput"
12264
12265 - type: "plot"
12266   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12267   algorithm: "plot_perf_box_name"
12268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12270   include:
12271     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12277   layout:
12278     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12293   layout:
12294     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12302   include:
12303     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12309   layout:
12310     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12311     layout: "plot-throughput"
12312
12313 - type: "plot"
12314   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12315   algorithm: "plot_perf_box_name"
12316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12318   include:
12319     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12324     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12325   layout:
12326     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12327     layout: "plot-throughput"
12328
12329 - type: "plot"
12330   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12331   algorithm: "plot_perf_box_name"
12332   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12333   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12334   include:
12335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12340     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12341   layout:
12342     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12343     layout: "plot-throughput"
12344
12345 - type: "plot"
12346   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12347   algorithm: "plot_perf_box_name"
12348   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12349   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12350   include:
12351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12357   layout:
12358     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12373   layout:
12374     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12382   include:
12383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12389   layout:
12390     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12398   include:
12399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12405   layout:
12406     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12414   include:
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12421   layout:
12422     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12430   include:
12431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12437   layout:
12438     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12446   include:
12447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12453   layout:
12454     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12467   layout:
12468     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12476   include:
12477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12481   layout:
12482     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12495   layout:
12496     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12509   layout:
12510     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12518   include:
12519     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12525   layout:
12526     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12534   include:
12535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12541   layout:
12542     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12556   layout:
12557     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12571   layout:
12572     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12601   layout:
12602     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12610   include:
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12615   layout:
12616     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12624   include:
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12629   layout:
12630     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12638   include:
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12645   layout:
12646     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12647     layout: "plot-throughput"
12648
12649 - type: "plot"
12650   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12651   algorithm: "plot_perf_box_name"
12652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12654   include:
12655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12661   layout:
12662     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12670   include:
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12677   layout:
12678     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12693   layout:
12694     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12702   include:
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12709   layout:
12710     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12725   layout:
12726     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12734   include:
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12741   layout:
12742     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12757   layout:
12758     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12766   include:
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12771   layout:
12772     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12773     layout: "plot-throughput"
12774
12775 - type: "plot"
12776   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12777   algorithm: "plot_perf_box_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12780   include:
12781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12785   layout:
12786     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12794   include:
12795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12801   layout:
12802     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12810   include:
12811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12817   layout:
12818     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12826   include:
12827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12833   layout:
12834     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12842   include:
12843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12849   layout:
12850     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12851     layout: "plot-throughput"
12852
12853 #- type: "plot"
12854 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12855 #  algorithm: "plot_perf_box_name"
12856 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12857 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12858 #  include:
12859 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12860 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12861 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12862 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12863 #  layout:
12864 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12865 #    layout: "plot-throughput"
12866 #
12867 #- type: "plot"
12868 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12869 #  algorithm: "plot_perf_box_name"
12870 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12871 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12872 #  include:
12873 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12874 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12875 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12876 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12877 #  layout:
12878 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12879 #    layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12885   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12886   include:
12887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12893   layout:
12894     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12902   include:
12903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12909   layout:
12910     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12911     layout: "plot-throughput"
12912
12913 #- type: "plot"
12914 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12915 #  algorithm: "plot_perf_box_name"
12916 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12917 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12918 #  include:
12919 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12920 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12921 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12922 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12923 #  layout:
12924 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12925 #    layout: "plot-throughput"
12926 #
12927 #- type: "plot"
12928 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12929 #  algorithm: "plot_perf_box_name"
12930 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12931 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12932 #  include:
12933 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12934 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12935 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12936 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12937 #  layout:
12938 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12939 #    layout: "plot-throughput"
12940
12941 - type: "plot"
12942   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12943   algorithm: "plot_perf_box_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12946   include:
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12953   layout:
12954     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12962   include:
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12969   layout:
12970     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12971     layout: "plot-throughput"
12972
12973 #- type: "plot"
12974 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12975 #  algorithm: "plot_perf_box_name"
12976 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12977 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12978 #  include:
12979 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12980 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12981 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12982 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12983 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12984 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12985 #  layout:
12986 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12987 #    layout: "plot-throughput"
12988 #
12989 #- type: "plot"
12990 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12991 #  algorithm: "plot_perf_box_name"
12992 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12993 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12994 #  include:
12995 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12998 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12999 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13000 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13001 #  layout:
13002 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13003 #    layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13010   include:
13011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13017   layout:
13018     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13026   include:
13027     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13028     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13030     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13031     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13032     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13033   layout:
13034     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13044     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13049   layout:
13050     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13058   include:
13059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13061     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13062     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13063     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13064     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13065   layout:
13066     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13074   include:
13075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13078     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13079     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13080     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13081   layout:
13082     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13090   include:
13091     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13092     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13093     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13094     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13095     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13096     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13097   layout:
13098     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13106   include:
13107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13113   layout:
13114     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13119   algorithm: "plot_perf_box_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13122   include:
13123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13129   layout:
13130     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13131     layout: "plot-throughput"
13132
13133 #- type: "plot"
13134 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13135 #  algorithm: "plot_perf_box_name"
13136 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13137 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13138 #  include:
13139 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13140 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13141 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13142 #  layout:
13143 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13144 #    layout: "plot-throughput"
13145 #
13146 #- type: "plot"
13147 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13148 #  algorithm: "plot_perf_box_name"
13149 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13150 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13151 #  include:
13152 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13153 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13154 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13155 #  layout:
13156 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13157 #    layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "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"
13196     - "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"
13197     - "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"
13198     - "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"
13199     - "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"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209   include:
13210     - "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"
13211     - "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"
13212     - "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"
13213     - "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"
13214     - "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"
13215   layout:
13216     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13217     layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13224   include:
13225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13230   layout:
13231     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13245   layout:
13246     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13260   layout:
13261     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13275   layout:
13276     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13284   include:
13285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13290   layout:
13291     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13299   include:
13300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13305   layout:
13306     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13314   include:
13315     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13320   layout:
13321     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13322     layout: "plot-throughput"
13323
13324 - type: "plot"
13325   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13326   algorithm: "plot_perf_box_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13329   include:
13330     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13335   layout:
13336     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13337     layout: "plot-throughput"
13338
13339 - type: "plot"
13340   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13341   algorithm: "plot_perf_box_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13349   layout:
13350     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13358   include:
13359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13363   layout:
13364     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13365     layout: "plot-throughput"
13366
13367 - type: "plot"
13368   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13369   algorithm: "plot_perf_box_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372   include:
13373     - "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"
13374     - "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"
13375     - "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"
13376     - "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"
13377   layout:
13378     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "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"
13388     - "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"
13389     - "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"
13390     - "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"
13391   layout:
13392     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13400   include:
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13407   layout:
13408     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13423   layout:
13424     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13432   include:
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439   layout:
13440     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13448   include:
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13455   layout:
13456     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464   include:
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471   layout:
13472     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13480   include:
13481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13487   layout:
13488     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13517   layout:
13518     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13526   include:
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529   layout:
13530     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538   include:
13539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13541   layout:
13542     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13550   include:
13551     - "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"
13552     - "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"
13553   layout:
13554     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13562   include:
13563     - "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"
13564     - "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"
13565   layout:
13566     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13567     layout: "plot-throughput"
13568
13569 - type: "plot"
13570   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13571   algorithm: "plot_perf_box_name"
13572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13574   include:
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577   layout:
13578     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13589   layout:
13590     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13598   include:
13599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601   layout:
13602     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13610   include:
13611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613   layout:
13614     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13619   algorithm: "plot_perf_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13622   include:
13623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629   layout:
13630     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13638   include:
13639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13645   layout:
13646     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13654   include:
13655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13661   layout:
13662     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13663     layout: "plot-throughput"
13664
13665 - type: "plot"
13666   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13667   algorithm: "plot_perf_box_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13669   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13670   include:
13671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13677   layout:
13678     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13679     layout: "plot-throughput"
13680
13681 #- type: "plot"
13682 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13683 #  algorithm: "plot_perf_box_name"
13684 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13685 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13686 #  include:
13687 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693 #  layout:
13694 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13695 #    layout: "plot-throughput"
13696 #
13697 #- type: "plot"
13698 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13699 #  algorithm: "plot_perf_box_name"
13700 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13701 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13702 #  include:
13703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13709 #  layout:
13710 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13711 #    layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13718   include:
13719     - "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"
13720     - "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"
13721     - "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"
13722     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13723     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13724     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13725   layout:
13726     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13734   include:
13735     - "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"
13736     - "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"
13737     - "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"
13738     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13741   layout:
13742     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13743     layout: "plot-throughput"
13744
13745 ################################################################################
13746
13747 # Packet Speedup
13748
13749 - type: "plot"
13750   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13759   layout:
13760     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13761     layout: "plot-throughput-speedup-analysis"
13762
13763 - type: "plot"
13764   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13765   algorithm: "plot_tsa_name"
13766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13773   layout:
13774     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13775     layout: "plot-throughput-speedup-analysis"
13776
13777 - type: "plot"
13778   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13779   algorithm: "plot_tsa_name"
13780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13782   include:
13783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13787   layout:
13788     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13789     layout: "plot-throughput-speedup-analysis"
13790
13791 - type: "plot"
13792   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13793   algorithm: "plot_tsa_name"
13794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13801   layout:
13802     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13816   layout:
13817     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13825   include:
13826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13831   layout:
13832     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13833     layout: "plot-throughput-speedup-analysis"
13834
13835 - type: "plot"
13836   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13837   algorithm: "plot_tsa_name"
13838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13840   include:
13841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13846   layout:
13847     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13861   layout:
13862     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13863     layout: "plot-throughput-speedup-analysis"
13864
13865 - type: "plot"
13866   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13867   algorithm: "plot_tsa_name"
13868   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13870   include:
13871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13877   layout:
13878     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13879     layout: "plot-throughput-speedup-analysis"
13880
13881 - type: "plot"
13882   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13883   algorithm: "plot_tsa_name"
13884   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13886   include:
13887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13893   layout:
13894     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13908   layout:
13909     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13923   layout:
13924     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13925     layout: "plot-throughput-speedup-analysis"
13926
13927 - type: "plot"
13928   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13929   algorithm: "plot_tsa_name"
13930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13932   include:
13933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13936   layout:
13937     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13964   layout:
13965     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13979   layout:
13980     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13992   layout:
13993     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 - type: "plot"
13997   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13998   algorithm: "plot_tsa_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14005   layout:
14006     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14021   layout:
14022     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14023     layout: "plot-throughput-speedup-analysis"
14024
14025 - type: "plot"
14026   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14027   algorithm: "plot_tsa_name"
14028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14030   include:
14031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14037   layout:
14038     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14053   layout:
14054     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14062   include:
14063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14069   layout:
14070     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14078   include:
14079     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14082   layout:
14083     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14084     layout: "plot-throughput-speedup-analysis"
14085
14086 - type: "plot"
14087   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14088   algorithm: "plot_tsa_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14091   include:
14092     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14095   layout:
14096     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14108 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14109 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14110   layout:
14111     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14123 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14124 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14125   layout:
14126     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14142     layout: "plot-throughput-speedup-analysis"
14143
14144 - type: "plot"
14145   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14146   algorithm: "plot_tsa_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14155   layout:
14156     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14170   layout:
14171     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14185   layout:
14186     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14194   include:
14195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14201   layout:
14202     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14217   layout:
14218     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14233   layout:
14234     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14242   include:
14243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14249   layout:
14250     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 - type: "plot"
14254   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14255   algorithm: "plot_tsa_name"
14256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14258   include:
14259     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14261   layout:
14262     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14270   include:
14271     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14273   layout:
14274     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 - type: "plot"
14278   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14279   algorithm: "plot_tsa_name"
14280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14282   include:
14283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14287   layout:
14288     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14315   layout:
14316     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14345   layout:
14346     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14361   layout:
14362     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14376   layout:
14377     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14385   include:
14386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14391   layout:
14392     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14406   layout:
14407     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14415   include:
14416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14421   layout:
14422     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14430   include:
14431     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14434   layout:
14435     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14443   include:
14444     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14447   layout:
14448     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14460   layout:
14461     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 - type: "plot"
14465   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14469   include:
14470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14533   layout:
14534     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14542   include:
14543     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14544     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14546     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14548     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14549   layout:
14550     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14558   include:
14559     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14562     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14563     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14564     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14565   layout:
14566     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14574   include:
14575     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14576     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14578     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14579   layout:
14580     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14588   include:
14589     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14590     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14591     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14592     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14593   layout:
14594     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14609   layout:
14610     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14620     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14621     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14622     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14623     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14624     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14625   layout:
14626     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14636     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14637     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14638     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14639     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14640     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14641   layout:
14642     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14643     layout: "plot-throughput-speedup-analysis"
14644
14645 - type: "plot"
14646   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14647   algorithm: "plot_tsa_name"
14648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14650   include:
14651     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14652     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14653     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14654     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14655     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14656     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14657   layout:
14658     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14659     layout: "plot-throughput-speedup-analysis"
14660
14661 - type: "plot"
14662   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14663   algorithm: "plot_tsa_name"
14664   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14666   include:
14667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14673   layout:
14674     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14689   layout:
14690     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14698   include:
14699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14705   layout:
14706     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14707     layout: "plot-throughput-speedup-analysis"
14708
14709 - type: "plot"
14710   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14711   algorithm: "plot_tsa_name"
14712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14714   include:
14715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14737   layout:
14738     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14767   layout:
14768     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14776   include:
14777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14781   layout:
14782     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14795   layout:
14796     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14809   layout:
14810     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14818   include:
14819     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14825   layout:
14826     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14834   include:
14835     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14841   layout:
14842     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14856   layout:
14857     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14870     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14871   layout:
14872     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14886   layout:
14887     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14915   layout:
14916     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14929   layout:
14930     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14945   layout:
14946     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14961   layout:
14962     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14977   layout:
14978     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14993   layout:
14994     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15009   layout:
15010     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15018   include:
15019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15025   layout:
15026     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15027     layout: "plot-throughput-speedup-analysis"
15028
15029 - type: "plot"
15030   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15031   algorithm: "plot_tsa_name"
15032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15034   include:
15035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15037     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15038     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15039     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15040     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15041   layout:
15042     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15050   include:
15051     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15052     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15053     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15054     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15055     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15056     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15057   layout:
15058     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15059     layout: "plot-throughput-speedup-analysis"
15060
15061 - type: "plot"
15062   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15063   algorithm: "plot_tsa_name"
15064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15066   include:
15067     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15068     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15069     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15070     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15071     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15072     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15073   layout:
15074     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15082   include:
15083     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15084     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15085     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15086     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15087     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15088     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15089   layout:
15090     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15104   layout:
15105     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15119   layout:
15120     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "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"
15130     - "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"
15131     - "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"
15132     - "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"
15133     - "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"
15134   layout:
15135     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15143   include:
15144     - "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"
15145     - "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"
15146     - "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"
15147     - "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"
15148     - "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"
15149   layout:
15150     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15164   layout:
15165     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15179   layout:
15180     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15194   layout:
15195     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15209   layout:
15210     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15218   include:
15219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15224   layout:
15225     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15233   include:
15234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15239   layout:
15240     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15248   include:
15249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15254   layout:
15255     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15263   include:
15264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15269   layout:
15270     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15271     layout: "plot-throughput-speedup-analysis"
15272
15273 - type: "plot"
15274   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15275   algorithm: "plot_tsa_name"
15276   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15278   include:
15279     - "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"
15280     - "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"
15281     - "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"
15282     - "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"
15283   layout:
15284     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15292   include:
15293     - "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"
15294     - "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"
15295     - "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"
15296     - "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"
15297   layout:
15298     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15306   include:
15307     - "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"
15308     - "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"
15309     - "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"
15310     - "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"
15311   layout:
15312     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 - type: "plot"
15316   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15317   algorithm: "plot_tsa_name"
15318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15320   include:
15321     - "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"
15322     - "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"
15323     - "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"
15324     - "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"
15325   layout:
15326     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15341   layout:
15342     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15357   layout:
15358     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15366   include:
15367     - "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"
15368     - "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"
15369     - "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"
15370     - "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"
15371     - "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"
15372     - "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"
15373   layout:
15374     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15382   include:
15383     - "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"
15384     - "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"
15385     - "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"
15386     - "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"
15387     - "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"
15388     - "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"
15389   layout:
15390     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15405   layout:
15406     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15421   layout:
15422     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15436   layout:
15437     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15445   include:
15446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15451   layout:
15452     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15460   include:
15461     - "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"
15462     - "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"
15463   layout:
15464     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15472   include:
15473     - "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"
15474     - "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"
15475   layout:
15476     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15484   include:
15485     - "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"
15486     - "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"
15487   layout:
15488     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15489     layout: "plot-throughput-speedup-analysis"
15490
15491 - type: "plot"
15492   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15493   algorithm: "plot_tsa_name"
15494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15496   include:
15497     - "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"
15498     - "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"
15499   layout:
15500     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15508   include:
15509     - "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"
15510     - "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"
15511     - "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"
15512     - "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"
15513     - "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"
15514     - "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"
15515   layout:
15516     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15524   include:
15525     - "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"
15526     - "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"
15527     - "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"
15528     - "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"
15529     - "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"
15530     - "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"
15531   layout:
15532     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15540   include:
15541     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15542     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15543     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15544     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15545     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15546   layout:
15547     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15548     layout: "plot-throughput-speedup-analysis"
15549
15550 - type: "plot"
15551   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15552   algorithm: "plot_tsa_name"
15553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15555   include:
15556     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15557     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15558     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15559     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15560     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15561   layout:
15562     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15570   include:
15571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15576   layout:
15577     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15585   include:
15586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15591   layout:
15592     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15600   include:
15601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15607   layout:
15608     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15616   include:
15617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15623   layout:
15624     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15632   include:
15633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15637   layout:
15638     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15646   include:
15647     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15651   layout:
15652     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15660   include:
15661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15666   layout:
15667     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15675   include:
15676     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15681   layout:
15682     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15690   include:
15691     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15693     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15695     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15697   layout:
15698     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15706   include:
15707     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15710     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15713   layout:
15714     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15722   include:
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15727   layout:
15728     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15729     layout: "plot-throughput-speedup-analysis"
15730
15731 - type: "plot"
15732   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15733   algorithm: "plot_tsa_name"
15734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15736   include:
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15741   layout:
15742     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15750   include:
15751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15757   layout:
15758     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15766   include:
15767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15773   layout:
15774     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15782   include:
15783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15789   layout:
15790     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15798   include:
15799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15805   layout:
15806     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15814   include:
15815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15820     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15821   layout:
15822     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15830   include:
15831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15833     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15834     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15835     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15836     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15837   layout:
15838     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15846   include:
15847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15853   layout:
15854     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15862   include:
15863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15867     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885   layout:
15886     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15894   include:
15895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15901   layout:
15902     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 #- type: "plot"
15906 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15907 #  algorithm: "plot_tsa_name"
15908 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15909 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15910 #  include:
15911 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15912 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15913 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15914 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15915 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15916 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15917 #  layout:
15918 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15919 #    layout: "plot-throughput-speedup-analysis"
15920 #
15921 #- type: "plot"
15922 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15923 #  algorithm: "plot_tsa_name"
15924 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15925 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15926 #  include:
15927 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15928 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15929 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15930 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15931 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15932 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15933 #  layout:
15934 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15935 #    layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15942   include:
15943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15948   layout:
15949     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15963   layout:
15964     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15965     layout: "plot-throughput-speedup-analysis"
15966
15967 - type: "plot"
15968   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15969   algorithm: "plot_tsa_name"
15970   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15971   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15972   include:
15973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15979   layout:
15980     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15988   include:
15989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15995   layout:
15996     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16004   include:
16005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16010   layout:
16011     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16019   include:
16020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16025   layout:
16026     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 #- type: "plot"
16030 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16031 #  algorithm: "plot_tsa_name"
16032 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16033 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16034 #  include:
16035 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16036 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16037 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16038 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16039 #  layout:
16040 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16041 #    layout: "plot-throughput-speedup-analysis"
16042 #
16043 #- type: "plot"
16044 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16045 #  algorithm: "plot_tsa_name"
16046 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16047 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16048 #  include:
16049 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16050 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16051 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16052 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16053 #  layout:
16054 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16055 #    layout: "plot-throughput-speedup-analysis"
16056
16057 - type: "plot"
16058   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16059   algorithm: "plot_tsa_name"
16060   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16061   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16062   include:
16063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16069   layout:
16070     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16078   include:
16079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16085   layout:
16086     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16094   include:
16095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16100   layout:
16101     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16109   include:
16110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16115   layout:
16116     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16124   include:
16125     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16131   layout:
16132     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16140   include:
16141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16147   layout:
16148     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16156   include:
16157     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16161   layout:
16162     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16170   include:
16171     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16175   layout:
16176     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16184   include:
16185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16190   layout:
16191     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16199   include:
16200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16205   layout:
16206     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16207     layout: "plot-throughput-speedup-analysis"
16208
16209 - type: "plot"
16210   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16211   algorithm: "plot_tsa_name"
16212   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16213   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16214   include:
16215     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16221   layout:
16222     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16223     layout: "plot-throughput-speedup-analysis"
16224
16225 - type: "plot"
16226   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16227   algorithm: "plot_tsa_name"
16228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16230   include:
16231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16237   layout:
16238     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 #- type: "plot"
16242 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16243 #  algorithm: "plot_tsa_name"
16244 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16245 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16246 #  include:
16247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16251 #  layout:
16252 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16253 #    layout: "plot-throughput-speedup-analysis"
16254 #
16255 #- type: "plot"
16256 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16257 #  algorithm: "plot_tsa_name"
16258 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16259 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16260 #  include:
16261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16265 #  layout:
16266 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16267 #    layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16274   include:
16275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16281   layout:
16282     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16283     layout: "plot-throughput-speedup-analysis"
16284
16285 - type: "plot"
16286   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16287   algorithm: "plot_tsa_name"
16288   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16289   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16290   include:
16291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16294     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16295     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16296     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16297   layout:
16298     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16299     layout: "plot-throughput-speedup-analysis"
16300
16301 #- type: "plot"
16302 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16303 #  algorithm: "plot_tsa_name"
16304 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16305 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16306 #  include:
16307 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16309 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16310 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16311 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16312 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16313 #  layout:
16314 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16315 #    layout: "plot-throughput-speedup-analysis"
16316 #
16317 #- type: "plot"
16318 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16319 #  algorithm: "plot_tsa_name"
16320 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16321 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16322 #  include:
16323 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16324 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16325 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16326 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16327 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16328 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16329 #  layout:
16330 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16331 #    layout: "plot-throughput-speedup-analysis"
16332
16333 #- type: "plot"
16334 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16335 #  algorithm: "plot_tsa_name"
16336 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16337 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16338 #  include:
16339 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16340 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16341 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16342 #  layout:
16343 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16344 #    layout: "plot-throughput-speedup-analysis"
16345 #
16346 #- type: "plot"
16347 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16348 #  algorithm: "plot_tsa_name"
16349 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16350 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16351 #  include:
16352 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16353 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16354 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16355 #  layout:
16356 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16357 #    layout: "plot-throughput-speedup-analysis"
16358
16359 ################################################################################
16360
16361 # Packet Throughput - DPDK
16362
16363 # 2n-skx-xxv710
16364
16365 - type: "plot"
16366   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16367   algorithm: "plot_perf_box_name"
16368   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16369   data: "plot-dpdk-throughput-latency-2n-skx"
16370   include:
16371     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16372     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16373   layout:
16374     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16375     layout: "plot-throughput"
16376
16377 - type: "plot"
16378   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16379   algorithm: "plot_perf_box_name"
16380   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16381   data: "plot-dpdk-throughput-latency-2n-skx"
16382   include:
16383     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16384     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16385   layout:
16386     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16387     layout: "plot-throughput"
16388
16389 - type: "plot"
16390   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16391   algorithm: "plot_perf_box_name"
16392   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16393   data: "plot-dpdk-throughput-latency-2n-skx"
16394   include:
16395     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16396     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16397   layout:
16398     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16399     layout: "plot-throughput"
16400
16401 - type: "plot"
16402   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16403   algorithm: "plot_perf_box_name"
16404   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16405   data: "plot-dpdk-throughput-latency-2n-skx"
16406   include:
16407     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16409   layout:
16410     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16411     layout: "plot-throughput"
16412
16413 # 2n-skx-x710
16414
16415 - type: "plot"
16416   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16417   algorithm: "plot_perf_box_name"
16418   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16419   data: "plot-dpdk-throughput-latency-2n-skx"
16420   include:
16421     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16422     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16423   layout:
16424     title: "2n-skx-x710-64b-2t1c-base-ndr"
16425     layout: "plot-throughput"
16426
16427 - type: "plot"
16428   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16429   algorithm: "plot_perf_box_name"
16430   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16431   data: "plot-dpdk-throughput-latency-2n-skx"
16432   include:
16433     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16434     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16435   layout:
16436     title: "2n-skx-x710-64b-4t2c-base-ndr"
16437     layout: "plot-throughput"
16438
16439 - type: "plot"
16440   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16441   algorithm: "plot_perf_box_name"
16442   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16443   data: "plot-dpdk-throughput-latency-2n-skx"
16444   include:
16445     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16446     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16447   layout:
16448     title: "2n-skx-x710-64b-2t1c-base-pdr"
16449     layout: "plot-throughput"
16450
16451 - type: "plot"
16452   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16453   algorithm: "plot_perf_box_name"
16454   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16455   data: "plot-dpdk-throughput-latency-2n-skx"
16456   include:
16457     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16458     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16459   layout:
16460     title: "2n-skx-x710-64b-4t2c-base-pdr"
16461     layout: "plot-throughput"
16462
16463 # 3n-skx-xxv710
16464
16465 - type: "plot"
16466   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16467   algorithm: "plot_perf_box_name"
16468   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16469   data: "plot-dpdk-throughput-latency-3n-skx"
16470   include:
16471     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16472     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16473   layout:
16474     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16475     layout: "plot-throughput"
16476
16477 - type: "plot"
16478   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16479   algorithm: "plot_perf_box_name"
16480   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16481   data: "plot-dpdk-throughput-latency-3n-skx"
16482   include:
16483     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16484     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16485   layout:
16486     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16487     layout: "plot-throughput"
16488
16489 - type: "plot"
16490   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16491   algorithm: "plot_perf_box_name"
16492   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16493   data: "plot-dpdk-throughput-latency-3n-skx"
16494   include:
16495     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16496     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16497   layout:
16498     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16499     layout: "plot-throughput"
16500
16501 - type: "plot"
16502   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16503   algorithm: "plot_perf_box_name"
16504   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16505   data: "plot-dpdk-throughput-latency-3n-skx"
16506   include:
16507     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16508     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16509   layout:
16510     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16511     layout: "plot-throughput"
16512
16513 # 3n-skx-x710
16514
16515 - type: "plot"
16516   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16517   algorithm: "plot_perf_box_name"
16518   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16519   data: "plot-dpdk-throughput-latency-3n-skx"
16520   include:
16521     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16522     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16523   layout:
16524     title: "3n-skx-x710-64b-2t1c-base-ndr"
16525     layout: "plot-throughput"
16526
16527 - type: "plot"
16528   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16531   data: "plot-dpdk-throughput-latency-3n-skx"
16532   include:
16533     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16534     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16535   layout:
16536     title: "3n-skx-x710-64b-4t2c-base-ndr"
16537     layout: "plot-throughput"
16538
16539 - type: "plot"
16540   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16541   algorithm: "plot_perf_box_name"
16542   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16543   data: "plot-dpdk-throughput-latency-3n-skx"
16544   include:
16545     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16546     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16547   layout:
16548     title: "3n-skx-x710-64b-2t1c-base-pdr"
16549     layout: "plot-throughput"
16550
16551 - type: "plot"
16552   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16553   algorithm: "plot_perf_box_name"
16554   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16555   data: "plot-dpdk-throughput-latency-3n-skx"
16556   include:
16557     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16558     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16559   layout:
16560     title: "3n-skx-x710-64b-4t2c-base-pdr"
16561     layout: "plot-throughput"
16562
16563 # 3n-hsw-xl710
16564
16565 - type: "plot"
16566   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16567   algorithm: "plot_perf_box_name"
16568   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16569   data: "plot-dpdk-throughput-latency-3n-hsw"
16570   include:
16571     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16572     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16573   layout:
16574     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16575     layout: "plot-throughput"
16576
16577 - type: "plot"
16578   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16581   data: "plot-dpdk-throughput-latency-3n-hsw"
16582   include:
16583     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16584     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16585   layout:
16586     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16587     layout: "plot-throughput"
16588
16589 - type: "plot"
16590   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16591   algorithm: "plot_perf_box_name"
16592   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16593   data: "plot-dpdk-throughput-latency-3n-hsw"
16594   include:
16595     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16596     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16597   layout:
16598     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16599     layout: "plot-throughput"
16600
16601 - type: "plot"
16602   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16603   algorithm: "plot_perf_box_name"
16604   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16605   data: "plot-dpdk-throughput-latency-3n-hsw"
16606   include:
16607     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16608     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16609   layout:
16610     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16611     layout: "plot-throughput"
16612
16613 # 3n-hsw-x710
16614
16615 - type: "plot"
16616   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16617   algorithm: "plot_perf_box_name"
16618   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16619   data: "plot-dpdk-throughput-latency-3n-hsw"
16620   include:
16621     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16622     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16623   layout:
16624     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16625     layout: "plot-throughput"
16626
16627 - type: "plot"
16628   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16629   algorithm: "plot_perf_box_name"
16630   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16631   data: "plot-dpdk-throughput-latency-3n-hsw"
16632   include:
16633     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16634     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16635   layout:
16636     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16637     layout: "plot-throughput"
16638
16639 - type: "plot"
16640   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16641   algorithm: "plot_perf_box_name"
16642   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16643   data: "plot-dpdk-throughput-latency-3n-hsw"
16644   include:
16645     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16646     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16647   layout:
16648     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16649     layout: "plot-throughput"
16650
16651 - type: "plot"
16652   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16653   algorithm: "plot_perf_box_name"
16654   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16655   data: "plot-dpdk-throughput-latency-3n-hsw"
16656   include:
16657     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16658     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16659   layout:
16660     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16661     layout: "plot-throughput"
16662
16663 # 2n-dnv-x553
16664
16665 - type: "plot"
16666   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16669   data: "plot-dpdk-throughput-latency-2n-dnv"
16670   include:
16671     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16672     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16673   layout:
16674     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16681   data: "plot-dpdk-throughput-latency-2n-dnv"
16682   include:
16683     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16687     layout: "plot-throughput"
16688
16689 - type: "plot"
16690   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16693   data: "plot-dpdk-throughput-latency-2n-dnv"
16694   include:
16695     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16696     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16697   layout:
16698     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16705   data: "plot-dpdk-throughput-latency-2n-dnv"
16706   include:
16707     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16708     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16709   layout:
16710     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16711     layout: "plot-throughput"
16712
16713 # 3n-dnv-x553
16714
16715 - type: "plot"
16716   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16719   data: "plot-dpdk-throughput-latency-3n-dnv"
16720   include:
16721     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16722     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16723   layout:
16724     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16725     layout: "plot-throughput"
16726
16727 - type: "plot"
16728   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16731   data: "plot-dpdk-throughput-latency-3n-dnv"
16732   include:
16733     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16734     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16735   layout:
16736     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16743   data: "plot-dpdk-throughput-latency-3n-dnv"
16744   include:
16745     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16746     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16747   layout:
16748     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16755   data: "plot-dpdk-throughput-latency-3n-dnv"
16756   include:
16757     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16758     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16759   layout:
16760     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16761     layout: "plot-throughput"
16762
16763 # 3n-tsh-x520
16764
16765 - type: "plot"
16766   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16769   data: "plot-dpdk-throughput-latency-3n-tsh"
16770   include:
16771     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16772     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16773   layout:
16774     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16781   data: "plot-dpdk-throughput-latency-3n-tsh"
16782   include:
16783     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16784     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16785   layout:
16786     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16793   data: "plot-dpdk-throughput-latency-3n-tsh"
16794   include:
16795     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16796     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16797   layout:
16798     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16799     layout: "plot-throughput"
16800
16801 - type: "plot"
16802   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16803   algorithm: "plot_perf_box_name"
16804   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16805   data: "plot-dpdk-throughput-latency-3n-tsh"
16806   include:
16807     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16808     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16809   layout:
16810     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16811     layout: "plot-throughput"
16812
16813 ################################################################################
16814 ###   2n-clx                                                                 ###
16815 ################################################################################
16816
16817 # Packet Throughput
16818
16819 - type: "plot"
16820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16821   algorithm: "plot_perf_box_name"
16822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16824   include:
16825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16829   layout:
16830     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16838   include:
16839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16843   layout:
16844     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16852   include:
16853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16857   layout:
16858     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16859     layout: "plot-throughput"
16860
16861 - type: "plot"
16862   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16863   algorithm: "plot_perf_box_name"
16864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16866   include:
16867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16871   layout:
16872     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16880   include:
16881     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16882     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16883     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16884     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16885   layout:
16886     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16894   include:
16895     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16896     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16897     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16898     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16899   layout:
16900     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16901     layout: "plot-throughput"
16902
16903 - type: "plot"
16904   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16908   include:
16909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16915   layout:
16916     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16921   algorithm: "plot_perf_box_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16924   include:
16925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16930   layout:
16931     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16939   include:
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16944   layout:
16945     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16946     layout: "plot-throughput"
16947
16948 - type: "plot"
16949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16950   algorithm: "plot_perf_box_name"
16951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16953   include:
16954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16958   layout:
16959     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16960     layout: "plot-throughput"
16961
16962 - type: "plot"
16963   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16964   algorithm: "plot_perf_box_name"
16965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16967   include:
16968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16971   layout:
16972     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16973     layout: "plot-throughput"
16974
16975 - type: "plot"
16976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16980   include:
16981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16984   layout:
16985     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16986     layout: "plot-throughput"
16987
16988 - type: "plot"
16989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16990   algorithm: "plot_perf_box_name"
16991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16993   include:
16994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16999   layout:
17000     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17001     layout: "plot-throughput"
17002
17003 - type: "plot"
17004   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17005   algorithm: "plot_perf_box_name"
17006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17008   include:
17009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17014   layout:
17015     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17016     layout: "plot-throughput"
17017
17018 - type: "plot"
17019   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17020   algorithm: "plot_perf_box_name"
17021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17023   include:
17024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17027   layout:
17028     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17029     layout: "plot-throughput"
17030
17031 - type: "plot"
17032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17033   algorithm: "plot_perf_box_name"
17034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17036   include:
17037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17040   layout:
17041     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17049   include:
17050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17056   layout:
17057     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17058     layout: "plot-throughput"
17059
17060 - type: "plot"
17061   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17062   algorithm: "plot_perf_box_name"
17063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17065   include:
17066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17072   layout:
17073     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17074     layout: "plot-throughput"
17075
17076 - type: "plot"
17077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17078   algorithm: "plot_perf_box_name"
17079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17081   include:
17082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17088   layout:
17089     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17090     layout: "plot-throughput"
17091
17092 - type: "plot"
17093   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17097   include:
17098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17104   layout:
17105     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17113   include:
17114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17116   layout:
17117     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17118     layout: "plot-throughput"
17119
17120 - type: "plot"
17121   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17122   algorithm: "plot_perf_box_name"
17123   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17125   include:
17126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17128   layout:
17129     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17144   layout:
17145     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17146     layout: "plot-throughput"
17147
17148 - type: "plot"
17149   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17153   include:
17154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17160   layout:
17161     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17166   algorithm: "plot_perf_box_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17176   layout:
17177     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17192   layout:
17193     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17201   include:
17202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17208   layout:
17209     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17224   layout:
17225     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17233   include:
17234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17239   layout:
17240     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17254   layout:
17255     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17263   include:
17264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17269   layout:
17270     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17284   layout:
17285     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17299   layout:
17300     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17308   include:
17309     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17310     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17314   layout:
17315     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17323   include:
17324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17329   layout:
17330     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17338   include:
17339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17344   layout:
17345     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17353   include:
17354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17359   layout:
17360     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17368   include:
17369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17374   layout:
17375     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17380   algorithm: "plot_perf_box_name"
17381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17383   include:
17384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17390   layout:
17391     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17392     layout: "plot-throughput"
17393
17394 - type: "plot"
17395   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17396   algorithm: "plot_perf_box_name"
17397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17399   include:
17400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17406   layout:
17407     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17420   layout:
17421     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17429   include:
17430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17434   layout:
17435     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17436     layout: "plot-throughput"
17437
17438 - type: "plot"
17439   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17440   algorithm: "plot_perf_box_name"
17441   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17443   include:
17444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17450   layout:
17451     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17452     layout: "plot-throughput"
17453
17454 - type: "plot"
17455   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17456   algorithm: "plot_perf_box_name"
17457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17459   include:
17460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17466   layout:
17467     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17468     layout: "plot-throughput"
17469
17470 - type: "plot"
17471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17472   algorithm: "plot_perf_box_name"
17473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17475   include:
17476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17480   layout:
17481     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17489   include:
17490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17494   layout:
17495     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17496     layout: "plot-throughput"
17497
17498 - type: "plot"
17499   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17503   include:
17504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17510   layout:
17511     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17512     layout: "plot-throughput"
17513
17514 - type: "plot"
17515   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17516   algorithm: "plot_perf_box_name"
17517   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17519   include:
17520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17524     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17525     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17526   layout:
17527     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17535   include:
17536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17539     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17540   layout:
17541     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17542     layout: "plot-throughput"
17543
17544 - type: "plot"
17545   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17546   algorithm: "plot_perf_box_name"
17547   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17549   include:
17550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17551     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17554   layout:
17555     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17584   layout:
17585     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "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"
17595     - "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"
17596     - "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"
17597     - "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"
17598     - "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"
17599   layout:
17600     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "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"
17610     - "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"
17611     - "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"
17612     - "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"
17613     - "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"
17614   layout:
17615     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17644   layout:
17645     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17659   layout:
17660     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17661     layout: "plot-throughput"
17662
17663 - type: "plot"
17664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17665   algorithm: "plot_perf_box_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17688   layout:
17689     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17702   layout:
17703     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17704     layout: "plot-throughput"
17705
17706 - type: "plot"
17707   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17708   algorithm: "plot_perf_box_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "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"
17713     - "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"
17714     - "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"
17715     - "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"
17716   layout:
17717     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "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"
17727     - "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"
17728     - "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"
17729     - "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"
17730   layout:
17731     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "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"
17741     - "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"
17742     - "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"
17743     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17744     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17745     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17746   layout:
17747     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "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"
17757     - "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"
17758     - "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"
17759     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17760     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17761     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17764     layout: "plot-throughput"
17765
17766 ################################################################################
17767
17768 # Packet Speedup
17769
17770 - type: "plot"
17771   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17780   layout:
17781     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17782     layout: "plot-throughput-speedup-analysis"
17783
17784 - type: "plot"
17785   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17786   algorithm: "plot_tsa_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17794   layout:
17795     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17796     layout: "plot-throughput-speedup-analysis"
17797
17798 - type: "plot"
17799   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17800   algorithm: "plot_tsa_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17808   layout:
17809     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17810     layout: "plot-throughput-speedup-analysis"
17811
17812 - type: "plot"
17813   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17814   algorithm: "plot_tsa_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17824     layout: "plot-throughput-speedup-analysis"
17825
17826 - type: "plot"
17827   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17828   algorithm: "plot_tsa_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17836   layout:
17837     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17838     layout: "plot-throughput-speedup-analysis"
17839
17840 - type: "plot"
17841   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17842   algorithm: "plot_tsa_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17849     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17850   layout:
17851     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17852     layout: "plot-throughput-speedup-analysis"
17853
17854 - type: "plot"
17855   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17856   algorithm: "plot_tsa_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17866   layout:
17867     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17868     layout: "plot-throughput-speedup-analysis"
17869
17870 - type: "plot"
17871   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17872   algorithm: "plot_tsa_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17882   layout:
17883     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17884     layout: "plot-throughput-speedup-analysis"
17885
17886 - type: "plot"
17887   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17888   algorithm: "plot_tsa_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17898     layout: "plot-throughput-speedup-analysis"
17899
17900 - type: "plot"
17901   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17902   algorithm: "plot_tsa_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17910   layout:
17911     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17912     layout: "plot-throughput-speedup-analysis"
17913
17914 - type: "plot"
17915   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17916   algorithm: "plot_tsa_name"
17917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17919   include:
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17925     layout: "plot-throughput-speedup-analysis"
17926
17927 - type: "plot"
17928   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17929   algorithm: "plot_tsa_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17936   layout:
17937     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17938     layout: "plot-throughput-speedup-analysis"
17939
17940 - type: "plot"
17941   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17942   algorithm: "plot_tsa_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17951   layout:
17952     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17953     layout: "plot-throughput-speedup-analysis"
17954
17955 - type: "plot"
17956   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17957   algorithm: "plot_tsa_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17966   layout:
17967     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17968     layout: "plot-throughput-speedup-analysis"
17969
17970 - type: "plot"
17971   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17972   algorithm: "plot_tsa_name"
17973   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17975   include:
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17979   layout:
17980     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17981     layout: "plot-throughput-speedup-analysis"
17982
17983 - type: "plot"
17984   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17985   algorithm: "plot_tsa_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17994     layout: "plot-throughput-speedup-analysis"
17995
17996 - type: "plot"
17997   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17998   algorithm: "plot_tsa_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18008   layout:
18009     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18010     layout: "plot-throughput-speedup-analysis"
18011
18012 - type: "plot"
18013   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18014   algorithm: "plot_tsa_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18024   layout:
18025     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18026     layout: "plot-throughput-speedup-analysis"
18027
18028 - type: "plot"
18029   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18030   algorithm: "plot_tsa_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18040   layout:
18041     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18042     layout: "plot-throughput-speedup-analysis"
18043
18044 - type: "plot"
18045   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18046   algorithm: "plot_tsa_name"
18047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18049   include:
18050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18056   layout:
18057     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18058     layout: "plot-throughput-speedup-analysis"
18059
18060 - type: "plot"
18061   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18062   algorithm: "plot_tsa_name"
18063   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18065   include:
18066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18068   layout:
18069     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18080   layout:
18081     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18082     layout: "plot-throughput-speedup-analysis"
18083
18084 - type: "plot"
18085   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18086   algorithm: "plot_tsa_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18096   layout:
18097     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18098     layout: "plot-throughput-speedup-analysis"
18099
18100 - type: "plot"
18101   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18102   algorithm: "plot_tsa_name"
18103   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18105   include:
18106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18112   layout:
18113     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18114     layout: "plot-throughput-speedup-analysis"
18115
18116 - type: "plot"
18117   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18118   algorithm: "plot_tsa_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18128   layout:
18129     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18144   layout:
18145     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18146     layout: "plot-throughput-speedup-analysis"
18147
18148 - type: "plot"
18149   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18150   algorithm: "plot_tsa_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18160   layout:
18161     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18162     layout: "plot-throughput-speedup-analysis"
18163
18164 - type: "plot"
18165   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18166   algorithm: "plot_tsa_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18176   layout:
18177     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18178     layout: "plot-throughput-speedup-analysis"
18179
18180 - type: "plot"
18181   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18182   algorithm: "plot_tsa_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18191   layout:
18192     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18193     layout: "plot-throughput-speedup-analysis"
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18206   layout:
18207     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18208     layout: "plot-throughput-speedup-analysis"
18209
18210 - type: "plot"
18211   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18212   algorithm: "plot_tsa_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18236   layout:
18237     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18249     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18251   layout:
18252     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18266   layout:
18267     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18268     layout: "plot-throughput-speedup-analysis"
18269
18270 - type: "plot"
18271   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18272   algorithm: "plot_tsa_name"
18273   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18275   include:
18276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18281   layout:
18282     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18296   layout:
18297     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18298     layout: "plot-throughput-speedup-analysis"
18299
18300 - type: "plot"
18301   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18302   algorithm: "plot_tsa_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18311   layout:
18312     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18326   layout:
18327     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18328     layout: "plot-throughput-speedup-analysis"
18329
18330 - type: "plot"
18331   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18332   algorithm: "plot_tsa_name"
18333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18335   include:
18336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18342   layout:
18343     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18344     layout: "plot-throughput-speedup-analysis"
18345
18346 - type: "plot"
18347   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18348   algorithm: "plot_tsa_name"
18349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18351   include:
18352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18358   layout:
18359     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18360     layout: "plot-throughput-speedup-analysis"
18361
18362 - type: "plot"
18363   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18364   algorithm: "plot_tsa_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18372   layout:
18373     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18374     layout: "plot-throughput-speedup-analysis"
18375
18376 - type: "plot"
18377   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18378   algorithm: "plot_tsa_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18386   layout:
18387     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18388     layout: "plot-throughput-speedup-analysis"
18389
18390 - type: "plot"
18391   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18392   algorithm: "plot_tsa_name"
18393   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18395   include:
18396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18402   layout:
18403     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18404     layout: "plot-throughput-speedup-analysis"
18405
18406 - type: "plot"
18407   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18408   algorithm: "plot_tsa_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18411   include:
18412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18418   layout:
18419     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18420     layout: "plot-throughput-speedup-analysis"
18421
18422 - type: "plot"
18423   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18424   algorithm: "plot_tsa_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18432   layout:
18433     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18446   layout:
18447     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18448     layout: "plot-throughput-speedup-analysis"
18449
18450 - type: "plot"
18451   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18452   algorithm: "plot_tsa_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18462   layout:
18463     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18464     layout: "plot-throughput-speedup-analysis"
18465
18466 - type: "plot"
18467   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18468   algorithm: "plot_tsa_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18478   layout:
18479     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 - type: "plot"
18483   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18484   algorithm: "plot_tsa_name"
18485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487   include:
18488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18489     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18492   layout:
18493     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18506   layout:
18507     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18536   layout:
18537     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "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"
18547     - "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"
18548     - "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"
18549     - "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"
18550     - "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"
18551   layout:
18552     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "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"
18562     - "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"
18563     - "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"
18564     - "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"
18565     - "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"
18566   layout:
18567     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18581   layout:
18582     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18596   layout:
18597     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18611   layout:
18612     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18613     layout: "plot-throughput-speedup-analysis"
18614
18615 - type: "plot"
18616   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18617   algorithm: "plot_tsa_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18640   layout:
18641     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18654   layout:
18655     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18656     layout: "plot-throughput-speedup-analysis"
18657
18658 - type: "plot"
18659   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18660   algorithm: "plot_tsa_name"
18661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18663   include:
18664     - "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"
18665     - "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"
18666     - "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"
18667     - "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"
18668   layout:
18669     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "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"
18679     - "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"
18680     - "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"
18681     - "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"
18682   layout:
18683     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18691   include:
18692     - "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"
18693     - "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"
18694     - "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"
18695     - "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"
18696     - "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"
18697     - "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"
18698   layout:
18699     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "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"
18709     - "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"
18710     - "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"
18711     - "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"
18712     - "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"
18713     - "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"
18714   layout:
18715     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 ################################################################################
18719
18720 # Packet Throughput - DPDK
18721
18722 # 2n-clx-xxv710
18723
18724 - type: "plot"
18725   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18726   algorithm: "plot_perf_box_name"
18727   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18728   data: "plot-dpdk-throughput-latency-2n-clx"
18729   include:
18730     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18731     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18732   layout:
18733     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18734     layout: "plot-throughput"
18735
18736 - type: "plot"
18737   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18738   algorithm: "plot_perf_box_name"
18739   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18740   data: "plot-dpdk-throughput-latency-2n-clx"
18741   include:
18742     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18743     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18744   layout:
18745     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18746     layout: "plot-throughput"
18747
18748 - type: "plot"
18749   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18750   algorithm: "plot_perf_box_name"
18751   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18752   data: "plot-dpdk-throughput-latency-2n-clx"
18753   include:
18754     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18755     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18756   layout:
18757     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18758     layout: "plot-throughput"
18759
18760 - type: "plot"
18761   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18762   algorithm: "plot_perf_box_name"
18763   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18764   data: "plot-dpdk-throughput-latency-2n-clx"
18765   include:
18766     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18768   layout:
18769     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18770     layout: "plot-throughput"
18771
18772 # 2n-clx-x710
18773
18774 - type: "plot"
18775   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18776   algorithm: "plot_perf_box_name"
18777   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18778   data: "plot-dpdk-throughput-latency-2n-clx"
18779   include:
18780     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18781     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18782   layout:
18783     title: "2n-clx-x710-64b-2t1c-base-ndr"
18784     layout: "plot-throughput"
18785
18786 - type: "plot"
18787   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18788   algorithm: "plot_perf_box_name"
18789   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18790   data: "plot-dpdk-throughput-latency-2n-clx"
18791   include:
18792     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18793     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18794   layout:
18795     title: "2n-clx-x710-64b-4t2c-base-ndr"
18796     layout: "plot-throughput"
18797
18798 - type: "plot"
18799   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18800   algorithm: "plot_perf_box_name"
18801   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18802   data: "plot-dpdk-throughput-latency-2n-clx"
18803   include:
18804     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18805     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18806   layout:
18807     title: "2n-clx-x710-64b-2t1c-base-pdr"
18808     layout: "plot-throughput"
18809
18810 - type: "plot"
18811   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18812   algorithm: "plot_perf_box_name"
18813   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18814   data: "plot-dpdk-throughput-latency-2n-clx"
18815   include:
18816     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18817     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18818   layout:
18819     title: "2n-clx-x710-64b-4t2c-base-pdr"
18820     layout: "plot-throughput"
18821
18822 ################################################################################
18823
18824 - type: "plot"
18825   title: "Latency by percentile: 2n-skx"
18826   algorithm: "plot_hdrh_lat_by_percentile"
18827   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18828   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18829   target-links: "../../_static/vpp"
18830   data: "plot-vpp-hdrh-lat-2n-skx"
18831   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18832   layout:
18833     layout: "plot-hdrh-latency-by-percentile"
18834
18835 - type: "plot"
18836   title: "Latency by percentile: 3n-skx"
18837   algorithm: "plot_hdrh_lat_by_percentile"
18838   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18839   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18840   target-links: "../../_static/vpp"
18841   data: "plot-vpp-hdrh-lat-3n-skx"
18842   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18843   layout:
18844     layout: "plot-hdrh-latency-by-percentile"
18845
18846 - type: "plot"
18847   title: "Latency by percentile: 2n-clx"
18848   algorithm: "plot_hdrh_lat_by_percentile"
18849   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18850   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18851   target-links: "../../_static/vpp"
18852   data: "plot-vpp-hdrh-lat-2n-clx"
18853   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18854   layout:
18855     layout: "plot-hdrh-latency-by-percentile"
18856
18857 - type: "plot"
18858   title: "Latency by percentile: 3n-hsw"
18859   algorithm: "plot_hdrh_lat_by_percentile"
18860   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18861   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18862   target-links: "../../_static/vpp"
18863   data: "plot-vpp-hdrh-lat-3n-hsw"
18864   filter: "'1T1C' and 'NIC_Intel-XL710'"
18865   layout:
18866     layout: "plot-hdrh-latency-by-percentile"
18867
18868 - type: "plot"
18869   title: "Latency by percentile: 3n-tsh"
18870   algorithm: "plot_hdrh_lat_by_percentile"
18871   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18872   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18873   target-links: "../../_static/vpp"
18874   data: "plot-vpp-hdrh-lat-3n-tsh"
18875   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18876   layout:
18877     layout: "plot-hdrh-latency-by-percentile"
18878
18879 - type: "plot"
18880   title: "Latency by percentile: DPDK 2n-skx"
18881   algorithm: "plot_hdrh_lat_by_percentile"
18882   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18883   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18884   target-links: "../../_static/dpdk"
18885   data: "plot-dpdk-hdrh-lat-2n-skx"
18886   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18887   layout:
18888     layout: "plot-hdrh-latency-by-percentile"
18889
18890 - type: "plot"
18891   title: "Latency by percentile: DPDK 3n-skx"
18892   algorithm: "plot_hdrh_lat_by_percentile"
18893   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18894   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18895   target-links: "../../_static/dpdk"
18896   data: "plot-dpdk-hdrh-lat-3n-skx"
18897   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18898   layout:
18899     layout: "plot-hdrh-latency-by-percentile"
18900
18901 - type: "plot"
18902   title: "Latency by percentile: DPDK 2n-clx"
18903   algorithm: "plot_hdrh_lat_by_percentile"
18904   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18905   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18906   target-links: "../../_static/dpdk"
18907   data: "plot-dpdk-hdrh-lat-2n-clx"
18908   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18909   layout:
18910     layout: "plot-hdrh-latency-by-percentile"
18911
18912 - type: "plot"
18913   title: "Latency by percentile: DPDK 3n-hsw"
18914   algorithm: "plot_hdrh_lat_by_percentile"
18915   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18916   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18917   target-links: "../../_static/dpdk"
18918   data: "plot-dpdk-hdrh-lat-3n-hsw"
18919   filter: "'1T1C' and 'NIC_Intel-XL710'"
18920   layout:
18921     layout: "plot-hdrh-latency-by-percentile"
18922
18923 - type: "plot"
18924   title: "Latency by percentile: DPDK 3n-tsh"
18925   algorithm: "plot_hdrh_lat_by_percentile"
18926   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18927   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18928   target-links: "../../_static/dpdk"
18929   data: "plot-dpdk-hdrh-lat-3n-tsh"
18930   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18931   layout:
18932     layout: "plot-hdrh-latency-by-percentile"